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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
Merge branch 'lorenzo/pci/dwc'
Bjorn Helgaas
3
-43
/
+62
2018-04-04
Merge branch 'lorenzo/pci/altera'
Bjorn Helgaas
1
-1
/
+1
2018-04-04
Merge branch 'pci/vpd'
Bjorn Helgaas
5
-570
/
+578
2018-04-04
Merge branch 'pci/virtualization'
Bjorn Helgaas
6
-48
/
+159
2018-04-04
Merge branch 'pci/portdrv'
Bjorn Helgaas
18
-199
/
+205
2018-04-04
Merge branch 'pci/misc'
Bjorn Helgaas
41
-184
/
+108
2018-04-04
Merge branch 'pci/lpc'
Bjorn Helgaas
7
-105
/
+751
2018-04-04
Merge branch 'pci/hotplug'
Bjorn Helgaas
2
-14
/
+21
2018-04-04
Merge branch 'pci/enumeration'
Bjorn Helgaas
9
-229
/
+211
2018-04-04
Merge branch 'pci/deprecate-get-bus-and-slot'
Bjorn Helgaas
1
-1
/
+4
2018-04-04
Merge branch 'pci/aspm'
Bjorn Helgaas
1
-1
/
+19
2018-04-04
HISI LPC: Add ACPI support
John Garry
1
-4
/
+204
2018-04-04
ACPI / scan: Do not enumerate Indirect IO host children
John Garry
1
-0
/
+14
2018-04-04
ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
John Garry
1
-9
/
+10
2018-04-04
HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
Zhichang Yuan
3
-0
/
+424
2018-04-04
of: Add missing I/O range exception for indirect-IO devices
Zhichang Yuan
1
-16
/
+76
2018-04-04
PCI: Apply the new generic I/O management on PCI IO hosts
Zhichang Yuan
1
-75
/
+17
2018-04-04
PCI: Add fwnode handler as input param of pci_register_io_range()
Gabriele Paoloni
3
-5
/
+10
2018-04-04
PCI: Remove __weak tag from pci_register_io_range()
Gabriele Paoloni
1
-1
/
+1
2018-04-03
fm10k: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
1
-86
/
+1
2018-04-03
net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth
Tal Gilboa
1
-31
/
+1
2018-04-03
net/mlx5: Report PCIe link properties with pcie_print_link_status()
Tal Gilboa
1
-0
/
+4
2018-04-03
net/mlx4_core: Report PCIe link properties with pcie_print_link_status()
Tal Gilboa
1
-80
/
+1
2018-04-03
PCI: Add pcie_print_link_status() to log link speed and whether it's limited
Tal Gilboa
1
-0
/
+32
2018-04-03
PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
Tal Gilboa
1
-0
/
+58
2018-03-31
PCI/DPC: Rename from pcie-dpc.c to dpc.c
Bjorn Helgaas
2
-1
/
+1
2018-03-31
PCI/IOV: Use VF0 cached config registers for other VFs
KarimAllah Ahmed
3
-12
/
+81
2018-03-30
PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS
Mika Westerberg
2
-3
/
+3
2018-03-30
PCI/AER: Use cached AER Capability offset
Frederick Lawler
3
-8
/
+14
2018-03-30
PCI/portdrv: Rename and reverse sense of pcie_ports_auto
Bjorn Helgaas
3
-20
/
+12
2018-03-30
PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver
Bjorn Helgaas
1
-0
/
+2
2018-03-30
PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameter
Bjorn Helgaas
1
-3
/
+0
2018-03-30
PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameter
Bjorn Helgaas
2
-29
/
+3
2018-03-30
PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>
Bjorn Helgaas
1
-1
/
+0
2018-03-30
PCI/portdrv: Simplify PCIe feature permission checking
Bjorn Helgaas
5
-30
/
+47
2018-03-30
PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VC
Bjorn Helgaas
3
-15
/
+7
2018-03-30
PCI/portdrv: Remove pcie_port_bus_type link order dependency
Bjorn Helgaas
4
-69
/
+45
2018-03-30
PCI/portdrv: Disable port driver in compat mode
Bjorn Helgaas
2
-4
/
+1
2018-03-30
PCI/PM: Clear PCIe PME Status bit for Root Complex Event Collectors
Bjorn Helgaas
1
-1
/
+2
2018-03-30
PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
Tal Gilboa
2
-0
/
+32
2018-03-30
PCI: Add pcie_get_width_cap() to find max supported link width
Tal Gilboa
3
-8
/
+21
2018-03-30
PCI: Add pcie_get_speed_cap() to find max supported link speed
Tal Gilboa
3
-26
/
+56
2018-03-23
ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
Mika Westerberg
1
-7
/
+16
2018-03-21
PCI: Add decoding for 16 GT/s link speed
Jay Fang
3
-1
/
+8
2018-03-19
PCI/IOV: Skip BAR sizing for VFs
KarimAllah Ahmed
1
-0
/
+4
2018-03-19
PCI: Tidy comments
Bjorn Helgaas
35
-105
/
+64
2018-03-19
PCI: Tidy Makefiles
Bjorn Helgaas
2
-56
/
+29
2018-03-19
mcb: Add Altera PCI ID to mcb-pci
Johannes Thumshirn
1
-0
/
+1
2018-03-19
PCI: Add Altera vendor ID
Johannes Thumshirn
2
-3
/
+0
2018-03-19
PCI: Report quirks that take more than 10ms
Bjorn Helgaas
1
-11
/
+6
[next]