| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] acpi memory hotplug: remove strange add_memory fail message | Yasunori Goto | 2006-10-20 | 1 | -0/+12 |
* | [PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUG | Yasunori Goto | 2006-10-20 | 1 | -1/+1 |
* | [PATCH] fix "ACPI: Processor native C-states using MWAIT" | Darrick J. Wong | 2006-10-20 | 1 | -1/+1 |
* | [PATCH] acpi_processor_latency_notifier(): UP warning fix | Andrew Morton | 2006-10-17 | 1 | -0/+6 |
* | Pull trivial into test branch | Len Brown | 2006-10-14 | 7 | -11/+14 |
|\ |
|
| * | ACPI: fix printk format warnings | Randy Dunlap | 2006-10-14 | 2 | -2/+2 |
| * | ACPI: fix section for CPU init functions | Pierre Ossman | 2006-10-14 | 2 | -2/+2 |
| * | ACPI: update comments in motherboard.c | Len Brown | 2006-10-14 | 1 | -0/+6 |
| * | ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL | Jiri Kosina | 2006-10-14 | 1 | -1/+1 |
| * | ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG | Dmitry Torokhov | 2006-10-14 | 1 | -6/+3 |
* | | Pull bugzilla-5534 into test branch | Len Brown | 2006-10-14 | 2 | -34/+14 |
|\ \ |
|
| * | | ACPI: created a dedicated workqueue for notify() execution | Alexey Y. Starikovskiy | 2006-10-14 | 1 | -21/+13 |
| * | | ACPI: Remove deferred execution from global lock acquire wakeup path | Alexey Y. Starikovskiy | 2006-10-14 | 1 | -13/+1 |
| |/ |
|
* | | Pull ec into test branch | Len Brown | 2006-10-14 | 1 | -803/+293 |
|\ \ |
|
| * | | ACPI: EC: export ec_transaction() for msi-laptop driver | Lennart Poettering | 2006-10-14 | 1 | -0/+2 |
| * | | ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb(). | Denis M. Sadykov | 2006-10-14 | 1 | -79/+45 |
| * | | ACPI: EC: Unify poll and interrupt gpe handlers | Denis M. Sadykov | 2006-10-14 | 1 | -95/+12 |
| * | | ACPI: EC: Unify poll and interrupt mode transaction functions | Denis M. Sadykov | 2006-10-14 | 1 | -81/+29 |
| * | | ACPI: EC: Remove unused variables and duplicated code | Denis M. Sadykov | 2006-10-14 | 1 | -458/+253 |
| * | | ACPI: EC: Remove unnecessary delay added by previous transation patch. | Denis M. Sadykov | 2006-10-14 | 1 | -53/+50 |
| * | | ACPI: consolidate functions in acpi ec driver | Lennart Poettering | 2006-10-14 | 1 | -230/+95 |
| |/ |
|
* | | Pull mwait into test branch | Len Brown | 2006-10-14 | 1 | -38/+63 |
|\ \ |
|
| * | | ACPI: Processor native C-states using MWAIT | Venkatesh Pallipadi | 2006-10-14 | 1 | -38/+63 |
| |/ |
|
* | | Pull battery into test branch | Len Brown | 2006-10-14 | 2 | -7/+27 |
|\ \ |
|
| * | | ACPI: check battery status on resume for un/plug events during sleep | Jiri Kosina | 2006-10-14 | 1 | -0/+14 |
| * | | ACPI: sbs: fix module_param() initializers | Lebedev, Vladimir P | 2006-10-14 | 1 | -5/+5 |
| * | | ACPI: sbs: check for NULL device pointer | Lebedev, Vladimir P | 2006-10-14 | 1 | -2/+8 |
| |/ |
|
* | | Pull ibm into test branch | Len Brown | 2006-10-14 | 1 | -2/+0 |
|\ \ |
|
| * | | ACPI: ibm_acpi: Remove experimental status for brightness and volume. | Stefan Schmidt | 2006-10-14 | 1 | -2/+0 |
| |/ |
|
* | | Pull asus into test branch | Len Brown | 2006-10-14 | 1 | -30/+37 |
|\ \ |
|
| * | | ACPI: asus_acpi: don't printk on writing garbage to proc files | Alexey Dobriyan | 2006-10-14 | 1 | -9/+1 |
| * | | ACPI: asus_acpi: fix proc files parsing | Darren Jenkins | 2006-10-14 | 1 | -23/+23 |
| * | | ACPI: asus_acpi: W3000 support | Marek W | 2006-10-14 | 1 | -1/+16 |
| |/ |
|
* | | ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID | Eiichiro Oiwa | 2006-10-14 | 1 | -7/+6 |
|/ |
|
* | ACPI: Allow setting SCI_EN bit in PM1_CONTROL register | Linus Torvalds | 2006-10-10 | 1 | -2/+0 |
* | [PATCH] acpi NULL noise removal | Al Viro | 2006-10-10 | 1 | -2/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | fix drivers/acpi/Kconfig typos | Matt LaPlante | 2006-10-03 | 1 | -3/+3 |
* | [PATCH] maximum latency tracking infrastructure | Arjan van de Ven | 2006-10-01 | 1 | -4/+34 |
* | [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup | Keith Mannthey | 2006-10-01 | 1 | -0/+4 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -1/+1 |
* | i2c: Constify i2c_algorithm declarations, part 2 | Jean Delvare | 2006-09-26 | 1 | -1/+1 |
*-----. | Merge trivial low-risk suspend hotkey bugzilla-5918 into release | Len Brown | 2006-08-20 | 10 | -175/+159 |
|\ \ \ \ |
|
| | | * | | ACPI: hotkey.c fixes, fix for potential crash of hotkey.c | Handle X | 2006-08-16 | 1 | -162/+119 |
| |_|/ /
|/| | | |
|
| | * | | ACPI: avoid irqrouter_resume might_sleep oops on resume from S4 | Len Brown | 2006-08-16 | 2 | -1/+11 |
| | * | | ACPI: memory hotplug: remove useless message at boot time | Yasunori Goto | 2006-08-16 | 1 | -6/+2 |
| | * | | ACPI: verbose on kset/kobject_register errors | Randy Dunlap | 2006-08-15 | 1 | -2/+10 |
| | * | | ACPI: add message if firmware_register() init fails | Randy Dunlap | 2006-08-15 | 1 | -1/+5 |
| | * | | ACPI: skip smart battery init when acpi=off | Len Brown | 2006-08-15 | 1 | -0/+3 |
| | * | | ACPI: fix boot with acpi=off | Pavel Machek | 2006-08-15 | 2 | -0/+5 |