1. 0a95a6d sparc: use for_each_child_of_node() macro by Qinglang Miao · 4 years, 6 months ago
  2. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  3. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  4. 03a1b56 sparc: use scnprintf() in show_pciobppath_attr() in pci.c by Chen Zhou · 4 years, 8 months ago
  5. c54fc98 sparc64: refactor the ali DMA quirk by Christoph Hellwig · 6 years ago
  6. 88ca055 sparc: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  7. 29c990d sparc: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  8. a412c85 sparc: Convert to using %pOF instead of full_name by Rob Herring · 6 years ago
  9. adedc05 sparc/PCI: Use dev_printk() when possible by Bjorn Helgaas · 7 years ago
  10. c2eead0 sparc/PCI: Request legacy VGA framebuffer only for VGA devices by Bjorn Helgaas · 7 years ago
  11. b4a3044 sparc/PCI: Support arbitrary host bridge address offset by Yinghai Lu · 8 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. ecf677c PCI: Add a generic weak pcibios_align_resource() by Palmer Dabbelt · 7 years ago
  14. bccf90d PCI: Add a generic weak pcibios_fixup_bus() by Palmer Dabbelt · 8 years ago
  15. f66e225 PCI: Add BAR index argument to pci_mmap_page_range() by David Woodhouse · 8 years ago
  16. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  17. 3b146b2 sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus() by Bjorn Helgaas · 9 years ago
  18. 9a78d4f sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdata by Sowmini Varadhan · 9 years ago
  19. d0c31e0 sparc/PCI: Fix for panic while enabling SR-IOV by Babu Moger · 9 years ago
  20. af86fa4 sparc/PCI: Add mem64 resource parsing for root bus by Yinghai Lu · 9 years ago
  21. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  22. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. 92b19ff cleanup IORESOURCE_CACHEABLE vs ioremap() by Dan Williams · 9 years ago
  24. 017ffe6 PCI: Hold pci_slot_mutex while searching bus->slots list by Yijing Wang · 9 years ago
  25. 3bf15f5 sparc/PCI: Use helper functions to access fields in struct msi_desc by Jiang Liu · 10 years ago
  26. f0c1a11 sparc64: pci slots information is not populated in sysfs by Eric Snowberg · 10 years ago
  27. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  28. d10b730 Revert "sparc/PCI: Clip bridge windows to fit in upstream windows" by Bjorn Helgaas · 10 years ago
  29. a0c8a4d sparc/PCI: Claim bus resources before pci_bus_add_devices() by Yijing Wang · 10 years ago
  30. d63e2e1 sparc/PCI: Clip bridge windows to fit in upstream windows by Yinghai Lu · 10 years ago
  31. f1d25d3 sparc64: Properly claim resources as each PCI bus is probed. by David S. Miller · 10 years ago
  32. 4afba24 sparc64: Skip bogus PCI bridge ranges. by David S. Miller · 10 years ago
  33. 93a6423 sparc64: Expand PCI bridge probing debug logging. by David S. Miller · 10 years ago
  34. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
  35. 2f22e68 sparc/PCI: Use pci_is_bridge() to simplify code by Yijing Wang · 11 years ago
  36. 4ac7b82 sparc64: fix sparse warning in pci.c by Sam Ravnborg · 11 years ago
  37. 1b925b5 sparc: don't use module_init in non-modular pci.c code by Paul Gortmaker · 11 years ago
  38. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  39. 557fc58 sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridges by oftedal · 11 years ago
  40. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  41. ecf48b6 sparc: __pci_mmap_set_flags() is useless by Al Viro · 12 years ago
  42. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 12 years ago
  43. 8b1fce0 PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) by Gu Zheng · 12 years ago
  44. de7f2b1 sparc/PCI: Use PCI_UNKNOWN for unknown power state by Bjorn Helgaas · 12 years ago
  45. b7c13f7 sparc: remove __devinit, __devexit annotations by Sam Ravnborg · 12 years ago
  46. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  47. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  48. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 13 years ago
  49. 1c97593 sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases() by Bjorn Helgaas · 13 years ago
  50. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 13 years ago
  51. c53a255 sparc/PCI: factor out pcibios_setup() by Myron Stowe · 13 years ago
  52. 3f1b540 sparc/PCI: register busn_res for root buses by Yinghai Lu · 13 years ago
  53. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 13 years ago
  54. a031589b sparc/PCI: convert devtree and arch-probed bus addresses to resource by Bjorn Helgaas · 13 years ago
  55. ac1edcc sparc/PCI: get rid of device resource fixups by Bjorn Helgaas · 13 years ago
  56. 1a30010 sparc/PCI: convert to pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  57. ba232a1 PCI: SPARC: convert pcibios_set_master() to a non-inlined function by Myron Stowe · 13 years ago
  58. 066bcac sparc: move symbol exporters to use export.h not module.h by Paul Gortmaker · 13 years ago
  59. aad4564 sparc: Add alignment flag to PCI expansion resources by Kjetil Oftedal · 13 years ago
  60. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  61. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  62. 64099d9 pci/of: Consolidate pci_device_to_OF_node() by Benjamin Herrenschmidt · 14 years ago
  63. 98d9f30c8 pci/of: Match PCI devices to OF nodes dynamically by Benjamin Herrenschmidt · 14 years ago
  64. 394d441 sparc: Convert to new irq function names by Thomas Gleixner · 14 years ago
  65. c6fee08 sparc64: Fix build errors with gcc-4.6.0 by David S. Miller · 14 years ago
  66. 44ed3c0 sparc64: rename virt_irq => irq - II by Sam Ravnborg · 14 years ago
  67. cd4cd73 sparc: remove references to of_device and to_of_device by Grant Likely · 14 years ago
  68. 1636f8a sparc/of: Move of_device fields into struct pdev_archdata by Grant Likely · 15 years ago
  69. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  70. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  71. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 15 years ago
  72. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 15 years ago
  73. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  74. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  75. 2ef2d74 sparc64: If 'slot-names' property exist, create sysfs PCI slot information. by David S. Miller · 15 years ago
  76. 172d2d0 sparc64: Sync of_create_pci_dev() with drivers/pci/probe.c changes. by David S. Miller · 15 years ago
  77. 1abff64 sparc64: don't export static inline pci_ functions by Stephen Rothwell · 15 years ago
  78. 4c0eec7 sparc64/PCI: drop PCI_CACHE_LINE_BYTES by Tejun Heo · 15 years ago
  79. ee664a9 sparc: Use asm-generic/pci-dma-compat by FUJITA Tomonori · 15 years ago
  80. a6c1409 Delete pcibios_select_root by Matthew Wilcox · 16 years ago
  81. 917c366 sparc64: move EXPORT_SYMBOL to the symbols definition by Sam Ravnborg · 16 years ago
  82. 9018113 sparc64: Use unsigned long long for u64. by Sam Ravnborg · 16 years ago
  83. a88b5ba sparc,sparc64: unify kernel/ by Sam Ravnborg · 16 years ago[Renamed from arch/sparc64/kernel/pci.c]
  84. 5769907 sparc64: Fix PCI resource mapping on sparc64 by Max Dmitrichenko · 16 years ago
  85. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  86. 44b50e5 sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev(). by David S. Miller · 16 years ago
  87. 77d10d0 sparc64: Fix sparse warnings in pci.c by David S. Miller · 16 years ago
  88. 22fecba sparc64: Record OF device instead of device node pointer in pci_pbm_info. by David S. Miller · 16 years ago
  89. d3ae4b5 sparc64: Get rid of pci_controller_info. by David S. Miller · 16 years ago
  90. e822358a sparc64: Pass proper parent device down into root pci_create_bus() call. by David S. Miller · 16 years ago
  91. c804996 sparc64: Convert FIRE PCI controller driver into a real driver. by David S. Miller · 16 years ago
  92. edbe805 sparc64: Convert SABRE PCI controller driver into a real driver. by David S. Miller · 16 years ago
  93. b20bfe4 sparc64: Convert PSYCHO PCI controller driver into a real driver. by David S. Miller · 16 years ago
  94. 3822b50 sparc64: Convert SUN4V PCI controller driver into a real driver. by David S. Miller · 16 years ago
  95. 6d19c88 sparc64: Convert SCHIZO PCI controller driver into a real driver. by David S. Miller · 16 years ago
  96. c510b9b sparc64: Don't invoke power_init() from pcibios_init(). by David S. Miller · 16 years ago
  97. 356d164 sparc: Kill EBUS driver layer. by David S. Miller · 16 years ago
  98. ae05f87 sparc64: Propagate PCI device archdata into OF device tree for EBUS. by David S. Miller · 16 years ago
  99. 783c98b sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy. by David S. Miller · 16 years ago
  100. 2222c31 sparc64: fix up bus_id changes in sparc core code by Greg Kroah-Hartman · 17 years ago