1. 4e7682d ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflicts by Catalin Marinas · 12 years ago
  2. 2d81f1f ARM: lib: add call_with_stack function for safely changing stack by Will Deacon · 13 years ago
  3. c36ef4b ARM: 7171/1: unwind: add unwind directives to bitops assembly macros by Will Deacon · 13 years ago
  4. bdf4e94 Merge branch 'misc' into for-linus by Russell King · 13 years ago
  5. 01885bc ARM: 7125/1: Add unwinding annotations for 64bit division functions by Laura Abbott · 13 years ago
  6. b380ab4 ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs by Laura Abbott · 13 years ago
  7. 7816e21 ARM: include linux/highmem.h in uaccess functions by Arnd Bergmann · 13 years ago
  8. 4d44871 arm: remove "optimized" SHA1 routines by Linus Torvalds · 13 years ago
  9. b480a4b ARM: remove unnecessary mach/hardware.h includes by Rob Herring · 13 years ago
  10. 81479c2 ARM: 6945/1: Add unwinding support for division functions by Laura Abbott · 13 years ago
  11. 196f020 Merge branches 'fixes', 'pgt-next' and 'versatile' into devel by Russell King · 13 years ago
  12. 516295e ARM: pgtable: add pud-level code by Russell King · 14 years ago
  13. 3ba6e69 ARM: 6653/1: bitops: Use BX instead of MOV PC,LR by Dave Martin · 13 years ago
  14. 6323f0c ARM: bitops: switch set/clear/change bitops to use ldrex/strex by Russell King · 13 years ago
  15. a16ede3 ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer by Russell King · 13 years ago
  16. 56949d4 ARM: udelay: prevent math rounding resulting in short udelays by Russell King · 14 years ago
  17. 4ec3eb1 Merge branch 'smp' into misc by Russell King · 14 years ago
  18. 0e91ec0 ARM: 6482/2: Fix find_next_zero_bit and related assembly by James Jones · 14 years ago
  19. 247055a ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs by Catalin Marinas · 14 years ago
  20. be82ae0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  21. 4609a17 ARM: Fix csum_partial_copy_from_user() by Russell King · 14 years ago
  22. c9c6fe5 ARM: Remove support for LinkUp Systems L7200 SDP. by Russell King · 14 years ago
  23. e814d82 ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabled by Catalin Marinas · 14 years ago
  24. 4260415 ARM: fix build error in arch/arm/kernel/process.c by Russell King · 14 years ago
  25. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  26. 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
  27. fd522a8 ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel builds by Catalin Marinas · 14 years ago
  28. 40d743b Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 by Russell King · 15 years ago
  29. dca230f ARM: 5701/1: ARM: copy_page.S: take into account the size of the cache line by Kirill A. Shutemov · 15 years ago
  30. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  31. 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
  32. 0d928b0 Complete irq tracing support for ARM by Uwe Kleine-König · 15 years ago
  33. 8b59278 Thumb-2: Implement the unified arch/arm/lib functions by Catalin Marinas · 15 years ago
  34. 88987ef Thumb-2: Add some .align statements to the .S files by Catalin Marinas · 15 years ago
  35. 98797a2 Merge branch 'copy_user' of git://git.marvell.com/orion into devel by Russell King · 15 years ago
  36. c626e3f [ARM] alternative copy_to_user: more precise fallback threshold by Nicolas Pitre · 15 years ago
  37. cb9dc92 [ARM] lower overhead with alternative copy_to_user for small copies by Nicolas Pitre · 15 years ago
  38. 39ec58f [ARM] alternative copy_to_user/clear_user implementation by Lennert Buytenhek · 15 years ago
  39. a1f9884 [ARM] allow for alternative __copy_to_user/__clear_user implementations by Nicolas Pitre · 15 years ago
  40. bac4e96 [ARM] barriers: improve xchg, bitops and atomic SMP barriers by Russell King · 15 years ago
  41. 31bccbf Merge branch 'clps7500' into devel by Russell King · 16 years ago
  42. 635f025 [ARM] clps7500: remove support by Russell King · 16 years ago
  43. 59f0cb0 [ARM] remove memzero() by Russell King · 16 years ago
  44. 6a4690c Merge branch 'ptebits' into devel by Russell King · 16 years ago
  45. 22acc4e [ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functions by Catalin Marinas · 16 years ago
  46. 9c23e5f [ARM] 5232/1: Do not post-index STRT instruction in clear_user.S by Catalin Marinas · 16 years ago
  47. 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 16 years ago
  48. 212496f [ARM] 5226/1: remove unmatched comment end. by Jean-Christophe DUBOIS · 16 years ago
  49. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  50. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  51. 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 16 years ago
  52. f91a8dc [ARM] cache align memset and memzero by Nicolas Pitre · 16 years ago
  53. 2239aff [ARM] cache align destination pointer when copying memory for some processors by Nicolas Pitre · 16 years ago
  54. 4c4925c [ARM] fix cache alignment code in memset.S by Nicolas Pitre · 16 years ago
  55. 6cbdc8c [ARM] spelling fixes by Simon Arlott · 17 years ago
  56. 235b185 [ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.h by Russell King · 17 years ago
  57. 7ab3f8d [ARM] Add ability to dump exception stacks to kernel backtraces by Russell King · 17 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  59. 583e7f5 [ARM] nommu: backtrace code must not reference a discarded section by Russell King · 18 years ago
  60. 9641c7c [ARM] nommu: uaccess tweaks by Russell King · 18 years ago
  61. 02fcb97 [ARM] Remove the __arch_* layer from uaccess.h by Russell King · 18 years ago
  62. 405040a [ARM] Remove save_lr/restore_pc macros by Russell King · 18 years ago
  63. 1b93a71 [ARM] Remove LOADREGS macro by Russell King · 18 years ago
  64. 7999d8d [ARM] Remove RETINSTR macro by Russell King · 18 years ago
  65. 1d6760a [ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixes by Nicolas Pitre · 18 years ago
  66. ca9ba44 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  67. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  68. 4682adc [ARM] nommu: trivial patch for arch/arm/lib/Makefile by Hyok S. Choi · 18 years ago
  69. 3ee357f [ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabled by Malcolm Parsons · 18 years ago
  70. 6d4518d [ARM] 3346/1: Fix udelay() for HZ values different from 100 by Peter Teichmann · 18 years ago
  71. f78f104 [ARM] Remove unnecessary asm/hardware.h includes by Russell King · 18 years ago
  72. 3c8fdae [ARM] Fix muldi3.S by Russell King · 18 years ago
  73. ba95e4e [ARM] 3104/1: ARM EABI: new helper function names by Nicolas Pitre · 18 years ago
  74. 499b2ea [ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2) by Nicolas Pitre · 18 years ago
  75. 90303b1 [ARM] 3256/1: Make the function-returning ldm's use sp as the base register by Catalin Marinas · 19 years ago
  76. d2c5b69 [ARM] Fix get_user when passed a const pointer by Russell King · 19 years ago
  77. 8adbb37 [ARM] 3152/1: make various assembly local labels actually local (the rest) by Nicolas Pitre · 19 years ago
  78. a9c4814 [ARM] 3151/1: make various assembly local labels actually local (io-*.S) by Nicolas Pitre · 19 years ago
  79. 7ba11a9 [ARM] 3150/1: make various assembly local labels actually local (uaccess.S) by Nicolas Pitre · 19 years ago
  80. af36bef [ARM] Fix csumpartial corner case by Russell King · 19 years ago
  81. 59d1ff3 [ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSID by Russell King · 19 years ago
  82. 73f0f7c [ARM] 3094/1: remove PLD stuff from old uaccess code by Nicolas Pitre · 19 years ago
  83. 4a5f79e [ARM SMP] Add configuration option for ARMv6K processors by Russell King · 19 years ago
  84. fadab09 [ARM] 2948/1: new preemption safe copy_{to|from}_user implementation by Nicolas Pitre · 19 years ago
  85. 7549423 [ARM] 2947/1: copy template with new memcpy/memmove by Nicolas Pitre · 19 years ago
  86. a0c6fdb [ARM] 2946/2: split --arch_clear_user() out of lib/uaccess.S by Nicolas Pitre · 19 years ago
  87. f741a1a [ARM] 3049/1: More optimized libgcc functions by Nicolas Pitre · 19 years ago
  88. c09f982 [ARM] 2930/1: optimized sha1 implementation for ARM by Nicolas Pitre · 19 years ago
  89. e6ae744 kbuild: arm - use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  90. 3c4ee4e [ARM SMP] Only enable V6K instructions on V6 MP core CPUs by Russell King · 19 years ago
  91. e7ec029 [ARM SMP] Fix another ARMv6 bitop problem by Russell King · 19 years ago
  92. 614d73e [ARM SMP] Fix data corruption in test_* bitops by Russell King · 19 years ago
  93. b752341 [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports by Alexander Schulz · 19 years ago
  94. 54ea06f [PATCH] ARM: Convert bitops to use ARMv6 ldrex/strex instructions by Russell King · 19 years ago
  95. c7e7887 [PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernel by Nicolas Pitre · 19 years ago
  96. 3ade2fe [PATCH] ARM: Lindent GCC helper functions by Russell King · 19 years ago
  97. f29481c [PATCH] ARM: Remove gcc type-isms from GCC helper functions by Russell King · 19 years ago
  98. aeabbbb [PATCH] ARM: 2705/1: fix writesw for misaligned source pointer by Nicolas Pitre · 19 years ago
  99. 7a55fd0 [PATCH] ARM: Add missing new file for bitops patch by Russell King · 19 years ago
  100. 684f970 [PATCH] ARM: bitops by Russell King · 19 years ago