index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI hotplug: remove redundant .owner initializations
Kenji Kaneshige
2009-06-16
9
-9
/
+0
*
PCI hotplug: create symlink to hotplug driver module
Kenji Kaneshige
2009-06-16
5
-9
/
+80
*
PCI hotplug: fix return value of has_foo() functions
Kenji Kaneshige
2009-06-16
1
-64
/
+68
*
PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.
Kenji Kaneshige
2009-06-16
4
-152
/
+1
*
x86/PCI: add description for check_enable_amd_mmconf boot parameter
Andreas Herrmann
2009-06-16
1
-0
/
+3
*
PCI: PCIE AER: Document for PCIE AER software error injection
Huang Ying
2009-06-16
1
-0
/
+21
*
PCI: PCIE AER: export aer_irq
Huang Ying
2009-06-16
2
-1
/
+4
*
PCI: Add pci_bus_set_ops
Huang Ying
2009-06-16
2
-0
/
+20
*
PCI: use pci_is_root_bus() in pci_common_swizzle()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI: use pci_is_root_bus() in pci_get_interrupt_pin()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI: use pci_is_root_bus() in pci_read_bridge_bases()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI: use pci_is_root_bus() in acpi_find_root_bridge_handle()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI: use pci_is_root_bus() in acpi_pci_get_bridge_handle()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI quirk: HP hides SMBus controller in Compaq nx9500 laptops
Michal Miroslaw
2009-06-16
1
-0
/
+1
*
PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsets
Michal Miroslaw
2009-06-16
1
-0
/
+22
*
PCI: expose SMBus on Asus notebook A6L
Mats Erik Andersson
2009-06-11
1
-0
/
+1
*
PCI: Add support for turning PCIe ECRC on or off
Andrew Patterson
2009-06-11
7
-7
/
+174
*
PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3
Rafael J. Wysocki
2009-06-11
1
-0
/
+2
*
PCI: fix SR-IOV function dependency link problem
Yu Zhao
2009-06-11
1
-0
/
+2
*
PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()
Alex Chiang
2009-06-11
1
-2
/
+0
*
PCI MSI: let drivers retry when not enough vectors
Michael S. Tsirkin
2009-06-11
1
-3
/
+3
*
PCI: disable ASPM on VIA root-port-under-bridge configurations
Shaohua Li
2009-06-11
1
-0
/
+4
*
PCI: use ACPI _CRS data by default
Jesse Barnes
2009-06-11
5
-6
/
+6
*
PCI: remove deprecated pci_find_slot() interface
Alex Chiang
2009-06-11
2
-38
/
+0
*
PCI Hotplug: cpqphp: don't use pci_find_slot()
Alex Chiang
2009-06-11
2
-6
/
+12
*
PCI Hotplug: cpqphp: constify slot_name()
Alex Chiang
2009-06-11
1
-1
/
+1
*
PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridge
Alex Chiang
2009-06-11
1
-12
/
+2
*
PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()
Alex Chiang
2009-06-11
3
-70
/
+47
*
PCI Hotplug: cpqphp: refactor cpqhp_save_config
Alex Chiang
2009-06-11
1
-91
/
+91
*
PCI Hotplug: cpqphp: style cleanups
Alex Chiang
2009-06-11
1
-11
/
+6
*
PCI Hotplug: cpqphp: refactor cpqphp_save_slot_config
Alex Chiang
2009-06-11
1
-46
/
+39
*
PCI Hotplug: cpqphp: clean up cpqphp_ctrl.c
Alex Chiang
2009-06-11
1
-91
/
+79
*
PCI Hotplug: cpqphp: refactor cpqhp_probe
Alex Chiang
2009-06-11
1
-197
/
+185
*
PCI Hotplug: cpqphp: eliminate stray braces
Alex Chiang
2009-06-11
1
-33
/
+22
*
PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.c
Alex Chiang
2009-06-11
1
-237
/
+224
*
PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h
Alex Chiang
2009-06-11
1
-31
/
+45
*
PCI Hotplug: cpqphp: fix comment style
Alex Chiang
2009-06-11
5
-315
/
+387
*
PCI Hotplug: cpqphp: stray whitespace cleanups
Alex Chiang
2009-06-11
5
-122
/
+110
*
PCI: improve resource allocation under transparent bridges
Yinghai Lu
2009-06-11
2
-14
/
+36
*
PCI/x86: don't assume prefetchable ranges are 64bit
Yinghai Lu
2009-06-11
6
-13
/
+62
*
PCI MSI: Define PCI_MSI_MASK_32/64
Hidetoshi Seto
2009-06-11
3
-5
/
+6
*
PCI: ibmphp_core.c: fix warning due to missing module_exit()
akpm@linux-foundation.org
2009-06-11
1
-0
/
+1
*
PCIE: remove driver_data direct access of struct device
Greg Kroah-Hartman
2009-06-11
1
-1
/
+1
*
PCI MSI: Remove unused/obsolete macros and definitions
Hidetoshi Seto
2009-06-11
2
-8
/
+1
*
Linux 2.6.30
v2.6.30
Linus Torvalds
2009-06-09
1
-1
/
+1
*
char: mxser, fix ISA board lookup
Peter Botha
2009-06-09
1
-1
/
+1
*
jbd: fix race in buffer processing in commit code
Jan Kara
2009-06-09
1
-2
/
+4
*
autofs4: remove hashed check in validate_wait()
Ian Kent
2009-06-09
1
-14
/
+8
*
shm: fix unused warnings on nommu
Mike Frysinger
2009-06-09
1
-2
/
+5
[next]