summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-23/+1Star
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-6/+7
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * signal/arm: Remove tsk parameter from __do_user_faultEric W. Biederman2019-05-291-5/+6
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-091-9/+11
|\ \
| * | ARM: arrange show_pte() to issue severity-based messagesRussell King2019-06-201-9/+8Star
| * | ARM: add "8<--- cut here ---" to kernel dumpsRussell King2019-06-201-0/+3
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* ARM: 8807/1: mm: Facilitate debugging CONFIG_KUSER_HELPERS disabledFlorian Fainelli2018-11-081-0/+6
* signal/arm: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-9/+1Star
* signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman2018-09-271-14/+4Star
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-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/+2Star
* 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-271-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/+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
|/