1. 8cfc7f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  2. b424e8d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 17 years ago
  3. 7c7758f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  4. 67acd8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async by Linus Torvalds · 17 years ago
  5. b13d372 topology: Fix sparc64 build. by David Miller · 17 years ago
  6. c6906a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 17 years ago
  7. baa9187 kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation by Wolfram Sang · 17 years ago
  8. 399b835 kbuild: add a symlink to the source for separate objdirs by Andi Kleen · 17 years ago
  9. 8e54701 kconfig: add script to manipulate .config files on the command line by Andi Kleen · 17 years ago
  10. 4f62824 kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope by Jike Song · 17 years ago
  11. 40c8c85 bootchart: improve output based on Dave Jones' feedback by Arjan van de Ven · 17 years ago
  12. 8b249b6 fix modules_install via NFS by Sam Ravnborg · 17 years ago
  13. 8d1a0a1 qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types by Anders Larsen · 17 years ago
  14. 8903709 xtensa: introduce swab.h by Harvey Harrison · 17 years ago
  15. daf4b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  16. a0c9f24 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 17 years ago
  17. 5bb47b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  18. 2f2408a Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  19. fa7b906 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  20. 0824990 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  21. 0d6326a Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 17 years ago
  22. 52fefce Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6 by Linus Torvalds · 17 years ago
  23. a0e280e stop_machine/cpu hotplug: fix disable_nonboot_cpus by Heiko Carstens · 17 years ago
  24. 30aafdb touchscreen: Fix build of da9034 by Alan Cox · 17 years ago
  25. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 17 years ago
  26. 7605274 HID: fix hid->hiddev initialization in hiddev_connect() by Jiri Kosina · 17 years ago
  27. 940fbf4 linux/types.h: Don't depend on __GNUC__ for __le64/__be64 by Detlef Riekenberg · 17 years ago
  28. f6dc1e5 PCI PM: Put PM callbacks in the order of execution by Rafael J. Wysocki · 17 years ago
  29. d67e37d PCI PM: Run default PM callbacks for all devices using new framework by Rafael J. Wysocki · 17 years ago
  30. 98e6e28 PCI PM: Register power state of devices during initialization by Rafael J. Wysocki · 17 years ago
  31. ad8cfa1 PCI PM: Call pci_fixup_device from legacy routines by Rafael J. Wysocki · 17 years ago
  32. bb80894 PCI PM: Rearrange code in pci-driver.c by Rafael J. Wysocki · 17 years ago
  33. 7341042 PCI PM: Avoid touching devices behind bridges in unknown state by Rafael J. Wysocki · 17 years ago
  34. 07e836e PCI PM: Move pci_has_legacy_pm_support by Rafael J. Wysocki · 17 years ago
  35. 571ff75 PCI PM: Power-manage devices without drivers during suspend-resume by Rafael J. Wysocki · 17 years ago
  36. fa58d30 PCI PM: Add suspend counterpart of pci_reenable_device by Rafael J. Wysocki · 17 years ago
  37. c9b9972 PCI PM: Fix poweroff and restore callbacks by Rafael J. Wysocki · 17 years ago
  38. 987a4c7 PCI: Use msleep instead of cpu_relax during ASPM link retraining by Andrew Patterson · 17 years ago
  39. d934737 PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions by Rafael J. Wysocki · 17 years ago
  40. fa6c993 PCI: PCIe portdrv: Rearrange code so that related things are together by Rafael J. Wysocki · 17 years ago
  41. e7ae884 PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services by Rafael J. Wysocki · 17 years ago
  42. facf6d1 PCI: PCIe portdrv: Add kerneldoc comments to some core functions by Rafael J. Wysocki · 17 years ago
  43. 16cf0eb x86/PCI: Do not use interrupt links for devices using MSI-X by Rafael J. Wysocki · 17 years ago
  44. ef1bba2 net: sfc: Use pci_clear_master() to disable bus mastering by Ben Hutchings · 17 years ago
  45. 6a47907 PCI: Add pci_clear_master() as opposite of pci_set_master() by Ben Hutchings · 17 years ago
  46. b8d9cb2 PCI hotplug: remove redundant test in cpq hotplug by Julia Lawall · 17 years ago
  47. 322162a PCI: pciehp: cleanup register and field definitions by Kenji Kaneshige · 17 years ago
  48. 67f6533 PCI: pciehp: ignore undefined bit in link status register by Kenji Kaneshige · 17 years ago
  49. 46bbdfa PCI: keep ASPM link state consistent throughout PCIe hierarchy by Shaohua Li · 17 years ago
  50. 2b8c2ef x86/PCI: use dev_printk for PCI bus locality messages by Bjorn Helgaas · 17 years ago
  51. a19f5df PCI: use dev_printk for PCI bus resource mssages by Bjorn Helgaas · 17 years ago
  52. db56794 PCI: add interface to set visible size of VPD by Stephen Hemminger · 17 years ago
  53. 287d19c PCI: revise VPD access interface by Stephen Hemminger · 17 years ago
  54. 1120f8b PCI: handle long delays in VPD access by Stephen Hemminger · 17 years ago
  55. 904d6a3 PCI: x86/visws: use generic INTx swizzle from PCI core by Bjorn Helgaas · 17 years ago
  56. e558234 PCI: sh: use generic INTx swizzle from PCI core by Bjorn Helgaas · 17 years ago
  57. 67eed58 PCI: mips: use generic INTx swizzle from PCI core by Bjorn Helgaas · 17 years ago
  58. 06df699 PCI: arm: use generic INTx swizzle from PCI core by Bjorn Helgaas · 17 years ago
  59. 3e08601 PCI: alpha: use generic INTx swizzle from PCI core by Bjorn Helgaas · 17 years ago
  60. 68feac8 PCI: add pci_common_swizzle() for INTx swizzling by Bjorn Helgaas · 17 years ago
  61. e8c331e PCI hotplug: introduce functions for ACPI slot detection by Kenji Kaneshige · 17 years ago
  62. e046cbd PCI: pciehp: add auto option to pciehp_detect_mode by Kenji Kaneshige · 17 years ago
  63. c9ffa5a PCI: pciehp: add ACPI based slot detection by Kenji Kaneshige · 17 years ago
  64. 873392c PCI: work_on_cpu: use in drivers/pci/pci-driver.c by Rusty Russell · 17 years ago
  65. a79d682 PCI PM: Split PCI Express port suspend-resume by Rafael J. Wysocki · 17 years ago
  66. f06fc0b PCI PM: Fix pci_update_current_state by Rafael J. Wysocki · 17 years ago
  67. eb9c39d PCI: set device wakeup capable flag if platform support is present by Jesse Barnes · 17 years ago
  68. 876e501 PCI: factor pci_bus_add_child() from pci_bus_add_devices() by Yu Zhao · 17 years ago
  69. 3fa16fd PCI: cleanup pci_bus_add_devices() by Yu Zhao · 17 years ago
  70. 613e7ed PCI: add a new function to map BAR offsets by Yu Zhao · 17 years ago
  71. 3789fa8 PCI: allow pci_alloc_child_bus() to handle a NULL bridge by Yu Zhao · 17 years ago
  72. 0b400c7 PCI: export __pci_read_base() by Yu Zhao · 17 years ago
  73. bc5f5a8 PCI: remove unnecessary condition check in pci_restore_bars() by Yu Zhao · 17 years ago
  74. fde09c6 PCI: define PCI resource names in an 'enum' by Yu Zhao · 17 years ago
  75. 14add80 PCI: remove unnecessary arg of pci_update_resource() by Yu Zhao · 17 years ago
  76. 6a49d812 PCI: enhance pci_ari_enabled() by Yu Zhao · 17 years ago
  77. 999da9f PCI quirks: piix3: warn softer about enabling passive release by Adam Jackson · 17 years ago
  78. 92425a4 PCI: Make settable sysfs attributes more consistent by Trent Piepho · 17 years ago
  79. 1684f5d PCI: uninline pci_ioremap_bar() by Andrew Morton · 17 years ago
  80. bebd590 PCI: fix incorrect error return in pci_enable_wake by Alan Stern · 17 years ago
  81. f0e88af PCI: parisc: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  82. 30d546d PCI: mips: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  83. b1c8679 PCI: x86: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  84. 1be9baa PCI: alpha: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  85. 3f9455d PCI: powerpc: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  86. 6aa6e49 PCI: sh: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  87. f14d766 PCI: arm: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  88. 57c2cf7 PCI: add pci_swizzle_interrupt_pin() by Bjorn Helgaas · 17 years ago
  89. 12b955f x86/PCI: minor logic simplications by Bjorn Helgaas · 17 years ago
  90. f672c39 x86/PCI: use config space encoding for interrupt pins by Bjorn Helgaas · 17 years ago
  91. 878f2e5 PCI: use config space encoding in pci_get_interrupt_pin() by Bjorn Helgaas · 17 years ago
  92. 98d3333 PCI hotplug: cpqphp: use config space PCI interrupt pin encoding by Bjorn Helgaas · 17 years ago
  93. 23a3600 PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdline by Jacob Pan · 17 years ago
  94. 0e331bf PCI: pcie port driver: remove extra printks by Bjorn Helgaas · 17 years ago
  95. 0663a36 x86/PCI: make PCI bus locality messages more meaningful by Bjorn Helgaas · 17 years ago
  96. 2993528 PCI: make PCI bus resource messages more meaningful by Bjorn Helgaas · 17 years ago
  97. 2a9d352 PCI hotplug: acpiphp whitespace cleanup by Alex Chiang · 17 years ago
  98. 104bafcf PCI: Don't carp about BAR allocation failures in quiet boot by Ingo Molnar · 17 years ago
  99. a367f74 PCI hotplug: aerdrv: fix a typo in error message by Hidetoshi Seto · 17 years ago
  100. 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 17 years ago