aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm/fault.c
AgeCommit message (Expand)Author
2017-09-13ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland
2017-02-14ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin
2015-10-19ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-03-10ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner
2013-06-29ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-05-21Merge branch 'v3-removal' into for-linusRussell King
2012-05-16ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESSRussell King
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King
2012-04-10ARM: 7368/1: fault.c: correct how the tsk->[maj|min]_flt gets incrementedKautuk Consul
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2012-03-24ARM: 7319/1: Print debug info for SIGBUS in user faultsJavi Merino
2012-01-05Merge branch 'devel-stable' into for-linusRussell King
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas
2011-12-06ARM: 7178/1: fault.c: Port OOM changes into do_page_faultKautuk Consul
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King
2011-07-19ARM: 7000/1: LPAE: Use long long printk format for displaying the pudCatalin Marinas
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-02-21ARM: pgtable: add pud-level codeRussell King
2011-02-15ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon
2010-12-22ARM: pgtable: switch order of Linux vs hardware page tablesRussell King
2010-09-08ARM: 6355/1: hw-breakpoint: add mechanism for hooking into prefetch abortsWill Deacon
2010-07-27ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov
2010-07-27ARM: 6256/1: Check arch version and modify fsr_info[] depends on it at runtimeKirill A. Shutemov
2010-07-27ARM: 6255/1: Workaround infinity loop in handling of translation faultsKirill A. Shutemov
2010-07-27ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov
2010-07-27ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov
2010-06-08ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6Anfei
2010-05-15ARM: 6134/1: Handle instruction cache maintenance fault properlyKirill A. Shutemov
2010-02-12ARM: 5900/2: arm: enable support for software perf eventsJamie Iles
2009-10-05ARM: 5742/1: ARM: add debug check for invalid kernel page faultsImre Deak
2009-10-02ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7Kirill A. Shutemov
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov
2009-09-20ARM: Add support for checking access permissions on prefetch abortsRussell King
2009-09-20ARM: Separate out access error checkingRussell King
2009-09-20ARM: Ensure correct might_sleep() check in pagefault pathRussell King
2009-09-20ARM: Update page fault handling for new OOM techniquesRussell King
2009-09-20ARM: Provide definitions and helpers for decoding the FSR registerRussell King
2009-09-12Merge branch 'devel-stable' into develRussell King
2009-08-17ARM: implement highpteRussell King
2009-07-24Include linux/sched.h in arch/arm/mm/fault.cCatalin Marinas