index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
intel-iommu.c: dma ops fix
Ingo Molnar
1
-18
/
+17
2008-04-22
Fix cardbus resource allocation
Linus Torvalds
1
-15
/
+15
2008-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
57
-826
/
+2049
2008-04-20
PCI: pci-iommu-iotlb-flushing-speedup
mark gross
2
-38
/
+40
2008-04-20
PCI: pci_setup_bridge() mustn't be __devinit
Adrian Bunk
1
-2
/
+1
2008-04-20
PCI: pci_bus_size_cardbus() mustn't be __devinit
Adrian Bunk
1
-2
/
+1
2008-04-20
PCI: pci_scan_device() mustn't be __devinit
Adrian Bunk
1
-2
/
+1
2008-04-20
PCI: pci_alloc_child_bus() mustn't be __devinit
Adrian Bunk
1
-2
/
+2
2008-04-20
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
39
-487
/
+487
2008-04-20
PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggered
Trent Piepho
1
-1
/
+1
2008-04-20
PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()
Jesper Juhl
1
-1
/
+5
2008-04-20
PCI: clean up resource alignment management
Ivan Kokshaysky
3
-21
/
+29
2008-04-20
PCI: aerdrv_acpi.c: remove unneeded NULL check
Adrian Bunk
1
-1
/
+1
2008-04-20
PCI: Update VIA CX700 quirk
Tim Yamin
1
-1
/
+12
2008-04-20
PCI: Expose PCI VPD through sysfs
Ben Hutchings
4
-14
/
+283
2008-04-20
PCI: iommu: iotlb flushing
mark gross
2
-18
/
+131
2008-04-20
PCI: simplify quirk debug output
Bjorn Helgaas
1
-2
/
+2
2008-04-20
PCI: iova RB tree setup tweak
mark gross
1
-14
/
+36
2008-04-20
PCI: add generic pci_enable_resources()
Bjorn Helgaas
1
-0
/
+43
2008-04-20
PCI: add PCI Express ASPM support
Shaohua Li
7
-0
/
+852
2008-04-20
PCI: Include PCI domain in PCI bus names on x86/x86_64
Gary Hade
1
-1
/
+3
2008-04-20
PCI: #if 0 pci_cleanup_aer_correct_error_status()
Adrian Bunk
1
-1
/
+2
2008-04-20
PCI: pcie AER: don't check _OSC when acpi is disabled
Yinghai Lu
1
-0
/
+3
2008-04-20
PCI: remove global list of PCI devices
Greg Kroah-Hartman
3
-46
/
+1
2008-04-20
PCI: add is_added flag to struct pci_dev
Greg Kroah-Hartman
3
-12
/
+7
2008-04-20
PCI: make no_pci_devices() use the pci_bus_type list
Greg Kroah-Hartman
1
-3
/
+14
2008-04-20
PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY
Greg Kroah-Hartman
1
-1
/
+1
2008-04-20
PCI Hotplug: make cpcihp driver use modern apis
Greg Kroah-Hartman
2
-2
/
+8
2008-04-20
PCI: clean up search.c a lot
Greg Kroah-Hartman
1
-137
/
+112
2008-04-20
PCI: remove pci_get_device_reverse
Greg Kroah-Hartman
1
-41
/
+0
2008-04-20
PCI: remove pci_find_present
Greg Kroah-Hartman
1
-20
/
+15
2008-04-20
PCI: #if 0 pci_assign_resource_fixed()
Adrian Bunk
1
-1
/
+1
2008-04-19
cpumask: use new cpus_scnprintf function
Mike Travis
2
-6
/
+41
2008-04-19
generic: use new set_cpus_allowed_ptr function
Mike Travis
1
-3
/
+6
2008-03-28
pci: revert SMBus unhide on HP Compaq nx6110
Jean Delvare
1
-5
/
+6
2008-03-26
Revert "PCI: remove transparent bridge sizing"
Linus Torvalds
1
-5
/
+0
2008-03-24
PCI: revert "pcie: utilize pcie transaction pending bit"
Andrew Morton
1
-21
/
+0
2008-03-24
PCI: iova: lockdep false alarm fix
Mark Gross
1
-0
/
+7
2008-03-17
pciehp: don't enable slot unless forced
Mark Lord
1
-1
/
+1
2008-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-1
/
+5
2008-03-13
PCI: fix issue with busses registering multiple times in sysfs
Greg Kroah-Hartman
1
-1
/
+5
2008-03-13
Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' an...
Len Brown
1
-8
/
+16
2008-03-10
PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller Driver
Jesper Juhl
1
-0
/
+1
2008-03-04
pci: hotplug: pciehp: fix error code path in hpc_power_off_slot
Kenji Kaneshige
1
-2
/
+3
2008-03-04
PCI: fix up error messages for pci_bus registering
Greg Kroah-Hartman
1
-4
/
+6
2008-03-04
PCI: fix section mismatch warning in pci_scan_child_bus
Sam Ravnborg
6
-9
/
+9
2008-03-04
PCI: consolidate duplicated MSI enable functions
Bjorn Helgaas
1
-30
/
+6
2008-03-04
PCI: use dev_printk in quirk messages
Bjorn Helgaas
1
-3
/
+2
2008-03-03
docbook: fix kernel-api source files
Randy Dunlap
1
-2
/
+1
2008-02-23
copyright owner and author clean up for intel iommu and related files
mark gross
5
-11
/
+16
[next]