summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb2008-10-201-1/+1
* PCI: replace cfg space size (256/4096) by macros.Zhao, Yu2008-10-204-12/+21
* PCI: use resource_size() everywhere.Zhao, Yu2008-10-202-3/+3
* PCI: use same arg names in PCI_VDEVICE commentZhao, Yu2008-10-201-2/+2
* PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi2008-10-203-5/+5
* PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.cYinghai Lu2008-10-201-2/+1Star
* PCI: fix hotplug get_##name return value problemZhao, Yu2008-10-201-7/+7
* PCI: fix sparse warning in pci_remove_behind_bridgeStephen Hemminger2008-10-201-7/+3Star
* PCI: fix MSI-HOWTO.txt info about MSI-X MMIO spaceRoland Dreier2008-10-201-4/+2Star
* PCI: fix -Wakpm warnings in pci_pm_init debug outputJesse Barnes2008-10-201-2/+2
* PCI: connect struct pci_dev to struct pci_slotAlex Chiang2008-10-202-0/+15
* PCI: make CPU list affinity visibleMike Travis2008-10-203-0/+9
* PCI: utilize calculated results when detecting MSI featuresJike Song2008-10-201-6/+4Star
* PCI: pciehp: replace printk with dev_printkTaku Izumi2008-10-205-186/+263
* PCI: pciehp: change name tag of "hpdriver_portdrv" variableTaku Izumi2008-10-201-2/+1Star
* x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-10-202-5/+12
* PCI: pciehp: fix irq initializationKenji Kaneshige2008-10-202-2/+4
* PCI: Document that most pci options are shared between i386 and x86-64Andi Kleen2008-10-201-12/+13
* PCI: tidy PME support messagesBjorn Helgaas2008-10-201-13/+13
* PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsakpm@linux-foundation.org2008-10-201-22/+22
* PCI: ibmphp: list_for_each to list_for_each_entryakpm@linux-foundation.org2008-10-201-69/+23Star
* PCI: follow lspci device/vendor styleBjorn Helgaas2008-10-202-2/+2
* x86/PCI: follow lspci device/vendor styleBjorn Helgaas2008-10-201-4/+4
* PCI: change MSI-x vector to 32bitYinghai Lu2008-10-202-2/+2
* PCI PM: Introduce function pci_wake_from_d3Rafael J. Wysocki2008-10-202-0/+23
* PCI: allow quirks to be compiled outThomas Petazzoni2008-10-202-86/+98
* PCI: Check dynids driver_data value for validityJean Delvare2008-10-204-10/+20
* PCI: remove dynids.use_driver_dataMilton Miller2008-10-205-6/+1Star
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-10-206-6/+428
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2008-10-186877-174569/+542388
| |\
| * | bq27x00_battery: use unaligned access helperHarvey Harrison2008-09-261-3/+2Star
| * | power_supply: fix dependency of tosa_batteryDmitry Baryshkov2008-09-261-1/+1
| * | power_supply: Support for Texas Instruments BQ27200 battery managersRodolfo Giometti2008-09-013-0/+389
| * | power_supply: Add function to return system-wide power stateMatthew Garrett2008-09-012-0/+31
| * | pda_power: Check and handle return value of set_irq_wakeRobert Jarzmik2008-09-011-4/+7
* | | epca: Add infinite break supportAlan Cox2008-10-201-1/+5
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds2008-10-2020-3451/+2224Star
|\ \ \
| * | | 9p: add more conservative lockingEric Van Hensbergen2008-10-171-7/+17
| * | | 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-171-2/+2
| * | | 9p: fix device file handlingMagnus Deininger2008-10-171-0/+1
| * | | 9p: Improve debug supportEric Van Hensbergen2008-10-173-29/+72
| * | | 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-176-1160/+37Star
| * | | 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-1712-544/+611
| * | | 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-172-3/+1Star
| * | | 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-175-386/+0Star
| * | | 9p: add new protocol support codeEric Van Hensbergen2008-10-174-1/+496
| * | | 9p: encapsulate version functionEric Van Hensbergen2008-10-171-30/+44
| * | | 9p: move dirread to fs layerEric Van Hensbergen2008-10-173-124/+38Star
| * | | 9p: adjust 9p vfs write operationEric Van Hensbergen2008-10-171-7/+29
| * | | 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-176-36/+57