summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-6/+29
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-0/+3
* PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki2010-02-221-1/+8
* PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2010-02-223-0/+12
* ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki2010-02-221-0/+2
* ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-222-21/+13
* PCI PM: PCIe PME root port service driverRafael J. Wysocki2010-02-221-0/+1
* PCI: mark is_pcie obsoleteKenji Kaneshige2010-02-221-1/+2
* PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu2010-02-221-0/+1
* PCI: push deprecated pci_find_device() function to last userTilman Schmidt2010-02-221-13/+0
* resource: add release_child_resourcesYinghai Lu2010-02-221-0/+1
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-222-3/+4
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-222-5/+9
* x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley2010-02-221-0/+3
* PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki2010-02-221-1/+5
* PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2010-02-221-0/+1
* PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2010-02-221-0/+5
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-222-13/+5
* PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox2010-02-222-26/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-02-201-1/+1
|\
| * fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab ...Richard Kennedy2010-02-191-1/+1
* | ARM: 5951/1: ARM: fix documentation of the PrimeCell busLinus Walleij2010-02-201-1/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-02-181-0/+1
|\
| * Input: add KEY_RFKILLMatthew Garrett2010-02-181-0/+1
* | kfifo: Don't use integer as NULL pointerAnton Vorontsov2010-02-161-1/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-152-5/+3
|\ \
| * | perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar2010-02-042-5/+3
* | | Merge remote branch 'nouveau/for-airlied' of nouveau-2.6Dave Airlie2010-02-111-0/+1
|\ \ \
| * | | drm/nouveau: Add getparam to get available PGRAPH units.Marcin Koƛcielnicki2010-02-091-0/+1
| * | | Merge remote branch 'korg/drm-radeon-testing' into drm-testingDave Airlie2010-01-081-0/+1
| |\ \ \
* | | | | drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz2010-02-111-0/+8
* | | | | drm/vmwgfx: Update the user-space interface.Thomas Hellstrom2010-02-111-3/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-102-0/+4
|\ \ \ \ \
| * | | | | netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-082-0/+2
| * | | | | netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-081-0/+2
* | | | | | ima: rename ima_path_check to ima_file_checkMimi Zohar2010-02-071-2/+2
* | | | | | fix ima breakageMimi Zohar2010-02-071-2/+2
* | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-02-051-2/+2
|\ \ \ \ \ \
| * | | | | | libata: fix ata_id_logical_per_physical_sectorsChristoph Hellwig2010-02-041-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | percpu: add __percpu for sparseStephen Rothwell2010-02-051-0/+2
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-041-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel2010-02-011-0/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-021-32/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | connector: Delete buggy notification code.Evgeniy Polyakov2010-02-021-32/+0
* | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-011-1/+1
|\ \ \ \ \ \
| * | | | | | drm/kms: Remove incorrect comment in struct drm_mode_modeinfoMarcin Koƛcielnicki2010-02-011-1/+1
* | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-011-0/+2
|\ \ \ \ \ \ \
| * | | | | | | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-301-0/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-011-0/+4
|\ \ \ \ \ \ \
| * | | | | | | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt2010-01-291-0/+4
| |/ / / / / /
OpenPOWER on IntegriCloud