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