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
2025-01-23
Merge branch 'pci/endpoint-test'
Bjorn Helgaas
2
-129
/
+248
2025-01-23
Merge branch 'pci/endpoint'
Bjorn Helgaas
6
-35
/
+75
2025-01-23
Merge branch 'pci/switchtec'
Bjorn Helgaas
2
-0
/
+37
2025-01-23
Merge branch 'pci/pci-sysfs'
Bjorn Helgaas
3
-126
/
+110
2025-01-23
Merge branch 'pci/of'
Bjorn Helgaas
3
-21
/
+12
2025-01-23
Merge branch 'pci/err'
Bjorn Helgaas
9
-58
/
+155
2025-01-23
Merge branch 'pci/enumeration'
Bjorn Helgaas
3
-27
/
+78
2025-01-23
Merge branch 'pci/dpc'
Bjorn Helgaas
1
-0
/
+1
2025-01-23
Merge branch 'pci/devres'
Bjorn Helgaas
12
-89
/
+58
2025-01-23
PCI: Batch BAR sizing operations
Alex Williamson
3
-27
/
+78
2025-01-21
misc: pci_endpoint_test: Fix IOCTL return value
Manivannan Sadhasivam
1
-128
/
+127
2025-01-21
PCI: switchtec: Add Microchip PCI100X device IDs
Rakesh Babu Saladi
2
-0
/
+37
2025-01-21
misc: pci_endpoint_test: Remove redundant 'remainder' test
Hans Zhang
1
-7
/
+1
2025-01-21
misc: pci_endpoint_test: Add consecutive BAR test
Niklas Cassel
1
-0
/
+88
2025-01-21
misc: pci_endpoint_test: Add support for capabilities
Niklas Cassel
1
-0
/
+19
2025-01-21
PCI: endpoint: pci-epf-test: Add support for capabilities
Niklas Cassel
1
-0
/
+19
2025-01-21
PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
Manivannan Sadhasivam
1
-2
/
+2
2025-01-21
PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on error
Mohamed Khalfella
1
-1
/
+1
2025-01-18
PCI: of_property: Rename struct of_pci_range to of_pci_range_entry
Bjorn Helgaas
1
-2
/
+2
2025-01-18
PCI: Remove devres from pci_intx()
Philipp Stanner
13
-61
/
+22
2025-01-18
net/ethernet: Use never-managed version of pci_intx()
Philipp Stanner
2
-2
/
+2
2025-01-18
HID: amd_sfh: Use always-managed version of pcim_intx()
Philipp Stanner
2
-3
/
+3
2025-01-18
wifi: qtnfmac: use always-managed version of pcim_intx()
Philipp Stanner
1
-1
/
+1
2025-01-18
ata: Use always-managed version of pci_intx()
Philipp Stanner
7
-7
/
+7
2025-01-18
PCI/MSI: Use never-managed version of pci_intx()
Philipp Stanner
2
-2
/
+2
2025-01-18
vfio/pci: Use never-managed version of pci_intx()
Philipp Stanner
2
-6
/
+6
2025-01-18
misc: Use never-managed version of pci_intx()
Philipp Stanner
2
-4
/
+4
2025-01-18
ntb: Use never-managed version of pci_intx()
Philipp Stanner
2
-3
/
+3
2025-01-18
drivers/xen: Use never-managed version of pci_intx()
Philipp Stanner
1
-1
/
+1
2025-01-18
PCI: Export pci_intx_unmanaged() and pcim_intx()
Philipp Stanner
2
-21
/
+32
2025-01-16
PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix Log
Ilpo Järvinen
4
-12
/
+39
2025-01-16
PCI: Add TLP Prefix reading to pcie_read_tlp_log()
Ilpo Järvinen
4
-14
/
+61
2025-01-15
PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interface
Bjorn Helgaas
1
-8
/
+8
2025-01-15
PCI: of: Drop 'No bus range found' message
Bjorn Helgaas
1
-2
/
+0
2025-01-15
PCI: Unexport of_pci_parse_bus_range()
Bjorn Helgaas
2
-9
/
+2
2025-01-15
PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
Takashi Iwai
1
-0
/
+1
2025-01-15
PCI/sysfs: Remove unnecessary zero in initializer
Ilpo Järvinen
1
-1
/
+1
2025-01-15
PCI/sysfs: Use __free() in reset_method_store()
Ilpo Järvinen
1
-11
/
+7
2025-01-15
PCI/sysfs: Move reset related sysfs code to correct file
Ilpo Järvinen
3
-126
/
+114
2025-01-14
PCI: Store number of supported End-End TLP Prefixes
Ilpo Järvinen
2
-6
/
+10
2025-01-14
PCI: Use unsigned int i in pcie_read_tlp_log()
Ilpo Järvinen
1
-1
/
+2
2025-01-14
PCI: Use same names in pcie_read_tlp_log() prototype and definition
Ilpo Järvinen
1
-6
/
+5
2025-01-14
PCI: Add defines for TLP Header/Prefix log sizes
Ilpo Järvinen
3
-7
/
+11
2025-01-14
PCI: Move TLP Log handling to its own file
Ilpo Järvinen
4
-29
/
+41
2025-01-14
PCI: Don't expose pcie_read_tlp_log() outside PCI subsystem
Ilpo Järvinen
2
-1
/
+4
2024-12-18
PCI: endpoint: Verify that requested BAR size is a power of two
Niklas Cassel
1
-0
/
+3
2024-12-18
PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar()
Niklas Cassel
1
-2
/
+9
2024-12-18
PCI: artpec6: Implement dw_pcie_ep operation get_features
Niklas Cassel
1
-0
/
+13
2024-12-18
PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbound_atu()
Niklas Cassel
3
-6
/
+9
2024-12-18
PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()
Niklas Cassel
1
-1
/
+21
[next]