summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-0/+4
* | | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-2/+2
* | | Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-079-181/+98
|\ \ \ | |/ / |/| |
| * | sparc: get rid of asm wrapper for nis_syscall()Al Viro2018-03-205-16/+5
| * | sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINEAl Viro2018-03-203-18/+12
| * | sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINEAl Viro2018-03-203-19/+13
| * | convert compat sync_file_range() to COMPAT_SYSCALL_DEFINEAl Viro2018-03-203-7/+8
| * | switch sparc_remap_file_pages() to SYSCALL_DEFINEAl Viro2018-03-203-5/+5
| * | sparc: get rid of memory_ordering(2) wrapperAl Viro2018-03-203-7/+3
| * | sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()Al Viro2018-03-204-22/+22
| * | sparc: bury a zombie extern that had been that way for twenty yearsAl Viro2018-03-201-2/+0
| * | sparc: get rid of remaining SIGN... wrappersAl Viro2018-03-204-52/+18
| * | sparc: kill useless SIGN... wrappersAl Viro2018-03-202-17/+7
| * | sparc: get rid of sys_sparc_pipe() wrappersAl Viro2018-03-195-16/+5
* | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-063-31/+33
|\ \ \
| * | | sparc/PCI: Stop reserving System ROM and Video ROM in PCI spaceBjorn Helgaas2018-03-201-20/+0
| * | | sparc/PCI: Support arbitrary host bridge address offsetYinghai Lu2018-02-153-11/+33
* | | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* | | | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-053-8/+8
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-0335-19/+1091
|\ \ \
| * | | sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller2018-04-031-1/+5
| * | | sparc: Make auxiliary vectors for ADI available on 32-bit as wellKhalid Aziz2018-03-201-4/+0
| * | | sparc64: Update signal delivery to use new helper functionsKhalid Aziz2018-03-181-29/+9
| * | | sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-1819-8/+743
| * | | sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz2018-03-187-0/+168
| * | | sparc64: Add handler for "Memory Corruption Detected" trapKhalid Aziz2018-03-181-0/+59
| * | | sparc64: Add HV fault type handlers for ADI related faultsKhalid Aziz2018-03-181-3/+26
| * | | sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz2018-03-1810-2/+109
* | | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-024-18/+18
|\ \ \ \
| * | | | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
| * | | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-022-4/+4
| * | | | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-5/+5
| * | | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
| * | | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
| * | | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
| * | | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
| * | | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-021-1/+1
| * | | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-022-7/+2
|\ \ \ \
| * | | | asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-222-7/+2
| | |_|/ | |/| |
* | | | Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-191-6/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | sparc64: Fix regression in pmdp_invalidate().David S. Miller2018-03-151-6/+13
| | |/ | |/|
* | | perf: Fix sibling iterationPeter Zijlstra2018-03-161-1/+1
* | | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
|/ /
* | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-1/+5
* | sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}James Hogan2018-02-151-0/+2
|/
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-111-24/+4
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-2/+3
|\
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-1/+1
OpenPOWER on IntegriCloud