summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-03-21sparc/PCI: Stop reserving System ROM and Video ROM in PCI spaceBjorn Helgaas1-20/+0
2018-03-20sparc: get rid of asm wrapper for nis_syscall()Al Viro5-16/+5
2018-03-20sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINEAl Viro3-18/+12
2018-03-20sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINEAl Viro3-19/+13
2018-03-20convert compat sync_file_range() to COMPAT_SYSCALL_DEFINEAl Viro3-7/+8
2018-03-20switch sparc_remap_file_pages() to SYSCALL_DEFINEAl Viro3-5/+5
2018-03-20sparc: get rid of memory_ordering(2) wrapperAl Viro3-7/+3
2018-03-20sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()Al Viro4-22/+22
2018-03-20sparc: bury a zombie extern that had been that way for twenty yearsAl Viro1-2/+0
2018-03-20sparc: get rid of remaining SIGN... wrappersAl Viro4-52/+18
2018-03-20sparc: kill useless SIGN... wrappersAl Viro2-17/+7
2018-03-20sparc: Make auxiliary vectors for ADI available on 32-bit as wellKhalid Aziz1-4/+0
2018-03-20sparc: get rid of sys_sparc_pipe() wrappersAl Viro5-16/+5
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar1-6/+13
2018-03-18sparc64: Update signal delivery to use new helper functionsKhalid Aziz1-29/+9
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz19-8/+743
2018-03-18sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz7-0/+168
2018-03-18sparc64: Add handler for "Memory Corruption Detected" trapKhalid Aziz1-0/+59
2018-03-18sparc64: Add HV fault type handlers for ADI related faultsKhalid Aziz1-3/+26
2018-03-18sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz10-2/+109
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-16sparc64: Fix regression in pmdp_invalidate().David S. Miller1-6/+13
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-1/+1
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2-7/+2
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+5
2018-02-16sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}James Hogan1-0/+2
2018-02-16sparc/PCI: Support arbitrary host bridge address offsetYinghai Lu3-11/+33
2018-02-12unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro1-24/+4
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds6-4/+288
2018-02-01Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+19
2018-02-01sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2-6/+19
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-27/+41
2018-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+24
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-128/+0
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+0
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+0
2018-01-27bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann1-18/+0
2018-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-25sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Corentin Labbe1-1/+1
2018-01-22sparc: vDSO: remove an extra tabDan Carpenter1-1/+1
2018-01-22sparc64: drop unneeded compat includeRolf Eike Beer1-3/+0
2018-01-22sparc64: Oracle DAX driverRob Gardner1-0/+91
2018-01-22sparc64: Oracle DAX infrastructureRob Gardner3-0/+196
2018-01-20bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2-4/+0