aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman1-46/+17
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+5
2018-05-19ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu1-1/+4
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+5
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton1-1/+0
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King1-2/+2
2017-11-08Merge branch 'devel-stable' into for-nextRussell King1-0/+3
2017-11-06ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland1-10/+18
2017-09-10ARM: implement get_tls syscallNicolas Pitre1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-11-15ARM: fix backtraceRussell King1-0/+20
2015-10-03ARM: remove user cmpxchg syscallRussell King1-52/+0
2015-08-21ARM: domains: get rid of manager mode for user domainRussell King1-1/+0
2015-06-02ARM: remove __bad_xchg definitionRussell King1-8/+0
2015-04-12arm: Remove signal translation and exec_domainRichard Weinberger1-4/+2
2014-12-05Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King1-21/+21
2014-11-27ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin1-29/+2
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-21/+21
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-16/+1
2014-09-18ARM: remove unused do_unexp_fiq() functionRussell King1-6/+0
2014-09-18ARM: 8150/3: fiq: Replace default FIQ handlerDaniel Thompson1-0/+26
2014-09-16ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch1-16/+1
2014-07-18ARM: 8074/1: traps: Make use of the frame_pointer macroNikolay Borisov1-2/+4
2014-04-11Dump the registers on undefined instruction userspace faultsRussell King1-0/+1
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-nextRussell King1-4/+11
2014-01-11ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk1-2/+3
2014-01-05ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King1-1/+7
2013-12-29ARM: make kernel oops easier to readRussell King1-1/+1
2013-12-09ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst1-1/+2
2013-11-19ARM: 7892/1: Fix warning for V7M buildsOlof Johansson1-1/+1
2013-10-19ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks1-3/+5
2013-10-19ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks1-6/+10
2013-08-28Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King1-15/+51
2013-08-20ARM: cacheflush: don't bother rounding to nearest vmaWill Deacon1-15/+2
2013-08-20ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon1-8/+57
2013-08-01ARM: move signal handlers into a vdso-like pageRussell King1-9/+0
2013-07-31ARM: allow kuser helpers to be removed from the vector pageRussell King1-9/+14
2013-07-31ARM: move vector stubsRussell King1-2/+2
2013-07-31ARM: poison the vectors pageRussell King1-0/+10
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-0/+8
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel1-2/+2
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-0/+8
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-17ARM: Add base support for ARMv7-MCatalin Marinas1-0/+8
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