aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-2/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-5/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 21-1275/+24
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-2/+2
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+6
2023-11-02locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()Gravatar Masami Hiramatsu 1-0/+9
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-10-25sh: bios: Revive earlyprintk supportGravatar Geert Uytterhoeven 1-0/+11
2023-10-25sh: machvec: Remove custom ioport_{un,}map()Gravatar Arnd Bergmann 3-19/+3
2023-10-25sh: Remove superhyway bus supportGravatar Arnd Bergmann 4-180/+0
2023-10-25sh: Remove unused SH4-202 supportGravatar Arnd Bergmann 4-322/+0
2023-10-25sh: Remove stale microdev boardGravatar Arnd Bergmann 10-754/+1
2023-10-23ASoC: Merge up v6.6-rc7Gravatar Mark Brown 1-2/+2
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 1-5/+0
2023-10-10sh: pci: Do PCI error check on own lineGravatar Ilpo Järvinen 1-5/+6
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-09-28sh: boards: Fix Sound Simple-Card struct nameGravatar Kuninori Morimoto 2-2/+2
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 1-0/+1
2023-09-19sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGravatar Geert Uytterhoeven 1-2/+2
2023-09-09Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-12/+8
2023-09-09sh: push-switch: Reorder cleanup operations to avoid use-after-free bugGravatar Duoming Zhou 1-1/+1
2023-09-09sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Gravatar Petr Tesarik 5-11/+7
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-3/+3
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-40/+10
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 13-152/+163
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-08-24sh: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 8-55/+89
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextGravatar Dave Airlie 5-5/+5
2023-08-21treewide: drop CONFIG_EMBEDDEDGravatar Randy Dunlap 2-2/+2
2023-08-21sh: convert pte_free_tlb() to use ptdescsGravatar Vishal Moola (Oracle) 1-4/+5
2023-08-18sh/kexec: refactor for kernel/Kconfig.kexecGravatar Eric DeVolder 1-38/+8
2023-08-18sh: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 3-86/+20
2023-08-18sh: add <asm-generic/io.h> includingGravatar Baoquan He 2-7/+49
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 5-5/+5
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-24sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flagGravatar Thomas Zimmermann 1-1/+1
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Gravatar Daniel Vetter 2-2/+2
2023-07-13Merge tag 'sh-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-10/+10
2023-07-13sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQGravatar Artur Rojek 2-3/+3
2023-07-13sh: mach-dreamcast: Handle virq offset in cascaded IRQ demuxGravatar Geert Uytterhoeven 1-3/+3
2023-07-13sh: mach-highlander: Handle virq offset in cascaded IRL demuxGravatar Geert Uytterhoeven 1-2/+2
2023-07-13sh: mach-r2d: Handle virq offset in cascaded IRL demuxGravatar Geert Uytterhoeven 1-2/+2