aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-16sparc: Use shared font dataGravatar Dr. David Alan Gilbert 1-356/+9
2024-01-19sparc: Use device_get_match_data()Gravatar Rob Herring 2-10/+12
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+5
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+2
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+1
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSGravatar Kirill A. Shutemov 1-1/+1
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
2023-12-10arch: turn off -Werror for architectures with known warningsGravatar Arnd Bergmann 1-1/+0
2023-11-23arch: include linux/cpu.h for trap_init() prototypeGravatar Arnd Bergmann 2-0/+2
2023-11-23arch: fix asm-offsets.c building with -Wmissing-prototypesGravatar Arnd Bergmann 1-3/+3
2023-11-12LSM: wireup Linux Security Module syscallsGravatar Casey Schaufler 1-0/+3
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-26/+0
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-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 2-26/+0
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-06sparc: Annotate struct cpuinfo_tree with __counted_byGravatar Kees Cook 1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
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-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-3/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 26-26/+39
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-21/+37
2023-08-28sparc: Explicitly include correct DT includesGravatar Rob Herring 26-26/+39
2023-08-24sparc64: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 1-20/+36
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 3-3/+3
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUGravatar Douglas Anderson 1-3/+3
2023-08-18mm: make show_free_areas() staticGravatar Kefeng Wang 1-1/+1
2023-08-02x86/shstk: Add user control-protection fault handlerGravatar Rick Edgecombe 2-2/+2
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-2/+2
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-7/+9
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+3
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+3
2023-06-19watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Gravatar Douglas Anderson 1-0/+5
2023-06-19sparc: allow pte_offset_map() to failGravatar Hugh Dickins 1-0/+2
2023-06-16sparc/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-0/+7
2023-06-14sparc64: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 3-3/+3
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionGravatar Douglas Anderson 1-2/+2
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidGravatar Lecopzer Chen 1-5/+3
2023-06-09init: consolidate prototypes in linux/init.hGravatar Arnd Bergmann 1-1/+0
2023-06-09cachestat: wire up cachestat for other architecturesGravatar Nhat Pham 1-0/+1
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1