summaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)AuthorLines
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-7/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+43
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+0
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-02-16sh: initialize max_mapnrMike Rapoport (IBM)-0/+1
2023-02-09sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He-1/+1
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-3/+0
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-12/+42
2023-01-31sh: define RUNTIME_DISCARD_EXITTom Saeger-0/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar-1/+1
2023-01-30sh: checksum: add missing linux/uaccess.h includeJakub Kicinski-0/+1
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko-5/+0
2023-01-22kbuild: clean up stale file removalMasahiro Yamada-7/+0
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2023-01-10sh/mm: Fix pmd_t for realPeter Zijlstra-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+9
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+0
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra-1/+1
2022-12-15sh/mm: Make pmd_t similar to pte_tPeter Zijlstra-2/+8
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+1
2022-12-08USB: sisusbvga: remove console supportJiri Slaby (SUSE)-1/+0
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka-5/+10
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld-9/+1
2022-11-15sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-4/+4
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-2/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-23/+15
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-4/+2
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+1
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+6
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner-2/+0
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-2/+2
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra-11/+3
2022-09-13sh: machvec: Use char[] for section boundariesKees Cook-6/+6
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-8/+0
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann-15/+15
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan-2/+2
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior-1/+1
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver-4/+1
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka-10/+2
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds-12/+22
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+24