summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: sanitize the flags on sigreturnAl Viro2023-03-092-0/+4
* Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-7/+0
|\
| * kbuild: clean up stale file removalMasahiro Yamada2023-01-221-7/+0
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-16/+43
|\ \
| * | sh: initialize max_mapnrMike Rapoport (IBM)2023-02-161-0/+1
| * | sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He2023-02-091-1/+1
| * | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-3/+0
| * | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * | sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-12/+42
* | | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-221-5/+0
|\ \ \
| * | | gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko2023-01-301-5/+0
| | |/ | |/|
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | sh: checksum: add missing linux/uaccess.h includeJakub Kicinski2023-01-301-0/+1
| | |/ | |/|
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-202-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-1/+1
| |\|
| * | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
| * | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* | | sh: define RUNTIME_DISCARD_EXITTom Saeger2023-01-311-0/+1
| |/ |/|
* | sh/mm: Fix pmd_t for realPeter Zijlstra2023-01-101-1/+1
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-172-3/+9
|\
| * mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
| * sh/mm: Make pmd_t similar to pte_tPeter Zijlstra2022-12-151-2/+8
* | Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-1/+0
|\ \
| * | USB: sisusbvga: remove console supportJiri Slaby (SUSE)2022-12-081-1/+0
| |/
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\ \
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
| |/
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-4/+4
|\ \
| * | sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+4
| |/
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-9/+1
|\ \
| * | stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-181-9/+1
| |/
* / mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka2022-12-015-5/+10
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-1217-23/+15
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-8/+0
| * treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann2022-09-1115-15/+15
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-4/+2
|\ \
| * | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-032-2/+0
| * | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-112-2/+2
| |/
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-102-4/+2
|\ \
| * | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
| * | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-4/+1
|\ \ \
| * | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-292-11/+3
| |\| |
| * | | perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver2022-08-301-4/+1
* | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-032-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | sh: machvec: Use char[] for section boundariesKees Cook2022-09-132-6/+6
| |/ /
* | / asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
| |/ |/|
* | provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka2022-08-271-10/+2
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-12/+22
|\