Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2ed5724d5a78a22864ef0bd6af4fcb8a15379f00
/
drivers
/
pci
e15e611
Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
e253aaf
PCI: Delay final fixups until resources are assigned
by Yinghai Lu
· 12 years ago
5a148af
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
271a15e
proc: Supply PDE attribute setting accessor functions
by David Howells
· 12 years ago
73287a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
e5f66ea
PCI: Set ->mask_pos correctly
by Dan Carpenter
· 12 years ago
96a3e8a
Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
5a8eb24
pci: Add SRIOV helper function to determine if VFs are assigned to guest
by Alexander Duyck
· 12 years ago
d4f09c5
Merge branch 'pci/gavin-msi-cleanup' into next
by Bjorn Helgaas
· 12 years ago
4d18760
PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
by Bjorn Helgaas
· 12 years ago
78b5a31
PCI: Drop msi_mask_reg() and remove drivers/pci/msi.h
by Bjorn Helgaas
· 12 years ago
527eee2
PCI: Use msix_table_size() directly, drop multi_msix_capable()
by Bjorn Helgaas
· 12 years ago
909094c
PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macros
by Bjorn Helgaas
· 12 years ago
4987ce8
PCI: Drop is_64bit_address() and is_mask_bit_support() macros
by Bjorn Helgaas
· 12 years ago
2f22134
PCI: Drop msi_data_reg() macro
by Bjorn Helgaas
· 12 years ago
9925ad0
PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macros
by Bjorn Helgaas
· 12 years ago
f84ecd2
PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly
by Bjorn Helgaas
· 12 years ago
f532216
PCI: Use cached MSI/MSI-X offsets from dev, not from msi_desc
by Bjorn Helgaas
· 12 years ago
520fe9d
PCI: Use cached MSI-X cap while enabling MSI-X
by Gavin Shan
· 12 years ago
f465136
PCI: Use cached MSI cap while enabling MSI interrupts
by Gavin Shan
· 12 years ago
cdf1fd4
PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()
by Gavin Shan
· 12 years ago
e375b56
PCI: Cache MSI/MSI-X capability offsets in struct pci_dev
by Gavin Shan
· 12 years ago
88e7b16
pci: Set dev->dev.type in alloc_pci_dev
by Brian King
· 12 years ago
42c3470
Merge branch 'pci/rafael-pm' into next
by Bjorn Helgaas
· 12 years ago
723ec4d
Merge branch 'pci/cleanup' into next
by Bjorn Helgaas
· 12 years ago
f39d5b7
PCI: Remove "extern" from function declarations
by Bjorn Helgaas
· 12 years ago
9fc9eea
PCI: Warn about failures instead of "must_check" functions
by Bjorn Helgaas
· 12 years ago
d67aed6
PCI: Remove __must_check from definitions
by Bjorn Helgaas
· 12 years ago
cb65a66
s390/pci: do not modify function handles
by Sebastian Ott
· 12 years ago
a2ab833
s390/pci: debug device states
by Sebastian Ott
· 12 years ago
a3b6bbd
Merge branch 'pci/jiang-subdrivers' into next
by Bjorn Helgaas
· 12 years ago
3d54a31
PCI: acpiphp: Protect acpiphp data structures from concurrent updates
by Jiang Liu
· 12 years ago
ad41dd9
PCI: acpiphp: Use normal list to simplify implementation
by Yijing Wang
· 12 years ago
30e22b2
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 12 years ago
65195c7
PCI: Clean up quirk_io_region
by Yinghai Lu
· 12 years ago
64b0017
PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
by Libin
· 12 years ago
545d7b7
PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number
by Bjorn Helgaas
· 12 years ago
0579572
PCI: Remove unnecessary dependencies between PME and ACPI
by Bjorn Helgaas
· 12 years ago
ffaddbe
PCI/PM: Make pci_pme_active() ignore devices without PME support
by Rafael J. Wysocki
· 12 years ago
769ba72
PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()
by Rafael J. Wysocki
· 12 years ago
b638d7e
PCI: Remove unused variables
by Bjorn Helgaas
· 12 years ago
c3139ba
PCI: Move cpci_hotplug_init() proto to header file
by Bjorn Helgaas
· 12 years ago
3b63aaa
PCI: acpiphp: Do not use ACPI PCI subdriver mechanism
by Jiang Liu
· 12 years ago
6037a80
PCI: acpiphp: Convert acpiphp to be builtin only, not modular
by Jiang Liu
· 12 years ago
5c0b04e
PCI/ACPI: Handle PCI slot devices when creating/destroying PCI buses
by Jiang Liu
· 12 years ago
5090d4a
PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slots
by Jiang Liu
· 12 years ago
10a9574
PCI: Add pcibios hooks for adding and removing PCI buses
by Jiang Liu
· 12 years ago
ce15d87
PCI: acpiphp: Replace local macros with standard ACPI macros
by Jiang Liu
· 12 years ago
3a0e40b
PCI: acpiphp: Remove all functions even if function 0 doesn't exist
by Jiang Liu
· 12 years ago
d65eba6
PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()
by Yijing Wang
· 12 years ago
981cf9e
PCI: Clean up usages of pci_bus->is_added
by Jiang Liu
· 12 years ago
1e89d268
PCI: When removing bus, always remove legacy files & unregister
by Jiang Liu
· 12 years ago
9738abe
PCI: Make local functions/structs static
by Bjorn Helgaas
· 12 years ago
139f9251
PCI: Fix missing prototype for pcie_port_acpi_setup()
by Andy Shevchenko
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
7058881
PCI: Add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172/E210X
by Xiong Huang
· 12 years ago
e82b14b
PCI: aer_inject: Fix return values when device not found
by Prarit Bhargava
· 12 years ago
de7d5f7
PCI/PM: Disable runtime PM of PCIe ports
by Rafael J. Wysocki
· 12 years ago
24ad0ef
PCI/ACPI: Always resume devices on ACPI wakeup notifications
by Rafael J. Wysocki
· 12 years ago
6e0eda3
PCI: Don't try to disable Bus Master on disconnected PCI devices
by Konstantin Khlebnikov
· 12 years ago
fffe01f
PCI: Add PCI ROM helper for platform-provided ROM images
by Matthew Garrett
· 12 years ago
fff0ee3
PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI
by Shuah Khan
· 12 years ago
547b524
PCI: Use ROM images from firmware only if no other ROM source available
by Matthew Garrett
· 12 years ago
5354009
ACPI / glue: Add .match() callback to struct acpi_bus_type
by Rafael J. Wysocki
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
556f12f
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
81ec44a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
8793422
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
5800700
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
8f55cea
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
018ba0a
Merge branch 'pci/yinghai-root-bus-hotplug' into next
by Bjorn Helgaas
· 12 years ago
181380b
PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers
by Yinghai Lu
· 12 years ago
fd5e20b
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 12 years ago
db1b2d3
Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
969daa3
PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS
by Alex Williamson
· 12 years ago
5392335
s390/pci: fix hotplug module init
by Sebastian Ott
· 12 years ago
1e5635d
s390/pci: rename pci_probe to s390_pci_probe
by Heiko Carstens
· 12 years ago
249bfb8
PCI/PM: Clean up PME state when removing a device
by Rafael J. Wysocki
· 12 years ago
3757b94
ACPI / hotplug: Fix concurrency issues and memory leaks
by Rafael J. Wysocki
· 12 years ago
20f2420
Merge branch 'pci/konstantin-runtime-pm' into next
by Bjorn Helgaas
· 12 years ago
82fee4d
PCI/PM: Clear state_saved during suspend
by Rafael J. Wysocki
· 12 years ago
cc7ba39
PCI: Use atomic_inc_return() rather than atomic_add_return()
by Bjorn Helgaas
· 12 years ago
fd6dcea
PCI: Catch attempts to disable already-disabled devices
by Konstantin Khlebnikov
· 12 years ago
7897e60
PCI: Disable Bus Master unconditionally in pci_device_shutdown()
by Konstantin Khlebnikov
· 12 years ago
f2dfcde
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 12 years ago
ecb87e6
Merge branch 'pci/joe-aspm' into next
by Bjorn Helgaas
· 12 years ago
8e5de3d
Merge branch 'pci/yinghai-root-bus-hotplug' into next
by Bjorn Helgaas
· 12 years ago
be6d286
PCI: acpiphp: Remove dead code for PCI host bridge hotplug
by Jiang Liu
· 12 years ago
2ca344e
PCI: acpiphp: Create companion ACPI devices before creating PCI devices
by Jiang Liu
· 12 years ago
40064ac
PCI: Remove unused "rc" in virtfn_add_bus()
by Yijing Wang
· 12 years ago
775c739
PCI: pciehp: Drop suspend/resume ENTRY messages
by Paul Bolle
· 12 years ago
a26d5ec
PCI/ASPM: Don't touch ASPM if forcibly disabled
by Joe Lawrence
· 12 years ago
84fb913
PCI/ASPM: Deallocate upstream link state even if device is not PCIe
by Myron Stowe
· 12 years ago
1c531d8
PCI: Use PCI Express Capability accessor
by Myron Stowe
· 12 years ago
64e94e7
Merge branch 'acpi-scan' into acpi-cleanup
by Rafael J. Wysocki
· 12 years ago
8a78cf7
Merge branch 'acpi-pm' into acpi-cleanup
by Rafael J. Wysocki
· 12 years ago
Next »