summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2017-06-14arch/sparc: support NR_CPUS = 4096Jane Chu2-6/+15
2017-06-14sparc64: delete old wrap codePavel Tatashin6-45/+1
2017-06-14sparc64: new context wrapPavel Tatashin1-27/+54
2017-06-14sparc64: add per-cpu mm of secondary contextsPavel Tatashin2-2/+4
2017-06-14sparc64: redefine first versionPavel Tatashin2-4/+4
2017-06-14sparc64: combine activate_mm and switch_mmPavel Tatashin1-20/+1
2017-06-14sparc64: reset mm cpumask after wrapPavel Tatashin1-0/+2
2017-06-14sparc: Machine description indices can varyJames Clarke2-4/+65
2017-06-14sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz2-6/+12
2017-06-07sparc: Fix -Wstringop-overflow warningOrlando Arias3-4/+4
2017-05-03sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka1-7/+8
2017-05-03sparc64: kern_addr_valid regressionbob picco1-1/+1
2017-03-31sparc/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2016-12-10sparc64: fix compile warning section mismatch in find_node()Thomas Tai1-3/+3
2016-12-10sparc64: Fix find_node warning if numa node cannot be foundThomas Tai1-4/+61
2016-12-10sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2016-11-21sparc64: Delete now unused user copy fixup functions.David S. Miller3-103/+4
2016-11-21sparc64: Delete now unused user copy assembler helpers.David S. Miller1-30/+0
2016-11-21sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller3-81/+162
2016-11-21sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller3-91/+153
2016-11-21sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+162
2016-11-21sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+231
2016-11-21sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller3-124/+237
2016-11-21sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller3-18/+38
2016-11-21sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller1-10/+25
2016-11-21sparc64: Prepare to move to more saner user copy exception handling.David S. Miller15-39/+47
2016-11-21sparc64: Delete __ret_efault.David S. Miller3-48/+1
2016-11-21sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller1-55/+228
2016-11-21sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller1-12/+30
2016-11-21sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller1-1/+1
2016-11-21sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller1-14/+51
2016-11-21sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller1-0/+17
2016-11-21sparc: Handle negative offsets in arch_jump_label_transformJames Clarke1-6/+17
2016-11-21sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz6-15/+19
2016-11-21sparc: Don't leak context bits into thread->fault_addressDavid S. Miller3-4/+24
2016-09-24sparc32: fix copy_from_user()Al Viro1-1/+3
2016-06-24sparc64: Fix return from trap window fill crashes.David S. Miller5-52/+116
2016-06-24sparc: Harden signal return frame checks.David S. Miller5-45/+92
2016-06-24sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller1-3/+7
2016-06-24sparc64: Reduce TLB flushes during hugepte changesNitin Gupta6-51/+97
2016-06-24sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger1-0/+17
2016-06-24sparc64: Fix sparc64_set_context stack handling.David S. Miller1-1/+1
2016-06-24sparc64: Fix numa node distance initializationNitin Gupta1-7/+8
2016-06-24sparc64: Fix bootup regressions on some Kconfig combinations.David S. Miller8-55/+34
2016-06-24sparc: Fix system call tracing register handling.Mike Frysinger2-0/+53
2016-03-04sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-15/+2
2015-12-31sparc: Wire up mlock2 system call.David S. Miller3-4/+5
2015-12-31sparc: Add all necessary direct socket system calls.David S. Miller3-18/+24
2015-12-24sparc64: fix FP corruption in user copy functionsRob Gardner13-134/+235