Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-10-23 | 145 | -2212/+5917 |
|\ | |||||
| * | dock: make dock driver not a module | Shaohua Li | 2008-10-23 | 1 | -1/+1 |
| * | ACPI: fix ia64 build warning | Len Brown | 2008-10-23 | 1 | -1/+1 |
| * | Merge branch 'bugzilla-11715' into test | Len Brown | 2008-10-23 | 1 | -3/+52 |
| |\ | |||||
| | * | x86: SB600: skip ACPI IRQ0 override if it is not routed to INT2 of IOAPIC | Andreas Herrmann | 2008-10-16 | 1 | -3/+52 |
| * | | ACPI: hack around sysfs warning with link order | Zhao Yakui | 2008-10-23 | 1 | -1/+1 |
| * | | ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=n | Len Brown | 2008-10-23 | 1 | -1/+1 |
| * | | intel_menlo: fix build warning | Len Brown | 2008-10-23 | 1 | -1/+1 |
| * | | Merge branch 'linus' into test | Len Brown | 2008-10-23 | 7289 | -186826/+577351 |
| |\ \ | |||||
| * | | | panasonic-laptop: fix build | Len Brown | 2008-10-23 | 1 | -3/+3 |
| * | | | Merge branch 'panasonic' into test | Len Brown | 2008-10-23 | 4 | -0/+784 |
| |\ \ \ | |||||
| | * | | | panasonic-laptop: depends on ACPI | Randy Dunlap | 2008-10-23 | 1 | -1/+1 |
| | * | | | panasonic-laptop: add Panasonic Let's Note laptop extras driver v0.94 | Harald Welte | 2008-09-24 | 4 | -0/+784 |
| * | | | | Merge branch 'yinghai' into test | Len Brown | 2008-10-23 | 2 | -8/+3 |
| |\ \ \ \ | |||||
| | * | | | | ACPI: remove unused have_arch_parse_srat | Yinghai Lu | 2008-10-11 | 1 | -8/+0 |
| | * | | | | ACPI: don't load acpi_cpufreq if acpi=off | Yinghai Lu | 2008-10-11 | 1 | -0/+3 |
| * | | | | | Merge branch 'ull' into test | Len Brown | 2008-10-23 | 30 | -110/+123 |
| |\ \ \ \ \ | |||||
| | * | | | | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 32 | -112/+125 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'thinkpad' into test | Len Brown | 2008-10-23 | 1 | -2/+61 |
| |\ \ \ \ \ | |||||
| | * | | | | | ACPI: thinkpad-acpi: Remove firmware backlight delays for Intel ACPI IGD OpRe... | Henrique de Moraes Holschuh | 2008-10-23 | 1 | -0/+11 |
| | * | | | | | ACPI: thinkpad-acpi: Remove duplicate line | Pascal Terjan | 2008-10-23 | 1 | -1/+0 |
| | * | | | | | ACPI: thinkpad-acpi: trivial fix of error message | Mariusz Kozlowski | 2008-10-23 | 1 | -1/+2 |
| | * | | | | | ACPI: thinkpad-acpi: attempt to preserve fan state on resume | Henrique de Moraes Holschuh | 2008-10-23 | 1 | -0/+48 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'suspend' into test | Len Brown | 2008-10-23 | 2 | -27/+76 |
| |\ \ \ \ \ | |||||
| | * | | | | | ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering | Rafael J. Wysocki | 2008-10-17 | 1 | -0/+8 |
| | * | | | | | ACPI Suspend: Enable ACPI during resume if SCI_EN is not set | Rafael J. Wysocki | 2008-10-17 | 1 | -0/+2 |
| | * | | | | | ACPI suspend: Always use the 32-bit waking vector | Rafael J. Wysocki | 2008-10-17 | 1 | -26/+11 |
| | * | | | | | ACPI: Add the support for _TTS object | Zhao Yakui | 2008-10-17 | 1 | -1/+48 |
| | * | | | | | ACPI: Clear WAK_STS on resume | Matthew Garrett | 2008-10-16 | 1 | -0/+7 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'pnp-debug' into test | Len Brown | 2008-10-23 | 19 | -125/+121 |
| |\ \ \ \ \ | |||||
| | * | | | | | PNP: remove old CONFIG_PNP_DEBUG option | Bjorn Helgaas | 2008-10-11 | 5 | -22/+0 |
| | * | | | | | PNP: convert to using pnp_dbg() | Bjorn Helgaas | 2008-10-11 | 10 | -63/+63 |
| | * | | | | | PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg() | Bjorn Helgaas | 2008-10-11 | 4 | -0/+39 |
| | * | | | | | PNP: remove some uses of DEBUG ifdef | Bjorn Helgaas | 2008-10-11 | 2 | -14/+8 |
| | * | | | | | PNP: use new vsprintf symbolic function pointer format | Bjorn Helgaas | 2008-10-11 | 1 | -4/+2 |
| | * | | | | | PNP: convert the last few pnp_info() uses to printk() | Bjorn Helgaas | 2008-10-11 | 3 | -17/+3 |
| | * | | | | | PNPACPI: use dev_printk when possible | Bjorn Helgaas | 2008-10-11 | 1 | -7/+8 |
| | * | | | | | PNP: fix debug formatting (cosmetic) | Bjorn Helgaas | 2008-10-11 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'misc' into test | Len Brown | 2008-10-23 | 30 | -46/+56 |
| |\ \ \ \ \ | |||||
| | * | | | | | asus-laptop: Fix the led behavior with value > 1 | Corentin Chary | 2008-10-22 | 1 | -1/+1 |
| | * | | | | | ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warnings | Rafael J. Wysocki | 2008-10-22 | 2 | -5/+4 |
| | * | | | | | asus-laptop: Add support for P30/P35 | Torsten Krah | 2008-10-17 | 1 | -0/+1 |
| | * | | | | | ACPI: Allow overriding to higher critical trip point. | Zhang Rui | 2008-10-17 | 2 | -4/+6 |
| | * | | | | | don't load asus-acpi if model is not supported | Zhang Rui | 2008-10-17 | 1 | -0/+2 |
| | * | | | | | sony-laptop: newline-terminate the printk for backlight change failure | Adam Jackson | 2008-10-16 | 1 | -1/+1 |
| | * | | | | | fix CONFIG_MMCONFIG=n build warning | Pavel Vasilyev | 2008-10-15 | 1 | -1/+3 |
| | * | | | | | toshiba_acpi: depends on INPUT | Randy Dunlap | 2008-10-11 | 1 | -1/+1 |
| | * | | | | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-11 | 23 | -30/+34 |
| | * | | | | | ACPI: toshiba_acpi.c fix sparse signedness mismatch warnings | Harvey Harrison | 2008-10-11 | 1 | -1/+1 |
| | * | | | | | ACPI: acpi_driver_data could only be applied to acpi_device | Alexey Starikovskiy | 2008-10-11 | 1 | -1/+1 |