index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-24
ACPI / PM: Take unusual configurations of power resources into account
Rafael J. Wysocki
3
-29
/
+94
2013-02-03
ACPI / PM: Handle missing _PSC in acpi_bus_update_power()
Rafael J. Wysocki
1
-0
/
+3
2013-02-02
ACPI / PM: Do not power manage devices in unknown initial states
Rafael J. Wysocki
2
-1
/
+10
2013-02-01
ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.c
Yasuaki Ishimatsu
1
-3
/
+3
2013-01-28
ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parent
Andreas Fleig
1
-4
/
+5
2013-01-26
ACPI / PM: Fix consistency check for power resources during resume
Rafael J. Wysocki
1
-11
/
+26
2013-01-26
ACPI / PM: Expose lists of device power resources to user space
Rafael J. Wysocki
5
-13
/
+146
2013-01-26
sysfs: Functions for adding/removing symlinks to/from attribute groups
Rafael J. Wysocki
4
-13
/
+92
2013-01-24
ACPI / PM: Expose current status of ACPI power resources
Rafael J. Wysocki
4
-1
/
+41
2013-01-24
ACPI / PM: Expose power states of ACPI devices to user space
Rafael J. Wysocki
3
-1
/
+91
2013-01-24
ACPI / scan: Prevent device add uevents from racing with user space
Rafael J. Wysocki
3
-8
/
+20
2013-01-22
ACPI / PM: Fix device power state value after transitions to D3cold
Rafael J. Wysocki
1
-2
/
+5
2013-01-22
ACPI / PM: Use string "D3cold" to represent ACPI_STATE_D3_COLD
Rafael J. Wysocki
1
-1
/
+1
2013-01-22
ACPI / PM: Sanitize checks in acpi_power_on_resources()
Rafael J. Wysocki
1
-4
/
+1
2013-01-22
ACPI / PM: Always evaluate _PSn after setting power resources
Rafael J. Wysocki
1
-29
/
+17
2013-01-22
ACPI / PM: Introduce helper for executing _PSn methods
Rafael J. Wysocki
1
-28
/
+23
2013-01-22
ACPI / PM: Make acpi_bus_init_power() more robust
Rafael J. Wysocki
1
-4
/
+14
2013-01-20
ACPI / PM: Fix build for unusual combination of Kconfig options
Rafael J. Wysocki
1
-1
/
+1
2013-01-20
ACPI / PM: remove leading whitespace from #ifdef
Mika Westerberg
1
-1
/
+1
2013-01-20
ACPI / PM: Consolidate suspend-specific and hibernate-specific code
Rafael J. Wysocki
1
-36
/
+51
2013-01-20
ACPI / PM: Move device power management functions to device_pm.c
Rafael J. Wysocki
4
-294
/
+326
2013-01-17
ACPI / PM: Common string representations of device power states
Rafael J. Wysocki
2
-6
/
+13
2013-01-17
ACPI / PM: More visible function for retrieving device power states
Rafael J. Wysocki
2
-3
/
+13
2013-01-17
ACPI / PM: Change the way power transitions to D3cold are carried out
Rafael J. Wysocki
1
-2
/
+10
2013-01-17
ACPI: Use system level attribute of wakeup power resources
Rafael J. Wysocki
3
-0
/
+26
2013-01-17
ACPI: Take power resource initialization errors into account
Rafael J. Wysocki
3
-55
/
+53
2013-01-17
ACPI / scan: Consolidate extraction of power resources lists
Rafael J. Wysocki
3
-32
/
+55
2013-01-17
ACPI / scan: Remove unnecessary initialization of local variables
Rafael J. Wysocki
1
-3
/
+3
2013-01-17
ACPI / scan: Move power state initialization to a separate routine
Rafael J. Wysocki
1
-41
/
+46
2013-01-17
ACPI / PM: Take order attribute of wakeup power resources into account
Rafael J. Wysocki
3
-39
/
+33
2013-01-17
ACPI / PM: Take order attribute of power resources into account
Rafael J. Wysocki
4
-78
/
+118
2013-01-17
ACPI: Do not use device power states of power resources
Rafael J. Wysocki
1
-20
/
+3
2013-01-17
ACPI: Drop power resources driver
Rafael J. Wysocki
4
-59
/
+37
2013-01-17
ACPI / scan: Treat power resources in a special way
Rafael J. Wysocki
3
-115
/
+102
2013-01-17
ACPI / scan: More straightforward preparation of ACPI device objects
Rafael J. Wysocki
1
-117
/
+61
2013-01-17
ACPI / PM: Rework the handling of devices depending on power resources
Rafael J. Wysocki
7
-155
/
+158
2013-01-17
Merge branch 'acpi-scan' into acpi-pm
Rafael J. Wysocki
19
-563
/
+279
2013-01-15
ACPI: update ej_event interface to take acpi_device
Yinghai Lu
4
-13
/
+7
2013-01-15
ACPI / scan: Add second pass to acpi_bus_trim()
Rafael J. Wysocki
1
-16
/
+30
2013-01-15
ACPI / scan: Change the implementation of acpi_bus_trim()
Rafael J. Wysocki
1
-49
/
+15
2013-01-15
ACPI / scan: Drop the second argument of acpi_bus_trim()
Rafael J. Wysocki
5
-17
/
+9
2013-01-15
ACPI / scan: Drop the second argument of acpi_device_unregister()
Rafael J. Wysocki
1
-3
/
+3
2013-01-15
ACPI: Remove the ops field from struct acpi_device
Rafael J. Wysocki
1
-1
/
+0
2013-01-14
ACPI: remove unused acpi_op_bind and acpi_op_unbind
Jiang Liu
1
-2
/
+0
2013-01-12
ACPI / scan: Fix check of device_attach() return value.
Mika Westerberg
1
-1
/
+1
2013-01-10
Linux 3.8-rc3
v3.8-rc3
Linus Torvalds
1
-1
/
+1
2013-01-09
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
7
-22
/
+40
2013-01-09
Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-18
/
+9
2013-01-09
mm: reinstante dropped pmd_trans_splitting() check
Linus Torvalds
1
-0
/
+8
2013-01-09
cred: Remove tgcred pointer from struct cred
Marc Dionne
1
-1
/
+0
[next]