index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'pci/misc' into next
Bjorn Helgaas
2014-01-15
2
-1
/
+2
|
\
|
*
PCI: Fix pci_check_and_unmask_intx() comment typos
Bjorn Helgaas
2014-01-15
1
-1
/
+1
|
*
PCI: Never treat a VF as a multifunction device
Alex Williamson
2014-01-10
1
-0
/
+1
*
|
Merge branch 'pci/ifndefs' into next
Bjorn Helgaas
2014-01-14
2
-230
/
+93
|
\
\
|
*
|
PCI: Cleanup pci.h whitespace
Bjorn Helgaas
2014-01-14
1
-184
/
+54
|
*
|
PCI: Reorder so actual code comes before stubs
Bjorn Helgaas
2014-01-14
2
-55
/
+48
|
/
/
*
|
Merge branch 'pci/dead-code' into next
Bjorn Helgaas
2014-01-14
11
-530
/
+82
|
\
\
|
*
|
PCI: Make local functions static
Stephen Hemminger
2014-01-13
6
-91
/
+84
|
*
|
PCI: Remove unused alloc_pci_dev()
Stephen Hemminger
2014-01-13
2
-7
/
+0
|
*
|
PCI: Remove unused pci_renumber_slot()
Stephen Hemminger
2014-01-13
2
-27
/
+0
|
*
|
PCI: Remove unused pcie_aspm_enabled()
Stephen Hemminger
2014-01-13
2
-14
/
+0
|
*
|
PCI: Remove unused pci_vpd_truncate()
Stephen Hemminger
2014-01-13
2
-25
/
+0
|
*
|
PCI: Remove unused ID-Based Ordering support
Stephen Hemminger
2014-01-11
2
-53
/
+0
|
*
|
PCI: Remove unused Optimized Buffer Flush/Fill support
Stephen Hemminger
2014-01-11
2
-89
/
+0
|
*
|
PCI: Remove unused Latency Tolerance Reporting support
Stephen Hemminger
2014-01-11
2
-127
/
+0
|
*
|
PCI: Removed unused parts of Page Request Interface support
Stephen Hemminger
2014-01-10
2
-99
/
+0
*
|
|
Merge branch 'pci/aer' into next
Bjorn Helgaas
2014-01-14
2
-5
/
+13
|
\
\
\
|
*
|
|
PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0
Betty Dall
2014-01-13
1
-4
/
+4
|
*
|
|
ACPICA: Add helper macros to extract bus/segment numbers from HEST table.
Betty Dall
2014-01-13
1
-1
/
+9
*
|
|
|
Merge branch 'pci/resource' into next
Bjorn Helgaas
2014-01-10
33
-195
/
+244
|
\
\
\
\
|
*
|
|
|
PCI: Allocate 64-bit BARs above 4G when possible
Yinghai Lu
2014-01-08
1
-3
/
+13
|
*
|
|
|
PCI: Enforce bus address limits in resource allocation
Yinghai Lu
2014-01-08
3
-33
/
+83
|
*
|
|
|
PCI: Split out bridge window override of minimum allocation address
Bjorn Helgaas
2014-01-08
1
-4
/
+11
|
*
|
|
|
agp/ati: Use PCI_COMMAND instead of hard-coded 4
Bjorn Helgaas
2014-01-07
1
-2
/
+2
|
*
|
|
|
agp/intel: Use CPU physical address, not bus address, for ioremap()
Bjorn Helgaas
2014-01-07
1
-7
/
+7
|
*
|
|
|
agp/intel: Use pci_bus_address() to get GTTADR bus address
Bjorn Helgaas
2014-01-07
2
-5
/
+4
|
*
|
|
|
agp/intel: Use pci_bus_address() to get MMADR bus address
Bjorn Helgaas
2014-01-07
2
-9
/
+5
|
*
|
|
|
agp/intel: Support 64-bit GMADR
Yinghai Lu
2014-01-07
2
-10
/
+6
|
*
|
|
|
agp/intel: Rename gtt_bus_addr to gtt_phys_addr
Bjorn Helgaas
2014-01-07
1
-8
/
+8
|
*
|
|
|
drm/i915: Rename gtt_bus_addr to gtt_phys_addr
Bjorn Helgaas
2014-01-07
1
-3
/
+3
|
*
|
|
|
agp: Use pci_resource_start() to get CPU physical address for BAR
Bjorn Helgaas
2014-01-07
3
-9
/
+11
|
*
|
|
|
agp: Support 64-bit APBASE
Bjorn Helgaas
2014-01-07
11
-60
/
+43
|
*
|
|
|
PCI: Add pci_bus_address() to get bus address of a BAR
Bjorn Helgaas
2013-12-21
1
-0
/
+8
|
*
|
|
|
PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
Yinghai Lu
2013-12-21
17
-51
/
+49
|
*
|
|
|
PCI: Change pci_bus_region addresses to dma_addr_t
Bjorn Helgaas
2013-12-21
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'pci/msi' into next
Bjorn Helgaas
2014-01-08
5
-163
/
+385
|
\
\
\
\
|
*
|
|
|
PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()
Alexander Gordeev
2014-01-04
3
-75
/
+274
|
*
|
|
|
PCI/MSI: Add pci_msix_vec_count()
Alexander Gordeev
2014-01-04
4
-11
/
+33
|
*
|
|
|
PCI/MSI: Remove pci_enable_msi_block_auto()
Alexander Gordeev
2014-01-04
4
-86
/
+41
|
*
|
|
|
PCI/MSI: Add pci_msi_vec_count()
Alexander Gordeev
2014-01-04
3
-8
/
+54
*
|
|
|
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2014-01-08
3
-4
/
+9
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
PCI: Update documentation 00-INDEX file
Erik Ekman
2014-01-08
1
-2
/
+2
|
*
|
|
|
PCI: Convert ioapic to be builtin only, not modular
Yinghai Lu
2014-01-03
2
-2
/
+7
*
|
|
|
|
Merge branch 'pci/host-mvebu' into next
Bjorn Helgaas
2014-01-08
1
-4
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
PCI: mvebu: Use max_t() instead of max(resource_size_t,)
Jingoo Han
2014-01-02
1
-2
/
+2
|
*
|
|
|
|
PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamically
Thomas Petazzoni
2014-01-02
1
-2
/
+4
*
|
|
|
|
|
Merge branch 'pci/host-designware' into next
Bjorn Helgaas
2014-01-08
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
PCI: designware: Fix indent code style
Jingoo Han
2014-01-02
1
-2
/
+2
*
|
|
|
|
|
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-12-20
3
-8
/
+12
|
\
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE
Joe Perches
2013-12-13
3
-8
/
+12
[next]