aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c
AgeCommit message (Expand)Author
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2022-03-11ARM: Spectre-BHB workaroundRussell King (Oracle)
2022-03-11ARM: early traps initialisationRussell King (Oracle)
2020-10-01ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-06-20ARM: arrange show_pte() to issue severity-based messagesRussell King
2019-06-20ARM: add "8<--- cut here ---" to kernel dumpsRussell King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-19ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King
2017-11-08Merge branch 'devel-stable' into for-nextRussell King
2017-11-06ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland
2017-09-10ARM: implement get_tls syscallNicolas Pitre
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-15ARM: fix backtraceRussell King
2015-10-03ARM: remove user cmpxchg syscallRussell King
2015-08-21ARM: domains: get rid of manager mode for user domainRussell King
2015-06-02ARM: remove __bad_xchg definitionRussell King
2015-04-12arm: Remove signal translation and exec_domainRichard Weinberger
2014-12-05Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King
2014-11-27ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King
2014-09-18ARM: remove unused do_unexp_fiq() functionRussell King
2014-09-18ARM: 8150/3: fiq: Replace default FIQ handlerDaniel Thompson
2014-09-16ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch
2014-07-18ARM: 8074/1: traps: Make use of the frame_pointer macroNikolay Borisov
2014-04-11Dump the registers on undefined instruction userspace faultsRussell King
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King
2014-01-11ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk
2014-01-05ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King
2013-12-29ARM: make kernel oops easier to readRussell King
2013-12-09ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst
2013-11-19ARM: 7892/1: Fix warning for V7M buildsOlof Johansson
2013-10-19ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks
2013-10-19ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks
2013-08-28Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King
2013-08-20ARM: cacheflush: don't bother rounding to nearest vmaWill Deacon
2013-08-20ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon