index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-13
PCI: Make FLR and AF FLR reset warning messages different
Gavin Shan
1
-9
/
+3
2014-11-13
PCI: xgene: Assign resources to bus before adding new devices
Duc Dang
1
-1
/
+6
2014-11-13
PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port()
Jingoo Han
1
-2
/
+2
2014-11-13
PCI: spear: Add __init annotation to spear13xx_add_pcie_port()
Jingoo Han
1
-2
/
+2
2014-11-13
PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(),...
Jingoo Han
1
-4
/
+5
2014-11-13
PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port()
Jingoo Han
1
-3
/
+3
2014-11-13
PCI: layerscape: Add Freescale Layerscape PCIe driver
Minghuan Lian
3
-0
/
+188
2014-11-12
PCI/MSI: Add weak pcibios_msi_controller()
Yijing Wang
1
-1
/
+16
2014-11-12
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
9
-21
/
+23
2014-11-11
Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"
Yijing Wang
1
-16
/
+6
2014-11-10
PCI: Simplify if-return sequences
Quentin Lambert
2
-9
/
+2
2014-11-10
PCI: Delete unnecessary NULL pointer checks
Markus Elfring
4
-8
/
+4
2014-11-10
PCI: Shrink decoding-disabled window while sizing BARs
Myron Stowe
1
-46
/
+31
2014-11-10
PCI: Restore detection of read-only BARs
Myron Stowe
1
-0
/
+3
2014-11-07
cpumask: factor out show_cpumap into separate helper function
Sudeep Holla
1
-29
/
+10
2014-11-06
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits
Yijing Wang
1
-1
/
+6
2014-11-06
PCI: Allow numa_node override via sysfs
Prarit Bhargava
1
-1
/
+26
2014-11-05
xen/pcifront: Process failure for pcifront_(re)scan_root()
Chen Gang
1
-0
/
+10
2014-11-05
PCI: generic: Convert to DT resource parsing API
Lorenzo Pieralisi
1
-93
/
+27
2014-11-05
PCI: generic: Allocate config space windows after limiting bus number range
Lorenzo Pieralisi
1
-5
/
+5
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
12
-12
/
+0
2014-11-03
PCI: Prevent xHCI driver from claiming AMD Nolan USB3 DRD device
Huang Rui
1
-0
/
+20
2014-10-31
Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-14
/
+14
2014-10-30
PCI: Rename sysfs 'enabled' file back to 'enable'
Greg Kroah-Hartman
1
-4
/
+4
2014-10-29
PCI: imx6: Wait for clocks to stabilize after ref_en
Richard Zhu
1
-3
/
+10
2014-10-27
Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"
Kamal Mostafa
1
-7
/
+0
2014-10-23
PCI / PM: handle failure to enable wakeup on PCIe PME
Lucas Stach
1
-2
/
+4
2014-10-23
PCI: rcar: Make rcar_pci static
Jingoo Han
1
-1
/
+1
2014-10-23
PCI: keystone: Make ks_dw_pcie_msi_domain_ops static
Jingoo Han
1
-1
/
+1
2014-10-23
PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init()
Jingoo Han
1
-5
/
+5
2014-10-20
pci: host: drop owner assignment from platform_drivers
Wolfram Sang
12
-12
/
+0
2014-10-11
Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+4
2014-10-11
Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+2
2014-10-09
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+51
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
50
-1067
/
+3759
2014-10-07
Merge branch 'pm-genirq'
Rafael J. Wysocki
1
-10
/
+51
2014-10-06
Merge branch 'pci/host-xgene' into next
Bjorn Helgaas
3
-1
/
+670
2014-10-06
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
1
-0
/
+7
2014-10-06
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
1
-2
/
+4
2014-10-02
PCI: Add ACS quirk for AMD A88X southbridge devices
Marti Raudsepp
1
-0
/
+7
2014-10-01
Merge branch 'pci/host-designware' into next
Bjorn Helgaas
1
-83
/
+14
2014-10-01
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-1
/
+1
2014-10-01
PCI: xgene: Add APM X-Gene PCIe driver
Tanmay Inamdar
3
-0
/
+670
2014-10-01
PCI: designware: Remove open-coded bitmap operations
Lucas Stach
1
-44
/
+7
2014-10-01
Merge branch 'pci/msi' into next
Bjorn Helgaas
3
-80
/
+39
2014-10-01
Merge branch 'pci/host-generic' into next
Bjorn Helgaas
4
-12
/
+72
2014-10-01
Merge branches 'pci/aer' and 'pci/virtualization' into next
Bjorn Helgaas
2
-8
/
+37
2014-10-01
PCI/MSI: Remove unnecessary temporary variable
Bjorn Helgaas
1
-3
/
+2
2014-10-01
PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()
Yijing Wang
1
-1
/
+1
2014-10-01
PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpoints
Yijing Wang
1
-20
/
+19
[prev]
[next]