summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-26/+0
|\
| * vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-172-26/+0
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+2
|\ \
| * | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \
| * | sparc: Annotate struct cpuinfo_tree with __counted_byKees Cook2023-10-061-1/+1
| |/
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
|/
* Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-09-053-3/+3
|\
| * sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-223-3/+3
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-2/+2
|\ \
| * | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-2/+2
| |/
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-312-2/+2
|\ \
| * | x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-022-2/+2
| |/
* | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-3026-26/+39
|\ \
| * | sparc: Explicitly include correct DT includesRob Herring2023-08-2826-26/+39
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-3/+3
|\ \
| * | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-181-3/+3
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-21/+37
|\ \
| * | sparc64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-20/+36
| * | mm: make show_free_areas() staticKefeng Wang2023-08-181-1/+1
| |/
* / arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
|/
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-282-7/+9
|\
| * watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson2023-06-191-0/+5
| * watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2023-06-091-2/+2
| * watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen2023-06-091-5/+3
| * init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-091-1/+0
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-0/+3
|\ \
| * | sparc: allow pte_offset_map() to failHugh Dickins2023-06-191-0/+2
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-273-3/+3
|\ \
| * | sparc64: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-143-3/+3
| |/
* / sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+7
|/
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-282-2/+2
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-242-2/+2
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-2/+2
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-052-2/+2
| |/
* | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-273-12/+8
|\ \
| * | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-043-12/+8
| |/
* | sparc: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-182-2/+2
* | sparc: Use of_property_present() for testing DT property presenceRob Herring2023-04-185-8/+8
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-133-2/+6
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* sparc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-16/+16