aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/fault_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-9/+7
2021-10-20signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman1-1/+0
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-1/+1
2021-01-03sparc32: switch to generic extablesAl Viro1-15/+11
2021-01-03sparc32: kill lookup_fault()Al Viro1-56/+0
2020-08-20sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic()Al Viro1-5/+1
2020-08-12mm/sparc32: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-9/+9
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2019-12-04sparc32: use pgtable-nopud instead of 4level-fixupMike Rapoport1-2/+9
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+2
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman1-11/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-12-19Do not hash userspace addresses in fault handlersKees Cook1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-2/+2
2016-03-20sparc: Convert naked unsigned uses to unsigned intJoe Perches1-4/+4
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-04-29sparc32: fix sparse warnings in unaligned_32.cSam Ravnborg1-3/+1
2014-04-29sparc32: fix sparse warning in fault_32.cSam Ravnborg1-3/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+9
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-07-26sparc32: move probe_memory() to srmmu.cSam Ravnborg1-12/+0
2012-07-26sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg1-6/+0
2012-05-15sparc32: cleanup mm/fault_32.cSam Ravnborg1-50/+44
2012-05-12sparc32: Trivial removal of sun4c references in comments.David S. Miller1-4/+0
2012-05-11sparc32: Remove sparc_lvl15_nmi().David S. Miller1-15/+0
2012-05-11sparc32: remove all uses of ARCH_SUN4CSam Ravnborg1-1/+1
2012-05-11sparc32: remove sun4c trapsSam Ravnborg1-89/+0
2012-05-11sparc32: remove calls to sun4c dummy mm inits functionsSam Ravnborg1-3/+0
2012-04-04sparc/mm/fault_32.c: Port OOM changes to do_sparc_faultKautuk Consul1-7/+30
2012-03-28Disintegrate asm/system.h for SparcDavid Howells1-1/+0
2011-10-31sparc: remove several unnecessary module.h include instancesPaul Gortmaker1-1/+0
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-5/+3
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-03-16sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault().David S. Miller1-2/+1
2010-10-26sparc32: Fix unaligned stack handling on trap return.David S. Miller1-0/+12
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-46/+60
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2010-03-01sparc: Support show_unhandled_signals.David S. Miller1-46/+60
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2