summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c
AgeCommit message (Expand)AuthorLines
2008-04-29flush kacpi_notify_wq before removing notify handlerZhang Rui-0/+1
2008-04-17Add down_timeout and change ACPI to use itMatthew Wilcox-68/+21
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds-84/+0
2008-03-11ACPI: Fix a duplicate log levelJean Delvare-1/+1
2008-02-14Merge branches 'release', 'dmi', 'idle' and 'misc' into releaseLen Brown-2/+2
2008-02-14ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505Len Brown-1/+1
2008-02-14ACPI: static acpi_find_dsdt_initrd()Adrian Bunk-1/+1
2008-02-14ACPI: static acpi_no_initrd_override_setup()Adrian Bunk-1/+1
2008-02-13acpi: fix acpi_os_read_pci_configuration() misuse of raw_pci_read()Linus Torvalds-8/+8
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox-19/+6
2008-02-07ACPI: add newline to printkLen Brown-1/+1
2008-02-07Merge branches 'release' and 'dsdt-override' into releaseLen Brown-4/+93
2008-02-07ACPI: update intrd DSDT override console messagesLen Brown-15/+18
2008-02-07ACPI: Add "acpi_no_initrd_override" kernel parameterÉric Piel-1/+15
2008-02-07Merge branches 'release' and 'fluff' into releaseLen Brown-18/+0
2008-02-07ACPI: misc cleanupsAdrian Bunk-18/+0
2008-02-07Merge branches 'release' and 'hwmon-conflicts' into releaseLen Brown-2/+174
2008-02-07Merge branches 'release' and 'stats' into releaseLen Brown-1/+11
2008-02-07Merge branches 'release', 'misc' and 'misc-2.6.25' into releaseLen Brown-1/+2
2008-02-07Merge branches 'release' and 'gpe-ack' into releaseLen Brown-34/+8
2008-02-07Merge branches 'release' and 'dmi' into releaseLen Brown-8/+8
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown-2/+6
2008-02-07ACPI: Export acpi_check_resource_conflictThomas Renninger-1/+2
2008-02-07ACPI: track opregion names to avoid driver resource conflicts.Thomas Renninger-2/+173
2008-02-06ACPI: create /sys/firmware/acpi/interruptsLen Brown-1/+11
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel-0/+7
2008-02-06ACPI: basic initramfs DSDT override supportMarkus Gaugusch-4/+69
2008-02-03ACPI: make struct osi_linux staticAdrian Bunk-1/+1
2008-02-03ACPI: make acpi_dmi_dump() staticAdrian Bunk-1/+1
2008-02-03DMI: remove duplicate helper routineLen Brown-6/+6
2008-01-23ACPI: make _OSI(Linux) console messages smarterLen Brown-20/+102
2008-01-23ACPI: Delete Intel Customer Reference Board (CRB) from OSI(Linux) DMI listLen Brown-29/+0
2008-01-23ACPI: on OSI(Linux), print needed DMI rather than requesting dmidecode outputLen Brown-4/+10
2008-01-23ACPI: create acpi_dmi_dump()Len Brown-0/+28
2007-12-14ACPI: tables: complete searching upon RSDP w/ bad checksum.Len Brown-2/+6
2007-12-13acpi: make __acpi_map_table() and __init functionJan Beulich-1/+2
2007-12-06ACPI: Defer enabling of level GPE until all pending notifies doneAlexey Starikovskiy-34/+8
2007-11-16ACPI: Handle I/O access width requestst that are not a multiple of 8 bits.Zhao Yakui-16/+9
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-8/+0
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown-8/+0
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik-1/+1
2007-07-22Pull osi into release branchLen Brown-38/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-03ACPI: staticAdrian Bunk-1/+1
2007-07-02ACPI: fix acpi_osi=!LinuxLen Brown-2/+2
2007-06-09ACPI: disable _OSI(Linux) by defaultLen Brown-37/+1
2007-05-30ACPI: add __init to acpi_initialize_subsystem()Len Brown-3/+3
2007-05-30ACPI: Make _OSI(Linux) a special caseLen Brown-0/+91
2007-05-29ACPI: extend "acpi_osi=" boot optionLen Brown-9/+16
2007-05-09ACPI: created a dedicated workqueue for notify() executionAlexey Starikovskiy-10/+35