summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-3/+9
2018-10-23sparc: Validate VDSO for undefined symbols.David S. Miller1-0/+4
2018-10-23sparc: Improve VDSO instruction patching.David S. Miller1-3/+3
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2018-10-19sparc: Fix parport build warnings.David S. Miller1-0/+2
2018-10-15sparc64: Make proc_id signed.David S. Miller1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-2/+2
2018-08-21sparc: use generic dma_noncoherent_opsChristoph Hellwig1-3/+2
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds1-6/+13
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-85/+4
2018-07-31sparc64: add reads{b,w,l}/writes{b,w,l}Arnd Bergmann1-6/+13
2018-07-30sparc: use asm-generic version of msi.hThomas Petazzoni1-0/+1
2018-07-30sparc: move MSI related definitions to where they are usedThomas Petazzoni1-32/+0
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2-17/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland2-35/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-15/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2-15/+2
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2-2/+2
2018-06-21sparc64/kprobes: Remove jprobe implementationMasami Hiramatsu1-1/+0
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0
2018-06-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+16
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+4
2018-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2018-05-14softirq/sparc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker1-2/+3
2018-05-14softirq/sparc: Convert local_softirq_pending() to use per-cpu opFrederic Weisbecker1-1/+1
2018-05-09iommu-common: move to arch/sparcChristoph Hellwig2-1/+54
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2-10/+0
2018-04-20y2038: sparc: Extend sysvipc data structuresArnd Bergmann1-16/+16
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-11/+0
2018-04-19sparc: compat: Allow including asm/compat.h for 32-bitArnd Bergmann1-0/+4
2018-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds13-3/+283
2018-04-03sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller1-1/+5
2018-04-03Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+0
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz7-2/+206
2018-03-18sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz3-0/+58
2018-03-18sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz3-0/+14
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu1-5/+0
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+5
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 Torvalds1-0/+138
2018-02-01Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-01sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta1-1/+1
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-59/+0
2018-01-22sparc64: Oracle DAX infrastructureRob Gardner1-0/+138
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-2/+0
2018-01-16signal: unify compat_siginfo_tAl Viro1-56/+0
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman1-1/+0