summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bjorn.button' into releaseLen Brown2009-04-241-96/+44
|\
| * ACPI: button: remove control method/fixed hardware distinctionsBjorn Helgaas2009-04-111-26/+6
| * ACPI: button: remove button->device pointerBjorn Helgaas2009-04-111-18/+13
| * ACPI: button: cache hid/name/class pointersBjorn Helgaas2009-04-111-24/+24
| * ACPI: button: use Linux style for getting driver_dataBjorn Helgaas2009-04-111-9/+4
| * ACPI: button: remove unnecessary null pointer checksBjorn Helgaas2009-04-111-21/+1
| * ACPI: button: whitespace changesBjorn Helgaas2009-04-111-6/+4
* | Merge branch 'bugzilla-13036' into releaseLen Brown2009-04-241-14/+72
|\ \
| * | Revert "ACPICA: delete check for AML access to port 0x81-83"Len Brown2009-04-241-0/+1
| * | I/O port protection: update for windows compatibility.Lin Ming2009-04-241-14/+71
* | | Merge branch 'bugzilla-13142' into releaseLen Brown2009-04-241-0/+3
|\ \ \
| * | | ACPI: prevent processor.max_cstate=0 boot crashLen Brown2009-04-231-0/+3
| |/ /
* | | Merge branch 'hpet' into releaseLen Brown2009-04-241-3/+3
|\ \ \
| * | | ACPI/hpet: prevent boot hang when hpet=force used on ICH-4MLen Brown2009-04-231-3/+3
| |/ /
* | | Merge branch 'bugzilla-12249' into releaseLen Brown2009-04-241-21/+22
|\ \ \
| * | | ACPI video: handle indexed _BQC correctlyZhang Rui2009-04-111-21/+22
* | | | Merge branch 'bugzilla-12270' into releaseLen Brown2009-04-241-25/+2
|\ \ \ \
| * | | | ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entriesZhang Rui2009-04-111-25/+2
| | |_|/ | |/| |
* | | | Merge branch 'bugzilla-13041' into releaseLen Brown2009-04-242-17/+53
|\ \ \ \
| * | | | ACPI: Disable _GTS and _BFS support by defaultLen Brown2009-04-172-17/+53
* | | | | Merge branch 'idle' into releaseLen Brown2009-04-241-13/+6
|\ \ \ \ \
| * | | | | ACPI: delete obsolete "bus master activity" proc fieldLen Brown2009-04-221-3/+1
| * | | | | ACPI: idle: mark_tsc_unstable() at init-time, not run-timeLen Brown2009-04-221-10/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'irq' into releaseLen Brown2009-04-242-3/+12
|\ \ \ \ \
| * | | | | ACPI: add /sys/firmware/acpi/interrupts/sci_not counterLen Brown2009-04-212-3/+12
| |/ / / /
* | | | | Merge branch 'sony-laptop' into releaseLen Brown2009-04-241-0/+1
|\ \ \ \ \
| * | | | | ACPI: EC: Fix ACPI EC resume non-query interrupt messageAlmer S. Tigelaar2009-04-231-0/+1
| |/ / / /
* | | | | Merge branch 'thermal-regression' into releaseLen Brown2009-04-241-1/+1
|\ \ \ \ \
| * | | | | thermal: Fix polling frequency for systems without passive coolingMatthew Garrett2009-04-181-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'video-ac-dc' into releaseLen Brown2009-04-241-3/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ACPI video: fix an error when the brightness levels on AC and on Battery are ...Zhang Rui2009-04-201-3/+5
| |/ / /
* | | | PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki2009-04-191-4/+4
|/ / /
* | | Revert "ACPI battery: fix async boot oops"Linus Torvalds2009-04-111-1/+1
| |/ |/|
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an...Len Brown2009-04-079-109/+72
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | * ACPI: video: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-071-25/+5
| | | | | * ACPI: thermal: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-071-23/+4
| |_|_|_|/ |/| | | |
| | | | * ACPI: delete acpi_device.g_listLen Brown2009-04-071-13/+4
| | | | * ACPI: convert acpi_device_lock spinlock to mutexShaohua Li2009-04-074-39/+21
| | | * | ACPI: Adjust Kelvin offset to match local implementationJean Delvare2009-04-071-7/+34
| | | |/
| | * | ACPICA: delete check for AML access to port 0x81-83Len Brown2009-04-071-1/+0
| | * | ACPI battery: fix async boot oopsVegard Nossum2009-04-071-1/+1
| | |/
| * | x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi2009-04-071-0/+3
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-04-071-0/+5
|\ \
| * | PCI: pci_slot: grab refcount on slot's busAlex Chiang2009-04-061-0/+5
| |/
* | hwmon: Add Asus ATK0110 supportLuca Tettamanti2009-04-071-2/+1
|/
* ACPI: processor: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-051-15/+4
* ACPI: button: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-051-69/+8
* ACPI: support acpi_device_ops .notify methodsBjorn Helgaas2009-04-051-0/+71
* Merge branch 'linus' into releaseLen Brown2009-04-0515-40/+221
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
| |\
OpenPOWER on IntegriCloud