1. 2cd59de Merge branch 'pci/config' into next by Bjorn Helgaas · 9 years ago
  2. 802b7c0 ARM: cns3xxx: Convert PCI to use generic config accessors by Rob Herring · 10 years ago
  3. c88d54b CNS3xxx: Remove artificial dependency on pci_sys_data domain. by Lorenzo Pieralisi · 10 years ago
  4. 367dc4b CNS3xxx: Fix PCIe read size limit. by Krzysztof Hałasa · 10 years ago
  5. defaa4d CNS3xxx: Fix logical PCIe topology. by Krzysztof Hałasa · 10 years ago
  6. 0a2e912 ARM: cns3xxx: fix allmodconfig panic in pci driver by Xia Kaixu · 10 years ago
  7. 21278ae ARM: use menuconfig for sub-arch menus by Rob Herring · 10 years ago
  8. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  9. 24cb65f ARM: l2c: cns3xxx: remove cache size override by Russell King · 10 years ago
  10. 1a5a954 ARM: l2c: fix register naming by Russell King · 10 years ago
  11. 08d38be ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORM by Will Deacon · 10 years ago
  12. dfc25e4 Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  13. 9f80036 Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  14. 64cf9d0 CNS3xxx: Fix PCIe early iotable_init(). by Krzysztof Hałasa · 10 years ago
  15. 75efba8 CNS3xxx: Fix a WARN() related to IRQ allocation. by Krzysztof Hałasa · 10 years ago
  16. 19bd9b2 ARM: 7997/1: cns3xxx: remove deprecated IRQF_DISABLED by Michael Opdenacker · 10 years ago
  17. 11dc4c2 ARM: cns3xxx: enable V6K instead of plain V6 by Rob Herring · 10 years ago
  18. 42f4754 ARM: Select V6K instead of V6 by default for multi-platform by Rob Herring · 10 years ago
  19. 9352b05 ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platform by Rob Herring · 10 years ago
  20. ddb902c ARM: centralize common multi-platform kconfig options by Rob Herring · 11 years ago
  21. 7b6d864 reboot: arm: change reboot_mode to use enum reboot_mode by Robin Holt · 11 years ago
  22. 99c6bcf Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  23. fc46d17 ARM: cns3xxx: remove unused virtual address and iotable defines by Mac Lin · 11 years ago
  24. a3d9052 ARM: cns3xxx: fix mapping of private memory region by Mac Lin · 11 years ago
  25. 415f5914 ARM: cns3xxx: initial DT support by Arnd Bergmann · 11 years ago
  26. 15bc1fe ARM: cns3xxx: enable multiplatform support by Arnd Bergmann · 11 years ago
  27. 29c9b7b ARM: cns3xxx: move debug_ll code to include/debug/ by Arnd Bergmann · 11 years ago
  28. 2f72a68 ARM: cns3xxx: enable sparse IRQ support by Arnd Bergmann · 11 years ago
  29. 3f9fb2a ARM: cns3xxx: make mach header files local by Arnd Bergmann · 11 years ago
  30. b28eaac Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/cleanup by Olof Johansson · 11 years ago
  31. f8060f5 Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanup by Olof Johansson · 12 years ago
  32. 8d84981 Merge branch 'clocksource/cleanup' into next/cleanup by Olof Johansson · 12 years ago
  33. 838a2ae ARM: use clockevents_config_and_register() where possible by Shawn Guo · 12 years ago
  34. 520f7bd irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h by Rob Herring · 12 years ago
  35. 1d5cc60 ARM: remove mach .handle_irq for GIC users by Rob Herring · 12 years ago
  36. b632a30 ARM: remove unused arch_decomp_wdog() by Shawn Guo · 12 years ago
  37. 6bb27d7 ARM: delete struct sys_timer by Stephen Warren · 12 years ago
  38. 2989950 Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  39. 6c8e94a ARM: cns3xxx: drop unnecessary symbol selection by Imre Kaloz · 12 years ago
  40. c73cee7 USB: EHCI: remove ehci_port_power() routine by Alan Stern · 12 years ago
  41. 6da00dd ARM: cns3xxx: use OHCI platform driver by Florian Fainelli · 12 years ago
  42. b898f5f ARM: cns3xxx: use ehci platform driver by Florian Fainelli · 12 years ago
  43. c23bfc3 ARM: PCI: provide a default bus scan implementation by Russell King · 12 years ago
  44. daeb4c0 ARM: PCI: get rid of pci_std_swizzle() by Russell King · 12 years ago
  45. 820d41c Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  46. 56c10bf Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  47. a2a47ca ARM: __io abuse cleanup by Rob Herring · 12 years ago
  48. 4d5fc58 ARM: remove bunch of now unused mach/io.h files by Rob Herring · 12 years ago
  49. 9f786d0 arm/PCI: get rid of device resource fixups by Bjorn Helgaas · 12 years ago
  50. 61b8008 Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsoc by Russell King · 12 years ago
  51. 230f984 ARM: remove disable_fiq and arch_ret_to_user macros by Rob Herring · 12 years ago
  52. a570067 ARM: big removal of now unused arch_idle() by Nicolas Pitre · 13 years ago
  53. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  54. 37d1590 arm/PCI: convert to pci_scan_root_bus() for correct root bus resources by Bjorn Helgaas · 13 years ago
  55. 7b9dd47 Merge branch 'restart' into for-linus by Russell King · 13 years ago
  56. f88b897 ARM: restart: remove the now empty arch_reset() by Russell King · 13 years ago
  57. 3921470 ARM: restart: cns3xxx: use new restart hook by Russell King · 13 years ago
  58. 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  59. d0e6b22 ARM: big removal of now unused vmalloc.h files by Nicolas Pitre · 13 years ago
  60. ead31ee ARM: cns3xxx: convert to CONFIG_MULTI_IRQ_HANDLER by Marc Zyngier · 13 years ago
  61. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  62. bdf4e94 Merge branch 'misc' into for-linus by Russell King · 13 years ago
  63. cefd3e7 Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  64. 40c6d8a ARM: 7022/1: allow to detect conflicting zreladdrs by Sascha Hauer · 13 years ago
  65. 1710871 ARM: mach-cns3xxx: remove mach/memory.h by Nicolas Pitre · 13 years ago
  66. 639da5e ARM: add an extra temp register to the low level debugging addruart macro by Nicolas Pitre · 13 years ago
  67. f70cac8 Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stable by Russell King · 13 years ago
  68. 7caaf7e ARM: cns3xxx: Fix newly introduced warnings in the PCIe code by Anton Vorontsov · 13 years ago
  69. 83a497c ARM: cns3xxx: Fix compile error caused by hardware.h removed by Tommy Lin · 13 years ago
  70. 03e6720 ARM: mach-cns3xxx: convert boot_params to atag_offset by Nicolas Pitre · 13 years ago
  71. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  72. 69f1d1a Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  73. 3960ef3 Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  74. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  75. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  76. c9d95fb ARM: convert PCI defines to variables by Rob Herring · 13 years ago
  77. dc8d966 ARM: pci: make pcibios_assign_all_busses use pci_has_flag by Rob Herring · 13 years ago
  78. b480a4b ARM: remove unnecessary mach/hardware.h includes by Rob Herring · 13 years ago
  79. ff5caab ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed by Barry Song · 13 years ago
  80. 93e85d8 ARM: cns3xxx: Add support for L2 Cache Controller by Anton Vorontsov · 13 years ago
  81. f4117ac ARM: P2V: separate PHYS_OFFSET from platform definitions by Russell King · 14 years ago
  82. 404a02c Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  83. 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
  84. 50401d7 Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx into devel-stable by Russell King · 14 years ago
  85. 7627dc8 ARM: GIC: private a standard get_irqnr_preamble assembler macro by Russell King · 14 years ago
  86. ff2e27a ARM: GIC: consolidate gic_cpu_base_addr to common GIC code by Russell King · 14 years ago
  87. b580b89 ARM: GIC: provide a single initialization function for boot CPU by Russell King · 14 years ago
  88. 960351f ARM: 6476/1: Use shared GIC entry macros on CNS3XXX by Magnus Damm · 14 years ago
  89. 0b05da7 ARM: 6520/1: Kconfig: add new symbol MIGHT_HAVE_PCI by Hans Ulli Kroll · 14 years ago
  90. 4426641 ARM: cns3xxx: Fix build with CONFIG_PCI=y by Anton Vorontsov · 14 years ago
  91. cf36797 ARM: cns3xxx: Add architecture definition for EHCI/OHCI controller by Mac Lin · 14 years ago
  92. 38e64ba ARM: cns3xxx: Add new and export the old power management functions by Mac Lin · 14 years ago
  93. df8f4d2 ARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks by Anton Vorontsov · 14 years ago
  94. 6451d77 arm: remove machine_desc.io_pg_offst and .phys_io by Nicolas Pitre · 14 years ago
  95. 0ea1293 arm: return both physical and virtual addresses from addruart by Jeremy Kerr · 14 years ago
  96. 23f5cac ARM: cns3xxx: Add support for AHCI controllers by Anton Vorontsov · 14 years ago
  97. 6279d0e ARM: cns3xxx: Add support for SDHCI controllers by Anton Vorontsov · 14 years ago
  98. 5f32f7a ARM: cns3xxx: Add support for PCI Express ports by Anton Vorontsov · 14 years ago
  99. 6eb5d14 ARM: cns3xxx: Use IO memory accessors everywhere by Anton Vorontsov · 14 years ago
  100. e94cdef ARM: cns3xxx: Add CNS3420 Validation Board support by Anton Vorontsov · 14 years ago