1. 0ebd744 arm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  2. 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
  3. 42f25bd ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv() by Nicolas Pitre · 9 years ago
  4. c014953d ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PAN by Russell King · 9 years ago
  5. 6f56a68 ARM: 8438/1: Add unwinding to __clear_user_std() by Stephen Boyd · 9 years ago
  6. 40d3f02 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
  7. a5e090a ARM: software-based priviledged-no-access support by Russell King · 9 years ago
  8. 3fba7e2 ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore() by Russell King · 9 years ago
  9. 0f64b24 ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usage by Nicolas Pitre · 9 years ago
  10. 1bd4678 ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variants by Russell King · 9 years ago
  11. e8a0b37d Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  12. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  13. 82350ab ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/ by Antonio Ospite · 9 years ago
  14. 14327c6 ARM: replace BSYM() with badr assembly macro by Russell King · 9 years ago
  15. 57ca654 ARM: ensure delay timer has sufficient accuracy for delays by Russell King · 9 years ago
  16. c4a84ae ARM: 8322/1: keep .text and .fixup regions closer together by Ard Biesheuvel · 9 years ago
  17. c256303 ARM: 8285/1: remove ARMv3 user access code again by Nicolas Pitre · 9 years ago
  18. 279f487e ARM: 8225/1: Add unwinding support for memory copy functions by Lin Yongting · 10 years ago
  19. 207a6cb ARM: 8224/1: Add unwinding support for memmove function by Lin Yongting · 10 years ago
  20. 20cb6ab ARM: 8223/1: Add unwinding support for __memzero function by Lin Yongting · 10 years ago
  21. c2459d35 ARM: 8204/1: Add unwinding support for memset function by Lin Yongting · 10 years ago
  22. d998138 ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytes by Victor Kamensky · 10 years ago
  23. b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  24. e38361d ARM: 8091/2: add get_user() support for 8 byte types by Daniel Thompson · 10 years ago
  25. 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 10 years ago
  26. 5930c1a ARM: choose highest resolution delay timer by Peter De Schrijver · 10 years ago
  27. d98b90e ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspull by Victor Kamensky · 10 years ago
  28. c32ffce ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomics by Will Deacon · 10 years ago
  29. 017f161 ARM: 7877/1: use built-in byte swap function by Kim Phillips · 11 years ago
  30. ef41b5c ARM: make kernel oops easier to read by Russell King · 11 years ago
  31. 11d4bb1 ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculation by Fabio Estevam · 11 years ago
  32. b7ec699 ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMP by Will Deacon · 11 years ago
  33. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  34. df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  35. a3a9ea6 ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page aware by Steven Capper · 11 years ago
  36. d779c07 ARM: bitops: prefetch the destination word for write prior to strex by Will Deacon · 11 years ago
  37. 136dfa5 ARM: delete mach-shark by Linus Walleij · 11 years ago
  38. 9319206 ARM: 7835/2: fix modular build of xor_blocks() with NEON enabled by Ard Biesheuvel · 11 years ago
  39. b4f656e Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm into devel-stable by Russell King · 11 years ago
  40. 8bd26e3 arm: delete __cpuinit/__CPUINIT usage from all ARM users by Paul Gortmaker · 11 years ago
  41. 0195659 ARM: crypto: add NEON accelerated XOR implementation by Ard Biesheuvel · 11 years ago
  42. 6f3d90e ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops by Will Deacon · 11 years ago
  43. 418df63a ARM: 7670/1: fix the memset fix by Nicolas Pitre · 11 years ago
  44. 455bd4c ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations by Ivan Djelic · 11 years ago
  45. 7026436 ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clock by Nicolas Pitre · 11 years ago
  46. f3accb1 ARM: export default read_current_timer by Arnd Bergmann · 12 years ago
  47. ceaa1a1 Merge branch 'arch-timers' into for-linus by Russell King · 12 years ago
  48. 56942fe ARM: 7538/1: delay: add registration mechanism for delay timer sources by Jonathan Austin · 12 years ago
  49. beafa0d ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loop by Will Deacon · 12 years ago
  50. 8404663 ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS by Russell King · 12 years ago
  51. 080fc66 ARM: Bring back ARMv3 IO and user access code by Russell King · 12 years ago
  52. 0cc41e4 arch: remove direct definitions of KERN_<LEVEL> uses by Joe Perches · 12 years ago
  53. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  54. d0a533b ARM: 7452/1: delay: allow timer-based delay implementation to be selected by Will Deacon · 12 years ago
  55. 8c56cc8 ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 12 years ago
  56. 357c9c1 ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs by Russell King · 12 years ago
  57. 4e7682d ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflicts by Catalin Marinas · 12 years ago
  58. 2d81f1f ARM: lib: add call_with_stack function for safely changing stack by Will Deacon · 13 years ago
  59. c36ef4b ARM: 7171/1: unwind: add unwind directives to bitops assembly macros by Will Deacon · 13 years ago
  60. bdf4e94 Merge branch 'misc' into for-linus by Russell King · 13 years ago
  61. 01885bc ARM: 7125/1: Add unwinding annotations for 64bit division functions by Laura Abbott · 13 years ago
  62. b380ab4 ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs by Laura Abbott · 13 years ago
  63. 7816e21 ARM: include linux/highmem.h in uaccess functions by Arnd Bergmann · 13 years ago
  64. 4d44871 arm: remove "optimized" SHA1 routines by Linus Torvalds · 13 years ago
  65. b480a4b ARM: remove unnecessary mach/hardware.h includes by Rob Herring · 13 years ago
  66. 81479c2 ARM: 6945/1: Add unwinding support for division functions by Laura Abbott · 13 years ago
  67. 196f020 Merge branches 'fixes', 'pgt-next' and 'versatile' into devel by Russell King · 13 years ago
  68. 516295e ARM: pgtable: add pud-level code by Russell King · 14 years ago
  69. 3ba6e69 ARM: 6653/1: bitops: Use BX instead of MOV PC,LR by Dave Martin · 13 years ago
  70. 6323f0c ARM: bitops: switch set/clear/change bitops to use ldrex/strex by Russell King · 13 years ago
  71. a16ede3 ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer by Russell King · 13 years ago
  72. 56949d4 ARM: udelay: prevent math rounding resulting in short udelays by Russell King · 14 years ago
  73. 4ec3eb1 Merge branch 'smp' into misc by Russell King · 14 years ago
  74. 0e91ec0 ARM: 6482/2: Fix find_next_zero_bit and related assembly by James Jones · 14 years ago
  75. 247055a ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs by Catalin Marinas · 14 years ago
  76. be82ae0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  77. 4609a17 ARM: Fix csum_partial_copy_from_user() by Russell King · 14 years ago
  78. c9c6fe5 ARM: Remove support for LinkUp Systems L7200 SDP. by Russell King · 14 years ago
  79. e814d82 ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabled by Catalin Marinas · 14 years ago
  80. 4260415 ARM: fix build error in arch/arm/kernel/process.c by Russell King · 14 years ago
  81. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  82. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  83. fd522a8 ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel builds by Catalin Marinas · 14 years ago
  84. 40d743b Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 by Russell King · 15 years ago
  85. dca230f ARM: 5701/1: ARM: copy_page.S: take into account the size of the cache line by Kirill A. Shutemov · 15 years ago
  86. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  87. 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
  88. 0d928b0 Complete irq tracing support for ARM by Uwe Kleine-König · 15 years ago
  89. 8b59278 Thumb-2: Implement the unified arch/arm/lib functions by Catalin Marinas · 15 years ago
  90. 88987ef Thumb-2: Add some .align statements to the .S files by Catalin Marinas · 15 years ago
  91. 98797a2 Merge branch 'copy_user' of git://git.marvell.com/orion into devel by Russell King · 15 years ago
  92. c626e3f [ARM] alternative copy_to_user: more precise fallback threshold by Nicolas Pitre · 15 years ago
  93. cb9dc92 [ARM] lower overhead with alternative copy_to_user for small copies by Nicolas Pitre · 15 years ago
  94. 39ec58f [ARM] alternative copy_to_user/clear_user implementation by Lennert Buytenhek · 15 years ago
  95. a1f9884 [ARM] allow for alternative __copy_to_user/__clear_user implementations by Nicolas Pitre · 15 years ago
  96. bac4e96 [ARM] barriers: improve xchg, bitops and atomic SMP barriers by Russell King · 15 years ago
  97. 31bccbf Merge branch 'clps7500' into devel by Russell King · 16 years ago
  98. 635f025 [ARM] clps7500: remove support by Russell King · 16 years ago
  99. 59f0cb0 [ARM] remove memzero() by Russell King · 16 years ago
  100. 6a4690c Merge branch 'ptebits' into devel by Russell King · 16 years ago