1. 124efc2 ARM: 6068/1: Fix build break with KPROBES enabled by Santosh Shilimkar · 15 years ago
  2. 4260415 ARM: fix build error in arch/arm/kernel/process.c by Russell King · 15 years ago
  3. 7511bce ARM: Fix wrong dmb by Russell King · 15 years ago
  4. cc20d42 ARM: Use a definition for the userspace cmpxchg emulation syscall by Russell King · 15 years ago
  5. a771fe6 ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictable by Catalin Marinas · 15 years ago
  6. 4fb2847 ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() by Kirill A. Shutemov · 15 years ago
  7. 83e686e Thumb-2: Correctly handle undefined instructions in the kernel by Catalin Marinas · 15 years ago
  8. 200b812 Clear the exclusive monitor when returning from an exception by Catalin Marinas · 15 years ago
  9. 9b2616c Merge branch 'for-rmk-2.6.32' of git://git.pengutronix.de/git/ukl/linux-2.6 into devel-stable by Russell King · 15 years ago
  10. 0d928b0 Complete irq tracing support for ARM by Uwe Kleine-König · 15 years ago
  11. b86040a Thumb-2: Implementation of the unified start-up and exceptions code by Catalin Marinas · 16 years ago
  12. 88987ef Thumb-2: Add some .align statements to the .S files by Catalin Marinas · 16 years ago
  13. 42578c8 Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel by Russell King · 16 years ago
  14. 2658485 Add core support for ARMv6/v7 big-endian by Catalin Marinas · 16 years ago
  15. bac4e96 [ARM] barriers: improve xchg, bitops and atomic SMP barriers by Russell King · 16 years ago
  16. c4c5716 [ARM] 5385/2: unwind: Add unwinding information to exception entry points by Catalin Marinas · 16 years ago
  17. ecbab71 [ARM] call undefined instruction exception handler with irqs enabled by Russell King · 16 years ago
  18. 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 16 years ago
  19. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  20. d1964da Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x', 'orion', 'pxa', 'sa1100', 's3c' and 'sparsemem' into devel by Russell King · 17 years ago
  21. 28fab1a [ARM] Fix kernel mode preemption by Russell King · 17 years ago
  22. cb170a4 Linux Thumb-2 support for user-space applications by Paul Brook · 17 years ago
  23. 48d7927 Add a prefetch abort handler by Paul Brook · 17 years ago
  24. d0d42df Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', 's3c2410', 'sa1100' and 'vfp' into devel by Russell King · 17 years ago
  25. 785d3cd ARM kprobes: prevent some functions involved with kprobes from being probed by Nicolas Pitre · 17 years ago
  26. d30a0c8 ARM kprobes: don't let a single-stepped stmdb corrupt the exception stack by Nicolas Pitre · 17 years ago
  27. 70b6f2b [ARM] 4689/1: small comment wrap fix by Nicolas Pitre · 17 years ago
  28. b5872db [ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension support by Catalin Marinas · 17 years ago
  29. d28a170 [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user space by Nicolas Pitre · 17 years ago
  30. b49c0f2 [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_cmpxchg by Nicolas Pitre · 17 years ago
  31. f80dff9 [ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_user by Dan Williams · 18 years ago
  32. ae0a846 [ARM] Move processor_modes[] to .../process.c by Russell King · 18 years ago
  33. db6ccbb6 [ARM] Fix kernel-mode undefined instruction aborts by Russell King · 18 years ago
  34. afe4b25 [ARM] 3881/4: xscale: clean up cp0/cp1 handling by Lennert Buytenhek · 18 years ago
  35. 7ad1bcb [ARM] Add ARM irqtrace support by Russell King · 18 years ago
  36. ba9b5d7 [ARM] 3746/2: Userspace helpers must be Thumb mode interworkable by Nicolas Pitre · 18 years ago
  37. a8c4c20 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  38. ae95bfb [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure by Lennert Buytenhek · 19 years ago
  39. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  40. c17fad1 [ARM] 3370/2: ep93xx: add crunch support by Lennert Buytenhek · 19 years ago
  41. d6551e8 [ARM] Add thread_notify infrastructure by Russell King · 19 years ago
  42. 6896eec [ARM] 3420/1: Missing clobber in example code by Paul Brook · 19 years ago
  43. 5d25ac0 [ARM] Move IRQ enable after coprocessor number decode by Russell King · 19 years ago
  44. 43cc198 [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6K by Russell King · 19 years ago
  45. 5964eae [ARM] 3310/1: add a comment about the possible __kuser_cmpxchg transient false by Nicolas Pitre · 19 years ago
  46. 49bca4c [ARM] 3309/1: disable the pre-ARMv5 NPTL kernel helper in the non MMU case by Nicolas Pitre · 19 years ago
  47. 5e09744 [ARM] 3271/1: ARM EABI: fix calling of cmpxchg syscall emulation by Nicolas Pitre · 19 years ago
  48. 2dede2d [ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exception by Nicolas Pitre · 19 years ago
  49. afeb90c [ARM] Support register switch in nommu mode by Hyok S. Choi · 19 years ago
  50. 78ff18a [ARM] Cleanup ARM includes by Russell King · 19 years ago
  51. 7c612bf [ARM] 3210/1: add missing memory barrier helper for NPTL support by Nicolas Pitre · 19 years ago
  52. 37ee16a [ARM SMP] Add core ARM support for local timers by Russell King · 19 years ago
  53. b7ec479 [ARM] 3115/1: small optimizations to exception vector entry code by Nicolas Pitre · 19 years ago
  54. f09b997 [ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code by Nicolas Pitre · 19 years ago
  55. 7339432 [ARM] Fix context switch with ARMv6 + TLS by Russell King · 19 years ago
  56. b876386 [ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switch by Russell King · 19 years ago
  57. 5ab6091 Merge with ../linux-2.6-smp by Russell King · 20 years ago
  58. dcef1f6 [PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systems by Nicolas Pitre · 20 years ago
  59. ccea7a1 [PATCH] ARM SMP: Fix vector entry by Russell King · 20 years ago
  60. 49f680e [PATCH] ARM SMP: convert alignment enable by Russell King · 20 years ago
  61. 791be9b [PATCH] ARM SMP: add IPI support by Russell King · 20 years ago
  62. 706fdd9 [PATCH] ARM SMP: reallocate main IRQ handler code registers by Russell King · 20 years ago
  63. 187a51a [PATCH] ARM SMP: consolidate main IRQ handler code by Russell King · 20 years ago
  64. 41e46d6 [PATCH] ARM: 2665/1: kill warnings in entry-armv.S by Nicolas Pitre · 20 years ago
  65. 4b0e07a [PATCH] ARM: 2663/1: straightify TLS register emulation a bit more by Nicolas Pitre · 20 years ago
  66. 2d2669b [PATCH] ARM: 2651/3: kernel helpers for NPTL support by Nicolas Pitre · 20 years ago
  67. bce495d [PATCH] ARM: make entry*.S includes more logical by Russell King · 20 years ago
  68. acaca3c [PATCH] ARM: Remove SVC_MODE definition by Russell King · 20 years ago
  69. 1ec42c0 [PATCH] ARM: Remove argument for disable_irq/enable_irq by Russell King · 20 years ago
  70. 7933523 [PATCH] ARM: remove some entry initialisation asm code by Russell King · 20 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago