summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-04sparc: Synchronize user stack on fork and cloneAndreas Larsson1-14/+24
2025-12-07sparc/module: Add R_SPARC_UA64 relocation handlingKoakuma1-0/+1
2025-10-29sparc: fix error handling in scan_one_device()Ma Ke2-0/+2
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05sparc: fix compat recv/recvfrom syscallsArnd Bergmann2-223/+2
2024-07-05sparc: fix old compat_sys_select()Arnd Bergmann1-1/+1
2024-06-16sparc64: Fix number of online CPUsSam Ravnborg3-16/+3
2024-04-13sparc64: NMI watchdog: fix return value of __setup handlerRandy Dunlap1-1/+1
2024-03-26sparc32: Fix section mismatch in leon_pci_grpciSam Ravnborg2-2/+2
2023-08-08sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+7
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman2-6/+2
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2-2/+2
2023-01-04sparc: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+2
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-1/+1
2021-09-30sparc: avoid stringop-overread errorsLinus Torvalds1-1/+2
2021-09-30sparc32: page align size in arch_dma_allocAndreas Larsson1-1/+3
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider2-4/+0
2021-03-30sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner1-7/+6
2021-03-04sparc: fix led.c driver when PROC_FS is not enabledRandy Dunlap1-0/+2
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra3-5/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+2
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2-6/+2
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-51/+14
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-13/+8
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-48/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-1/+2
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-2/+2
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-2/+2
2020-09-22fs: remove compat_sys_mountChristoph Hellwig1-1/+1
2020-09-16sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin1-51/+14
2020-09-08sparc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-48/+3
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen3-11/+5
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva9-12/+11
2020-08-20sparc: switch to kernel_clone()Christian Brauner1-3/+3
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-115/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-5/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport6-5/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-427/+433