summaryrefslogtreecommitdiff
path: root/arch/sparc/include
AgeCommit message (Expand)Author
2020-02-14sparc32: fix struct ipc64_perm type definitionArnd Bergmann
2019-11-28sparc64: Rework xchg() definition to avoid warnings.David S. Miller
2019-11-28sparc: Fix parport build warnings.David S. Miller
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-11-10sparc64 mm: Fix more TSB sizing issuesMike Kravetz
2018-05-30sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2017-10-21sparc64: Migrate hvcons irq to panicked cpuVijay Kumar
2017-08-12sparc64: Prevent perf from running during super critical sectionsRob Gardner
2017-08-11sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu
2017-06-14sparc64: delete old wrap codePavel Tatashin
2017-06-14sparc64: add per-cpu mm of secondary contextsPavel Tatashin
2017-06-14sparc64: redefine first versionPavel Tatashin
2017-06-14sparc64: combine activate_mm and switch_mmPavel Tatashin
2017-06-14sparc: Machine description indices can varyJames Clarke
2017-06-07sparc: Fix -Wstringop-overflow warningOrlando Arias
2017-05-02sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka
2016-11-21sparc64: Delete now unused user copy fixup functions.David S. Miller
2016-11-21sparc64: Prepare to move to more saner user copy exception handling.David S. Miller
2016-11-21sparc64: Delete __ret_efault.David S. Miller
2016-11-21sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz
2016-09-24sparc32: fix copy_from_user()Al Viro
2016-06-24sparc64: Fix return from trap window fill crashes.David S. Miller
2016-06-24sparc64: Reduce TLB flushes during hugepte changesNitin Gupta
2015-12-31sparc: Wire up mlock2 system call.David S. Miller
2015-12-31sparc: Add all necessary direct socket system calls.David S. Miller
2015-12-24sparc64: Add ADI capability to cpu capabilitiesKhalid Aziz
2015-12-23sparc: Hook up userfaultfd system callMike Kravetz
2015-11-09sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-11-04sparc64: Fix numa distance valuesNitin Gupta
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-08sparc32: do not include swap.h from pgtable_32.hMichal Hocko
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar
2015-08-07sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S valueRob Gardner
2015-08-07treewide: Fix typo compatability -> compatibilityLaurent Pinchart
2015-08-06sparc64: Fix userspace FPU register corruptions.David S. Miller
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov