aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-5/+5
2016-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-14/+44
2016-10-06sparc64: Enable setting "relaxed ordering" in IOMMU mappingschris hyser1-1/+15
2016-10-06sparc64: Enable PCI IOMMU version 2 APIchris hyser1-10/+26
2016-10-06sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker3-3/+3
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-09-28sparc64: Fix irq stack bootmem allocation.Atish Patra1-0/+25
2016-09-28sparc64: Fix cpu_possible_mask if nr_cpus is setAtish Patra2-0/+15
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner1-2/+0
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-08-07sparc: move exports to definitionsAl Viro9-86/+32
2016-08-04sparc: support static_key usage in non-module __exit sectionsJason Baron1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski3-24/+24
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+11
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1-1/+1
2016-07-27sparc32: off by ones in BUG_ON()Dan Carpenter1-2/+2
2016-07-27sparc: Don't leak context bits into thread->fault_addressDavid S. Miller3-4/+24
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-1/+1
2016-06-17sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-9/+11
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-93/+200
2016-05-29sparc64: Fix return from trap window fill crashes.David S. Miller3-48/+108
2016-05-29sparc: Harden signal return frame checks.David S. Miller5-45/+92