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
*
ACPI / scan: Prevent device add uevents from racing with user space
Rafael J. Wysocki
2013-01-24
3
-8
/
+20
*
ACPI / PM: Fix device power state value after transitions to D3cold
Rafael J. Wysocki
2013-01-22
1
-2
/
+5
*
ACPI / PM: Use string "D3cold" to represent ACPI_STATE_D3_COLD
Rafael J. Wysocki
2013-01-22
1
-1
/
+1
*
ACPI / PM: Sanitize checks in acpi_power_on_resources()
Rafael J. Wysocki
2013-01-22
1
-4
/
+1
*
ACPI / PM: Always evaluate _PSn after setting power resources
Rafael J. Wysocki
2013-01-22
1
-29
/
+17
*
ACPI / PM: Introduce helper for executing _PSn methods
Rafael J. Wysocki
2013-01-22
1
-28
/
+23
*
ACPI / PM: Make acpi_bus_init_power() more robust
Rafael J. Wysocki
2013-01-22
1
-4
/
+14
*
ACPI / PM: Fix build for unusual combination of Kconfig options
Rafael J. Wysocki
2013-01-19
1
-1
/
+1
*
ACPI / PM: remove leading whitespace from #ifdef
Mika Westerberg
2013-01-19
1
-1
/
+1
*
ACPI / PM: Consolidate suspend-specific and hibernate-specific code
Rafael J. Wysocki
2013-01-19
1
-36
/
+51
*
ACPI / PM: Move device power management functions to device_pm.c
Rafael J. Wysocki
2013-01-19
4
-294
/
+326
*
ACPI / PM: Common string representations of device power states
Rafael J. Wysocki
2013-01-17
2
-6
/
+13
*
ACPI / PM: More visible function for retrieving device power states
Rafael J. Wysocki
2013-01-17
2
-3
/
+13
*
ACPI / PM: Change the way power transitions to D3cold are carried out
Rafael J. Wysocki
2013-01-17
1
-2
/
+10
*
ACPI: Use system level attribute of wakeup power resources
Rafael J. Wysocki
2013-01-17
3
-0
/
+26
*
ACPI: Take power resource initialization errors into account
Rafael J. Wysocki
2013-01-17
3
-55
/
+53
*
ACPI / scan: Consolidate extraction of power resources lists
Rafael J. Wysocki
2013-01-17
3
-32
/
+55
*
ACPI / scan: Remove unnecessary initialization of local variables
Rafael J. Wysocki
2013-01-17
1
-3
/
+3
*
ACPI / scan: Move power state initialization to a separate routine
Rafael J. Wysocki
2013-01-17
1
-41
/
+46
*
ACPI / PM: Take order attribute of wakeup power resources into account
Rafael J. Wysocki
2013-01-17
3
-39
/
+33
*
ACPI / PM: Take order attribute of power resources into account
Rafael J. Wysocki
2013-01-17
4
-78
/
+118
*
ACPI: Do not use device power states of power resources
Rafael J. Wysocki
2013-01-17
1
-20
/
+3
*
ACPI: Drop power resources driver
Rafael J. Wysocki
2013-01-17
4
-59
/
+37
*
ACPI / scan: Treat power resources in a special way
Rafael J. Wysocki
2013-01-17
3
-115
/
+102
*
ACPI / scan: More straightforward preparation of ACPI device objects
Rafael J. Wysocki
2013-01-17
1
-117
/
+61
*
ACPI / PM: Rework the handling of devices depending on power resources
Rafael J. Wysocki
2013-01-17
7
-155
/
+158
*
Merge branch 'acpi-scan' into acpi-pm
Rafael J. Wysocki
2013-01-17
19
-563
/
+279
|
\
|
*
ACPI: update ej_event interface to take acpi_device
Yinghai Lu
2013-01-15
4
-13
/
+7
|
*
ACPI / scan: Add second pass to acpi_bus_trim()
Rafael J. Wysocki
2013-01-15
1
-16
/
+30
|
*
ACPI / scan: Change the implementation of acpi_bus_trim()
Rafael J. Wysocki
2013-01-15
1
-49
/
+15
|
*
ACPI / scan: Drop the second argument of acpi_bus_trim()
Rafael J. Wysocki
2013-01-15
5
-17
/
+9
|
*
ACPI / scan: Drop the second argument of acpi_device_unregister()
Rafael J. Wysocki
2013-01-15
1
-3
/
+3
|
*
ACPI: Remove the ops field from struct acpi_device
Rafael J. Wysocki
2013-01-15
1
-1
/
+0
|
*
ACPI: remove unused acpi_op_bind and acpi_op_unbind
Jiang Liu
2013-01-14
1
-2
/
+0
|
*
ACPI / scan: Fix check of device_attach() return value.
Mika Westerberg
2013-01-11
1
-1
/
+1
|
*
ACPI / scan: Treat power resources in a special way
Rafael J. Wysocki
2013-01-07
1
-1
/
+2
|
*
ACPI: Remove unused struct acpi_pci_root.id member
Bjorn Helgaas
2013-01-03
1
-1
/
+0
|
*
ACPI: Drop ACPI device .bind() and .unbind() callbacks
Rafael J. Wysocki
2013-01-03
2
-24
/
+0
|
*
ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
Rafael J. Wysocki
2013-01-03
4
-157
/
+37
|
*
ACPI / PCI: Rework the setup and cleanup of device wakeup
Rafael J. Wysocki
2013-01-03
7
-38
/
+36
|
*
ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type
Rafael J. Wysocki
2013-01-03
2
-15
/
+37
|
*
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
2013-01-03
8
-43
/
+45
|
*
ACPI: Replace ACPI device add_type field with a match_driver flag
Rafael J. Wysocki
2013-01-03
2
-21
/
+11
|
*
ACPI: Drop the second argument of acpi_bus_scan()
Rafael J. Wysocki
2013-01-03
1
-10
/
+8
|
*
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
2013-01-03
8
-101
/
+32
|
*
ACPI: Remove acpi_start_single_object() and acpi_bus_start()
Rafael J. Wysocki
2013-01-03
5
-77
/
+12
|
*
ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()
Rafael J. Wysocki
2013-01-03
1
-21
/
+11
|
*
ACPI: Change the ordering of acpi_bus_check_add()
Rafael J. Wysocki
2013-01-03
1
-10
/
+10
|
*
ACPI: Replace struct acpi_bus_ops with enum type
Rafael J. Wysocki
2013-01-03
2
-30
/
+20
|
*
ACPI: Reduce the usage of struct acpi_bus_ops
Rafael J. Wysocki
2013-01-03
1
-24
/
+16
[next]