aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-07ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches1-4/+1
2010-07-09ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren1-11/+30
2010-02-15ARM: add notify_die() supportRussell King1-10/+25
2009-11-10ARM: Use a definition for the userspace cmpxchg emulation syscallRussell King1-1/+1
2009-11-08[ARM] Fix test for unimplemented ARM syscallsRussell King1-1/+1
2009-10-25ARM: Fix signal restart issues with NX and OABI compatRussell King1-1/+3
2009-10-11ARM: update die() outputRussell King1-2/+3
2009-10-11ARM: Dump code/mem oops lines with the appropriate log levelRussell King1-16/+17
2009-10-11ARM: Dump memory and backtrace as one printk per lineRussell King1-19/+23
2009-09-28ARM: Ensure do_cache_op takes mmap_semRussell King1-1/+4
2009-02-19[ARM] 5383/2: unwind: Add core support for ARM stack unwindingCatalin Marinas1-0/+10
2009-02-12[ARM] 5381/1: unwind: Reorganise the traps.c codeCatalin Marinas1-15/+19
2008-12-15[ARM] Ensure linux/hardirqs.h is included where requiredRussell King1-0/+1
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+0
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King1-1/+1
2008-09-05[ARM] sparse: fix several warningsRussell King1-1/+2
2008-09-01[ARM] 5206/1: remove kprobe_trap_handler() hackNicolas Pitre1-12/+0
2008-08-12[ARM] traps: don't call undef hook functions with spinlock heldRussell King1-13/+18
2008-07-23kgdb: support for ARCH=armJason Wessel1-0/+5
2008-01-26ARM kprobes: special hook for the kprobes breakpoint handlerNicolas Pitre1-0/+12
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre1-9/+0
2007-11-26[ARM] 4659/1: remove possibilities for spurious false negative with __kuser_cmpxchgNicolas Pitre1-2/+1
2007-11-26[ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQsNicolas Pitre1-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-5/+5
2007-07-26[ARM] Remove CONFIG_IGNORE_FIQRussell King1-2/+0
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-05[ARM] always allow dump_stack() to produce a backtraceRussell King1-2/+0
2007-06-17[ARM] Add support for pause_on_oops and display preempt/smp optionsRussell King1-1/+19
2007-05-08move die notifier handling to common codeChristoph Hellwig1-7/+7
2007-05-03[ARM] 4356/1: arm: fix handling of svc mode undefined instructionsDan Williams1-2/+3
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King1-1/+0
2007-04-21[ARM] Add ability to dump exception stacks to kernel backtracesRussell King1-2/+16
2007-02-14[ARM] 4183/1: do_undefinstr: read svc undefined instructions with svc privilegesDan Williams1-1/+4
2007-02-06[ARM] Move processor_modes[] to .../process.cRussell King1-10/+2
2007-01-06[ARM] 4070/1: arch/arm/kernel: fix warnings from missing includesBen Dooks1-0/+1
2006-12-07[ARM] 3983/2: remove unused argument to __bug()Nicolas Pitre1-5/+2
2006-09-20[ARM] 3759/2: Remove uses of %?Daniel Jacobowitz1-1/+1
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-07-31[PATCH] panic_on_oops: remove ssleep()Horms1-5/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28Merge nommu treeRussell King1-4/+5
2006-03-27[ARM] nommu: fixups for the exception vectorsHyok S. Choi1-4/+5
2006-03-25[ARM] 3030/2: fix permission check in the obscur cmpxchg syscallNicolas Pitre1-1/+1
2006-02-22[ARM] Add panic-on-oops supportRussell King1-0/+8
2006-01-14[ARM] 3105/4: ARM EABI: new syscall entry conventionNicolas Pitre1-1/+1
2006-01-12[PATCH] arm: task_stack_page()Al Viro1-1/+1
2006-01-12[PATCH] arm: end_of_stack()Al Viro1-1/+1
2006-01-03[ARM] Cleanup ARM includesRussell King1-1/+0
2005-10-30[ARM] Re-organise die()Russell King1-12/+17
2005-10-29[PATCH] mm: arm ready for split ptlockHugh Dickins1-5/+9