| Commit message (Expand) | Author | Age |
* | Revert "ACPI: make some IO ports off-limits to AML" | Len Brown | 2009-03-16 |
*-. | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 2009-02-07 |
|\ \ |
|
| | * | ACPI: add missing KERN_* constants to printks | Frank Seidel | 2009-02-07 |
| |/
|/| |
|
| * | ACPI: make some IO ports off-limits to AML | Len Brown | 2009-02-03 |
|/ |
|
* | ACPI: osl.c: replace return_ACPI_STATUS with return | Lin Ming | 2008-12-31 |
* | ACPI: delete OSI(Linux) DMI dmesg spam | Len Brown | 2008-11-27 |
* | Merge branch 'ull' into test | Len Brown | 2008-10-22 |
|\ |
|
| * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 |
* | | Merge branch 'dock' into test | Len Brown | 2008-10-22 |
|\ \ |
|
| * | | ACPI: fix hotplug race | Zhang Rui | 2008-09-23 |
| |/ |
|
* / | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk | Lin Ming | 2008-10-22 |
|/ |
|
* | flush kacpi_notify_wq before removing notify handler | Zhang Rui | 2008-04-29 |
* | Add down_timeout and change ACPI to use it | Matthew Wilcox | 2008-04-17 |
* | ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option | Linus Torvalds | 2008-03-15 |
* | ACPI: Fix a duplicate log level | Jean Delvare | 2008-03-11 |
*-. | Merge branches 'release', 'dmi', 'idle' and 'misc' into release | Len Brown | 2008-02-14 |
|\ \ |
|
| | * | ACPI: static acpi_find_dsdt_initrd() | Adrian Bunk | 2008-02-14 |
| | * | ACPI: static acpi_no_initrd_override_setup() | Adrian Bunk | 2008-02-14 |
| |/ |
|
* / | ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505 | Len Brown | 2008-02-14 |
|/ |
|
* | acpi: fix acpi_os_read_pci_configuration() misuse of raw_pci_read() | Linus Torvalds | 2008-02-13 |
* | Change pci_raw_ops to pci_raw_read/write | Matthew Wilcox | 2008-02-10 |
* | ACPI: add newline to printk | Len Brown | 2008-02-07 |
* | Merge branches 'release' and 'dsdt-override' into release | Len Brown | 2008-02-07 |
|\ |
|
| * | ACPI: update intrd DSDT override console messages | Len Brown | 2008-02-07 |
| * | ACPI: Add "acpi_no_initrd_override" kernel parameter | Éric Piel | 2008-02-07 |
| * | ACPI: Taint kernel on ACPI table override (format corrected) | Éric Piel | 2008-02-06 |
| * | ACPI: basic initramfs DSDT override support | Markus Gaugusch | 2008-02-06 |
* | | Merge branches 'release' and 'fluff' into release | Len Brown | 2008-02-07 |
|\ \ |
|
| * | | ACPI: misc cleanups | Adrian Bunk | 2008-02-07 |
| |/ |
|
* | | Merge branches 'release' and 'hwmon-conflicts' into release | Len Brown | 2008-02-07 |
|\ \ |
|
| * | | ACPI: Export acpi_check_resource_conflict | Thomas Renninger | 2008-02-07 |
| * | | ACPI: track opregion names to avoid driver resource conflicts. | Thomas Renninger | 2008-02-07 |
| |/ |
|
* | | Merge branches 'release' and 'stats' into release | Len Brown | 2008-02-07 |
|\ \ |
|
| * | | ACPI: create /sys/firmware/acpi/interrupts | Len Brown | 2008-02-06 |
| |/ |
|
| | | |
| \ | |
*-. | | Merge branches 'release', 'misc' and 'misc-2.6.25' into release | Len Brown | 2008-02-07 |
|\ \| |
|
| * | | acpi: make __acpi_map_table() and __init function | Jan Beulich | 2007-12-13 |
* | | | Merge branches 'release' and 'gpe-ack' into release | Len Brown | 2008-02-07 |
|\ \ \ |
|
| * | | | ACPI: Defer enabling of level GPE until all pending notifies done | Alexey Starikovskiy | 2007-12-06 |
| |/ / |
|
* | | | Merge branches 'release' and 'dmi' into release | Len Brown | 2008-02-07 |
|\ \ \ |
|
| * | | | ACPI: make struct osi_linux static | Adrian Bunk | 2008-02-03 |
| * | | | ACPI: make acpi_dmi_dump() static | Adrian Bunk | 2008-02-03 |
| * | | | DMI: remove duplicate helper routine | Len Brown | 2008-02-03 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown | 2008-02-07 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | | |/
| | |/| |
|
| | | * | ACPI: tables: complete searching upon RSDP w/ bad checksum. | Len Brown | 2007-12-14 |
| | |/
| |/| |
|
* | | | ACPI: make _OSI(Linux) console messages smarter | Len Brown | 2008-01-23 |
* | | | ACPI: Delete Intel Customer Reference Board (CRB) from OSI(Linux) DMI list | Len Brown | 2008-01-23 |
* | | | ACPI: on OSI(Linux), print needed DMI rather than requesting dmidecode output | Len Brown | 2008-01-23 |
* | | | ACPI: create acpi_dmi_dump() | Len Brown | 2008-01-23 |
| |/
|/| |
|
* | | ACPI: Handle I/O access width requestst that are not a multiple of 8 bits. | Zhao Yakui | 2007-11-16 |
|/ |
|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-10-19 |
|\ |
|