aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-19sparc: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-18config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcBabu Moger1-0/+1
2016-11-18sparc64: Enable 64-bit DMATushar Dave2-2/+10
2016-11-18sparc64: Enable sun4v dma ops to use IOMMU v2 APIsTushar Dave4-58/+211
2016-11-18sparc64: Bind PCIe devices to use IOMMU v2 serviceTushar Dave3-0/+60
2016-11-18sparc64: Initialize iommu_map_table and iommu_poolTushar Dave2-0/+21
2016-11-18sparc64: Add ATU (new IOMMU) supportTushar Dave6-0/+529
2016-11-18sparc64: Add FORCE_MAX_ZONEORDER and default to 13Dave Kleikamp1-0/+18
2016-11-14sparc64: fix compile warning section mismatch in find_node()Thomas Tai1-3/+3
2016-11-10sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2016-11-10sparc64: Fix find_node warning if numa node cannot be foundThomas Tai1-4/+61
2016-10-27sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller1-55/+228
2016-10-26sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code.David S. Miller1-12/+30
2016-10-26sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller1-1/+1
2016-10-25sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller1-0/+17
2016-10-25sparc: Handle negative offsets in arch_jump_label_transformJames Clarke1-6/+17
2016-10-25sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller1-14/+51
2016-10-24sparc64: Delete now unused user copy fixup functions.David S. Miller3-105/+4
2016-10-24sparc64: Delete now unused user copy assembler helpers.David S. Miller1-30/+0
2016-10-24sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller3-81/+162
2016-10-24sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller3-91/+153
2016-10-24sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+162
2016-10-24sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+231
2016-10-24sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller3-124/+237
2016-10-24sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller3-18/+38
2016-10-24sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller1-10/+25
2016-10-24sparc64: Prepare to move to more saner user copy exception handling.David S. Miller15-39/+47
2016-10-24sparc64: Delete __ret_efault.David S. Miller2-8/+1
2016-10-24sparc32: Fix old style declaration GCC warningsTobias Klauser1-1/+1
2016-10-24sparc64: Fix old style declaration GCC warningsTobias Klauser1-6/+6
2016-10-24sparc64: Setup a scheduling domain for highest level cache.Atish Patra4-21/+46
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds2-9/+18
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-8/+16
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds48-448/+174
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-18/+22
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2-7/+8
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-44/+71
2016-10-06sparc: fixing ident and beautifying codenetmonk@netmonk.org1-28/+24
2016-10-06sparc64: Enable setting "relaxed ordering" in IOMMU mappingschris hyser2-1/+16
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 Gortmaker5-5/+5
2016-10-05sparc64: separate extable_64.h, switch elf_64.h to itAl Viro3-18/+22
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 Torvalds3-2/+5
2016-09-28sparc64: Fix non-SMP build.David S. Miller1-0/+1
2016-09-28sparc64: Fix irq stack bootmem allocation.Atish Patra2-16/+25
2016-09-28sparc64: Fix cpu_possible_mask if nr_cpus is setAtish Patra3-0/+16