aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm/fault.c
AgeCommit message (Expand)Author
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
2009-07-24nommu: Fix the fault processing for the MMU-less caseCatalin Marinas
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2008-12-17Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l...Russell King
2008-12-15[ARM] Ensure linux/hardirqs.h is included where requiredRussell King
2008-11-28[ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre
2008-09-30[ARM] 5272/1: remove conditional compilation in show_pte()Nicolas Pitre
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre
2008-01-26ARM kprobes: add the kprobes hook to the page fault handlerNicolas Pitre
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt
2007-07-20arm: fix up handle_mm_fault changesNick Piggin
2007-07-19mm: fault feedback #2Nick Piggin
2007-05-08move die notifier handling to common codeChristoph Hellwig
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King
2007-04-21[ARM] Add ability to dump exception stacks to kernel backtracesRussell King
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron
2006-09-27[ARM] do_bad_area() always takes current and current->active_mmRussell King
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-09-20[ARM] Prevent deadlock in page fault handlerRussell King
2005-08-04[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.Russell King
2005-06-30[PATCH] ARM: Don't try to send a signal to pid0Russell King
2005-04-16[PATCH] arm: fix SIGBUS handlingakpm@osdl.org
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds