summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King2014-01-211-4/+11
|\ \ \
| | | * ARM: make kernel oops easier to readRussell King2013-12-291-1/+1
| |_|/ |/| |
| | * ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk2014-01-111-2/+3
| | * ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King2014-01-051-1/+7
| |/ |/|
* | ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst2013-12-091-1/+2
|/
* ARM: 7892/1: Fix warning for V7M buildsOlof Johansson2013-11-191-1/+1
* ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks2013-10-191-3/+5
* ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks2013-10-191-6/+10
* Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-08-281-15/+51
|\
| * ARM: cacheflush: don't bother rounding to nearest vmaWill Deacon2013-08-201-15/+2
| * ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon2013-08-201-8/+57
* | ARM: move signal handlers into a vdso-like pageRussell King2013-08-011-9/+0
* | ARM: allow kuser helpers to be removed from the vector pageRussell King2013-07-311-9/+14
* | ARM: move vector stubsRussell King2013-07-311-2/+2
* | ARM: poison the vectors pageRussell King2013-07-311-0/+10
|/
* Merge branch 'devel-stable' into for-nextRussell King2013-06-291-0/+8
|\
| * Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-05-221-0/+8
| |\
| | * ARM: Add base support for ARMv7-MCatalin Marinas2013-04-171-0/+8
* | | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2013-06-241-2/+2
|/ /
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
|/
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling pathWill Deacon2012-09-071-4/+7
* Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-2/+0
|\
| * ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""Will Deacon2012-07-281-2/+0
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-8/+0
|\ \
| * | ARM: Fix undefined instruction exception handlingRussell King2012-07-311-8/+0
| |/
| |
| \
*-. \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-23/+55
|\ \ \ | |_|/ |/| |
| | * ARM: 7424/1: update die handler from x86Rabin Vincent2012-07-091-23/+55
| |/
* | ARM: 7442/1: Revert "remove unused restart trampoline"Will Deacon2012-07-051-0/+2
|/
* Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Russell King2012-05-291-2/+0
|\
| * arm: remove unused restart trampolineAl Viro2012-05-211-2/+0
* | ARM: 7408/1: cacheflush: return error to userspace when flushing syscall failsWill Deacon2012-05-021-6/+5
* | ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem heldDima Zavin2012-05-021-0/+2
* | ARM: 7365/1: drop unused parameter from flush_cache_user_rangeDima Zavin2012-04-191-1/+1
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-8/+11
|\
| * ARM: Add compiled ISA to oops dumpsRussell King2012-03-241-2/+7
| * ARM: earlier initialization of vectors pageRussell King2012-01-231-6/+4
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+1
* | ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON()Stephen Boyd2012-02-091-1/+4
|/
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-10/+10
|\
| * locking, ARM: Annotate low level hw locks as rawThomas Gleixner2011-09-131-10/+10
* | Merge branch 'misc' into for-linusRussell King2011-10-251-10/+21
|\ \
| * | ARM: 7017/1: Use generic BUG() handlerSimon Glass2011-10-171-10/+21
| |/
* | ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles2011-10-171-0/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst2011-07-131-1/+16
* ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King2011-06-091-1/+1
* ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang2011-06-091-1/+1
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
* ARM: 6879/1: fix personality test wrt usage of domain handlersNicolas Pitre2011-04-141-2/+1
OpenPOWER on IntegriCloud