1. 9e165ac Merge branch 'at91' into devel by Russell King · 17 years ago
  2. 6a4690c Merge branch 'ptebits' into devel by Russell King · 17 years ago
  3. 90bb28b Merge branches 'machtypes', 'core', 'ep93xx', 'ks8695', 'netdev' and 'sa1100' into devel by Russell King · 17 years ago
  4. 3bca103 [ARM] 5295/1: make ZONE_DMA optional by Nicolas Pitre · 17 years ago
  5. 8e6c81f [ARM] 5297/1: [KS8695] Fix two compile-time warnings by Andrew Victor · 17 years ago
  6. 8d163b3 [ARM] 5296/1: [KS8695] Replace macro's with trailing underscores. by Andrew Victor · 17 years ago
  7. 446b097 [ARM] 5293/1: ep93xx: add defines for external chipselects by Hartley Sweeten · 17 years ago
  8. a0a08fd [ARM] 5273/2: ep93xx: move ethernet support into core.c by Hartley Sweeten · 17 years ago
  9. 000b502 [ARM] 5229/3: Replace some ARMv7 opcodes with the instruction name by Catalin Marinas · 17 years ago
  10. 92e88aa [ARM] 5276/1: ep93xx: allow selecting UART for early kernel messages by Hartley Sweeten · 17 years ago
  11. 3319f5e [ARM] 5274/1: simplify request_standard_resources() by Nicolas Pitre · 17 years ago
  12. bda0308 [ARM] 5270/1: Fix Formatting in mach-sa1100/ machine files by Kristoffer Ericson · 17 years ago
  13. 89c816b [ARM] 5256/1: Update jornada default config by Kristoffer Ericson · 17 years ago
  14. 4ba3f7c [ARM] mm: allow LH7A40x to use sparsemem by Russell King · 17 years ago
  15. 07a2f73 [ARM] mm: deprecate discontigmem on ARM by Russell King · 17 years ago
  16. ee93916 [ARM] mm: switch SA1100 to use sparsemem by Russell King · 17 years ago
  17. 07f841b [ARM] mm: enable sparsemem on clps7500 and RiscPC by Russell King · 17 years ago
  18. b7a69ac [ARM] mm: finish ARM sparsemem support by Russell King · 17 years ago
  19. d2a38ef [ARM] mm: provide helpers for accessing membanks by Russell King · 17 years ago
  20. 8ec5366 [ARM] Improve non-executable support by Russell King · 17 years ago
  21. 5ec9407 [ARM] Don't include asm/elf.h in asm code by Russell King · 17 years ago
  22. 9b727ab [ARM] Remove MT_NONSHARED_DEVICE alias by Russell King · 17 years ago
  23. db5b716 [ARM] Remove MT_DEVICE_IXP2000 and associated definitions by Russell King · 17 years ago
  24. 40df2d1 [ARM] Update Xscale and Xscale3 PTE mappings by Russell King · 17 years ago
  25. 40d192b [ARM] remove 'prot_pte_ext' from memory type table by Russell King · 17 years ago
  26. 3f69c0c [ARM] Convert ARMv7 to use TEX remapping by Russell King · 17 years ago
  27. 639b0ae [ARM] Convert ARMv6 and ARMv7 to use new memory types by Russell King · 17 years ago
  28. 9e8b519 [ARM] Convert Xscale and Xscale3 to use new memory types by Russell King · 17 years ago
  29. bb30f36 [ARM] Introduce new PTE memory type bits by Russell King · 17 years ago
  30. 9cff96e [ARM] Re-jig Linux PTE bits to allow room for 4 memory type bits by Russell King · 17 years ago
  31. da09165 [ARM] Convert set_pte_ext implementions to macros by Russell King · 17 years ago
  32. 6c5da7a [ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c by Russell King · 17 years ago
  33. eca7321 [ARM] mm: move validation of membanks to one place by Russell King · 17 years ago
  34. da46c79 [ARM] 5272/1: remove conditional compilation in show_pte() by Nicolas Pitre · 17 years ago
  35. dfcc644 [ARM] 5271/1: get rid of pages_to_mb() by Nicolas Pitre · 17 years ago
  36. 76ebc6a [ARM] 5269/1: ARMv7: Use -march=armv7-a as compiler flag by Catalin Marinas · 17 years ago
  37. 7807c60 [ARM] dma: fix some comments in dma-mapping.h by Russell King · 17 years ago
  38. 309dbba [ARM] dma: don't touch cache on dma_*_for_cpu() by Russell King · 17 years ago
  39. 791ccf2 [ARM] 5267/1: [AT91] Name conflict in mach-at91/leds.c by Andrew Victor · 17 years ago
  40. bf07e44 [ARM] 5261/1: [AT91] Support for LEDs on Conitec ARM&EVA board by Andrew Victor · 17 years ago
  41. 0e18b5d [ARM] dma: add validation of DMA params by Russell King · 17 years ago
  42. 3216a97 [ARM] dma: coding style cleanups by Russell King · 17 years ago
  43. 125ab12 [ARM] dma: fix dmabounce dma_sync_xxx() implementations by Russell King · 17 years ago
  44. 8c8a0ec5 [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx() by Russell King · 17 years ago
  45. 2638b4d [ARM] dma: Reduce to one dma_sync_sg_* implementation by Russell King · 17 years ago
  46. 01135d92 [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation by Russell King · 17 years ago
  47. 56f55f8 [ARM] dma: provide a better dma_map_page() implementation by Russell King · 17 years ago
  48. afd1a32 [ARM] Update dma_map_sg()/dma_unmap_sg() API by Russell King · 17 years ago
  49. 0ddbccd [ARM] dma: rename consistent.c to dma-mapping.c by Russell King · 17 years ago
  50. 2b4ae1f [ARM] Print details relevant to how we handle the cache by Russell King · 17 years ago
  51. c0e9587 [ARM] Introduce new bitmask based cache type macros by Russell King · 17 years ago
  52. 90f1e08 [ARM] Remove cache type printks by Russell King · 17 years ago
  53. b4ffb0e [ARM] Update mach-types by Russell King · 17 years ago
  54. 3d73e89 [ARM] 5265/3: [AT91] Add copyright info by Andrew Victor · 17 years ago
  55. eaad2db [ARM] 5264/2: [AT91] Suspend-to-RAM disables main oscillator by Andrew Victor · 17 years ago
  56. 77789ad [ARM] 5263/2: [AT91] GPIO buttons as wakeup sources by Andrew Victor · 17 years ago
  57. 2e9f12d [ARM] 5262/2: [AT91] Support for GPIO-connected buttons on SAM9260-EK board by Andrew Victor · 17 years ago
  58. f7647e6 [ARM] 5260/1: [AT91] Touchscreen on AT91SAM9RL by Andrew Victor · 17 years ago
  59. a7307bf [ARM] 5259/2: [AT91] PWM LEDs on AT91SAM9263-EK by Andrew Victor · 17 years ago
  60. bb1ad68 [ARM] 5258/1: [AT91] PWM controller initialization by Andrew Victor · 17 years ago
  61. e505240 [ARM] 5257/2: [AT91] Use SZ_ definitions and MTDPART_OFS_NXTBLK instead of hex-values by Andrew Victor · 17 years ago
  62. a745a62 [ARM] 5240/1: AT91: eeproms on sam9260ek, sam9263ek by David Brownell · 17 years ago
  63. 53d4351 [ARM] 5219/2: MACB ethernet support for AFEB9260 by Sergey Lapin · 17 years ago
  64. 9c784f9 [ARM] 5210/2: AFEB9260: board support by Sergey Lapin · 17 years ago
  65. 1562f98 [ARM] Fix IOP13xx build warnings by Russell King · 17 years ago
  66. 80cec14 [ARM] Add -march=all to assembly file build in arch/arm/boot/compressed by Russell King · 17 years ago
  67. 4ced08b Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  68. 7a1f370 [ARM] 5243/1: ep93xx: bugfix, GPIO ports C and F are swapped by Hartley Sweeten · 17 years ago
  69. f69162a [ARM] 5242/1: ep93xx: bugfix, GPIO port F enable register offset by Hartley Sweeten · 17 years ago
  70. 1ad77a8 [ARM] 5241/1: provide ioremap_wc() by Lennert Buytenhek · 17 years ago
  71. fbd3bdb [ARM] Convert asm/bitops.h to linux/bitops.h by Russell King · 17 years ago
  72. 8029db1 [ARM] Convert asm/delay.h to linux/delay.h by Russell King · 17 years ago
  73. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 17 years ago
  74. 33fa9b1 [ARM] Convert asm/uaccess.h to linux/uaccess.h by Russell King · 17 years ago
  75. 5ed5fdf [ARM] clean up a load of old declarations by Russell King · 17 years ago
  76. 012d1f4 [ARM] move initrd code from kernel/setup.c to mm/init.c by Russell King · 17 years ago
  77. 446616d [ARM] sparse: quieten arch/arm/kernel/irq.c by Russell King · 17 years ago
  78. 1de765c [ARM] remove pc_pointer() by Russell King · 17 years ago
  79. b35de67 Revert "[ARM] use the new byteorder headers" by David Woodhouse · 17 years ago
  80. 09d9bae [ARM] sparse: fix several warnings by Russell King · 17 years ago
  81. 6584690 [ARM] omap: fix virtual vs physical address space confusions by Russell King · 17 years ago
  82. 8b540fd [ARM] remove unused #include <version.h> by Huang Weiyi · 17 years ago
  83. 69114a4 [ARM] omap: fix gpio.c build error by Russell King · 17 years ago
  84. 22acc4e [ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functions by Catalin Marinas · 17 years ago
  85. 4e6a0c3 [ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.h by Catalin Marinas · 17 years ago
  86. 9c23e5f [ARM] 5232/1: Do not post-index STRT instruction in clear_user.S by Catalin Marinas · 17 years ago
  87. 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 17 years ago
  88. 8d5796d [ARM] 5222/1: Allow configuring user:kernel split via Kconfig by Lennert Buytenhek · 17 years ago
  89. 2d4b6c9 [ARM] 5221/1: fix ldm/stm emulation for kprobes by Nicolas Pitre · 17 years ago
  90. d81030a [ARM] 5211/2: fix a couple warnings from BUG() usage by Nicolas Pitre · 17 years ago
  91. e589ed2 [ARM] 5218/1: arm: improved futex support by Mikael Pettersson · 17 years ago
  92. 3305a60 [ARM] 5206/1: remove kprobe_trap_handler() hack by Nicolas Pitre · 17 years ago
  93. ac9d7ef [ARM] Update arch/arm/Kconfig for drivers/Kconfig changes, add cpuidle by Russell King · 17 years ago
  94. d7ac4e2 [ARM] 5195/1: ARMv7 Oprofile support by Jean PIHET · 17 years ago
  95. 46097c7 [ARM] cachetype: move definitions to separate header by Russell King · 17 years ago
  96. 0ba8b9b [ARM] cputype: separate definitions, use them by Russell King · 17 years ago
  97. 212496f [ARM] 5226/1: remove unmatched comment end. by Jean-Christophe DUBOIS · 17 years ago
  98. c879108 Merge branch 'omap-rmk' by Russell King · 17 years ago
  99. e80d6a2 [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfo by Mel Gorman · 17 years ago
  100. f1bcf7e [ARM] use bcd2bin/bin2bcd by Adrian Bunk · 17 years ago