summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* sparc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-211-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-32/+1
| |\
| * | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2018-08-141-6/+13
|\ \ \
| * | | sparc64: add reads{b,w,l}/writes{b,w,l}Arnd Bergmann2018-07-311-6/+13
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-131-1/+0
|\ \ \
| * | | sparc64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-1/+0
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-85/+4
|\ \ \ | |_|/ |/| |
| * | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
| * | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-212-17/+0
| * | atomics/treewide: Make test ops optionalMark Rutland2018-06-212-35/+0
| * | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0
| * | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-212-15/+2
| * | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-212-2/+2
| |/
* | sparc: use asm-generic version of msi.hThomas Petazzoni2018-07-301-0/+1
* | sparc: move MSI related definitions to where they are usedThomas Petazzoni2018-07-301-32/+0
|/
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-3/+0
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-044-50/+41
|\
| * Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-191-1/+1
| |\
| * | y2038: sparc: Extend sysvipc data structuresArnd Bergmann2018-04-204-50/+41
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-11/+4
|\| |
| * | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-11/+0
| * | sparc: compat: Allow including asm/compat.h for 32-bitArnd Bergmann2018-04-191-0/+4
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-2/+3
|\ \ \
| * | | softirq/sparc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-2/+3
| * | | softirq/sparc: Convert local_softirq_pending() to use per-cpu opFrederic Weisbecker2018-05-141-1/+1
| | |/ | |/|
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-7/+0
|\ \ \
| * | | sparc: fix compat siginfo ABI regressionDmitry V. Levin2018-04-191-7/+0
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-044-11/+54
|\ \ \
| * | | iommu-common: move to arch/sparcChristoph Hellwig2018-05-092-1/+54
| * | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-072-10/+0
| | |/ | |/|
* / | Remove jsflash driverJens Axboe2018-05-151-40/+0
|/ /
* / sparc64: Fix mistake in oradax license textRob Gardner2018-04-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-0317-4/+308
|\
| * 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: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-188-2/+208
| * sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz2018-03-184-0/+69
| * sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz2018-03-185-0/+29
* | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-021-5/+0
|\ \ | |/ |/|
| * asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-221-5/+0
* | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-1/+5
|/
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-111-24/+4
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-02-012-0/+229
|\ \
| * | sparc64: Oracle DAX driverRob Gardner2018-01-221-0/+91
| * | sparc64: Oracle DAX infrastructureRob Gardner2018-01-221-0/+138