summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+5
| * watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2023-06-101-2/+2
| * watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen2023-06-101-5/+3
| * init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-101-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-201-0/+2
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-101-0/+1
| |/
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-283-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-292-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-282-2/+2
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-062-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
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+1
|\
| * kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+1
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-082-1/+118
|\ \
| * | Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-1/+1
| |\|
| * | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-2/+2
| * | termios: uninline conversion helpersAl Viro2022-09-092-1/+118
* | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-043-14/+20
|\ \ \ | |_|/ |/| |
| * | sparc: Unbreak the buildBart Van Assche2022-09-303-14/+20
| |/
* / asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-072-11/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-302-11/+0
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-0/+2
|\ \
| * | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-0/+2
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-051-145/+4
|\ \
| * | sparc: Use generic pci_mmap_resource_range()Arnd Bergmann2022-07-291-150/+4
| * | PCI: Remove pci_mmap_page_range() wrapperArnd Bergmann2022-07-291-4/+9
| |/
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-1/+1
|\ \
| * | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-301-1/+1
| |/
* / jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-241-3/+0
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-042-10/+14
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-072-8/+6
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-072-4/+10
* | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-222-0/+2
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\