aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar6-6/+6
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar8-0/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-3/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar2-0/+2
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum6-6/+6
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-7/+7
2017-02-23sparc64: Multi-page size supportNitin Gupta1-18/+3
2017-02-23sparc64: Migrate hvcons irq to panicked cpuVijay Kumar1-1/+5
2017-02-23sparc64: Set cpu state to offline when stoppedVijay Kumar1-0/+3
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2017-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-4/+77
2017-01-30sparc64: Handle PIO & MEM non-resumable errors.Liam R. Howlett1-0/+73
2017-01-30sparc64: Zero pages on allocation for mondo and error queues.Liam R. Howlett1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche3-7/+7
2017-01-16sparc: Fixed typo in sstate.c. Replaced panicing with panickingTom Hromatka1-3/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds25-25/+25
2016-12-14sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger1-1/+43
2016-12-14arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2-4/+4
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+9
2016-12-11sparc64: restore irq in error paths in iommuDan Carpenter1-0/+2
2016-12-11sparc: leon: Fix a retry loop in leon_init_timers()Dan Carpenter1-28/+28
2016-12-11sparc64: make string buffers large enoughDan Carpenter1-2/+2
2016-12-11sparc64: move dereference after check for NULLDan Carpenter1-3/+2
2016-12-11sparc: kernel: use builtin_platform_driverGeliang Tang1-6/+1
2016-12-11sparc64:Support User Probes for sparcAllen Pais5-1/+389
2016-11-22sparc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior1-36/+9
2016-11-19sparc: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-18sparc64: Enable 64-bit DMATushar Dave1-2/+6
2016-11-18sparc64: Enable sun4v dma ops to use IOMMU v2 APIsTushar Dave3-58/+205
2016-11-18sparc64: Bind PCIe devices to use IOMMU v2 serviceTushar Dave3-0/+60
2016-11-18sparc64: Initialize iommu_map_table and iommu_poolTushar Dave1-0/+19
2016-11-18sparc64: Add ATU (new IOMMU) supportTushar Dave4-0/+166
2016-11-10sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2016-10-25sparc: Handle negative offsets in arch_jump_label_transformJames Clarke1-6/+17
2016-10-24sparc64: Delete now unused user copy assembler helpers.David S. Miller1-30/+0
2016-10-24sparc64: Prepare to move to more saner user copy exception handling.David S. Miller1-12/+11
2016-10-24sparc64: Delete __ret_efault.David S. Miller1-7/+1
2016-10-24sparc64: Setup a scheduling domain for highest level cache.Atish Patra2-18/+36
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-8/+16
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-8/+16
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds9-86/+32