aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-16ACPI: Handle I/O access width requestst that are not a multiple of 8 bits.Zhao Yakui1-16/+9
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-8/+0
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-8/+0
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-07-22Pull osi into release branchLen Brown1-38/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-03ACPI: staticAdrian Bunk1-1/+1
2007-07-02ACPI: fix acpi_osi=!LinuxLen Brown1-2/+2
2007-06-09ACPI: disable _OSI(Linux) by defaultLen Brown1-37/+1
2007-05-30ACPI: add __init to acpi_initialize_subsystem()Len Brown1-3/+3
2007-05-30ACPI: Make _OSI(Linux) a special caseLen Brown1-0/+91
2007-05-29ACPI: extend "acpi_osi=" boot optionLen Brown1-9/+16
2007-05-09ACPI: created a dedicated workqueue for notify() executionAlexey Starikovskiy1-10/+35
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-16Pull remove-hotkey into release branchLen Brown1-11/+0
2007-02-16Pull fluff into release branchLen Brown1-1/+1
2007-02-16ACPI: hotkey: remove driver, per feature-removal-schedule.txtLen Brown1-11/+0
2007-02-15ACPI: remove acpi_os_readable(), acpi_os_writable()Len Brown1-20/+0
2007-02-15ACPI: Fix sparse warningsRandy Dunlap1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-03Pull motherboard into test branchLen Brown1-0/+48
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy1-1/+1
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-28/+19
2007-01-26ACPI: move FADT resource reservations from motherboard driver to oslBjorn Helgaas1-0/+48
2006-12-20Pull bugfix into test branchLen Brown1-1/+1
2006-12-20ACPI: fix NULL check in drivers/acpi/osl.cAdrian Bunk1-1/+1
2006-12-16Pull style into test branchLen Brown1-1/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-17/+8
2006-11-17Revert "ACPI: created a dedicated workqueue for notify() execution"Linus Torvalds1-13/+21
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-2/+2
2006-10-14ACPI: created a dedicated workqueue for notify() executionAlexey Y. Starikovskiy1-21/+13
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-1/+1
2006-08-16ACPI: avoid irqrouter_resume might_sleep oops on resume from S4Len Brown1-0/+10
2006-07-12[PATCH] Revert "ACPI: execute Notify() handlers on new thread"Len Brown1-36/+24
2006-07-10ACPI: acpi_os_allocate() fixesLen Brown1-30/+0
2006-07-03Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-8/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-01Pull acpi_os_free into release branchLen Brown1-8/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-8/+1
2006-06-28ACPI: ACPICA 20060623Bob Moore1-21/+7
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-21/+14
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-1/+1
2006-06-27ACPI: acpi_os_wait_semaphore(): silence complaintBjorn Helgaas1-1/+1
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-4/+5
2006-06-14ACPI: ACPICA 20060608Bob Moore1-3/+0
2006-06-14ACPI: execute Notify() handlers on new threadAlexey Starikovskiy1-27/+53
2006-06-14ACPI: ACPICA 20060421Bob Moore1-6/+57