Age | Commit message (Expand) | Author | Files | Lines |
2009-01-16 | Merge branch 'misc' into release | Len Brown | 2 | -1/+1 |
2009-01-16 | Merge branches 'bugzilla-11884' and 'bugzilla-8544' into release | Len Brown | 2 | -47/+42 |
2009-01-16 | ACPI: rename main.c to sleep.c | Len Brown | 2 | -1/+1 |
2009-01-16 | thermal fixup for broken BIOS which has invalid trip points. | Zhang Rui | 1 | -4/+12 |
2009-01-16 | ACPI: EC: Don't trust ECDT tables from ASUS | Alexey Starikovskiy | 1 | -44/+30 |
2009-01-16 | ACPI: EC: Limit workaround for ASUS notebooks even more | Alexey Starikovskiy | 1 | -1/+2 |
2009-01-09 | Merge branch 'drivers-platform' into release | Len Brown | 5 | -3157/+0 |
2009-01-09 | Merge branch 'simplify_PRT' into release | Len Brown | 2 | -394/+168 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 13 | -56/+167 |
2009-01-09 | Merge branch 'suspend' into release | Len Brown | 1 | -8/+59 |
2009-01-09 | Merge branch 'misc' into release | Len Brown | 3 | -5/+7 |
2009-01-09 | Merge branch 'fluff' into release | Len Brown | 3 | -5/+5 |
2009-01-09 | Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12... | Len Brown | 2 | -21/+37 |
2009-01-09 | Merge branch 'battery' into release | Len Brown | 1 | -2/+3 |
2009-01-09 | Merge branch 'alarm' into release | Len Brown | 1 | -21/+32 |
2009-01-09 | ACPICA: hide private headers | Len Brown | 129 | -349/+7765 |
2009-01-09 | ACPICA: create acpica/ directory | Len Brown | 124 | -101/+53 |
2009-01-09 | ACPI: fix build warning | Len Brown | 1 | -2/+2 |
2009-01-09 | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" | Zhao Yakui | 1 | -1/+2 |
2009-01-09 | ACPICA: delete utcache.c | Len Brown | 2 | -316/+1 |
2009-01-09 | ACPICA: delete acdisasm.h | Len Brown | 1 | -0/+2 |
2009-01-08 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -0/+20 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -7/+7 |
2009-01-07 | ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added | Andrew Patterson | 1 | -0/+2 |
2009-01-07 | ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added | Andrew Patterson | 1 | -0/+3 |
2009-01-07 | ACPI/PCI: PCI extended config _OSC support called when root bridge added | Andrew Patterson | 1 | -2/+8 |
2009-01-07 | ACPI/PCI: call _OSC support during root bridge discovery | Andrew Patterson | 1 | -0/+9 |
2009-01-07 | remove linux/hardirq.h from asm-generic/local.h | Russell King | 1 | -0/+1 |
2009-01-06 | trivial: Fix misspelling of "firmware" in acpi_memhotplug.c | Nick Andrew | 1 | -1/+1 |
2009-01-06 | trivial: fix an -> a typos in documentation and comments | Frederik Schwarzer | 5 | -6/+6 |
2009-01-03 | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t | Rusty Russell | 3 | -44/+78 |
2008-12-31 | ACPICA: FADT: Update error msgs for consistency | Bob Moore | 1 | -4/+4 |
2008-12-31 | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default | robert.moore@intel.com | 1 | -68/+105 |
2008-12-31 | ACPICA: FADT parsing changes and fixes | Bob Moore | 1 | -20/+105 |
2008-12-31 | ACPICA: Restructure includes into public/private | Bob Moore | 109 | -58/+165 |
2008-12-31 | ACPI: remove private acpica headers from driver files | Lin Ming | 7 | -9/+0 |
2008-12-31 | ACPI: reboot.c: use new acpi_reset interface | Lin Ming | 1 | -1/+1 |
2008-12-31 | ACPICA: New: acpi_reset interface - write to reset register | Bob Moore | 1 | -0/+37 |
2008-12-31 | ACPICA: Move all public H/W interfaces to new hwxface | Bob Moore | 3 | -497/+558 |
2008-12-31 | ACPICA: New: acpi_read and acpi_write public interfaces | Bob Moore | 5 | -113/+81 |
2008-12-31 | ACPI: power.c: call acpi_get_name to get node name | Lin Ming | 1 | -1/+5 |
2008-12-31 | ACPI: main.c: use new public GPE group enable/disable interfaces | Lin Ming | 1 | -6/+6 |
2008-12-31 | ACPICA: New: Public GPE group enable/disable interfaces | Bob Moore | 1 | -0/+58 |
2008-12-31 | ACPICA: New: acpi_get_gpe_device interface | Bob Moore | 7 | -83/+136 |
2008-12-31 | ACPI: wakeup.c: remove ACPI_FUNCTION_TRACE | Lin Ming | 1 | -5/+0 |
2008-12-31 | ACPI: proc.c: remove ACPI_FUNCTION_TRACE | Lin Ming | 1 | -9/+3 |
2008-12-31 | ACPI: ec.c: call acpi_get_name to get node name | Lin Ming | 1 | -2/+7 |
2008-12-31 | ACPI: osl.c: replace return_ACPI_STATUS with return | Lin Ming | 1 | -2/+2 |
2008-12-31 | video: always update the brightness when poking "brightness" | Zhang Rui | 1 | -0/+5 |
2008-12-31 | ACPI: ec.c, pci_link.c, video_detec.c: static | Roel Kluin | 3 | -5/+5 |