summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\
| * arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-098-38/+35Star
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-295-26/+23Star
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-275-9/+9
| * | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-272-3/+3
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-192-4/+2Star
* | sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODYoung Xiao2019-06-031-0/+4
* | mdesc: fix a missing-check bug in get_vdev_port_node_info()Gen Zhang2019-06-031-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-217-0/+7
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-05-151-12/+16
|\ \
| * | cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-101-12/+16
* | | sparc: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-091-2/+1Star
* | | arch:sparc:kernel/uprobes.c : Remove duplicate headerJagadeesh Pagadala2019-05-091-1/+0Star
| |/ |/|
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \
| * | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
* | | sparc64/pci_sun4v: fix ATU checks for large DMA masksChristoph Hellwig2019-04-101-9/+11
|/ /
* | sparc: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-123-0/+20
* | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-2/+0Star
* | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-121-1/+1
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-104-52/+31Star
|\ \ | |/ |/|
| * sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig2019-02-201-14/+5Star
| * sparc64/iommu: allow large DMA masksChristoph Hellwig2019-02-201-4/+2Star
| * sparc64: refactor the ali DMA quirkChristoph Hellwig2019-02-204-37/+27Star
* | arch: simplify several early memory allocationsMike Rapoport2019-03-081-5/+2Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-064-4/+8
|\ \
| * | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-064-4/+8
| |/
* | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
* | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+9
* | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+42
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-26/+26
* | timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-2/+2
* | sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-072-3/+62
* | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
* | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+12
* | sparc64: fix sparc_ipc type conversionArnd Bergmann2019-01-251-1/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-062-5/+1Star
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-0/+2
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-202-0/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-5/+4Star
* | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-023-3/+3
|\ \
| * | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-302-2/+2