aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-3/+1
2018-04-13mm/gup.c: document return valueGravatar Michael S. Tsirkin 1-0/+4
2018-04-11exec: pass stack rlimit into mm layout functionsGravatar Kees Cook 1-2/+2
2018-04-07Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 9-181/+98
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersGravatar Masahiro Yamada 1-3/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-31/+33
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 1-1/+0
2018-04-05mm: fix races between swapoff and flush dcacheGravatar Huang Ying 3-8/+8
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 35-19/+1091
2018-04-03sparc64: Make atomic_xchg() an inline function rather than a macro.Gravatar David S. Miller 1-1/+5
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-18/+18
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-7/+2
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Gravatar Dominik Brodowski 1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Gravatar Dominik Brodowski 2-4/+4
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Gravatar Dominik Brodowski 1-5/+5
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Gravatar Dominik Brodowski 1-2/+2
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsGravatar Dominik Brodowski 1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallGravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Gravatar Dominik Brodowski 1-1/+1
2018-03-20sparc/PCI: Stop reserving System ROM and Video ROM in PCI spaceGravatar Bjorn Helgaas 1-20/+0
2018-03-20sparc: get rid of asm wrapper for nis_syscall()Gravatar Al Viro 5-16/+5
2018-03-20sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINEGravatar Al Viro 3-18/+12
2018-03-20sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINEGravatar Al Viro 3-19/+13
2018-03-20convert compat sync_file_range() to COMPAT_SYSCALL_DEFINEGravatar Al Viro 3-7/+8
2018-03-20switch sparc_remap_file_pages() to SYSCALL_DEFINEGravatar Al Viro 3-5/+5
2018-03-20sparc: get rid of memory_ordering(2) wrapperGravatar Al Viro 3-7/+3
2018-03-20sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()Gravatar Al Viro 4-22/+22
2018-03-20sparc: bury a zombie extern that had been that way for twenty yearsGravatar Al Viro 1-2/+0
2018-03-20sparc: get rid of remaining SIGN... wrappersGravatar Al Viro 4-52/+18
2018-03-20sparc: kill useless SIGN... wrappersGravatar Al Viro 2-17/+7
2018-03-20sparc: Make auxiliary vectors for ADI available on 32-bit as wellGravatar Khalid Aziz 1-4/+0
2018-03-19sparc: get rid of sys_sparc_pipe() wrappersGravatar Al Viro 5-16/+5
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesGravatar Ingo Molnar 1-6/+13
2018-03-18sparc64: Update signal delivery to use new helper functionsGravatar Khalid Aziz 1-29/+9
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Gravatar Khalid Aziz 19-8/+743
2018-03-18sparc64: Add auxiliary vectors to report platform ADI propertiesGravatar Khalid Aziz 7-0/+168
2018-03-18sparc64: Add handler for "Memory Corruption Detected" trapGravatar Khalid Aziz 1-0/+59
2018-03-18sparc64: Add HV fault type handlers for ADI related faultsGravatar Khalid Aziz 1-3/+26
2018-03-18sparc64: Add support for ADI register fields, ASIs and trapsGravatar Khalid Aziz 10-2/+109
2018-03-16perf: Fix sibling iterationGravatar Peter Zijlstra 1-1/+1
2018-03-15sparc64: Fix regression in pmdp_invalidate().Gravatar David S. Miller 1-6/+13
2018-03-12perf/core: Remove perf_event::group_entryGravatar Peter Zijlstra 1-1/+1
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Gravatar Greentime Hu 2-7/+2
2018-02-21bug.h: work around GCC PR82365 in BUG()Gravatar Arnd Bergmann 1-1/+5
2018-02-15sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}Gravatar James Hogan 1-0/+2
2018-02-15sparc/PCI: Support arbitrary host bridge address offsetGravatar Yinghai Lu 3-11/+33
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Gravatar Al Viro 1-24/+4
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+3