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
2015-08-24
Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next
Bjorn Helgaas
3
-13
/
+4
2015-08-20
PCI: imx6: Simplify a trivial if-return sequence
Fabio Estevam
1
-10
/
+2
2015-08-20
PCI: spear: Use BUG_ON() instead of condition followed by BUG()
Fabio Estevam
1
-2
/
+1
2015-08-20
PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE()
Fabio Estevam
1
-1
/
+1
2015-08-14
Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into next
Bjorn Helgaas
4
-32
/
+153
2015-08-14
Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...
Bjorn Helgaas
15
-210
/
+183
2015-08-13
PCI: Remove pci_ats_enabled()
Bjorn Helgaas
1
-3
/
+3
2015-08-13
PCI: Stop caching ATS Invalidate Queue Depth
Bjorn Helgaas
1
-5
/
+4
2015-08-13
PCI: Clean up ATS error handling
Bjorn Helgaas
1
-5
/
+5
2015-08-13
PCI: Use pci_physfn() rather than looking up physfn by hand
Bjorn Helgaas
1
-4
/
+4
2015-08-13
PCI: Inline the ATS setup code into pci_ats_init()
Bjorn Helgaas
1
-6
/
+1
2015-08-13
PCI: Rationalize pci_ats_queue_depth() error checking
Bjorn Helgaas
1
-4
/
+4
2015-08-13
PCI: Embed ATS info directly into struct pci_dev
Bjorn Helgaas
2
-41
/
+21
2015-08-13
PCI: Allocate ATS struct during enumeration
Bjorn Helgaas
3
-56
/
+46
2015-08-11
PCI: dra7xx: Add support to make GPIO drive PERST# line
Kishon Vijay Abraham I
1
-2
/
+22
2015-08-11
PCI: dra7xx: Clear MSE bit during suspend so clocks will idle
Kishon Vijay Abraham I
1
-0
/
+40
2015-08-11
PCI: dra7xx: Add PM support
Kishon Vijay Abraham I
1
-0
/
+51
2015-08-11
PCI: dra7xx: Disable pm_runtime on get_sync failure
Kishon Vijay Abraham I
1
-1
/
+3
2015-08-11
PCI: iproc: Allow BCMA bus driver to be built as module
Hauke Mehrtens
1
-1
/
+1
2015-08-11
PCI: Add ACS quirks for Intel I219-LM/V
Alex Williamson
1
-0
/
+3
2015-08-11
PCI: Kill off set_irq_flags() usage
Rob Herring
7
-9
/
+0
2015-08-10
PCI: pciehp: Remove ignored MRL sensor interrupt events
Bjorn Helgaas
2
-20
/
+7
2015-08-10
PCI: pciehp: Remove unused interrupt events
Bjorn Helgaas
1
-7
/
+3
2015-08-10
PCI: pciehp: Handle invalid data when reading from non-existent devices
Jarod Wilson
1
-0
/
+17
2015-08-04
Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...
Bjorn Helgaas
12
-86
/
+184
2015-08-04
Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' ...
Bjorn Helgaas
4
-12
/
+22
2015-07-30
PCI: Hold pci_slot_mutex while searching bus->slots list
Yijing Wang
2
-5
/
+12
2015-07-30
PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_sem
Yijing Wang
1
-7
/
+11
2015-07-30
PCI/MSI: Free legacy IRQ when enabling MSI/MSI-X
Jiang Liu
1
-1
/
+4
2015-07-30
PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed
Jiang Liu
1
-6
/
+4
2015-07-30
PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()
Jiang Liu
1
-8
/
+1
2015-07-30
PCI: Add pcibios_alloc_irq() and pcibios_free_irq()
Jiang Liu
1
-6
/
+20
2015-07-23
PCI: Call pci_read_bridge_bases() from core instead of arch code
Lorenzo Pieralisi
3
-4
/
+6
2015-07-23
PCI: designware: Don't complain missing *config* reg space if va_cfg0 is set
Murali Karicheri
1
-1
/
+1
2015-07-22
PCI: iproc: Add arm64 support
Ray Jui
2
-7
/
+23
2015-07-21
PCI: Add VPD function 0 quirk for Intel Ethernet devices
Mark Rustad
1
-0
/
+9
2015-07-21
PCI: Add dev_flags bit to access VPD through function 0
Mark Rustad
1
-1
/
+60
2015-07-21
PCI: xgene: Add support for a 64-bit prefetchable memory window
Duc Dang
1
-2
/
+10
2015-07-21
PCI: Restore ACS configuration as part of pci_restore_state()
Alexander Duyck
1
-0
/
+3
2015-07-21
PCI: xilinx: Check for MSI interrupt flag before handling as INTx
Russell Joyce
1
-8
/
+11
2015-07-20
iommu/vt-d: Cache PCI ATS state and Invalidate Queue Depth
Bjorn Helgaas
1
-10
/
+18
2015-07-15
PCI: pciehp: Simplify pcie_poll_cmd()
Yijing Wang
1
-9
/
+5
2015-07-15
PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot
Yijing Wang
1
-61
/
+61
2015-07-15
PCI / ACPI: Fix pci_acpi_optimize_delay() comment
Srinidhi Kasagar
1
-1
/
+1
2015-07-14
PCI: Remove a broken link in quirks.c
Rami Rosen
1
-1
/
+0
2015-07-14
PCI: Remove useless redundant code
Bjorn Helgaas
1
-2
/
+0
2015-07-14
PCI: Simplify pci_find_(ext_)capability() return value checks
Wei Yang
1
-3
/
+3
2015-07-14
PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirks
Wei Yang
3
-5
/
+6
2015-07-14
PCI: xgene: Drop owner assignment from platform_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-14
PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)
Bjorn Helgaas
1
-10
/
+13
[next]