summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc: drop duplicate header scatterlist.hGeliang Tang2016-11-191-1/+0
* config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcBabu Moger2016-11-181-0/+1
* sparc64: Enable 64-bit DMATushar Dave2016-11-182-2/+10
* sparc64: Enable sun4v dma ops to use IOMMU v2 APIsTushar Dave2016-11-184-58/+211
* sparc64: Bind PCIe devices to use IOMMU v2 serviceTushar Dave2016-11-183-0/+60
* sparc64: Initialize iommu_map_table and iommu_poolTushar Dave2016-11-182-0/+21
* sparc64: Add ATU (new IOMMU) supportTushar Dave2016-11-186-0/+529
* sparc64: Add FORCE_MAX_ZONEORDER and default to 13Dave Kleikamp2016-11-181-0/+18
* sparc64: fix compile warning section mismatch in find_node()Thomas Tai2016-11-141-3/+3
* sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson2016-11-101-2/+2
* sparc64: Fix find_node warning if numa node cannot be foundThomas Tai2016-11-101-4/+61
* sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller2016-10-271-55/+228
* sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller2016-10-261-12/+30
* sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller2016-10-261-1/+1
* sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller2016-10-251-0/+17
* sparc: Handle negative offsets in arch_jump_label_transformJames Clarke2016-10-251-6/+17
* sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller2016-10-251-14/+51
* sparc64: Delete now unused user copy fixup functions.David S. Miller2016-10-243-105/+4
* sparc64: Delete now unused user copy assembler helpers.David S. Miller2016-10-241-30/+0
* sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-81/+162
* sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-91/+153
* sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-79/+162
* sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-79/+231
* sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-124/+237
* sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-18/+38
* sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller2016-10-241-10/+25
* sparc64: Prepare to move to more saner user copy exception handling.David S. Miller2016-10-2415-39/+47
* sparc64: Delete __ret_efault.David S. Miller2016-10-242-8/+1
* sparc32: Fix old style declaration GCC warningsTobias Klauser2016-10-241-1/+1
* sparc64: Fix old style declaration GCC warningsTobias Klauser2016-10-241-6/+6
* sparc64: Setup a scheduling domain for highest level cache.Atish Patra2016-10-244-21/+46
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-192-9/+18
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-8/+16
| * mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+2
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1448-448/+174
|\ \
| * | sparc32: debride memcpy.S a bitAl Viro2016-08-071-79/+0
| * | [sparc] unify 32bit and 64bit string.hAl Viro2016-08-074-105/+34
| * | sparc: move exports to definitionsAl Viro2016-08-0745-265/+141
* | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-113-18/+22
|\ \ \ | |_|/ |/| |
| * | sparc64: separate extable_64.h, switch elf_64.h to itAl Viro2016-10-053-18/+22
* | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-072-7/+8
* | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-10-068-44/+71
|\ \ \
| * | | sparc: fixing ident and beautifying codenetmonk@netmonk.org2016-10-061-28/+24
| * | | sparc64: Enable setting "relaxed ordering" in IOMMU mappingschris hyser2016-10-062-1/+16
| * | | sparc64: Enable PCI IOMMU version 2 APIchris hyser2016-10-061-10/+26
| * | | sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-065-5/+5
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-2/+0
|\ \ \ \
| * | | | cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-2/+0