- 00d43d1 ARM: 9125/1: fix incorrect use of get_kernel_nofault() by Ard Biesheuvel · 3 years, 4 months ago
- 35776f1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 4 months ago
- 8b09788 trap: cleanup trap_init() by Kefeng Wang · 3 years, 4 months ago
- 344179f ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs() by Arnd Bergmann · 3 years, 5 months ago
- 5aa6b70 arm: print alloc free paths for address in registers by Maninder Singh · 3 years, 8 months ago
- 0c389d89 maccess: make get_kernel_nofault() check for minimal type compatibility by Linus Torvalds · 4 years, 7 months ago
- 25f12ae maccess: rename probe_kernel_address to get_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
- a4502d0 arm: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 34135ea arm: wire up dump_backtrace_{entry,stm} by Dmitry Safonov · 4 years, 7 months ago
- ee65ca0 arm: add loglvl to dump_backtrace() by Dmitry Safonov · 4 years, 7 months ago
- e8d7b73 arm: add loglvl to unwind_backtrace() by Dmitry Safonov · 4 years, 7 months ago
- 5489ab5 arm/asm: add loglvl to c_backtrace() by Dmitry Safonov · 4 years, 7 months ago
- fca7f8e arm: rename flush_cache_user_range to flush_icache_user_range by Christoph Hellwig · 4 years, 7 months ago
- d60ddd2 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
- 40ff1dd ARM: 8948/1: Prevent OOB access in stacktrace by Vincent Whitchurch · 5 years ago
- e7289c6 sched/rt, ARM: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 2b49350 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
- 49b38c3 ARM: arrange show_pte() to issue severity-based messages by Russell King · 6 years ago
- bafeb7a ARM: add "8<--- cut here ---" to kernel dumps by Russell King · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
- e9a0650 signal/arm: Remove tsk parameter from ptrace_break by Eric W. Biederman · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 05e792e signal/arm: Push siginfo generation into arm_notify_die by Eric W. Biederman · 7 years ago
- 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- eb0146d ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr by Masami Hiramatsu · 7 years ago
- 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
- 367b0df Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- dc8635b kernel/exit.c: export abort() to modules by Andrew Morton · 7 years ago
- c608906 ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code by Russell King · 7 years ago
- 0219614 Merge branch 'devel-stable' into for-next by Russell King · 7 years ago
- b9dd05c ARM: 8720/1: ensure dump_instr() checks addr_limit by Mark Rutland · 7 years ago
- 8fcd6c4 ARM: implement get_tls syscall by Nicolas Pitre · 7 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 24c66df ARM: fix backtrace by Russell King · 8 years ago
- db695c0 ARM: remove user cmpxchg syscall by Russell King · 9 years ago
- 3c2aed5 ARM: domains: get rid of manager mode for user domain by Russell King · 9 years ago
- 31cd08c ARM: remove __bad_xchg definition by Russell King · 10 years ago
- a498044 arm: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
- fbe4dd0 Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-next by Russell King · 10 years ago
- 3f4aa45 ARM: 8226/1: cacheflush: get rid of restarting block by Vladimir Murzin · 10 years ago
- 4ed89f2 ARM: convert printk(KERN_* to pr_* by Russell King · 10 years ago
- d5d1689 Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
- 3467e76 ARM: remove unused do_unexp_fiq() function by Russell King · 10 years ago
- c0e7f7e ARM: 8150/3: fiq: Replace default FIQ handler by Daniel Thompson · 10 years ago
- fbfb872 ARM: 8148/1: flush TLS and thumbee register state during exec by Nathan Lynch · 10 years ago
- 49432d4 ARM: 8074/1: traps: Make use of the frame_pointer macro by Nikolay Borisov · 11 years ago
- b5b6b5f Dump the registers on undefined instruction userspace faults by Russell King · 11 years ago
- 6f14d77 Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-next by Russell King · 11 years ago
- d6cd989 ARM: 7939/1: traps: fix opcode endianness when read from user memory by Taras Kondratiuk · 11 years ago
- 29c350b ARM: fix "bad mode in ... handler" message for undefined instructions by Russell King · 11 years ago
- ef41b5c ARM: make kernel oops easier to read by Russell King · 11 years ago
- b31459a ARM: 7917/1: cacheflush: correctly limit range of memory region being flushed by Jon Medhurst · 11 years ago
- 5761704 ARM: 7892/1: Fix warning for V7M builds by Olof Johansson · 11 years ago
- 6332807 ARM: Correct BUG() assembly to ensure it is endian-agnostic by Ben Dooks · 11 years ago
- a79a0cb ARM: traps: use <asm/opcodes.h> to get correct instruction order by Ben Dooks · 11 years ago
- 5cc91e0 Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable by Russell King · 11 years ago
- 97c72d8 ARM: cacheflush: don't bother rounding to nearest vma by Will Deacon · 12 years ago
- 28256d6 ARM: cacheflush: split user cache-flushing into interruptible chunks by Will Deacon · 12 years ago
- 48be69a ARM: move signal handlers into a vdso-like page by Russell King · 11 years ago
- f6f91b0 ARM: allow kuser helpers to be removed from the vector page by Russell King · 11 years ago
- 19accfd ARM: move vector stubs by Russell King · 12 years ago
- f928d4f ARM: poison the vectors page by Russell King · 12 years ago
- 3c0c01a Merge branch 'devel-stable' into for-next by Russell King · 12 years ago
- a4780ad ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and fork by André Hentschel · 12 years ago
- f150abe Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable by Russell King · 12 years ago
- 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
- 55bdd69 ARM: Add base support for ARMv7-M by Catalin Marinas · 15 years ago
- 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
- 2b2040a ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling path by Will Deacon · 12 years ago
- 02a6ec6 Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
- 9a2533c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
- 15ac49b ARM: Fix undefined instruction exception handling by Russell King · 12 years ago
- 8d4150c ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline"" by Will Deacon · 12 years ago
- 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
- 02df19b ARM: 7424/1: update die handler from x86 by Rabin Vincent · 13 years ago
- 3b0c062 ARM: 7442/1: Revert "remove unused restart trampoline" by Will Deacon · 13 years ago
- e94c805 Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus by Russell King · 13 years ago
- fa18484 arm: remove unused restart trampoline by Al Viro · 13 years ago
- c5102f5 ARM: 7408/1: cacheflush: return error to userspace when flushing syscall fails by Will Deacon · 13 years ago
- 435a7ef ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held by Dima Zavin · 13 years ago
- 4542b6a ARM: 7365/1: drop unused parameter from flush_cache_user_range by Dima Zavin · 13 years ago
- 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
- 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 13 years ago
- 8211ca6 ARM: Add compiled ISA to oops dumps by Russell King · 13 years ago
- bdf800c4 ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON() by Stephen Boyd · 13 years ago
- 94e5a85 ARM: earlier initialization of vectors page by Russell King · 13 years ago
- 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- bdf4e94 Merge branch 'misc' into for-linus by Russell King · 13 years ago
- 87e040b ARM: 7017/1: Use generic BUG() handler by Simon Glass · 13 years ago
- 5a567d7 ARM: 7115/4: move __exception and friends to asm/exception.h by Jamie Iles · 13 years ago
- bd31b85 locking, ARM: Annotate low level hw locks as raw by Thomas Gleixner · 16 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 592201a ARM: Thumb-2: Support Thumb-2 in undefined instruction handler by Jon Medhurst · 14 years ago
- a901158 ARM: extend Code: line by one 16-bit quantity for Thumb instructions by Russell King · 14 years ago
- 373ce30 ARM: 6955/1: cmpxchg syscall should data abort if page not write by Po-Yu Chuang · 14 years ago