summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/fault_32.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+2
* signal/sparc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-11/+2Star
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* Do not hash userspace addresses in fault handlersKees Cook2017-12-201-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-271-2/+2
* sparc: Convert naked unsigned uses to unsigned intJoe Perches2016-03-211-4/+4
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* sparc32: fix sparse warnings in unaligned_32.cSam Ravnborg2014-04-291-3/+1Star
* sparc32: fix sparse warning in fault_32.cSam Ravnborg2014-04-291-3/+2Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+9
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* sparc32: move probe_memory() to srmmu.cSam Ravnborg2012-07-271-12/+0Star
* sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg2012-07-271-6/+0Star
* sparc32: cleanup mm/fault_32.cSam Ravnborg2012-05-151-50/+44Star
* sparc32: Trivial removal of sun4c references in comments.David S. Miller2012-05-121-4/+0Star
* sparc32: Remove sparc_lvl15_nmi().David S. Miller2012-05-121-15/+0Star
* sparc32: remove all uses of ARCH_SUN4CSam Ravnborg2012-05-121-1/+1
* sparc32: remove sun4c trapsSam Ravnborg2012-05-121-89/+0Star
* sparc32: remove calls to sun4c dummy mm inits functionsSam Ravnborg2012-05-121-3/+0Star
* sparc/mm/fault_32.c: Port OOM changes to do_sparc_faultKautuk Consul2012-04-051-7/+30
* Disintegrate asm/system.h for SparcDavid Howells2012-03-281-1/+0Star
* sparc: remove several unnecessary module.h include instancesPaul Gortmaker2011-11-011-1/+0Star
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-5/+3Star
* sparc: Remove unnecessary semicolonsJoe Perches2011-06-081-1/+1
* sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault().David S. Miller2011-03-171-2/+1Star
* sparc32: Fix unaligned stack handling on trap return.David S. Miller2010-10-261-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2010-03-021-46/+60
|\
| * sparc: Support show_unhandled_signals.David S. Miller2010-03-011-46/+60
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-2/+2
|\ \ | |/ |/|
| * MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-2/+2
* | sparc: Add missing SW perf fault events.David S. Miller2010-01-211-2/+10
|/
* sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM.David S. Miller2009-08-031-3/+4
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-2/+2
* sparc: refactor code in fault_32.cSam Ravnborg2009-01-061-1/+2
* sparc: prepare mm/ for unificationSam Ravnborg2008-12-041-0/+543