aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-27signal/arm: Use force_sig_fault where appropriateEric W. Biederman1-9/+1
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman1-14/+4
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-3/+4
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+3
2018-05-31ARM: spectre-v2: harden user aborts in kernel spaceRussell King1-0/+3
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+4
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King1-3/+2
2017-08-29ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2017-01-30ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin1-2/+2
2017-01-24arm: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-03-17mm: remove VM_FAULT_MINORJan Kara1-1/+1
2015-10-19ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach1-0/+22
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-03-10ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King1-0/+1
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-16/+15
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+6
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-7/+7
2013-06-29ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper1-0/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-21Merge branch 'v3-removal' into for-linusRussell King1-3/+0
2012-05-16ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESSRussell King1-1/+3
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King1-3/+0
2012-04-10ARM: 7368/1: fault.c: correct how the tsk->[maj|min]_flt gets incrementedKautuk Consul1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+2
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+2
2012-03-24ARM: 7319/1: Print debug info for SIGBUS in user faultsJavi Merino1-1/+2
2012-01-05Merge branch 'devel-stable' into for-linusRussell King1-92/+19
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas1-0/+15
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas1-92/+4
2011-12-06ARM: 7178/1: fault.c: Port OOM changes into do_page_faultKautuk Consul1-19/+39
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles1-0/+1
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+5
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King1-1/+5
2011-07-19ARM: 7000/1: LPAE: Use long long printk format for displaying the pudCatalin Marinas1-1/+1
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King1-0/+4
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-02-21ARM: pgtable: add pud-level codeRussell King1-4/+25
2011-02-15ARM: 6674/1: LPAE: use long long format when printing physical addresses and ptesWill Deacon1-4/+6
2010-12-22ARM: pgtable: switch order of Linux vs hardware page tablesRussell King1-1/+1
2010-09-08ARM: 6355/1: hw-breakpoint: add mechanism for hooking into prefetch abortsWill Deacon1-0/+13
2010-07-27ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov1-0/+11
2010-07-27ARM: 6256/1: Check arch version and modify fsr_info[] depends on it at runtimeKirill A. Shutemov1-5/+11
2010-07-27ARM: 6255/1: Workaround infinity loop in handling of translation faultsKirill A. Shutemov1-1/+10
2010-07-27ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov1-6/+8
2010-07-27ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov1-2/+2
2010-06-08ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6Anfei1-0/+3