summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2019-06-11sparc64: Fix regression in non-hypervisor TLB flush xcallJames Clarke1-2/+2
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2018-11-21sparc: Fix single-pcr perf event counter management.David S. Miller1-4/+13
2018-11-10sparc64: Fix exception handling in UltraSPARC-III memcpy.David S. Miller1-2/+2
2018-11-10sparc64 mm: Fix more TSB sizing issuesMike Kravetz4-10/+45
2018-11-10sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdataSowmini Varadhan1-8/+21
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-17/+25
2018-06-06sparc64: Fix build warnings with gcc 7.David S. Miller1-1/+1
2018-05-30sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller1-1/+5
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+5
2018-04-13sparc64: ldc abort during vds iso bootJag Raman1-1/+6
2017-12-16sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-18security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni1-3/+0
2017-10-21sparc64: Migrate hvcons irq to panicked cpuVijay Kumar2-2/+9
2017-08-13sparc64: Prevent perf from running during super critical sectionsRob Gardner3-7/+22
2017-08-11sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu4-70/+132
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins2-3/+3
2017-06-17sparc64: make string buffers large enoughDan Carpenter1-2/+2
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