Age | Commit message (Expand) | Author | Files | Lines |
2007-01-27 | [PATCH] ACPI: fix cpufreq regression | Ingo Molnar | 1 | -4/+0 |
2007-01-23 | [PATCH] acpi: remove "video device notify" message | Jeff Chua | 1 | -2/+0 |
2007-01-11 | Revert "ACPI: ibm-acpi: make non-generic bay support optional" | Henrique de Moraes Holschuh | 2 | -23/+1 |
2007-01-11 | Pull sgi into release branch | Len Brown | 1 | -0/+3 |
2007-01-11 | Pull trivial into release branch | Len Brown | 3 | -9/+2 |
2007-01-11 | ACPI: delete two spurious ACPI messages | Venkatesh Pallipadi | 2 | -7/+0 |
2007-01-06 | [PATCH] fix the toshiba_acpi write_lcd return value | Matthijs van Otterdijk | 1 | -3/+6 |
2007-01-06 | ACPI: ec: enable printk on cmdline use | Len Brown | 1 | -2/+2 |
2007-01-04 | ACPI: Altix: ACPI _PRT support | John Keller | 1 | -0/+3 |
2007-01-02 | ACPI: EC: move verbose printk to debug build only | Guillaume Chazarain | 1 | -1/+1 |
2006-12-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 40 | -736/+1748 |
2006-12-22 | [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM... | Ingo Molnar | 1 | -2/+10 |
2006-12-21 | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 20 | -75/+36 |
2006-12-20 | Driver core: proper prototype for drivers/base/init.c:driver_init() | Adrian Bunk | 1 | -2/+2 |
2006-12-20 | Pull sgi into test branch | Len Brown | 2 | -1/+97 |
2006-12-20 | Pull bugfix into test branch | Len Brown | 4 | -8/+9 |
2006-12-20 | Pull ec into test branch | Len Brown | 1 | -1/+1 |
2006-12-20 | Pull platform-drivers into test branch | Len Brown | 4 | -12/+39 |
2006-12-20 | ACPI: Add support for acpi_load_table/acpi_unload_table_id | John Keller | 2 | -1/+97 |
2006-12-20 | ACPI: video: Add dev argument for backlight_device_register | Yu Luming | 3 | -3/+4 |
2006-12-20 | ACPI: Implement acpi_video_get_next_level() | Thomas Tuttle | 1 | -7/+34 |
2006-12-20 | ACPI: Kconfig - depend on PM rather than selecting it | Andrew Morton | 1 | -1/+1 |
2006-12-20 | ACPI: fix NULL check in drivers/acpi/osl.c | Adrian Bunk | 1 | -1/+1 |
2006-12-20 | ACPI: make drivers/acpi/ec.c:ec_ecdt static | Adrian Bunk | 1 | -1/+1 |
2006-12-20 | ACPI: prevent processor module from loading on failures | Akinobu Mita | 1 | -2/+2 |
2006-12-20 | ACPI: fix single linked list manipulation | Akinobu Mita | 1 | -4/+5 |
2006-12-20 | ACPI: ibm_acpi: allow clean removal | Alexey Starikovskiy | 1 | -2/+1 |
2006-12-16 | Pull style into test branch | Len Brown | 28 | -134/+128 |
2006-12-16 | Pull bugfix into test branch | Len Brown | 1 | -8/+8 |
2006-12-16 | Pull trivial into test branch | Len Brown | 7 | -18/+24 |
2006-12-16 | ACPI: ibm_acpi: respond to workqueue update | Len Brown | 1 | -3/+3 |
2006-12-16 | Pull platform-drivers into test branch | Len Brown | 4 | -190/+1011 |
2006-12-16 | Pull button into test branch | Len Brown | 2 | -85/+139 |
2006-12-16 | Pull dock into test branch | Len Brown | 1 | -21/+110 |
2006-12-15 | ACPI: dock: add uevent to indicate change in device status | Kristen Carlson Accardi | 1 | -2/+4 |
2006-12-08 | ACPI: ec: Lindent once again | Alexey Starikovskiy | 1 | -95/+76 |
2006-12-08 | ACPI: ec: Change #define to enums there possible. | Alexey Starikovskiy | 1 | -12/+12 |
2006-12-08 | ACPI: ec: Style changes. | Alexey Starikovskiy | 1 | -10/+6 |
2006-12-08 | ACPI: ec: Acquire Global Lock under EC mutex. | Alexey Starikovskiy | 1 | -2/+2 |
2006-12-08 | ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. | Alexey Starikovskiy | 1 | -5/+2 |
2006-12-08 | ACPI: ec: Rename gpe_bit to gpe | Alexey Starikovskiy | 1 | -21/+21 |
2006-12-08 | ACPI: ec: Change semaphore to mutex. | Alexey Starikovskiy | 1 | -6/+6 |
2006-12-08 | ACPI: ec: Query only single query at a time. | Alexey Starikovskiy | 1 | -11/+8 |
2006-12-08 | ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at | Alexey Starikovskiy | 1 | -8/+4 |
2006-12-08 | ACPI: ec: Remove expect_event and all races around it. | Alexey Starikovskiy | 1 | -46/+38 |
2006-12-08 | ACPI: ec: Read status register from check_status() function | Alexey Starikovskiy | 1 | -5/+6 |
2006-12-08 | ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. | Alexey Starikovskiy | 1 | -2/+2 |
2006-12-08 | ACPI: ec: Enable EC GPE at beginning of transaction | Alexey Starikovskiy | 1 | -0/+3 |
2006-12-08 | ACPI: ec: Allow for write semantics in any command. | Alexey Starikovskiy | 1 | -1/+1 |
2006-12-07 | ACPI: dock: Fix symbol conflict between acpiphp and dock | Prarit Bhargava | 1 | -1/+7 |