Age | Commit message (Expand) | Author | Files | Lines |
2007-08-12 | Pull bugzilla-3774 into release branch | Len Brown | 1 | -0/+23 |
2007-08-12 | pull asus sony thinkpad into release branch | Len Brown | 1 | -0/+1 |
2007-08-12 | ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOS | Len Brown | 1 | -0/+65 |
2007-08-12 | ACPI: thermal: create "thermal.act=" to disable or override active trip point | Len Brown | 1 | -4/+30 |
2007-08-12 | ACPI: thermal: create "thermal.nocrt" to disable critical actions | Len Brown | 1 | -6/+12 |
2007-08-12 | ACPI: thermal: create "thermal.psv=" to override passive trip points | Len Brown | 1 | -3/+14 |
2007-08-12 | ACPI: thermal: expose "thermal.tzp=" to set global polling frequency | Len Brown | 1 | -1/+1 |
2007-08-12 | ACPI: thermal: create "thermal.off=1" to disable ACPI thermal support | Len Brown | 1 | -1/+8 |
2007-08-11 | ACPI: static | Adrian Bunk | 1 | -1/+1 |
2007-08-11 | ACPI EC: remove potential deadlock from EC | Alexey Starikovskiy | 1 | -2/+0 |
2007-08-11 | ACPI: dock: Send key=value pair instead of plain value | Holger Macht | 1 | -3/+3 |
2007-08-11 | ACPI: bay: send envp with uevent - fix | Stephan Berberig | 1 | -1/+1 |
2007-08-11 | fix compilation with gcc 4.2 | Peter Chubb | 1 | -2/+0 |
2007-08-07 | acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issues | Fenghua Yu | 1 | -3/+3 |
2007-08-07 | ACPI: fix "Time Problems with 2.6.23-rc1-gf695baf2" | Venki Pallipadi | 1 | -4/+10 |
2007-08-03 | ACPI: EC: fix run-together printk lines | Meelis Roos | 1 | -1/+1 |
2007-08-03 | ACPI: sbs: remove dead code | Adrian Bunk | 1 | -5/+1 |
2007-08-03 | ACPI: EC: acpi_ec_remove(): fix use-after-free | Adrian Bunk | 1 | -2/+2 |
2007-08-03 | ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT. | Alexey Starikovskiy | 1 | -29/+16 |
2007-08-03 | ACPI: EC: fix build warning | Len Brown | 1 | -13/+0 |
2007-08-03 | ACPI: EC: If ECDT is not found, look up EC in DSDT. | Alexey Starikovskiy | 1 | -22/+28 |
2007-08-03 | ACPI: Battery: Synchronize battery operations. | Alexey Starikovskiy | 1 | -30/+17 |
2007-08-03 | ACPI: EC: Remove noisy debug printk fron EC driver. | Alexey Starikovskiy | 1 | -1/+0 |
2007-08-03 | asus_acpi: fix possible double free (found by Coverity) | Jesper Juhl | 1 | -0/+1 |
2007-07-31 | ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again) | Len Brown | 1 | -8/+0 |
2007-07-29 | ACPI: restore CONFIG_ACPI_SLEEP | Len Brown | 4 | -3/+10 |
2007-07-29 | Introduce CONFIG_SUSPEND for suspend-to-Ram and standby | Rafael J. Wysocki | 5 | -50/+66 |
2007-07-29 | Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION | Rafael J. Wysocki | 2 | -4/+4 |
2007-07-26 | Don't force-enable suspend/hibernate support just for ACPI | Linus Torvalds | 1 | -3/+0 |
2007-07-26 | ACPI: add "acpi_no_auto_ssdt" bootparam | Len Brown | 1 | -0/+23 |
2007-07-25 | Pull auto-load-modules into release branch | Len Brown | 19 | -72/+227 |
2007-07-25 | Pull d-states into release branch | Len Brown | 1 | -33/+127 |
2007-07-25 | Pull kconfig into release branch | Len Brown | 6 | -55/+39 |
2007-07-25 | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source | Len Brown | 5 | -13/+7 |
2007-07-25 | ACPI: quiet ACPI Exceptions due to no _PTC or _TSS | Len Brown | 1 | -16/+37 |
2007-07-24 | ACPI: Remove references to ACPI_STATE_S2 from acpi_pm_enter | Rafael J. Wysocki | 1 | -5/+4 |
2007-07-24 | ACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86 | Len Brown | 1 | -17/+4 |
2007-07-24 | ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFS | Len Brown | 3 | -20/+16 |
2007-07-24 | ACPI: Kconfig: CONFIG_ACPI_PROCFS now defaults to N | Len Brown | 1 | -10/+17 |
2007-07-23 | ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d... | Thomas Renninger | 15 | -23/+112 |
2007-07-23 | ACPI: autoload modules - Create ACPI alias interface | Thomas Renninger | 1 | -45/+111 |
2007-07-23 | ACPI: autoload modules - ACPICA modifications | Thomas Renninger | 3 | -4/+4 |
2007-07-23 | ACPI: fix oops due to typo in new throttling code | Luming Yu | 1 | -2/+4 |
2007-07-22 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 1 | -2/+2 |
2007-07-22 | ACPI: Add acpi_pm_device_sleep_state helper routine | Shaohua Li | 1 | -0/+75 |
2007-07-22 | ACPI: Implement the set_target() callback from pm_ops | Rafael J. Wysocki | 1 | -32/+52 |
2007-07-22 | Pull tables-in-sysfs into release branch | Len Brown | 1 | -21/+144 |
2007-07-22 | Pull netlink into release branch | Len Brown | 2 | -7/+150 |
2007-07-22 | ACPI: Populate /sys/firmware/acpi/tables/ | Zhang Rui | 1 | -21/+144 |
2007-07-22 | Pull osi into release branch | Len Brown | 2 | -48/+9 |