aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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
2006-06-14[ACPI] ACPICA 20060317Bob Moore1-3/+2
2006-04-01ACPI: inline trivial acpi_os_get_thread_id()Len Brown1-8/+0
2006-03-26[PATCH] ACPI: clean up memory attribute checking for map/read/writeBjorn Helgaas1-43/+11
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas1-6/+4
2006-01-31[ACPI] ACPICA 20060127Bob Moore1-4/+4
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into releaseLen Brown1-6/+4
2006-01-08[PATCH] tpm: add bios measurement logKylene Jo Hall1-0/+2
2006-01-03[ACPI] fix acpi_os_wait_sempahore() finite timeout case (AE_TIME warning)Yu Luming1-1/+1
2005-12-28[ACPI] fix osl.c build warningLen Brown1-1/+1
2005-12-10[ACPI] ACPICA 20051021Bob Moore1-4/+2
2005-11-07[PATCH] drivers/acpi: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-09-03[ACPI] add static to function definitionsAdrian Bunk1-1/+1
2005-08-25[ACPI] delete CONFIG_ACPI_PCILen Brown1-28/+0
2005-08-15Merge 'acpi-2.6.12' branch into to-akpmLen Brown1-3/+3
2005-08-15Merge to-linus-stable into to-akpmLen Brown1-3/+3
2005-08-15[ACPI] re-enable platform-specific hotkey drivers by defaultLuming Yu1-3/+3
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-316/+251
2005-08-04/home/lenb/src/to-akpm branch 'acpi-2.6.12'Len Brown1-48/+148
2005-08-03[ACPI] S3 resume: avoid kmalloc() might_sleep oops symptomDavid Shaohua Li1-1/+5
2005-07-13ACPICA 20050617-0624 from Bob Moore <robert.moore@intel.com>Robert Moore1-48/+148
2005-07-11[ACPI] generic Hot Key supportLuming Yu1-0/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1162