index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-19
PCI ASPM: cleanup clkpm state in struct pcie_link_state
Kenji Kaneshige
1
-19
/
+18
2009-06-19
PCI ASPM: cleanup latency field in struct pcie_link_state
Kenji Kaneshige
1
-38
/
+28
2009-06-19
PCI ASPM: cleanup aspm state field in struct pcie_link_state
Kenji Kaneshige
1
-33
/
+38
2009-06-19
PCI ASPM: fix typo in struct pcie_link_state
Kenji Kaneshige
1
-7
/
+7
2009-06-19
PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS
Alex Chiang
3
-2
/
+4
2009-06-19
PCI: remove redundant __msi_set_enable()
Matthew Wilcox
1
-20
/
+18
2009-06-17
PCI PM: consistently use type bool for wake enable variable
Frans Pop
1
-1
/
+1
2009-06-17
PCI: remove invalid comment of msi_mask_irq()
Kenji Kaneshige
1
-3
/
+0
2009-06-17
PCI PM: Fix handling of devices without PM support by pci_target_state()
Rafael J. Wysocki
1
-3
/
+2
2009-06-17
PCI: support Secondary Bus Reset
Yu Zhao
1
-0
/
+31
2009-06-17
PCI: support PM D0hot->D3 transition reset
Yu Zhao
1
-0
/
+34
2009-06-17
PCI: cleanup Function Level Reset
Yu Zhao
2
-84
/
+86
2009-06-17
PCI AER: software error injection
Huang Ying
4
-0
/
+494
2009-06-17
PCI AER: multiple error support
Zhang, Yanmin
2
-23
/
+69
2009-06-17
PCI AER: support invalid error source IDs
Zhang, Yanmin
2
-60
/
+118
2009-06-17
PCI AER: support Multiple Error Received and no error source id
Zhang, Yanmin
2
-16
/
+25
2009-06-17
PCI hotplug: remove redundant .owner initializations
Kenji Kaneshige
9
-9
/
+0
2009-06-17
PCI hotplug: create symlink to hotplug driver module
Kenji Kaneshige
2
-7
/
+55
2009-06-17
PCI hotplug: fix return value of has_foo() functions
Kenji Kaneshige
1
-64
/
+68
2009-06-17
PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.
Kenji Kaneshige
3
-144
/
+1
2009-06-17
PCI: PCIE AER: export aer_irq
Huang Ying
2
-1
/
+4
2009-06-17
PCI: Add pci_bus_set_ops
Huang Ying
1
-0
/
+19
2009-06-17
PCI: use pci_is_root_bus() in pci_common_swizzle()
Kenji Kaneshige
1
-1
/
+1
2009-06-17
PCI: use pci_is_root_bus() in pci_get_interrupt_pin()
Kenji Kaneshige
1
-1
/
+1
2009-06-17
PCI: use pci_is_root_bus() in pci_read_bridge_bases()
Kenji Kaneshige
1
-1
/
+1
2009-06-17
PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()
Kenji Kaneshige
1
-1
/
+1
2009-06-17
PCI quirk: HP hides SMBus controller in Compaq nx9500 laptops
Michal Miroslaw
1
-0
/
+1
2009-06-17
PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsets
Michal Miroslaw
1
-0
/
+22
2009-06-11
PCI: expose SMBus on Asus notebook A6L
Mats Erik Andersson
1
-0
/
+1
2009-06-11
PCI: Add support for turning PCIe ECRC on or off
Andrew Patterson
5
-7
/
+157
2009-06-11
PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3
Rafael J. Wysocki
1
-0
/
+2
2009-06-11
PCI: fix SR-IOV function dependency link problem
Yu Zhao
1
-0
/
+2
2009-06-11
PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()
Alex Chiang
1
-2
/
+0
2009-06-11
PCI MSI: let drivers retry when not enough vectors
Michael S. Tsirkin
1
-3
/
+3
2009-06-11
PCI: disable ASPM on VIA root-port-under-bridge configurations
Shaohua Li
1
-0
/
+4
2009-06-11
PCI: remove deprecated pci_find_slot() interface
Alex Chiang
1
-30
/
+0
2009-06-11
PCI Hotplug: cpqphp: don't use pci_find_slot()
Alex Chiang
2
-6
/
+12
2009-06-11
PCI Hotplug: cpqphp: constify slot_name()
Alex Chiang
1
-1
/
+1
2009-06-11
PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridge
Alex Chiang
1
-12
/
+2
2009-06-11
PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()
Alex Chiang
3
-70
/
+47
2009-06-11
PCI Hotplug: cpqphp: refactor cpqhp_save_config
Alex Chiang
1
-91
/
+91
2009-06-11
PCI Hotplug: cpqphp: style cleanups
Alex Chiang
1
-11
/
+6
2009-06-11
PCI Hotplug: cpqphp: refactor cpqphp_save_slot_config
Alex Chiang
1
-46
/
+39
2009-06-11
PCI Hotplug: cpqphp: clean up cpqphp_ctrl.c
Alex Chiang
1
-91
/
+79
2009-06-11
PCI Hotplug: cpqphp: refactor cpqhp_probe
Alex Chiang
1
-197
/
+185
2009-06-11
PCI Hotplug: cpqphp: eliminate stray braces
Alex Chiang
1
-33
/
+22
2009-06-11
PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.c
Alex Chiang
1
-237
/
+224
2009-06-11
PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h
Alex Chiang
1
-31
/
+45
2009-06-11
PCI Hotplug: cpqphp: fix comment style
Alex Chiang
5
-315
/
+387
2009-06-11
PCI Hotplug: cpqphp: stray whitespace cleanups
Alex Chiang
5
-122
/
+110
[next]