summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: Fix types in pbus_size_io()Wei Yang2013-08-021-3/+4
| | * | | PCI: Add comments for pbus_size_mem() parametersWei Yang2013-08-021-0/+2
| | * | | PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang2013-08-021-6/+3
| | | |/ | | |/|
| * | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-016-24/+39
| |\ \ \ | | | |/ | | |/|
| | * | PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang2013-08-011-1/+1
| | * | PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann2013-07-311-7/+10
| | * | PCI: Update NumVFs register when disabling SR-IOVYijing Wang2013-07-301-1/+3
| | * | PCI: Convert class code to use dev_groupsGreg Kroah-Hartman2013-07-253-13/+23
| | * | PCI: Rename "PCI Express support" kconfig titleEzequiel Garcia2013-07-251-1/+1
| | * | PCI: Fix comment typo in iov.cJonghwan Choi2013-07-251-1/+1
| | |/
| * | PCI: Claim ACS support for AMD southbridge devicesAlex Williamson2013-07-251-0/+50
| * | PCI: Differentiate ACS controllable from enabledAlex Williamson2013-07-251-4/+9
| * | PCI: Check all ACS features for multifunction downstream portsAlex Williamson2013-07-251-14/+70
| |/
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-035-687/+442
|\ \
| * \ Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-1/+0
| |\ \
| | * \ Merge back earlier 'acpi-assorted' materialRafael J. Wysocki2013-08-141-1/+0
| | |\ \
| | | * | ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-1/+0
| | | |/
| * | | Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2013-08-275-655/+436
| |\ \ \
| | * | | ACPI / hotplug / PCI: Fix NULL pointer dereference in cleanup_bridge()Rafael J. Wysocki2013-08-171-1/+3
| | * | | PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state()Lan Tianyu2013-08-011-1/+1
| | * | | ACPI / hotplug / PCI: Get rid of check_sub_bridges()Mika Westerberg2013-07-231-25/+0
| | * | | ACPI / hotplug / PCI: Clean up bridge_mutex usageRafael J. Wysocki2013-07-231-7/+7
| | * | | ACPI / hotplug / PCI: Redefine enable_device() and disable_device()Rafael J. Wysocki2013-07-231-21/+12
| | * | | ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status()Mika Westerberg2013-07-231-10/+2
| | * | | ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.hMika Westerberg2013-07-231-5/+1
| | * | | ACPI / hotplug / PCI: Check for new devices on enabled slotsRafael J. Wysocki2013-07-231-29/+62
| | * | | ACPI / hotplug / PCI: Allow slots without new devices to be rescannedKirill A. Shutemov2013-07-231-9/+2
| | * | | ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device()Kirill A. Shutemov2013-07-231-5/+5
| | * | | ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directlyRafael J. Wysocki2013-07-232-103/+10
| | * | | ACPI / hotplug / PCI: Do not queue up event handling work items in vainRafael J. Wysocki2013-07-231-35/+29
| | * | | ACPI / hotplug / PCI: Consolidate slot disabling and ejectingMika Westerberg2013-07-233-39/+20
| | * | | ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge()Rafael J. Wysocki2013-07-231-6/+0
| | * | | ACPI / hotplug / PCI: Rework namespace scanning and trimming routinesRafael J. Wysocki2013-07-231-39/+13
| | * | | ACPI / hotplug / PCI: Store parent in functions and bus in slotsRafael J. Wysocki2013-07-233-18/+18
| | * | | ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridgeRafael J. Wysocki2013-07-232-4/+2
| | * | | ACPI / hotplug / PCI: Drop handle field from struct acpiphp_funcRafael J. Wysocki2013-07-232-24/+36
| | * | | ACPI / hotplug / PCI: Embed function struct into struct acpiphp_contextRafael J. Wysocki2013-07-232-30/+22
| | * | | ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridgeRafael J. Wysocki2013-07-232-14/+0
| | * | | ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slotRafael J. Wysocki2013-07-234-10/+10
| | * | | ACPI / hotplug / PCI: Register all devices under the given bridgeRafael J. Wysocki2013-07-232-157/+76
| | * | | ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()Rafael J. Wysocki2013-07-231-38/+36
| | * | | ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridgeRafael J. Wysocki2013-07-232-4/+1
| | * | | ACPI / hotplug / PCI: Merge hotplug event handling functionsRafael J. Wysocki2013-07-231-87/+65
| | * | | ACPI / hotplug / PCI: Pass hotplug context objects to event handlersRafael J. Wysocki2013-07-231-8/+8
| | * | | ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()Rafael J. Wysocki2013-07-231-9/+11
| | * | | ACPI / hotplug / PCI: Unified notify handler for hotplug eventsRafael J. Wysocki2013-07-232-80/+53
| | * | | ACPI / hotplug / PCI: Hotplug context objects for bridges and functionsRafael J. Wysocki2013-07-232-43/+146
| | * | | ACPI / hotplug / PCI: Always return success after adding a functionRafael J. Wysocki2013-07-231-3/+2
| | * | | ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()Rafael J. Wysocki2013-07-231-47/+45
| | * | | ACPI / PCI: Make bus registration and unregistration symmetricRafael J. Wysocki2013-07-232-14/+8
OpenPOWER on IntegriCloud