aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-20epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens1-1/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2020-12-12sparc: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+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/powerpc/linuxLinus 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/git/brauner/linuxLinus Torvalds1-3/+3
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/viro/vfsLinus Torvalds2-4/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-427/+433
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-1/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-8/+8
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig2-4/+0
2020-07-27kill unused dump_fpu() instancesAl Viro2-115/+0
2020-07-27sparc: switch to ->regset_get()Al Viro2-369/+110
2020-07-27sparc64: get rid of odd callers of copy_regset_from_user()Al Viro1-33/+144
2020-07-27sparc32: get rid of odd callers of copy_regset_from_user()Al Viro1-38/+75
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig2-8/+8
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner3-9/+7
2020-06-26sparc64: get rid of odd callers of copy_regset_to_user()Al Viro1-39/+136
2020-06-26sparc32: get rid of odd callers of copy_regset_to_user()Al Viro1-35/+82
2020-06-26sparc64: switch genregs32_get() to use of get_from_target()Al Viro1-43/+16
2020-06-23sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner1-3/+4
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner6-149/+123