index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
PCI: hv: Turn on the host bridge probing on ARM64
Boqun Feng
1
-0
/
+7
2021-08-23
PCI: hv: Set up MSI domain at bridge probing time
Boqun Feng
1
-5
/
+8
2021-08-23
PCI: hv: Set ->domain_nr of pci_host_bridge at probing time
Boqun Feng
1
-4
/
+5
2021-08-23
PCI: hv: Generify PCI probing
Arnd Bergmann
1
-27
/
+30
2021-08-23
arm64: PCI: Support root bridge preparation for Hyper-V
Boqun Feng
1
-1
/
+11
2021-08-23
arm64: PCI: Restructure pcibios_root_bridge_prepare()
Boqun Feng
1
-7
/
+12
2021-08-23
PCI: Support populating MSI domains of root buses via bridges
Boqun Feng
1
-1
/
+5
2021-08-23
PCI: Introduce domain_nr in pci_host_bridge
Boqun Feng
2
-1
/
+16
2021-08-21
PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n
Andy Shevchenko
1
-2
/
+3
2021-08-21
PCI: Optimize pci_resource_len() to reduce kernel size
Zhen Lei
1
-3
/
+1
2021-08-21
PCI: Make saved capability state private to core
Bjorn Helgaas
2
-20
/
+21
2021-08-21
PCI: Add schedule point in proc_bus_pci_read()
Krzysztof Wilczyński
1
-0
/
+1
2021-08-21
PCI: Correct the pci_iomap.h header guard #endif comment
Jonathan Cameron
1
-1
/
+1
2021-08-21
PCI/ACS: Enforce pci=noats with Transaction Blocking
Alex Williamson
2
-3
/
+3
2021-08-21
PCI: Add ACS quirks for Cavium multi-function devices
George Cherian
1
-0
/
+4
2021-08-21
PCI/PTM: Remove error message at boot
Jakub Kicinski
1
-3
/
+1
2021-08-20
tg3: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-43
/
+16
2021-08-20
tg3: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
1
-27
/
+4
2021-08-20
tg3: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2
-18
/
+10
2021-08-20
sfc: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-20
sfc: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-15
/
+14
2021-08-20
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
2
-0
/
+32
2021-08-20
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2
-0
/
+46
2021-08-20
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
2
-0
/
+35
2021-08-20
PCI: aardvark: Configure PCIe resources from 'ranges' DT property
Pali Rohár
1
-1
/
+194
2021-08-19
misc: pci_endpoint_test: Add deviceID for AM64 and J7200
Kishon Vijay Abraham I
1
-0
/
+8
2021-08-19
PCI: j721e: Add PCIe support for AM64
Kishon Vijay Abraham I
1
-0
/
+19
2021-08-19
PCI: j721e: Add PCIe support for J7200
Kishon Vijay Abraham I
1
-4
/
+36
2021-08-19
PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet state
Nadeem Athani
4
-0
/
+38
2021-08-19
PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool
Kishon Vijay Abraham I
2
-2
/
+2
2021-08-19
PCI: Change the type of probe argument in reset functions
Amey Narkhede
12
-48
/
+51
2021-08-19
PCI: Add support for ACPI _RST reset method
Shanker Donthineni
4
-1
/
+31
2021-08-19
PCI: Setup ACPI fwnode early and at the same time with OF
Shanker Donthineni
2
-25
/
+16
2021-08-19
PCI: Use acpi_pci_power_manageable()
Shanker Donthineni
1
-8
/
+10
2021-08-19
PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION
Shanker Donthineni
2
-4
/
+10
2021-08-19
PCI: Allow userspace to query and set device reset mechanism
Amey Narkhede
4
-0
/
+142
2021-08-18
PCI: Remove reset_fn field from pci_dev
Amey Narkhede
7
-9
/
+6
2021-08-18
PCI: Add array to track reset method ordering
Amey Narkhede
4
-44
/
+69
2021-08-17
PCI: Add pcie_reset_flr() with 'probe' argument
Amey Narkhede
5
-43
/
+40
2021-08-17
PCI: Cache PCIe Device Capabilities register
Amey Narkhede
3
-6
/
+6
2021-08-13
PCI: hv: Support for create interrupt v3
Sunil Muthuswamy
1
-5
/
+62
2021-08-12
PCI: Fix pci_dev_str_match_path() alloc while atomic bug
Dan Carpenter
1
-1
/
+1
2021-08-12
x86/PCI: Add pci_numachip_init() declaration
Krzysztof Wilczyński
1
-0
/
+1
2021-08-12
PCI/VPD: Treat invalid VPD like missing VPD capability
Heiner Kallweit
1
-6
/
+3
2021-08-12
PCI/VPD: Determine VPD size in pci_vpd_init()
Heiner Kallweit
1
-23
/
+19
2021-08-12
PCI/VPD: Embed struct pci_vpd in struct pci_dev
Heiner Kallweit
3
-52
/
+21
2021-08-12
PCI/VPD: Remove struct pci_vpd.valid member
Heiner Kallweit
1
-17
/
+12
2021-08-12
PCI/VPD: Remove struct pci_vpd_ops
Heiner Kallweit
1
-54
/
+32
2021-08-12
PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()
Heiner Kallweit
1
-30
/
+30
2021-08-09
PCI/VPD: Remove struct pci_vpd.flag
Heiner Kallweit
1
-7
/
+5
[prev]
[next]