Age | Commit message (Expand) | Author | Files | Lines |
2007-07-22 | Pull osi into release branch | Len Brown | 1 | -38/+2 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
2007-07-03 | ACPI: static | Adrian Bunk | 1 | -1/+1 |
2007-07-03 | ACPI: fix acpi_osi=!Linux | Len Brown | 1 | -2/+2 |
2007-06-09 | ACPI: disable _OSI(Linux) by default | Len Brown | 1 | -37/+1 |
2007-05-30 | ACPI: add __init to acpi_initialize_subsystem() | Len Brown | 1 | -3/+3 |
2007-05-30 | ACPI: Make _OSI(Linux) a special case | Len Brown | 1 | -0/+91 |
2007-05-30 | ACPI: extend "acpi_osi=" boot option | Len Brown | 1 | -9/+16 |
2007-05-10 | ACPI: created a dedicated workqueue for notify() execution | Alexey Starikovskiy | 1 | -10/+35 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-02-17 | Pull remove-hotkey into release branch | Len Brown | 1 | -11/+0 |
2007-02-17 | Pull fluff into release branch | Len Brown | 1 | -1/+1 |
2007-02-17 | ACPI: hotkey: remove driver, per feature-removal-schedule.txt | Len Brown | 1 | -11/+0 |
2007-02-16 | ACPI: remove acpi_os_readable(), acpi_os_writable() | Len Brown | 1 | -20/+0 |
2007-02-16 | ACPI: Fix sparse warnings | Randy Dunlap | 1 | -1/+1 |
2007-02-13 | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 1 | -1/+1 |
2007-02-03 | Pull motherboard into test branch | Len Brown | 1 | -0/+48 |
2007-02-03 | ACPICA: use new ACPI headers. | Alexey Starikovskiy | 1 | -1/+1 |
2007-02-03 | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 1 | -28/+19 |
2007-01-26 | ACPI: move FADT resource reservations from motherboard driver to osl | Bjorn Helgaas | 1 | -0/+48 |
2006-12-20 | Pull bugfix into test branch | Len Brown | 1 | -1/+1 |
2006-12-20 | ACPI: fix NULL check in drivers/acpi/osl.c | Adrian Bunk | 1 | -1/+1 |
2006-12-16 | Pull style into test branch | Len Brown | 1 | -1/+2 |
2006-11-22 | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 1 | -17/+8 |
2006-11-18 | Revert "ACPI: created a dedicated workqueue for notify() execution" | Linus Torvalds | 1 | -13/+21 |
2006-10-14 | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi | Jan Engelhardt | 1 | -2/+2 |
2006-10-14 | ACPI: created a dedicated workqueue for notify() execution | Alexey Y. Starikovskiy | 1 | -21/+13 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -1/+1 |
2006-08-17 | ACPI: avoid irqrouter_resume might_sleep oops on resume from S4 | Len Brown | 1 | -0/+10 |
2006-07-13 | [PATCH] Revert "ACPI: execute Notify() handlers on new thread" | Len Brown | 1 | -36/+24 |
2006-07-10 | ACPI: acpi_os_allocate() fixes | Len Brown | 1 | -30/+0 |
2006-07-04 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -8/+1 |
2006-07-03 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-07-02 | Pull acpi_os_free into release branch | Len Brown | 1 | -8/+1 |
2006-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+0 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-30 | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 1 | -8/+1 |
2006-06-28 | ACPI: ACPICA 20060623 | Bob Moore | 1 | -21/+7 |
2006-06-27 | ACPI: delete tracing macros from drivers/acpi/*.c | Patrick Mochel | 1 | -21/+14 |
2006-06-27 | ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) | Len Brown | 1 | -1/+1 |
2006-06-27 | ACPI: acpi_os_wait_semaphore(): silence complaint | Bjorn Helgaas | 1 | -1/+1 |
2006-06-27 | ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG | Thomas Renninger | 1 | -4/+5 |
2006-06-14 | ACPI: ACPICA 20060608 | Bob Moore | 1 | -3/+0 |
2006-06-14 | ACPI: execute Notify() handlers on new thread | Alexey Starikovskiy | 1 | -27/+53 |
2006-06-14 | ACPI: ACPICA 20060421 | Bob Moore | 1 | -6/+57 |
2006-06-14 | [ACPI] ACPICA 20060317 | Bob Moore | 1 | -3/+2 |
2006-04-01 | ACPI: inline trivial acpi_os_get_thread_id() | Len Brown | 1 | -8/+0 |
2006-03-26 | [PATCH] ACPI: clean up memory attribute checking for map/read/write | Bjorn Helgaas | 1 | -43/+11 |
2006-03-26 | [PATCH] EFI: keep physical table addresses in efi structure | Bjorn Helgaas | 1 | -6/+4 |