aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds17-4/+308
2018-04-03sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller1-1/+5
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds1-5/+0
2018-03-20sparc: Make auxiliary vectors for ADI available on 32-bit as wellKhalid Aziz1-4/+0
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz8-2/+208
2018-03-18sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz4-0/+69
2018-03-18sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz5-0/+29
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMUGreentime Hu1-5/+0
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+5
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro1-24/+4
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2-0/+229
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-31sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+24
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-59/+0
2018-01-22sparc64: Oracle DAX driverRob Gardner1-0/+91
2018-01-22sparc64: Oracle DAX infrastructureRob Gardner1-0/+138
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-2/+0
2018-01-15signal: 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-09Construct 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-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-12-04asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro1-1/+1
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-29make kernel-side POLL... arch-independentAl Viro1-0/+20
2017-11-27define __poll_t, annotate constantsAl Viro1-4/+4
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-3/+151
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-11-17arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang1-2/+0
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+0
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+30
2017-11-15sparc64: optimize struct page zeroingPavel Tatashin1-0/+30
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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 Muthusamy7-0/+142
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-10/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar278-0/+278
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman44-0/+44
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 to READ_ONCE()/WRITE_ONCE()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