summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc64: fix compile warning section mismatch in find_node()Thomas Tai2016-12-101-3/+3
* sparc64: Fix find_node warning if numa node cannot be foundThomas Tai2016-12-101-4/+61
* sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson2016-12-101-2/+2
* sparc64: Delete now unused user copy fixup functions.David S. Miller2016-11-213-103/+4
* sparc64: Delete now unused user copy assembler helpers.David S. Miller2016-11-211-30/+0
* sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller2016-11-213-81/+162
* sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller2016-11-213-91/+153
* sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-11-213-79/+162
* sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller2016-11-213-79/+231
* sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller2016-11-213-124/+237
* sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-11-213-18/+38
* sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller2016-11-211-10/+25
* sparc64: Prepare to move to more saner user copy exception handling.David S. Miller2016-11-2115-39/+47
* sparc64: Delete __ret_efault.David S. Miller2016-11-213-48/+1
* sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller2016-11-211-55/+228
* sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller2016-11-211-12/+30
* sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller2016-11-211-1/+1
* sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller2016-11-211-14/+51
* sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller2016-11-211-0/+17
* sparc: Handle negative offsets in arch_jump_label_transformJames Clarke2016-11-211-6/+17
* sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz2016-11-216-15/+19
* sparc: Don't leak context bits into thread->fault_addressDavid S. Miller2016-11-213-4/+24
* sparc32: fix copy_from_user()Al Viro2016-09-241-1/+3
* sparc64: Fix return from trap window fill crashes.David S. Miller2016-06-245-52/+116
* sparc: Harden signal return frame checks.David S. Miller2016-06-245-45/+92
* sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller2016-06-241-3/+7
* sparc64: Reduce TLB flushes during hugepte changesNitin Gupta2016-06-246-51/+97
* sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger2016-06-241-0/+17
* sparc64: Fix sparc64_set_context stack handling.David S. Miller2016-06-241-1/+1
* sparc64: Fix numa node distance initializationNitin Gupta2016-06-241-7/+8
* sparc64: Fix bootup regressions on some Kconfig combinations.David S. Miller2016-06-248-55/+34
* sparc: Fix system call tracing register handling.Mike Frysinger2016-06-242-0/+53
* sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin2016-03-031-1/+1
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-15/+2
* sparc: Wire up mlock2 system call.David S. Miller2015-12-313-4/+5
* sparc: Add all necessary direct socket system calls.David S. Miller2015-12-313-18/+24
* sparc64: fix FP corruption in user copy functionsRob Gardner2015-12-2413-134/+235
* sparc64: Perf should save/restore fault infoRob Gardner2015-12-241-0/+4
* sparc64: Ensure perf can access user stacksRob Gardner2015-12-241-0/+7
* sparc64: Don't set %pil in rtrap_nmi too earlyRob Gardner2015-12-241-1/+7
* sparc64: Add ADI capability to cpu capabilitiesKhalid Aziz2015-12-242-4/+6
* sparc: Hook up userfaultfd system callMike Kravetz2015-12-233-4/+5
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers2015-11-093-4/+5
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-063-3/+22
|\
| * sparc/PCI: Add mem64 resource parsing for root busYinghai Lu2015-10-293-3/+22
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-0/+1
|\ \
| * | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-11-058-30/+109
|\ \ \ | |/ / |/| |
| * | sparc64: Fix numa distance valuesNitin Gupta2015-11-042-1/+72