summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
* ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King2015-03-101-0/+1
* ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-16/+15Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+6
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-131-7/+7
* ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper2013-06-291-0/+2
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* Merge branch 'v3-removal' into for-linusRussell King2012-05-211-3/+0Star
|\
| * ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King2012-05-051-3/+0Star
* | ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESSRussell King2012-05-161-1/+3
|/
* ARM: 7368/1: fault.c: correct how the tsk->[maj|min]_flt gets incrementedKautuk Consul2012-04-101-1/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-1/+2
|\
| * ARM: 7319/1: Print debug info for SIGBUS in user faultsJavi Merino2012-03-241-1/+2
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+2
|/
* Merge branch 'devel-stable' into for-linusRussell King2012-01-051-92/+19Star
|\
| * ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-0/+15
| * ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas2011-12-081-92/+4Star
* | ARM: 7178/1: fault.c: Port OOM changes into do_page_faultKautuk Consul2011-12-061-19/+39
|/
* ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles2011-10-171-0/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-241-1/+5
|\
| *-. Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-231-1/+5
| |\ \
| | | * ARM: 7000/1: LPAE: Use long long printk format for displaying the pudCatalin Marinas2011-07-191-1/+1
| | |/ | |/|
| | * ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King2011-07-021-0/+4
| |/
* / perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-3/+3
|/
* ARM: pgtable: add pud-level codeRussell King2011-02-211-4/+25
* ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-151-4/+6
* ARM: pgtable: switch order of Linux vs hardware page tablesRussell King2010-12-221-1/+1
* ARM: 6355/1: hw-breakpoint: add mechanism for hooking into prefetch abortsWill Deacon2010-09-081-0/+13
* ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov2010-07-271-0/+11
* ARM: 6256/1: Check arch version and modify fsr_info[] depends on it at runtimeKirill A. Shutemov2010-07-271-5/+11
* ARM: 6255/1: Workaround infinity loop in handling of translation faultsKirill A. Shutemov2010-07-271-1/+10
* ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov2010-07-271-6/+8
* ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov2010-07-271-2/+2
* ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6Anfei2010-06-081-0/+3
* ARM: 6134/1: Handle instruction cache maintenance fault properlyKirill A. Shutemov2010-05-151-0/+5
* ARM: 5900/2: arm: enable support for software perf eventsJamie Iles2010-02-121-0/+7
* ARM: 5742/1: ARM: add debug check for invalid kernel page faultsImre Deak2009-10-051-0/+5
* ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7Kirill A. Shutemov2009-10-021-1/+50
* ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov2009-10-021-1/+1
* ARM: Add support for checking access permissions on prefetch abortsRussell King2009-09-201-3/+6
* ARM: Separate out access error checkingRussell King2009-09-201-11/+22
* ARM: Ensure correct might_sleep() check in pagefault pathRussell King2009-09-201-0/+7
* ARM: Update page fault handling for new OOM techniquesRussell King2009-09-201-33/+14Star
* ARM: Provide definitions and helpers for decoding the FSR registerRussell King2009-09-201-3/+15
* Merge branch 'devel-stable' into develRussell King2009-09-121-0/+23
|\
| * Include linux/sched.h in arch/arm/mm/fault.cCatalin Marinas2009-07-241-0/+1
| * nommu: Fix the fault processing for the MMU-less caseCatalin Marinas2009-07-241-0/+22
* | ARM: implement highpteRussell King2009-08-171-0/+1
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l...Russell King2008-12-171-0/+1
|\