1. fde09c6 PCI: define PCI resource names in an 'enum' by Yu Zhao · 16 years ago
  2. 14add80 PCI: remove unnecessary arg of pci_update_resource() by Yu Zhao · 16 years ago
  3. 6a49d812 PCI: enhance pci_ari_enabled() by Yu Zhao · 16 years ago
  4. 999da9f PCI quirks: piix3: warn softer about enabling passive release by Adam Jackson · 16 years ago
  5. 92425a4 PCI: Make settable sysfs attributes more consistent by Trent Piepho · 16 years ago
  6. 1684f5d PCI: uninline pci_ioremap_bar() by Andrew Morton · 16 years ago
  7. bebd590 PCI: fix incorrect error return in pci_enable_wake by Alan Stern · 16 years ago
  8. f0e88af PCI: parisc: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  9. 30d546d PCI: mips: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  10. b1c8679 PCI: x86: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  11. 1be9baa PCI: alpha: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  12. 3f9455d4 PCI: powerpc: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  13. 6aa6e49 PCI: sh: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  14. f14d766 PCI: arm: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  15. 57c2cf7 PCI: add pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  16. 12b955f x86/PCI: minor logic simplications by Bjorn Helgaas · 16 years ago
  17. f672c39 x86/PCI: use config space encoding for interrupt pins by Bjorn Helgaas · 16 years ago
  18. 878f2e5 PCI: use config space encoding in pci_get_interrupt_pin() by Bjorn Helgaas · 16 years ago
  19. 98d3333 PCI hotplug: cpqphp: use config space PCI interrupt pin encoding by Bjorn Helgaas · 16 years ago
  20. 23a3600 PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdline by Jacob Pan · 16 years ago
  21. 0e331bf PCI: pcie port driver: remove extra printks by Bjorn Helgaas · 16 years ago
  22. 0663a36 x86/PCI: make PCI bus locality messages more meaningful by Bjorn Helgaas · 16 years ago
  23. 2993528 PCI: make PCI bus resource messages more meaningful by Bjorn Helgaas · 16 years ago
  24. 2a9d352 PCI hotplug: acpiphp whitespace cleanup by Alex Chiang · 16 years ago
  25. 104bafcf PCI: Don't carp about BAR allocation failures in quiet boot by Ingo Molnar · 16 years ago
  26. a367f74 PCI hotplug: aerdrv: fix a typo in error message by Hidetoshi Seto · 16 years ago
  27. 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 16 years ago
  28. 894886e PCI: extend on the ICH motherboard IO decode quirk list by Linus Torvalds · 16 years ago
  29. 90d25f2 PCI: Suspend and resume PCI Express ports with interrupts disabled by Rafael J. Wysocki · 16 years ago
  30. c70e0d9 PCI: pci-stub module to reserve pci device by Chris Wright · 16 years ago
  31. 2debb4d PCI: allow pci driver to support only dynids by Chris Wright · 16 years ago
  32. 56ee325 PCI/ACPI: acpiphp: Identify more removable slots by Matthew Garrett · 16 years ago
  33. 86d8698 pci-acpi: Cleanup _OSC evaluation code by Taku Izumi · 16 years ago
  34. e0fa3b4 PCI/ACPI: Remove unnecessary _OSC evaluation for control request by Taku Izumi · 16 years ago
  35. 753e3ac PCI: revert additional _OSC evaluation by Taku Izumi · 16 years ago
  36. 4ba7d0f drivers/pci/hotplug: Add missing pci_dev_get by Julia Lawall · 16 years ago
  37. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  38. 2361694 ACPI/PCI: remove obsolete _OSC capability support functions by Andrew Patterson · 16 years ago
  39. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  40. eb9188b ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  41. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  42. 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
  43. 990a7ac ACPI/PCI: call _OSC support during root bridge discovery by Andrew Patterson · 16 years ago
  44. 8b62091 ACPI/PCI: include missing acpi.h file in pci-acpi.h. by Andrew Patterson · 16 years ago
  45. d3a5401 PCI: Add legacy_io/mem to all busses by Benjamin Herrenschmidt · 16 years ago
  46. 1ca8879 PCI: Extend pci_reset_function() to support PCI Advanced Features by Sheng Yang · 16 years ago
  47. f7b7baa PCI: add PCI Advanced Feature Capability defines by Sheng Yang · 16 years ago
  48. d91cdc7 PCI: Refactor pci_reset_function() by Sheng Yang · 16 years ago
  49. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  50. bfb0f33 PCI: fixup whitespace in quirks.c by Jesse Barnes · 16 years ago
  51. c7b4fee PCI hotplug: pciehp: remove unnecessary wait after turning power off by Kenji Kaneshige · 16 years ago
  52. 9eff02e PCI: check mmap range of /proc/bus/pci files too by Jesse Barnes · 16 years ago
  53. ede6f5a Fix up 64-bit byte swaps for most 32-bit architectures by Linus Torvalds · 16 years ago
  54. 637b180 byteorder: remove the now unused byteorder.h by Harvey Harrison · 16 years ago
  55. 5cbd04a mn10300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  56. 9195947 frv: introduce asm/swab.h by Harvey Harrison · 16 years ago
  57. f15d411 m32r: introduce asm/swab.h by Harvey Harrison · 16 years ago
  58. 231cc43 m68knommu: introduce asm/swab.h by Harvey Harrison · 16 years ago
  59. fc61708 h8300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  60. ae18962 ia64: introduce asm/swab.h by Harvey Harrison · 16 years ago
  61. cfcac2f blackfin: introduce asm/swab.h by Harvey Harrison · 16 years ago
  62. af8e24e arm: introduce asm/swab.h by Harvey Harrison · 16 years ago
  63. dd8b72c alpha: introduce asm/swab.h by Harvey Harrison · 16 years ago
  64. c6f09f0 m68k: introduce asm/swab.h by Harvey Harrison · 16 years ago
  65. 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
  66. f4d2b14 sparc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  67. 1af84a6 sh: introduce asm/swab.h by Harvey Harrison · 16 years ago
  68. 13f7877 s390: introduce asm/swab.h by Harvey Harrison · 16 years ago
  69. 156ca2b powerpc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  70. 8cdd3a9 mips: introduce asm/swab.h by Harvey Harrison · 16 years ago
  71. 292b4d0 avr32: introduce asm/swab.h by Harvey Harrison · 16 years ago
  72. 991c0e6 byteorder: only use linux/swab.h by Harvey Harrison · 16 years ago
  73. c89a9f5 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  74. a75f284 drm: fix ordering of driver unload vs agp unload. by Dave Airlie · 16 years ago
  75. 241fa85 drm/i915: Respect the other stolen memory sizes we know of. by Eric Anholt · 16 years ago
  76. 1fc45d8 drm/i915: Non-mobile parts don't have integrated TV-out. by Eric Anholt · 16 years ago
  77. 7d57382 drm/i915: Add support for integrated HDMI on G4X hardware. by Eric Anholt · 16 years ago
  78. 3f8bc37 drm/i915: Pin cursor bo and unpin old bo when setting cursor. by Kristian Høgsberg · 16 years ago
  79. 9bb2d6f drm/i915: Don't allow objects to get bound while VT switched. by Eric Anholt · 16 years ago
  80. db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  81. c861ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  82. 3610639 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. 7238eb4 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. 932adbe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  87. ce519e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  88. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  89. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  90. 59e3af2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  91. f59abb1 parport: ieee1284: use del_timer_sync() in parport_wait_event() by Michael Buesch · 16 years ago
  92. 50682bb bfs: check that filesystem fits on the blockdevice by Eric Sesterhenn · 16 years ago
  93. e1f89ec bfs: add some basic sanity checks by Eric Sesterhenn · 16 years ago
  94. 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 16 years ago
  95. eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 16 years ago
  96. 0bef3c2 dma_alloc_from_coherent(): fix fallback to generic memory by Andrew Morton · 16 years ago
  97. 8375d49 edac: driver for i5400 MCH (update) by Mauro Carvalho Chehab · 16 years ago
  98. 920c8df edac: driver for i5400 MCH (Seaburg) by Mauro Carvalho Chehab · 16 years ago
  99. 29d6cf2 edac: fix mpc85xx and add mpc8536 mpc8560 by Kumar Gala · 16 years ago
  100. 281efb1 edac: struct device: replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago