summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* signal/arm: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-9/+1
* signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman2018-09-271-14/+4
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-3/+4
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-061-0/+3
|\
| * ARM: spectre-v2: harden user aborts in kernel spaceRussell King2018-05-311-0/+3
* | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+4
|/
* ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King2017-12-171-3/+2
* ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland2017-08-291-1/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-1/+1
|\
| * arm: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
* | ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin2017-01-301-2/+2
|/
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
* ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach2015-10-191-0/+22
* 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/+15
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-3/+6
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-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/+0
|\
| * ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King2012-05-051-3/+0
* | 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-291-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/+19
|\
| * ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-0/+15
| * ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas2011-12-081-92/+4
* | 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-221-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
OpenPOWER on IntegriCloud