index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-28
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
1
-5
/
+0
2023-10-28
Merge branch 'pci/controller/aspm'
Bjorn Helgaas
3
-0
/
+32
2023-10-28
Merge branch 'pci/vga'
Bjorn Helgaas
4
-19
/
+15
2023-10-28
Merge branch 'pci/reset'
Bjorn Helgaas
1
-0
/
+12
2023-10-28
Merge branch 'pci/pm'
Bjorn Helgaas
2
-5
/
+2
2023-10-28
Merge branch 'pci/p2pdma'
Bjorn Helgaas
1
-2
/
+1
2023-10-28
Merge branch 'pci/hotplug'
Bjorn Helgaas
4
-2
/
+141
2023-10-28
Merge branch 'pci/enumeration'
Bjorn Helgaas
21
-87
/
+93
2023-10-28
Merge branch 'pci/endpoint'
Bjorn Helgaas
1
-6
/
+6
2023-10-28
Merge branch 'pci/ats'
Bjorn Helgaas
1
-7
/
+28
2023-10-28
Merge branch 'pci/aspm'
Bjorn Helgaas
1
-33
/
+43
2023-10-26
PCI: hotplug: Add Ampere Altra Attention Indicator extension driver
D Scott Phillips
3
-0
/
+140
2023-10-25
PCI/AER: Factor out interrupt toggling into helpers
Kai-Heng Feng
1
-18
/
+27
2023-10-25
PCI: acpiphp: Allow built-in drivers for Attention Indicators
D Scott Phillips
1
-2
/
+1
2023-10-24
PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
Heiner Kallweit
1
-0
/
+2
2023-10-24
Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"
Heiner Kallweit
1
-1
/
+2
2023-10-23
PCI/P2PDMA: Remove redundant goto
Tadeusz Struk
1
-1
/
+0
2023-10-18
PCI: Disable ATS for specific Intel IPU E2000 devices
Bartosz Pawlowski
1
-0
/
+19
2023-10-18
PCI: Extract ATS disabling to a helper function
Bartosz Pawlowski
1
-7
/
+9
2023-10-14
PCI: qcom: Enable ASPM for platforms supporting 1.9.0 ops
Manivannan Sadhasivam
1
-0
/
+28
2023-10-14
PCI: dwc: Add host_post_init() callback
Manivannan Sadhasivam
2
-0
/
+4
2023-10-10
PCI/ASPM: Convert printk() to pr_*() and add include
Ilpo Järvinen
1
-2
/
+3
2023-10-10
PCI/ASPM: Remove unnecessary includes
Ilpo Järvinen
1
-2
/
+0
2023-10-10
PCI/ASPM: Use FIELD_MAX() instead of literals
Ilpo Järvinen
1
-7
/
+7
2023-10-10
PCI/ASPM: Use time constants
Ilpo Järvinen
1
-6
/
+8
2023-10-10
PCI/ASPM: Return U32_MAX instead of bit magic construct
Ilpo Järvinen
1
-2
/
+3
2023-10-10
PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fields
Ilpo Järvinen
1
-13
/
+18
2023-10-10
PCI: keystone: Don't discard .probe() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: keystone: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: kirin: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: exynos: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-06
drm/qxl: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-8
/
+3
2023-10-06
drm/virtio: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-1
/
+1
2023-10-06
PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()
Sui Jingfeng
1
-4
/
+3
2023-10-06
PCI/VGA: Select VGA devices earlier
Sui Jingfeng
1
-6
/
+8
2023-10-06
PCI/VGA: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-1
/
+1
2023-10-05
PCI: endpoint: Use IS_ERR_OR_NULL() helper function
Ruan Jinjie
1
-6
/
+6
2023-10-05
PCI: cadence: Drop unused member from struct cdns_plat_pcie
Li Chen
1
-5
/
+0
2023-10-03
PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemap
Gustavo A. R. Silva
1
-1
/
+1
2023-10-03
PCI/ACPI: Use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-6
/
+7
2023-10-03
PCI: Use PCI_HEADER_TYPE_* instead of literals
Ilpo Järvinen
12
-27
/
+28
2023-10-03
PCI: vmd: Correct PCI Header Type Register's multi-function check
Ilpo Järvinen
1
-2
/
+1
2023-09-29
PCI/sysfs: Protect driver's D3cold preference from user space
Lukas Wunner
2
-5
/
+2
2023-09-28
drm/radeon: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
1
-15
/
+5
2023-09-28
drm/amdgpu: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
2
-22
/
+9
2023-09-28
drm/nouveau: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
1
-7
/
+4
2023-09-28
PCI: Add pci_get_base_class() helper
Sui Jingfeng
1
-0
/
+31
2023-09-28
PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card
Lukas Wunner
1
-0
/
+12
2023-09-10
Merge tag 'topic/drm-ci-2023-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
65
-0
/
+5355
2023-09-09
Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
11
-124
/
+432
[next]