aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-09-07ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling pathWill Deacon1-4/+7
2012-08-01Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+0
2012-08-01Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-8/+0
2012-07-31ARM: Fix undefined instruction exception handlingRussell King1-8/+0
2012-07-28ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""Will Deacon1-2/+0
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-23/+55
2012-07-09ARM: 7424/1: update die handler from x86Rabin Vincent1-23/+55
2012-07-05ARM: 7442/1: Revert "remove unused restart trampoline"Will Deacon1-0/+2
2012-05-29Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linusRussell King1-2/+0
2012-05-21arm: remove unused restart trampolineAl Viro1-2/+0
2012-05-02ARM: 7408/1: cacheflush: return error to userspace when flushing syscall failsWill Deacon1-6/+5
2012-05-02ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem heldDima Zavin1-0/+2
2012-04-19ARM: 7365/1: drop unused parameter from flush_cache_user_rangeDima Zavin1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-8/+11
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+1
2012-03-24ARM: Add compiled ISA to oops dumpsRussell King1-2/+7
2012-02-09ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON()Stephen Boyd1-1/+4
2012-01-23ARM: earlier initialization of vectors pageRussell King1-6/+4
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+10
2011-10-25Merge branch 'misc' into for-linusRussell King1-10/+21
2011-10-17ARM: 7017/1: Use generic BUG() handlerSimon Glass1-10/+21
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles1-0/+1
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner1-10/+10
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-13ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst1-1/+16
2011-06-09ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King1-1/+1
2011-06-09ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang1-1/+1
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman1-1/+0
2011-04-14ARM: 6879/1: fix personality test wrt usage of domain handlersNicolas Pitre1-2/+1
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-3/+3
2011-02-23ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon1-1/+1
2011-02-23ARM: fix some sparse errors in generic ARM codeRussell King1-1/+1
2011-02-15ARM: 6674/1: LPAE: use long long format when printing physical addresses and ptesWill Deacon1-3/+3
2011-01-06Merge branch 'pgt' (early part) into develRussell King1-6/+6
2011-01-06Merge branch 'smp' into miscRussell King1-4/+1
2010-11-26ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King1-6/+6
2010-11-07ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches1-4/+1
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas1-4/+10
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