aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+0
2015-06-25Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-36/+1
2015-06-25mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel1-9/+0
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2015-06-25sparc64: perf: Use UREG_FP rather than UREG_I6David Ahern1-2/+2
2015-06-25sparc64: perf: Add sanity checking on addresses in user stackDavid Ahern2-0/+35
2015-06-25sparc64: Convert BUG_ON to warningDavid Ahern1-2/+3
2015-06-25sparc: perf: Disable pagefaults while walking userspace stacksDavid Ahern1-1/+6
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-2/+4
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-4/+4
2015-06-24mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-4/+0
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-24sparc: use for_each_sg()Akinobu Mita1-3/+5
2015-06-25sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHCXunlei Pang3-36/+1
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-29/+0
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+4
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-7/+9
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+2
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updatesIngo Molnar17-64/+286
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu8-373/+202
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2-29/+0
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2-0/+2
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar3-5/+2
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar12-59/+282
2015-05-31sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz6-22/+104
2015-05-31sparc64: pci slots information is not populated in sysfsEric Snowberg1-8/+51
2015-05-31sparc: kernel: GRPCI2: Remove a useless memsetChristophe Jaillet1-1/+0
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand3-5/+5
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-1/+3
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-1/+1
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra1-1/+1
2015-05-18crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2-3/+0
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig1-1/+1
2015-04-22sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctlychris hyser4-28/+127
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-33/+4
2015-04-21sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq contextSowmini Varadhan1-1/+1
2015-04-21sparc64: Use M7 PMC write on all chips T4 and onward.David S. Miller1-32/+3
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell1-2/+2
2015-04-18sparc: Make LDC use common iommu poll management functionsSowmini Varadhan1-88/+65
2015-04-18sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan4-242/+128
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller5-257/+324
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-324/+257
2015-04-17sparc: switch to using asm-generic for seccomp.hKees Cook1-8/+3