summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-17/+25
2018-09-05sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni1-1/+1
2018-06-06sparc64: Don't clibber fixed registers in __multi4.David S. Miller1-12/+12
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-30sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2-6/+19
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+5
2018-04-13sparc64: ldc abort during vds iso bootJag Raman1-1/+6
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2017-12-25sparc32: Export vac_cache_size to fix build errorGuenter Roeck1-0/+1
2017-12-14sparc64/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-30sparc64: remove unnecessary log messageTushar Dave1-2/+0
2017-08-13sparc64: Prevent perf from running during super critical sectionsRob Gardner3-7/+22
2017-08-11sparc64: Fix exception handling in UltraSPARC-III memcpy.David S. Miller1-2/+2
2017-08-11sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu4-70/+132
2017-07-05sparc64: Zero pages on allocation for mondo and error queues.Liam R. Howlett1-1/+1
2017-07-05sparc64: Handle PIO & MEM non-resumable errors.Liam R. Howlett1-0/+73
2017-06-24mm: 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-14sparc64: Add __multi3 for gcc 7.x and later.David S. Miller2-0/+36
2017-06-07sparc/ftrace: Fix ftrace graph time measurementLiam R. Howlett1-7/+6
2017-06-07sparc: Fix -Wstringop-overflow warningOrlando Arias3-4/+4
2017-05-14sparc64: fix fault handling in NGbzero.S and GENbzero.SDave Aldridge3-2/+8
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-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-11sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2016-11-11sparc64: 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 c...David S. Miller1-12/+30