summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells2-6/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro1-1/+1
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds10-3/+147
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-11-18arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang1-2/+0
2017-11-18Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+0
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+30
2017-11-16sparc64: optimize struct page zeroingPavel Tatashin1-0/+30
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-11-15sparc64: Fix page table walk for PUD hugepagesNitin Gupta1-1/+1
2017-11-15sparc64: Define SPARC default __fls functionVijay Kumar1-1/+1
2017-11-15sparc64: Define SPARC default fls functionVijay Kumar1-1/+2
2017-11-15vDSO for sparcNagarathnam Muthusamy6-0/+138
2017-11-15Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-10/+0
2017-11-08PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar234-0/+234
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman234-0/+234
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-0/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-8/+0
2017-10-19floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2-2/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2-7/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2-8/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-3/+0
2017-09-28sparc32: Add cmpxchg64().David S. Miller1-0/+3
2017-09-28sparc64: mmu_context: Add missing include filesGuenter Roeck1-0/+2
2017-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds8-3/+97
2017-09-10sparc64: speed up etrap/rtrap on NG2 and later processorsAnthony Yznaga1-0/+2
2017-09-09vga: optimise console scrollingMatthew Wilcox1-0/+25
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-21/+7