aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds8-38/+35
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2-4/+2
2019-06-02sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODYoung Xiao1-0/+4
2019-06-02mdesc: fix a missing-check bug in get_vdev_port_node_info()Gen Zhang1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman5-26/+23
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman5-9/+9
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman2-3/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner7-0/+7
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-0/+6
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-12/+16
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar1-12/+16
2019-05-09sparc: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-05-08arch:sparc:kernel/uprobes.c : Remove duplicate headerJagadeesh Pagadala1-1/+0
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-10sparc64/pci_sun4v: fix ATU checks for large DMA masksChristoph Hellwig1-9/+11
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport3-0/+20
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-2/+0
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-52/+31
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-5/+2
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-4/+8
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual4-4/+8
2019-02-20sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig1-14/+5
2019-02-20sparc64/iommu: allow large DMA masksChristoph Hellwig1-4/+2
2019-02-20sparc64: refactor the ali DMA quirkChristoph Hellwig4-37/+27
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+9
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+42
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-26/+26
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-2/+2
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2-3/+62
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+4
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+12
2019-01-25sparc64: fix sparc_ipc type conversionArnd Bergmann1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2-5/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-5/+4
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds3-3/+3
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-9/+14
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2-2/+2