aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds39-17/+1701
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 branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-3/+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-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-12/+5
2017-11-17arch: Fix duplicates in Kconfig for parisc and sparcBabu Moger1-3/+0
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-22/+49
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-15sparc64: optimize struct page zeroingPavel Tatashin1-0/+30
2017-11-15sparc64: simplify vmemmap_populatePavel Tatashin1-17/+6
2017-11-15sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-2/+2
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+1
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: Convert timers to user timer_setup()Allen Pais1-3/+3
2017-11-15sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_tElena Reshetova1-8/+9
2017-11-15sparc/led: Convert timers to use timer_setup()Kees Cook1-7/+9
2017-11-15sparc64: Use sparc optimized fls and __fls for T4 and aboveVijay Kumar2-0/+11
2017-11-15sparc64: SPARC optimized __fls functionVijay Kumar1-0/+10
2017-11-15sparc64: SPARC optimized fls functionVijay Kumar2-0/+21
2017-11-15sparc64: Define SPARC default __fls functionVijay Kumar3-1/+63
2017-11-15sparc64: Define SPARC default fls functionVijay Kumar3-1/+70
2017-11-15vDSO for sparcNagarathnam Muthusamy26-2/+1494
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-10/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+9
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 Molnar550-0/+550
2017-11-02sparc/led: Convert timers to use timer_setup()Kees Cook1-7/+9
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-Hartman506-0/+506
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
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-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+0
2017-09-27sparc32: Add cmpxchg64().David S. Miller2-0/+17
2017-09-27sparc: time: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-09-27sparc64: mmu_context: Add missing include filesGuenter Roeck1-0/+2
2017-09-19sparc: switch to {get,put}_compat_sigset()Al Viro1-7/+2
2017-09-19get_compat_sigset()Al Viro1-3/+1
2017-09-19signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin1-3/+3
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-11/+18
2017-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds37-297/+2326