1. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  2. 8eafafb rpadlpar breakage - fallout of struct subsystem removal by Al Viro · 17 years ago
  3. fb2c922 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  4. b3b7cc7 Fix assertion failure with MSI on sparc64 by David Miller · 17 years ago
  5. 8237771 Add the combined mode for ATI SB700 by Henry Su · 17 years ago
  6. 34ef30c [IA64] Fix warnings resulting from type-checking in dev_dbg() by Tony Luck · 17 years ago
  7. 8b60756 Fix more "deprecated" spellos. by Randy Dunlap · 17 years ago
  8. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  9. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  10. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  11. 5b33991 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  12. 9890b12 PCI: Free resource files in error path of pci_create_sysfs_dev_files() by Michael Ellerman · 17 years ago
  13. c0affe9 pci-quirks: disable MSI on RS400-200 and RS480 by Tejun Heo · 17 years ago
  14. d477014 PCI hotplug: Use menuconfig objects by Jan Engelhardt · 17 years ago
  15. 03555d5 PCI: ZT5550 CPCI Hotplug driver fix by Scott Murray · 17 years ago
  16. ac1f0e9 PCI: rpaphp: Remove semaphores by Linas Vepstas · 17 years ago
  17. b566147 PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetry by Linas Vepstas · 17 years ago
  18. e70ea263 PCI: rpaphp: Use pcibios_remove_pci_devices() symmetrically by Linas Vepstas · 17 years ago
  19. da65944 PCI: rpaphp: Document is_php_dn() by Linas Vepstas · 17 years ago
  20. 8485d1a PCI: rpaphp: Document find_php_slot() by Linas Vepstas · 17 years ago
  21. fea54b8 PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot() by Linas Vepstas · 17 years ago
  22. 6f79eb7 PCI: rpaphp: refactor tail call to rpaphp_register_slot() by Linas Vepstas · 17 years ago
  23. c02929c PCI: rpaphp: remove rpaphp_set_attention_status() by Linas Vepstas · 17 years ago
  24. 307ff12 PCI: rpaphp: remove print_slot_pci_funcs() by Linas Vepstas · 17 years ago
  25. 03a6675 PCI: rpaphp: Remove setup_pci_slot() by Linas Vepstas · 17 years ago
  26. ebf42c0 PCI: rpaphp: remove a call that does nothing but a pointer lookup by Linas Vepstas · 17 years ago
  27. bf0af51 PCI: rpaphp: Remove another wrappered function by Linas Vepstas · 17 years ago
  28. 427310f PCI: rpaphp: Remve another call that is a wrapper by Linas Vepstas · 17 years ago
  29. 517d5a0 PCI: rpaphp: remove a function that does nothing but wrap debug printks by Linas Vepstas · 17 years ago
  30. 3499f072 PCI: rpaphp: Remove un-needed goto by Linas Vepstas · 17 years ago
  31. 5fd39c3 PCI: rpaphp: Fix a memleak; slot->location string was never freed by Linas Vepstas · 17 years ago
  32. 31be758 PCI: rpaphp: match up alloc and free in same routine by Linas Vepstas · 17 years ago
  33. fa18915 PCI: rpaphp: Remove global num_slots variable by Linas Vepstas · 17 years ago
  34. bf8cbae PCI: rpaphp: Cleanup flow of control for rpaphp_add_slot by Linas Vepstas · 17 years ago
  35. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  36. 032de8e MSI: Give archs the option to free all MSI/Xs at once. by Michael Ellerman · 17 years ago
  37. 9c83133 MSI: Give archs the option to allocate all MSI/Xs at once. by Michael Ellerman · 17 years ago
  38. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 17 years ago
  39. f282b97 msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2) by Dan Williams · 17 years ago
  40. 314e77b MSI: Remove dev->first_msi_irq by Michael Ellerman · 17 years ago
  41. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  42. bab41e9 PCI: Convert to alloc_pci_dev() by Michael Ellerman · 17 years ago
  43. 6589121 PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev by Michael Ellerman · 17 years ago
  44. c9953a7 MSI: Add an arch_msi_check_device() by Michael Ellerman · 17 years ago
  45. 17bbc12 MSI: Rename pci_msi_supported() to pci_msi_check_device() by Michael Ellerman · 17 years ago
  46. 128bc5f MSI: Consolidate precondition checks by Michael Ellerman · 17 years ago
  47. b1e2303 MSI: Expand pci_msi_supported() by Michael Ellerman · 17 years ago
  48. 3e916c0 MSI: Remove msi_cache by Michael Ellerman · 17 years ago
  49. 4cc086f MSI: Move EXPORT_SYMBOL()s near their definition by Michael Ellerman · 17 years ago
  50. 7ede9c1 MSI: Consolidate BUG_ON()s. by Michael Ellerman · 17 years ago
  51. fc4afc7 MSI: Consolidate MSI-X irq freeing code by Michael Ellerman · 17 years ago
  52. 00ba16a MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2 by Michael Ellerman · 17 years ago
  53. c31af39 MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1 by Michael Ellerman · 17 years ago
  54. 54bc6c0 MSI: Simplify BUG() handling in pci_disable_msix() by Michael Ellerman · 17 years ago
  55. e387b9e MSI: Simplify BUG() handling in pci_disable_msi() by Michael Ellerman · 17 years ago
  56. 96bde06 pci: do not mark exported functions as __devinit by Sam Ravnborg · 17 years ago
  57. 6ba1863 PCI: Require vendor and device for new_id by Jean Delvare · 17 years ago
  58. 40ee9e9 PCI: fix sysfs rom file creation for BIOS ROM shadows by Jesse Barnes · 17 years ago
  59. 8d7d86e PCI: kernel-doc fix by Randy Dunlap · 17 years ago
  60. e325e1f PCI: fix multiple definition of `queue_pushbutton_work' by Kristen Carlson Accardi · 17 years ago
  61. 9233352 pciehp: Adapt to device driver model by Kenji Kaneshige · 17 years ago
  62. 5d386e1 pciehp: Event handling rework by Kenji Kaneshige · 17 years ago
  63. f7bdd12 pci: New PCI-E reset API by Brian King · 17 years ago
  64. 988cbb1 PCI: Flush MSI-X table writes by Mitch Williams · 17 years ago
  65. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  66. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  67. f73b0a0 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  68. 6b06d2c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  69. 8cdfb29 libata/IDE: remove combined mode quirk by Jeff Garzik · 17 years ago
  70. 075c177 define platform wakeup hook, use in pci_enable_wake() by David Brownell · 17 years ago
  71. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 17 years ago
  72. f8993af ACPI: Disable MSI on request of FADT by Shaohua Li · 17 years ago
  73. 01abc2a Revert "adjust legacy IDE resource setting (v2)" by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 348e3fd [PATCH] msi: synchronously mask and unmask msi-x irqs. by Eric W. Biederman · 17 years ago
  75. bf5b4ba PCI: Fix warning message in PCIE port driver by Prarit Bhargava · 17 years ago
  76. 9208ee8 PCI: Stop unhiding the SMBus on Toshiba laptops by Jean Delvare · 17 years ago
  77. 9f35575 [PATCH] pci: Repair pci_save/restore_state so we can restore one save many times. by Eric W. Biederman · 17 years ago
  78. 392ee1e [PATCH] msi: Safer state caching. by Eric W. Biederman · 17 years ago
  79. 128bf5c pci: fix section mismatch warning by Sam Ravnborg · 17 years ago
  80. c1996c2 PCI: aer: fix section mismatch warning by Sam Ravnborg · 17 years ago
  81. 3603a6a pcie: fix section mismatch warning by Sam Ravnborg · 17 years ago
  82. 7f375f3 PCI: allow multiple calls to pcim_pin_device() by Tejun Heo · 17 years ago
  83. 58e0543 [PATCH] msi: support masking msi irqs without a mask bit by Eric W. Biederman · 17 years ago
  84. b1cbf4e [PATCH] msi: fix up the msi enable/disable logic by Eric W. Biederman · 17 years ago
  85. f5f2b13 [PATCH] msi: sanely support hardware level msi disabling by Eric W. Biederman · 17 years ago
  86. ed8ccee adjust legacy IDE resource setting (v2) by Jan Beulich · 17 years ago
  87. e34bb37 ahci/pata_jmicron: match class not function number by Tejun Heo · 17 years ago
  88. 5ee2ae7 jmicron ATA: reimplement jmicron ATA quirk by Tejun Heo · 17 years ago
  89. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  90. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 17 years ago
  91. 81bb0e1 PCI: Make PCI device numa-node attribute visible in sysfs by Brice Goglin · 17 years ago
  92. 691cd0c PCI: PCI devices get assigned redundant IRQs by Andreas Block · 17 years ago
  93. 4516a61 PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot options by Atsushi Nemoto · 17 years ago
  94. f95d882 PCI/sysfs/kobject kernel-doc fixes by Randy Dunlap · 17 years ago
  95. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 17 years ago
  96. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  97. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  98. 35a17eb [SPARC64]: Add PCI MSI support on Niagara. by David S. Miller · 17 years ago
  99. 9ac7849 devres: device resource management by Tejun Heo · 17 years ago
  100. c9f8947 Add pci class code for SATA & AHCI, and replace some magic numbers. by Conke Hu · 17 years ago