index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-23
ACPI / hotplug / PCI: Drop handle field from struct acpiphp_func
Rafael J. Wysocki
2
-24
/
+36
2013-07-23
ACPI / hotplug / PCI: Embed function struct into struct acpiphp_context
Rafael J. Wysocki
2
-30
/
+22
2013-07-23
ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge
Rafael J. Wysocki
2
-14
/
+0
2013-07-23
ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slot
Rafael J. Wysocki
4
-10
/
+10
2013-07-23
ACPI / hotplug / PCI: Register all devices under the given bridge
Rafael J. Wysocki
2
-157
/
+76
2013-07-23
ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()
Rafael J. Wysocki
1
-38
/
+36
2013-07-23
ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridge
Rafael J. Wysocki
2
-4
/
+1
2013-07-23
ACPI / hotplug / PCI: Merge hotplug event handling functions
Rafael J. Wysocki
1
-87
/
+65
2013-07-23
ACPI / hotplug / PCI: Pass hotplug context objects to event handlers
Rafael J. Wysocki
1
-8
/
+8
2013-07-23
ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()
Rafael J. Wysocki
1
-9
/
+11
2013-07-23
ACPI / hotplug / PCI: Unified notify handler for hotplug events
Rafael J. Wysocki
2
-80
/
+53
2013-07-23
ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
Rafael J. Wysocki
2
-43
/
+146
2013-07-23
ACPI / hotplug / PCI: Always return success after adding a function
Rafael J. Wysocki
1
-3
/
+2
2013-07-23
ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
Rafael J. Wysocki
1
-47
/
+45
2013-07-23
ACPI / PCI: Make bus registration and unregistration symmetric
Rafael J. Wysocki
1
-2
/
+4
2013-07-15
ACPI: Remove the old /proc/acpi/event interface
Thomas Renninger
1
-1
/
+0
2013-07-15
ACPI / dock / PCI: Drop ACPI dock notifier chain
Rafael J. Wysocki
2
-15
/
+4
2013-07-15
ACPI: simplify acpiphp driver with new helper functions
Jiang Liu
1
-22
/
+8
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2
-5
/
+2
2013-07-03
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
2
-5
/
+2
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-16
/
+44
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-20
/
+2
2013-07-02
Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2013-06-29
cpqphp_sysfs: switch to fixed_size_llseek()
Al Viro
1
-20
/
+2
2013-06-26
s390/pci: remove pdev during unplug
Sebastian Ott
1
-3
/
+4
2013-06-26
s390/pci: cleanup hotplug code
Sebastian Ott
1
-13
/
+40
2013-06-24
ACPI / dock / PCI: Synchronous handling of dock events for PCI devices
Rafael J. Wysocki
1
-14
/
+32
2013-06-23
PCI / ACPI: Use boot-time resource allocation rules during hotplug
Jiang Liu
1
-2
/
+5
2013-06-03
Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
1
-1
/
+1
2013-05-17
PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check
Yinghai Lu
1
-0
/
+14
2013-04-29
Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
15
-464
/
+306
2013-04-17
Merge branch 'pci/cleanup' into next
Bjorn Helgaas
11
-155
/
+148
2013-04-17
PCI: Remove "extern" from function declarations
Bjorn Helgaas
9
-144
/
+138
2013-04-17
PCI: Remove __must_check from definitions
Bjorn Helgaas
2
-3
/
+3
2013-04-17
s390/pci: do not modify function handles
Sebastian Ott
1
-5
/
+4
2013-04-17
s390/pci: debug device states
Sebastian Ott
1
-0
/
+3
2013-04-16
Merge branch 'pci/jiang-subdrivers' into next
Bjorn Helgaas
4
-308
/
+157
2013-04-16
PCI: acpiphp: Protect acpiphp data structures from concurrent updates
Jiang Liu
2
-18
/
+78
2013-04-16
PCI: acpiphp: Use normal list to simplify implementation
Yijing Wang
2
-15
/
+12
2013-04-15
PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number
Bjorn Helgaas
1
-1
/
+1
2013-04-15
PCI: Remove unused variables
Bjorn Helgaas
1
-2
/
+0
2013-04-15
PCI: Move cpci_hotplug_init() proto to header file
Bjorn Helgaas
2
-8
/
+9
2013-04-12
PCI: acpiphp: Do not use ACPI PCI subdriver mechanism
Jiang Liu
3
-247
/
+57
2013-04-12
PCI: acpiphp: Convert acpiphp to be builtin only, not modular
Jiang Liu
3
-17
/
+10
2013-04-12
PCI: acpiphp: Replace local macros with standard ACPI macros
Jiang Liu
2
-6
/
+2
2013-04-12
PCI: acpiphp: Remove all functions even if function 0 doesn't exist
Jiang Liu
1
-7
/
+0
2013-04-12
PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()
Yijing Wang
1
-2
/
+2
2013-02-25
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
9
-383
/
+151
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-34
/
+26
2013-02-14
s390/pci: fix hotplug module init
Sebastian Ott
1
-33
/
+25
[prev]
[next]