aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+3
|\
| * ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESSRussell King2012-05-211-1/+3
* | merge opensource jb u5codeworkx2012-09-221-1/+38
|/
* 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/+14
* 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
|\
| * [ARM] Ensure linux/hardirqs.h is included where requiredRussell King2008-12-151-0/+1
* | [ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre2008-11-281-2/+4
|/
* [ARM] 5272/1: remove conditional compilation in show_pte()Nicolas Pitre2008-09-301-3/+2
* [ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King2008-09-061-1/+1
* ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre2008-01-261-2/+2
* ARM kprobes: add the kprobes hook to the page fault handlerNicolas Pitre2008-01-261-0/+27
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* arm: fix up handle_mm_fault changesNick Piggin2007-07-201-3/+3
* mm: fault feedback #2Nick Piggin2007-07-191-20/+16
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+1
* [ARM] Remove needless linux/ptrace.h includesRussell King2007-04-211-1/+0
* [ARM] Add ability to dump exception stacks to kernel backtracesRussell King2007-04-211-2/+2
* [PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra2006-12-071-1/+1
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] make PROT_WRITE imply PROT_READJason Baron2006-09-291-1/+1
* [ARM] do_bad_area() always takes current and current->active_mmRussell King2006-09-271-9/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ARM] Prevent deadlock in page fault handlerRussell King2005-09-201-1/+11
* [PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.Russell King2005-08-041-3/+3
* [PATCH] ARM: Don't try to send a signal to pid0Russell King2005-06-301-35/+40