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
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-08
PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()
Marek Behún
1
-1
/
+1
2022-02-08
PCI: aardvark: Don't mask irq when mapping
Pali Rohár
1
-1
/
+0
2022-02-08
PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts
Pali Rohár
1
-1
/
+0
2022-02-08
PCI: aardvark: Use separate INTA interrupt for emulated root bridge
Pali Rohár
1
-2
/
+67
2022-02-08
PCI: aardvark: Fix support for PME requester on emulated bridge
Pali Rohár
1
-41
/
+50
2022-02-08
PCI: aardvark: Add support for PME interrupts
Pali Rohár
1
-0
/
+12
2022-02-08
PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge
Pali Rohár
1
-9
/
+11
2022-02-08
PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge
Pali Rohár
1
-1
/
+3
2022-02-08
PCI: aardvark: Add support for ERR interrupt on emulated bridge
Pali Rohár
1
-1
/
+34
2022-02-08
PCI: aardvark: Enable MSI-X support
Pali Rohár
1
-1
/
+1
2022-02-08
PCI: aardvark: Fix setting MSI address
Pali Rohár
1
-12
/
+9
2022-02-08
PCI: aardvark: Add support for masking MSI interrupts
Pali Rohár
1
-5
/
+49
2022-02-08
PCI: aardvark: Refactor unmasking summary MSI interrupt
Pali Rohár
1
-4
/
+6
2022-02-08
PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node)
Marek Behún
1
-2
/
+1
2022-02-08
PCI: aardvark: Make msi_domain_info structure a static driver structure
Marek Behún
1
-8
/
+8
2022-02-08
PCI: aardvark: Make MSI irq_chip structures static driver structures
Marek Behún
1
-14
/
+12
2022-02-08
PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ
Pali Rohár
1
-1
/
+3
2022-02-08
PCI: aardvark: Rewrite IRQ code to chained IRQ handler
Pali Rohár
1
-22
/
+26
2022-02-08
PCI: aardvark: Fix support for MSI interrupts
Pali Rohár
1
-10
/
+6
2022-02-08
PCI: aardvark: Fix reading MSI interrupt number
Pali Rohár
1
-7
/
+2
2022-02-08
PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*
Pali Rohár
1
-5
/
+1
2022-02-04
Merge tag 'pci-v5.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-56
/
+60
2022-02-04
PCI: kirin: Add dev struct for of_device_get_match_data()
Bjorn Helgaas
1
-13
/
+18
2022-02-03
PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails
Fabio Estevam
1
-8
/
+2
2022-02-03
PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
Long Li
1
-2
/
+11
2022-02-03
PCI: mvebu: Fix reporting Data Link Layer Link Active on emulated bridge
Pali Rohár
1
-3
/
+8
2022-02-03
PCI: mvebu: Update comment for PCI_EXP_LNKCTL register on emulated bridge
Pali Rohár
1
-4
/
+3
2022-02-03
PCI: mvebu: Update comment for PCI_EXP_LNKCAP register on emulated bridge
Pali Rohár
1
-2
/
+2
2022-02-03
PCI: mvebu: Properly initialize vendor, device and revision of emulated bridge
Pali Rohár
1
-4
/
+5
2022-02-03
PCI: mvebu: Set PCI_BRIDGE_EMUL_NO_IO_FORWARD when IO is unsupported
Pali Rohár
1
-19
/
+10
2022-02-03
PCI: mvebu: Remove duplicate nports assignment
Pali Rohár
1
-2
/
+0
2022-02-03
PCI: mvebu: Add help string for CONFIG_PCI_MVEBU option
Pali Rohár
1
-0
/
+4
2022-02-03
PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDGE_EMUL_NO_PREFMEM_FORWARD
Pali Rohár
1
-1
/
+1
2022-02-03
PCI: pci-bridge-emul: Make struct pci_bridge_emul_ops as const
Pali Rohár
2
-2
/
+2
2022-02-01
PCI: j721e: Initialize pcie->cdns_pcie before using it
Bjorn Helgaas
1
-43
/
+42
2022-01-25
PCI: mt7621: Remove unused function pcie_rmw()
Sergio Paracuellos
1
-9
/
+0
2022-01-25
PCI: mt7621: Drop of_match_ptr() to avoid unused variable
Sergio Paracuellos
1
-1
/
+1
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-16
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
46
-1290
/
+2033
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-1
/
+1
2022-01-14
Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2
-5
/
+79
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+10
2022-01-13
Merge branch 'pci/driver-cleanup'
Bjorn Helgaas
23
-756
/
+755
2022-01-13
Merge branch 'pci/errors'
Bjorn Helgaas
16
-82
/
+39
2022-01-13
Merge branch 'pci/misc'
Bjorn Helgaas
2
-2
/
+2
2022-01-13
Merge branch 'remotes/lorenzo/pci/bridge-emul'
Bjorn Helgaas
2
-1
/
+11
2022-01-13
Merge branch 'remotes/lorenzo/pci/xilinx-nwl'
Bjorn Helgaas
1
-23
/
+7
2022-01-13
Merge branch 'remotes/lorenzo/pci/xgene'
Bjorn Helgaas
2
-5
/
+3
2022-01-13
Merge branch 'remotes/lorenzo/pci/vmd'
Bjorn Helgaas
1
-0
/
+59
2022-01-13
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
1
-5
/
+5
[prev]
[next]