summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-1/+1
|\ \ \
| * | | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro2017-12-041-1/+1
| | |/ | |/|
* | | sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2018-01-311-1/+1
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-4/+24
|\ \ \
| * | | make kernel-side POLL... arch-independentAl Viro2017-11-291-0/+20
| * | | define __poll_t, annotate constantsAl Viro2017-11-271-4/+4
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-59/+0
|\ \ \
| * | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-2/+0
| * | | signal: unify compat_siginfo_tAl Viro2018-01-151-56/+0
| * | | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+0
| | |/ | |/|
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-092-6/+0
|/ /
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-1711-3/+151
|\
| * sparc64: Fix page table walk for PUD hugepagesNitin Gupta2017-11-151-1/+1
| * sparc64: Define SPARC default __fls functionVijay Kumar2017-11-151-1/+1
| * sparc64: Define SPARC default fls functionVijay Kumar2017-11-151-1/+2
| * vDSO for sparcNagarathnam Muthusamy2017-11-157-0/+142
OpenPOWER on IntegriCloud