1. 442a902 [ARM] arch/arm/common/sa1111.c: Correct error handling code by Julia Lawall · 16 years ago
  2. 56e7d85 [ARM] sharpsl_pm: fix compilation w/o CONFIG_PM by Dmitry Baryshkov · 16 years ago
  3. 5d43839 [ARM] 5315/1: Fix section mismatch warning (sa1111) by Kristoffer Ericson · 16 years ago
  4. 485bdde [ARM] dmabounce requires ZONE_DMA by Russell King · 16 years ago
  5. 957cf33 [ARM] pxa: fix 3bca103a1e658d23737d20e1989139d9ca8973bf by Russell King · 16 years ago
  6. 3f30a09 Merge branch 'pxa-all' into devel by Russell King · 16 years ago
  7. 3bca103 [ARM] 5295/1: make ZONE_DMA optional by Nicolas Pitre · 16 years ago
  8. d8aa025 [ARM] 5298/1: Drop desc_handle_irq() by Dmitry Baryshkov · 16 years ago
  9. ec36b16 [ARM] 4733/1: export sharpsl_param by Dmitry Baryshkov · 17 years ago
  10. 0e18b5d [ARM] dma: add validation of DMA params by Russell King · 16 years ago
  11. 3216a97 [ARM] dma: coding style cleanups by Russell King · 16 years ago
  12. 125ab12 [ARM] dma: fix dmabounce dma_sync_xxx() implementations by Russell King · 16 years ago
  13. 8c8a0ec5 [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx() by Russell King · 16 years ago
  14. 2638b4d [ARM] dma: Reduce to one dma_sync_sg_* implementation by Russell King · 16 years ago
  15. 01135d92 [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation by Russell King · 16 years ago
  16. 56f55f8 [ARM] dma: provide a better dma_map_page() implementation by Russell King · 16 years ago
  17. afd1a32 [ARM] Update dma_map_sg()/dma_unmap_sg() API by Russell King · 16 years ago
  18. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  19. 9dd4286 [ARM] dma-mapping: provide sync_range APIs by Russell King · 16 years ago
  20. 98ed7d4 [ARM] dma-mapping: improve type-safeness of DMA translations by Russell King · 16 years ago
  21. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  22. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  23. 0f8469a [ARM] Eliminate useless includes of asm/mach-types.h by Russell King · 16 years ago
  24. 6cab486 [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* by Dmitry Baryshkov · 16 years ago
  25. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  26. 30d3854 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  27. 3f97870 arm: bus_id -> dev_name() and dev_set_name() conversions by Kay Sievers · 16 years ago
  28. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  29. 53ffe3b [ARM] Merge most of the PXA work for initial merge by Russell King · 16 years ago
  30. 044e5f4 Merge branch 'pxa' into devel by Russell King · 16 years ago
  31. a177ba3 Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into devel by Russell King · 16 years ago
  32. 13f7558 Clocklib: Fix SA1111 clock name mess. by Ian Molton · 16 years ago
  33. fc6e14f [ARM] Export dma_sync_sg_for_device() by Russell King · 16 years ago
  34. 0b0a9df [ARM] pxa: separate out power manager and clock registers by Russell King · 16 years ago
  35. bedd78c [RTC] remove old ARM rtc library code by Russell King · 16 years ago
  36. 02a8e76 [ARM] pxa: corgibl_limit_intensity build errors by Russell King · 16 years ago
  37. 2a52efb [ARM] 5026/1: locomo: add .settype for gpio and several small fixes by Thomas Kunze · 16 years ago
  38. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  39. adf6d34 Merge branch 'omap2-upstream' into devel by Russell King · 16 years ago
  40. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  41. b43a9e6 [ARM] 4962/1: Introduce standard gpio interface for Scoop2. by Dmitry Baryshkov · 16 years ago
  42. c353faa [ARM] 4957/1: Drop special macro SCOOP_REG in favour if ioread16/iowrite16. by Dmitry Baryshkov · 16 years ago
  43. 2f8c514 [ARM] 4956/1: Scoop: sparse cleanup by Dmitry Baryshkov · 16 years ago
  44. b626517 [ARM] 4873/1: Fix ITE 8152 interrupt demux by Mike Rapoport · 16 years ago
  45. 8e86f42 [ARM] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. 66a2c07 [ARM] xtime_seqlock: fix more ARM machines for xtime deadlocking by Peter Zijlstra · 16 years ago
  47. 1d7d4f5 [ARM] remove duplicate includes by Lucas Woods · 17 years ago
  48. 1265edb Merge branch 'pxa-fixes' by Russell King · 17 years ago
  49. a0113a9 [ARM] 4667/1: CM-X270 fixes by Mike Rapoport · 17 years ago
  50. dc49cb2 [ARM] uengine: fix memset size error by Li Zefan · 17 years ago
  51. 9f2326b arm: build fix by FUJITA Tomonori · 17 years ago
  52. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  53. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 17 years ago
  54. 95d9ffb PM: Move definition of struct pm_ops to suspend.h by Rafael J. Wysocki · 17 years ago
  55. 0181b61 Merge branch 'pxa' into devel by Russell King · 17 years ago
  56. a8fc078 [ARM] 4577/1: ITE 8152 PCI bridge support by Mike Rapoport · 17 years ago
  57. 84aa462 [ARM] Rename consistent_sync() as dma_cache_maint() by Russell King · 17 years ago
  58. 4aabab2 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  59. 88dfe98 [ARM] pxa: Fix PXA27x suspend type validation, remove pxa_pm_prepare() by Russell King · 17 years ago
  60. f62c3f2 [ARM] pxa: remove useless pxa_pm_finish() function by Russell King · 17 years ago
  61. 93160c6 PM: do not use saved_state from struct dev_pm_info on ARM by Rafael J. Wysocki · 17 years ago
  62. 6cbdc8c [ARM] spelling fixes by Simon Arlott · 17 years ago
  63. 0f347bb [ARM] gic: Fix gic cascade irq handling by Russell King · 17 years ago
  64. aceb6f0 [ARM] 4375/1: sharpsl_pm: Fix compile warnings by Richard Purdie · 17 years ago
  65. c6799ad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  66. e8c9c50 power management: implement pm_ops.valid for everybody by Johannes Berg · 17 years ago
  67. fe0c935 rework pm_ops pm_disk_mode, kill misuse by Johannes Berg · 17 years ago
  68. 0f0a00b [ARM] Remove needless linux/ptrace.h includes by Russell King · 17 years ago
  69. abc2358 [ARM] 4251/1: Fix sharpsl_pm dependency by Richard Purdie · 17 years ago
  70. d608e52 [ARM] Fix build error caused by move of apm by Russell King · 17 years ago
  71. 59b8175 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  72. f69eda0 Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees by Russell King · 17 years ago
  73. 4ba9dcb Merge Realview GIC code by Russell King · 17 years ago
  74. b3a1bde [ARM] 4108/2: Allow multiple GIC interrupt controllers in a system by Catalin Marinas · 17 years ago
  75. 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 17 years ago
  76. 017cc02 [ARM] Convert dmabounce statistics to use a device attribute by Russell King · 17 years ago
  77. ab2c215 [ARM] Add a reference from struct device to the dma bounce info by Russell King · 17 years ago
  78. 75e7153 [APM] ARM: Convert to use shared APM emulation. by Ralf Baechle · 17 years ago
  79. 7ae5a76 [ARM] Convert DMA cache handling to take const void * args by Russell King · 17 years ago
  80. 953233d [ARM] 4134/1: Add generic support for outer caches by Catalin Marinas · 17 years ago
  81. 7f8e335 [ARM] Don't call consistent_sync() for DMA coherent memory by Russell King · 17 years ago
  82. ea14fad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  83. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  84. 10dd5ce [ARM] Remove compatibility layer for ARM irqs by Russell King · 18 years ago
  85. 7321818 [ARM] 3917/1: Fix dmabounce symbol exports by Kevin Hilman · 18 years ago
  86. 0cd61b6 Initial blind fixup for arm for irq changes by Linus Torvalds · 18 years ago
  87. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  88. d1d8f7d [ARM] Off-by-one in arch/arm/common/icst* by Eric Sesterhenn · 18 years ago
  89. 576b3ef [ARM] 3864/1: Refactore sharpsl_pm by Dirk Opfer · 18 years ago
  90. a2025e7 [ARM] 3863/1: Add Locomo SPI Device by Dirk Opfer · 18 years ago
  91. 8d48427 [ARM] 3847/2: Convert LOMOMO to use struct device for GPIOs by Richard Purdie · 18 years ago
  92. 416112f [ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systems by David Brownell · 18 years ago
  93. e2785f0 [ARM] 3755/1: dmabounce: fix return value for find_safe_buffer by Kevin Hilman · 18 years ago
  94. b392393 [ARM] 3745/1: Add EXPORT_SYMBOL(rtc_next_alarm_time) to ARM rtctime.c by George G. Davis · 18 years ago
  95. 38c677c [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name by David Brownell · 18 years ago
  96. 2704f0e [ARM] 3725/1: sharpsl_pm: warn about wrong temperature by Pavel Machek · 18 years ago
  97. 7a2c302 [ARM] 3721/1: Small cleanup for locomo.c by Pavel Machek · 18 years ago
  98. 52e405e [PATCH] ARM: fixup irqflags breakage after ARM genirq merge by Thomas Gleixner · 18 years ago
  99. c4bfa28 [ARM] 3686/1: ARM: arm/common: convert irq handling by Thomas Gleixner · 18 years ago
  100. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago