aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 31-31/+31
2016-12-14sparc: implement watchdog_nmi_enable and watchdog_nmi_disableGravatar Babu Moger 1-1/+43
2016-12-14arch/sparc: add option to skip DMA sync as a part of map and unmapGravatar Alexander Duyck 2-4/+4
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-36/+9
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-3/+0
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 18-44/+535
2016-12-11sparc: fix a building error reported by kbuildGravatar Gonglei \(Arei\) 1-0/+1
2016-12-11sparc64: fix typo in pgd_clear()Gravatar Kirill A. Shutemov 1-1/+1
2016-12-11sparc64: restore irq in error paths in iommuGravatar Dan Carpenter 1-0/+2
2016-12-11sparc: leon: Fix a retry loop in leon_init_timers()Gravatar Dan Carpenter 1-28/+28
2016-12-11sparc64: make string buffers large enoughGravatar Dan Carpenter 1-2/+2
2016-12-11sparc64: move dereference after check for NULLGravatar Dan Carpenter 1-3/+2
2016-12-11sparc: kernel: use builtin_platform_driverGravatar Geliang Tang 1-6/+1
2016-12-11sparc64:Support User Probes for sparcGravatar Allen Pais 12-4/+498
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGGravatar Francis Yan 1-0/+2
2016-11-22sparc/sysfs: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-36/+9
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 11-70/+916
2016-11-19sparc: drop duplicate header scatterlist.hGravatar Geliang Tang 1-1/+0
2016-11-18config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcGravatar Babu Moger 1-0/+1
2016-11-18sparc64: Enable 64-bit DMAGravatar Tushar Dave 2-2/+10
2016-11-18sparc64: Enable sun4v dma ops to use IOMMU v2 APIsGravatar Tushar Dave 4-58/+211
2016-11-18sparc64: Bind PCIe devices to use IOMMU v2 serviceGravatar Tushar Dave 3-0/+60
2016-11-18sparc64: Initialize iommu_map_table and iommu_poolGravatar Tushar Dave 2-0/+21
2016-11-18sparc64: Add ATU (new IOMMU) supportGravatar Tushar Dave 6-0/+529
2016-11-18sparc64: Add FORCE_MAX_ZONEORDER and default to 13Gravatar Dave Kleikamp 1-0/+18
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 2-2/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 2-2/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 2-0/+2
2016-11-14sparc64: fix compile warning section mismatch in find_node()Gravatar Thomas Tai 1-3/+3
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 32-723/+1400
2016-11-10sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsGravatar Andreas Larsson 1-2/+2
2016-11-10sparc64: Fix find_node warning if numa node cannot be foundGravatar Thomas Tai 1-4/+61
2016-10-27sparc64: Handle extremely large kernel TLB range flushes more gracefully.Gravatar David S. Miller 1-55/+228
2016-10-26sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...Gravatar David S. Miller 1-12/+30
2016-10-26sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.Gravatar David S. Miller 1-1/+1
2016-10-25sparc64: Handle extremely large kernel TSB range flushes sanely.Gravatar David S. Miller 1-0/+17
2016-10-25sparc: Handle negative offsets in arch_jump_label_transformGravatar James Clarke 1-6/+17
2016-10-25sparc64: Fix illegal relative branches in hypervisor patched TLB code.Gravatar David S. Miller 1-14/+51
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-1/+0
2016-10-24sparc64: Delete now unused user copy fixup functions.Gravatar David S. Miller 3-105/+4
2016-10-24sparc64: Delete now unused user copy assembler helpers.Gravatar David S. Miller 1-30/+0
2016-10-24sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.Gravatar David S. Miller 3-81/+162
2016-10-24sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.Gravatar David S. Miller 3-91/+153
2016-10-24sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.Gravatar David S. Miller 3-79/+162
2016-10-24sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.Gravatar David S. Miller 3-79/+231
2016-10-24sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.Gravatar David S. Miller 3-124/+237
2016-10-24sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.Gravatar David S. Miller 3-18/+38
2016-10-24sparc64: Convert copy_in_user to accurate exception reporting.Gravatar David S. Miller 1-10/+25
2016-10-24sparc64: Prepare to move to more saner user copy exception handling.Gravatar David S. Miller 15-39/+47