summaryrefslogtreecommitdiff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-2/+2
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-282-3/+5
|\ \ \
| * | | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | | sh/cpu: Expose arch_cpu_idle_dead()'s prototype definitionJosh Poimboeuf2023-03-081-0/+1
| * | | sh/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-081-2/+2
| * | | sh/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-081-0/+1
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-18/+14
|\ \ \
| * | | sh: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-3/+0
| * | | sh: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-052-11/+8
| | |/ | |/|
* | | Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-2715-116/+18
|\ \ \
| * | | sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>Geert Uytterhoeven2023-04-251-1/+1
| * | | sh: Use generic GCC library routinesGeert Uytterhoeven2023-04-256-97/+6
| * | | sh: sq: Use the bitmap API when applicableChristophe JAILLET2023-04-211-4/+3
| * | | sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz2023-04-191-1/+1
| * | | sh: pci: Remove unused variable in SH-7786 PCI Express codeJohn Paul Adrian Glaubitz2023-04-191-1/+0
| * | | sh: mcount.S: fix build error when PRINTK is not enabledRandy Dunlap2023-03-231-1/+1
| * | | sh: math-emu: fix macro redefined warningRandy Dunlap2023-03-231-4/+0
| * | | sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap2023-03-232-5/+5
| * | | sh: nmi_debug: fix return value of __setup handlerRandy Dunlap2023-03-231-2/+2
| * | | sh: SH2007: drop the bad URL infoRandy Dunlap2023-03-231-1/+0
| | |/ | |/|
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+7
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-032-0/+4
| |\ \ \ | | | |/ | | |/|
| * | | sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
| | |/ | |/|
* | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-5/+5
|\ \ \
| * | | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-5/+5
| |/ /
* | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-255-50/+6
|\ \ \
| * | | sh: mach-x3proto: Add missing #include <linux/gpio/driver.h>Geert Uytterhoeven2023-03-231-1/+1
| * | | gpiolib: remove legacy gpio_export()Arnd Bergmann2023-03-061-3/+4
| * | | gpiolib: remove empty asm/gpio.h filesArnd Bergmann2023-03-063-46/+1
| |/ /
* | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \ \
| * | | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/ /
* | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\ \ \ | |_|/ |/| |
| * | docs: move superh documentation under Documentation/arch/Jonathan Corbet2023-03-301-1/+1
| |/
* | 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
| |\ \ \ | | | |/ | | |/|