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.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
2017-11-14
Merge branch 'pci/portdrv' into next
Bjorn Helgaas
1
-0
/
+1
2017-11-14
Merge branch 'pci/msi' into next
Bjorn Helgaas
2
-96
/
+77
2017-11-14
Merge branch 'pci/misc' into next
Bjorn Helgaas
22
-76
/
+27
2017-11-14
Merge branch 'pci/hotplug' into next
Bjorn Helgaas
17
-116
/
+419
2017-11-14
Merge branch 'pci/endpoint' into next
Bjorn Helgaas
1
-2
/
+31
2017-11-14
Merge branch 'pci/aspm' into next
Bjorn Helgaas
2
-32
/
+48
2017-11-14
Merge branch 'pci/aer' into next
Bjorn Helgaas
1
-1
/
+8
2017-11-14
Merge branch 'pci/acpi' into next
Bjorn Helgaas
1
-1
/
+1
2017-11-14
PCI/ASPM: Add L1 Substates definitions
Bjorn Helgaas
2
-14
/
+26
2017-11-14
PCI/ASPM: Reformat ASPM register definitions
Bjorn Helgaas
1
-14
/
+14
2017-11-14
PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
Bjorn Helgaas
1
-1
/
+1
2017-11-14
PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
Bjorn Helgaas
1
-1
/
+1
2017-11-09
PCI: Fix kernel-doc build warning
Randy Dunlap
1
-1
/
+1
2017-11-08
PCI: Move PCI_QUIRKS to the PCI bus menu
Randy Dunlap
2
-9
/
+9
2017-11-08
alpha/PCI: Make pdev_save_srm_config() static
Bjorn Helgaas
2
-9
/
+10
2017-11-08
PCI: Remove unused declarations
Bjorn Helgaas
4
-12
/
+0
2017-11-08
PCI: Remove redundant pci_dev, pci_bus, resource declarations
Bjorn Helgaas
11
-28
/
+0
2017-11-08
PCI: Remove redundant pcibios_set_master() declarations
Bjorn Helgaas
8
-13
/
+0
2017-11-08
PCI/PME: Handle invalid data when reading Root Status
Qiang
1
-1
/
+4
2017-11-07
PCI: pciehp: Do not clear Presence Detect Changed during initialization
Mika Westerberg
1
-3
/
+8
2017-11-07
PCI: pciehp: Fix race condition handling surprise link down
Mika Westerberg
3
-5
/
+10
2017-11-07
PCI: Distribute available resources to hotplug-capable bridges
Mika Westerberg
1
-0
/
+177
2017-11-07
PCI: Distribute available buses to hotplug-capable bridges
Mika Westerberg
1
-18
/
+138
2017-11-07
PCI: Do not allocate more buses than available in parent
Mika Westerberg
1
-1
/
+6
2017-11-07
PCI: Open-code the two pass loop when scanning bridges
Mika Westerberg
1
-7
/
+20
2017-11-07
PCI: Move pci_hp_add_bridge() to drivers/pci/probe.c
Mika Westerberg
3
-32
/
+23
2017-11-07
PCI: Add for_each_pci_bridge() helper
Andy Shevchenko
8
-32
/
+23
2017-11-07
PCI: shpchp: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+3
2017-11-07
PCI: cpqphp: Convert timers to use timer_setup()
Kees Cook
3
-12
/
+12
2017-11-07
PCI: pciehp: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+4
2017-11-07
PCI: ibmphp: Use common error handling code in unconfigure_boot_device()
Markus Elfring
1
-8
/
+11
2017-11-07
PCI/portdrv: Turn off PCIe services during shutdown
Sinan Kaya
1
-0
/
+1
2017-10-31
misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()
Kishon Vijay Abraham I
1
-0
/
+8
2017-10-31
misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on remove
Kishon Vijay Abraham I
1
-2
/
+10
2017-10-31
misc: pci_endpoint_test: Fix failure path return values in probe
Kishon Vijay Abraham I
1
-0
/
+2
2017-10-31
misc: pci_endpoint_test: Avoid triggering a BUG()
Dan Carpenter
1
-0
/
+2
2017-10-21
PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocation
Bjorn Helgaas
1
-10
/
+20
2017-10-20
PCI/portdrv: Factor out Interrupt Message Number lookup
Bjorn Helgaas
1
-48
/
+62
2017-10-20
PCI/portdrv: Consolidate comments
Bjorn Helgaas
1
-54
/
+9
2017-10-20
PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masks
Dongdong Liu
2
-2
/
+4
2017-10-17
misc: pci_endpoint_test: Prevent some integer overflows
Dan Carpenter
1
-0
/
+9
2017-10-05
x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconst
Bhumika Goyal
1
-1
/
+1
2017-10-05
PCI: Constify pci_dev_type structure
Bhumika Goyal
2
-2
/
+2
2017-10-05
PCI/ASPM: Deal with missing root ports in link state handling
Ard Biesheuvel
1
-2
/
+6
2017-10-05
PCI/AER: Report non-fatal errors only to the affected endpoint
Gabriele Paoloni
1
-1
/
+8
2017-10-05
ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handle
Vitaly Kuznetsov
1
-1
/
+1
2017-10-02
Linux 4.14-rc3
v4.14-rc3
Linus Torvalds
1
-1
/
+1
2017-10-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
14
-47
/
+56
2017-10-01
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+16
2017-10-01
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-143
/
+384
[next]