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 'acpi-pm'
Rafael J. Wysocki
2013-08-27
8
-33
/
+29
|
\
|
*
ACPI / PM: Add state information to error message in acpi_device_set_power()
Aaron Lu
2013-08-03
1
-1
/
+3
|
*
ACPI / PM: Remove redundant power manageable check from acpi_bus_set_power()
Aaron Lu
2013-07-31
1
-7
/
+0
|
*
ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere
Rafael J. Wysocki
2013-07-30
7
-13
/
+15
|
*
ACPI / PM: Make messages in acpi_device_set_power() print device names
Rafael J. Wysocki
2013-07-30
1
-12
/
+10
|
*
ACPI / PM: Only set power states of devices that are power manageable
Rafael J. Wysocki
2013-07-30
1
-1
/
+2
*
|
Merge branch 'acpi-pci-hotplug'
Rafael J. Wysocki
2013-08-27
9
-681
/
+477
|
\
\
|
*
|
ACPI / PM: Hold acpi_scan_lock over system PM transitions
Rafael J. Wysocki
2013-08-21
1
-15
/
+24
|
*
|
ACPI / hotplug / PCI: Fix NULL pointer dereference in cleanup_bridge()
Rafael J. Wysocki
2013-08-17
1
-1
/
+3
|
*
|
PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state()
Lan Tianyu
2013-08-01
1
-1
/
+1
|
*
|
ACPI / hotplug / PCI: Get rid of check_sub_bridges()
Mika Westerberg
2013-07-23
1
-25
/
+0
|
*
|
ACPI / hotplug / PCI: Clean up bridge_mutex usage
Rafael J. Wysocki
2013-07-23
1
-7
/
+7
|
*
|
ACPI / hotplug / PCI: Redefine enable_device() and disable_device()
Rafael J. Wysocki
2013-07-23
1
-21
/
+12
|
*
|
ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status()
Mika Westerberg
2013-07-23
1
-10
/
+2
|
*
|
ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.h
Mika Westerberg
2013-07-23
1
-5
/
+1
|
*
|
ACPI / hotplug / PCI: Check for new devices on enabled slots
Rafael J. Wysocki
2013-07-23
1
-29
/
+62
|
*
|
ACPI / hotplug / PCI: Allow slots without new devices to be rescanned
Kirill A. Shutemov
2013-07-23
1
-9
/
+2
|
*
|
ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device()
Kirill A. Shutemov
2013-07-23
1
-5
/
+5
|
*
|
ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directly
Rafael J. Wysocki
2013-07-23
2
-103
/
+10
|
*
|
ACPI / hotplug / PCI: Do not queue up event handling work items in vain
Rafael J. Wysocki
2013-07-23
1
-35
/
+29
|
*
|
ACPI / hotplug / PCI: Consolidate slot disabling and ejecting
Mika Westerberg
2013-07-23
3
-39
/
+20
|
*
|
ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge()
Rafael J. Wysocki
2013-07-23
1
-6
/
+0
|
*
|
ACPI / hotplug / PCI: Rework namespace scanning and trimming routines
Rafael J. Wysocki
2013-07-23
1
-39
/
+13
|
*
|
ACPI / hotplug / PCI: Store parent in functions and bus in slots
Rafael J. Wysocki
2013-07-23
3
-18
/
+18
|
*
|
ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridge
Rafael J. Wysocki
2013-07-23
2
-4
/
+2
|
*
|
ACPI / hotplug / PCI: Drop handle field from struct acpiphp_func
Rafael J. Wysocki
2013-07-23
2
-24
/
+36
|
*
|
ACPI / hotplug / PCI: Embed function struct into struct acpiphp_context
Rafael J. Wysocki
2013-07-23
2
-30
/
+22
|
*
|
ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge
Rafael J. Wysocki
2013-07-23
2
-14
/
+0
|
*
|
ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slot
Rafael J. Wysocki
2013-07-23
4
-10
/
+10
|
*
|
ACPI / hotplug / PCI: Register all devices under the given bridge
Rafael J. Wysocki
2013-07-23
2
-157
/
+76
|
*
|
ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()
Rafael J. Wysocki
2013-07-23
1
-38
/
+36
|
*
|
ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridge
Rafael J. Wysocki
2013-07-23
2
-4
/
+1
|
*
|
ACPI / hotplug / PCI: Merge hotplug event handling functions
Rafael J. Wysocki
2013-07-23
1
-87
/
+65
|
*
|
ACPI / hotplug / PCI: Pass hotplug context objects to event handlers
Rafael J. Wysocki
2013-07-23
1
-8
/
+8
|
*
|
ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()
Rafael J. Wysocki
2013-07-23
1
-9
/
+11
|
*
|
ACPI / hotplug / PCI: Unified notify handler for hotplug events
Rafael J. Wysocki
2013-07-23
2
-80
/
+53
|
*
|
ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
Rafael J. Wysocki
2013-07-23
2
-43
/
+146
|
*
|
ACPI / hotplug / PCI: Always return success after adding a function
Rafael J. Wysocki
2013-07-23
1
-3
/
+2
|
*
|
ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
Rafael J. Wysocki
2013-07-23
1
-47
/
+45
|
*
|
ACPI / PCI: Make bus registration and unregistration symmetric
Rafael J. Wysocki
2013-07-23
4
-25
/
+21
|
*
|
Merge branch 'acpi-cleanup'
Rafael J. Wysocki
2013-07-23
17
-577
/
+328
|
|
\
\
|
*
|
|
x86 / PCI: prevent re-allocation of already existing bridge and ROM resources
Mika Westerberg
2013-07-23
1
-0
/
+4
*
|
|
|
Merge branch 'acpi-cleanup'
Rafael J. Wysocki
2013-08-27
17
-577
/
+330
|
\
\
\
\
|
*
|
|
|
ACPI / dock: fix error return code in dock_add()
Wei Yongjun
2013-07-26
1
-1
/
+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
ACPI / dock: Drop unnecessary local variable from dock_add()
Rafael J. Wysocki
2013-07-15
1
-5
/
+4
|
*
|
|
ACPI / dock / PCI: Drop ACPI dock notifier chain
Rafael J. Wysocki
2013-07-15
4
-65
/
+30
|
*
|
|
ACPI / dock: Do not check CONFIG_ACPI_DOCK_MODULE
Rafael J. Wysocki
2013-07-15
1
-2
/
+2
|
*
|
|
ACPI / dock: Do not leak memory on falilures to add a dock station
Rafael J. Wysocki
2013-07-15
1
-0
/
+11
|
*
|
|
ACPI: Drop ACPI bus notifier call chain
Rafael J. Wysocki
2013-07-15
2
-18
/
+0
|
*
|
|
ACPI / dock: Rework the handling of notifications
Rafael J. Wysocki
2013-07-15
1
-43
/
+24
[next]