summaryrefslogtreecommitdiff
path: root/arch/sparc/mm/fault_32.c
AgeCommit message (Expand)Author
2021-01-03sparc32: switch to generic extablesAl Viro
2021-01-03sparc32: kill lookup_fault()Al Viro
2020-08-20sparc32: propagate the calling conventions change down to __csum_partial_copy...Al Viro
2020-08-12mm/sparc32: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2019-12-04sparc32: use pgtable-nopud instead of 4level-fixupMike Rapoport
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-03-20sparc: Convert naked unsigned uses to unsigned intJoe Perches
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-04-29sparc32: fix sparse warnings in unaligned_32.cSam Ravnborg
2014-04-29sparc32: fix sparse warning in fault_32.cSam Ravnborg
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-07-26sparc32: move probe_memory() to srmmu.cSam Ravnborg
2012-07-26sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg
2012-05-15sparc32: cleanup mm/fault_32.cSam Ravnborg
2012-05-12sparc32: Trivial removal of sun4c references in comments.David S. Miller
2012-05-11sparc32: Remove sparc_lvl15_nmi().David S. Miller
2012-05-11sparc32: remove all uses of ARCH_SUN4CSam Ravnborg
2012-05-11sparc32: remove sun4c trapsSam Ravnborg
2012-05-11sparc32: remove calls to sun4c dummy mm inits functionsSam Ravnborg
2012-04-04sparc/mm/fault_32.c: Port OOM changes to do_sparc_faultKautuk Consul
2012-03-28Disintegrate asm/system.h for SparcDavid Howells
2011-10-31sparc: remove several unnecessary module.h include instancesPaul Gortmaker
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches
2011-03-16sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault().David S. Miller
2010-10-26sparc32: Fix unaligned stack handling on trap return.David S. Miller
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-03-01sparc: Support show_unhandled_signals.David S. Miller
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2010-01-20sparc: Add missing SW perf fault events.David S. Miller
2009-08-02sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM.David S. Miller
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-01-06sparc: refactor code in fault_32.cSam Ravnborg