1. 74c32e7 ixp4xx: arch_idle() documentation fixup by Mikael Pettersson · 15 years ago
  2. ceb69a8 ixp4xx: timer and clocks cleanups by Mikael Pettersson · 15 years ago
  3. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  4. 5dbc465 IXP42x HSS support for setting internal clock rate by Krzysztof Halasa · 15 years ago
  5. dee2b90 IXP4xx: Fix IO_SPACE_LIMIT for 2.6.31-rc core PCI changes by Mikael Pettersson · 15 years ago
  6. 9733bb8 IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the comments. by Krzysztof Hałasa · 15 years ago
  7. 11c7974 IXP4xx: support for Goramo MultiLink router platform. by Krzysztof Hałasa · 15 years ago
  8. 0771c69 IXP42x: Use __fls() in QMgr interrupt handlers. by Krzysztof Hałasa · 15 years ago
  9. d4c9e9f IXP42x: Add QMgr support for IXP425 rev. A0 processors. by Krzysztof Hałasa · 15 years ago
  10. 61a5ccc IXP42x: add NPE support for IXP425 rev. A0 processors. by Krzysztof Hałasa · 15 years ago
  11. 8a4fe82 IXP42x: Identify Intel IXP425 rev. A0 processors. by Krzysztof Hałasa · 15 years ago
  12. a6a9fb8 IXP4xx: Add support for the second half of the 64 hardware queues. by Krzysztof Hałasa · 16 years ago
  13. 2ad2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  14. 3ba8c79 IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. by Krzysztof Hałasa · 15 years ago
  15. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  16. be093be [ARM] pass reboot command line to arch_reset() by Russell King · 15 years ago
  17. 7f3ccb5 IXP4xx: PCI ixp4xx_scan_bus() is __devinit. by Krzysztof Hałasa · 15 years ago
  18. de3ce85 IXP4xx: cpu_is_ixp4*() now recognizes all IXP4xx processors. by Krzysztof Hałasa · 15 years ago
  19. 5ca328d IXP4xx: add Ethernet and NPE support for IXP43x CPU. by Krzysztof Hałasa · 15 years ago
  20. 0a07232 IXP4xx: workaround for PCI prefetch problems near 64 MB boundary. by Krzysztof Hałasa · 15 years ago
  21. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  22. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  23. e6da96a IXP4xx: move common debugging from network drivers to QMGR module. by Krzysztof Hałasa · 16 years ago
  24. ae2754a IXP4xx: clear IRQ stat in qmgr_disable_irq(). by Krzysztof Hałasa · 16 years ago
  25. 3edcfb2 IXP4xx: check for queue being empty in qmgr_release_queue(). by Krzysztof Hałasa · 16 years ago
  26. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  27. 0560cf5 [ARM] Add a common typesafe __io implementation by Russell King · 16 years ago
  28. dcea83a [ARM] Hide ISA DMA API when ISA_DMA_API is unset by Russell King · 16 years ago
  29. b9c7802 [ARM] move MAX_DMA_ADDRESS to mach/memory.h by Russell King · 16 years ago
  30. 4b78a9f [ARM] ixp4xx: clean up includes by Russell King · 16 years ago
  31. b5ee900 [ARM] remove a common set of __virt_to_bus definitions by Nicolas Pitre · 16 years ago
  32. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  33. 9c65685 [ARM] gpio_free might sleep, arm architecture by Uwe Kleine-König · 16 years ago
  34. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  35. 485bdde [ARM] dmabounce requires ZONE_DMA by Russell King · 16 years ago
  36. 8029db1 [ARM] Convert asm/delay.h to linux/delay.h by Russell King · 16 years ago
  37. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  38. 0ba8b9b [ARM] cputype: separate definitions, use them by Russell King · 16 years ago
  39. d90c1ad [ARM] 5208/1: fsg-setup.c fixes by Tomasz Chmielewski · 16 years ago
  40. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  41. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  42. 6cab486 [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* by Dmitry Baryshkov · 16 years ago
  43. 53ffe3b [ARM] Merge most of the PXA work for initial merge by Russell King · 16 years ago
  44. a177ba3 Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into devel by Russell King · 16 years ago
  45. 7a85762 [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC drivers by Philipp Zabel · 16 years ago
  46. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  47. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  48. dac2f83 Driver for IXP4xx built-in Ethernet ports by Krzysztof Halasa · 16 years ago
  49. 7e36e2f [ARM] 4874/2: ixp4xx: Add support for the Freecom FSG-3 board by Rod Whitby · 16 years ago
  50. 8e86f42 [ARM] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  51. 6c152be leds: Standardise LED naming scheme by Richard Purdie · 17 years ago
  52. 43816bc [ARM] 4809/2: ixp4xx: Merge dsmg600-power.c into dsmg600-setup.c by Rod Whitby · 17 years ago
  53. c7d1623 [ARM] 4808/2: ixp4xx: Merge nas100d-power.c into nas100d-setup.c by Rod Whitby · 17 years ago
  54. 0929ac3 [ARM] 4807/2: ixp4xx: Merge nslu2-power.c into nslu2-setup.c by Rod Whitby · 17 years ago
  55. b7edc84 [ARM] 4806/1: ixp4xx: Ethernet support for the nslu2 and nas100d boards by Rod Whitby · 17 years ago
  56. 1208ebf [ARM] 4805/1: ixp4xx: Use leds-gpio driver instead of IXP4XX-GPIO-LED driver by Rod Whitby · 17 years ago
  57. 7822591 [ARM] 4715/2: Ethernet support for IXDP425 boards by Rod Whitby · 17 years ago
  58. 82a96f5 [ARM] 4713/3: Adds drivers for IXP4xx QMgr and NPE features by Krzysztof Halasa · 17 years ago
  59. a9a424c [ARM] 4774/2: ixp4xx: Register dsmg600 rtc i2c_board_info by Rod Whitby · 17 years ago
  60. 400d823 [ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_info by Rod Whitby · 17 years ago
  61. e28067d [ARM] 4772/2: ixp4xx: Register nslu2 rtc i2c_board_info by Rod Whitby · 17 years ago
  62. 2bea801 [ARM] 4769/2: ixp4xx: Button updates for the dsmg600 board by Rod Whitby · 17 years ago
  63. 14645eb [ARM] 4768/2: ixp4xx: Button and LED updates for the nas100d board by Rod Whitby · 17 years ago
  64. d0d42df Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', 's3c2410', 'sa1100' and 'vfp' into devel by Russell King · 17 years ago
  65. 5a4a238 ixp4xx-i2c-gpio by Michael-Luke Jones · 17 years ago
  66. 1d7d4f5 [ARM] remove duplicate includes by Lucas Woods · 17 years ago
  67. 553876c [ARM] 4694/1: IXP4xx: Update clockevent support for shutdown and resume by Kevin Hilman · 17 years ago
  68. 7578634 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  69. 18de5bc clockevents: fix resume logic by Thomas Gleixner · 17 years ago
  70. 5c9b912 [ARM] ixp4xx: fix IRQ GPIO direction configuration for GPIOs >= 8 by Tim Harvey · 17 years ago
  71. eab03b3 [ARM] If linux/irq.h is included, asm/irq.h is not required by Russell King · 17 years ago
  72. ddaca4a [ARM] 4408/2: Fixup support for gtwx5715 ixp4xx board by Michael-Luke Jones · 17 years ago
  73. dcdeeb2 [ARM] 4426/2: Netgear WG302 v2 and WAG302 v2 support by Imre Kaloz · 17 years ago
  74. 46918bd [ARM] 4425/2: Gateway 7001 series support by Imre Kaloz · 17 years ago
  75. 4ad48b4 [ARM] 4385/2: ixdp425: NAND support by Vladimir Barinov · 17 years ago
  76. 919a842 [ARM] 4410/1: Remove extern declarations in coyote/ixdpg425-pci.c by Michael-Luke Jones · 17 years ago
  77. cc50a0d [ARM] 4406/1: Trivial NSLU2 / NAS-100D header & setup code cleanup by Michael-Luke Jones · 17 years ago
  78. 435c5da [ARM] 4405/1: NSLU2, DSM-G600 frequency fixup code by Michael-Luke Jones · 17 years ago
  79. e87a8e8 [ARM] 4404/1: Trivial IXP42x Kconfig cleanup by Michael-Luke Jones · 17 years ago
  80. 6cbdc8c [ARM] spelling fixes by Simon Arlott · 17 years ago
  81. b30faba Add IRQF_IRQPOLL flag on arm by Bernhard Walle · 17 years ago
  82. 5cd4715 Merge branch 'ixp4xx' into devel by Russell King · 17 years ago
  83. 28bd3a0 [ARM] 4318/2: DSM-G600 Board Support by Michael-Luke Jones · 17 years ago
  84. e32f150 [ARM] 4259/1: clockevent support for ixp4xx platform by Kevin Hilman · 17 years ago
  85. 45fba08 [ARM] 4311/1: ixp4xx: add KIXRP435 platform by Ruslan V. Sushko · 17 years ago
  86. 25735d1 [ARM] 4275/1: generic gpio layer for ixp4xx by Milan Svoboda · 17 years ago
  87. 59b8175 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  88. c66699a [PATCH] clocksource: fixup is_continous changes on ARM by Thomas Gleixner · 18 years ago
  89. 946acb1 [ARM] 4032/1: Add platform resources required for CF driver by Michael-Luke Jones · 18 years ago
  90. 0f18597 [ARM] 4033/1: Add separate Avila board setup code by Michael-Luke Jones · 18 years ago
  91. 6e98a2f [ARM] 4031/1: Remove references to the Avila in ixdp425 setup code by Michael-Luke Jones · 18 years ago
  92. ea14fad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  93. f9a8ca1 [ARM] 3985/1: ixp4xx clocksource cleanup by Kevin Hilman · 18 years ago
  94. e520a36 [ARM] 3958/1: add platform device (pxa2xx-udc)to ixp4xx by Milan Svoboda · 18 years ago
  95. 10dd5ce [ARM] Remove compatibility layer for ARM irqs by Russell King · 18 years ago
  96. 3cb2fcc Fix misc Kconfig typos by Matt LaPlante · 18 years ago
  97. 984d115 [ARM] 3918/1: ixp4xx irq-chip rework by Kevin Hilman · 18 years ago
  98. 0cd61b6 Initial blind fixup for arm for irq changes by Linus Torvalds · 18 years ago
  99. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  100. 84904d0 [ARM] 3856/1: Add clocksource for Intel IXP4xx platforms by Kevin Hilman · 18 years ago