| Commit message (Expand) | Author | Age | Files | Lines |
* | wmi: use memcmp instead of strncmp to compare GUIDs | Thadeu Lima de Souza Cascardo | 2010-12-06 | 1 | -1/+1 |
* | ACPI, hp-wmi: Fix memory leak in acpi query | Zeng Zhaoming | 2010-11-24 | 1 | -0/+2 |
* | msi-wmi: fix semantically incorrect use of keycode instead of scancode | Anisse Astier | 2010-11-24 | 1 | -8/+8 |
* | msi-wmi: Add mute key support | Anisse Astier | 2010-11-24 | 1 | -0/+2 |
* | asus-laptop: add wimax and wwan support | Corentin Chary | 2010-11-24 | 1 | -1/+96 |
* | eeepc-wmi: fix compiler warning | Dmitry Torokhov | 2010-11-24 | 1 | -2/+2 |
* | ibm_rtl: _RTL_ is not available in UEFI mode | Vernon Mauery | 2010-11-24 | 1 | -1/+2 |
* | ibm_rtl: Loosen the DMI criteria to all IBM machines | Vernon Mauery | 2010-11-24 | 1 | -24/+5 |
* | drivers/platform/x86/thinkpad_acpi.c: delete double assignment | Julia Lawall | 2010-11-24 | 1 | -1/+0 |
* | toshiba_acpi.c: Add key_entry for a lone FN keypress | Jon Dowland | 2010-11-24 | 1 | -0/+1 |
* | ibm_rtl: fix printk format warning | Randy Dunlap | 2010-11-24 | 1 | -1/+1 |
* | Remove duplicate includes from many files | Zimny Lech | 2010-10-27 | 1 | -1/+0 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 2010-10-25 | 19 | -1011/+1980 |
|\ |
|
| * | eeepc-wmi: Add cpufv sysfs interface | Chris Bagwell | 2010-10-21 | 1 | -0/+51 |
| * | eeepc-wmi: add additional hotkeys | Chris Bagwell | 2010-10-21 | 1 | -0/+5 |
| * | panasonic-laptop: Simplify calls to acpi_pcc_retrieve_biosdata | Jean Delvare | 2010-10-21 | 1 | -10/+10 |
| * | panasonic-laptop: Handle errors properly if they happen | Jean Delvare | 2010-10-21 | 1 | -0/+2 |
| * | intel_pmic_gpio: fix off-by-one value range checking | Axel Lin | 2010-10-21 | 1 | -1/+1 |
| * | IBM Real-Time "SMI Free" mode driver -v7 | Vernon Mauery | 2010-10-21 | 3 | -1/+358 |
| * | Add OLPC XO-1 rfkill driver | Daniel Drake | 2010-10-21 | 3 | -0/+94 |
| * | Move hdaps driver to platform/x86 | Jean Delvare | 2010-10-21 | 3 | -0/+658 |
| * | ideapad-laptop: Fix Makefile | Matthew Garrett | 2010-10-21 | 1 | -1/+1 |
| * | intel_pmic_gpio: swap the bits and mask args for intel_scu_ipc_update_register | Alek Du | 2010-10-21 | 1 | -12/+12 |
| * | ideapad: Add param: no_bt_rfkill | Ike Panhc | 2010-10-21 | 1 | -0/+12 |
| * | ideapad: Change the driver name to ideapad-laptop | Ike Panhc | 2010-10-21 | 3 | -3/+3 |
| * | ideapad: rewrite the sw rfkill set | Ike Panhc | 2010-10-21 | 1 | -25/+12 |
| * | ideapad: rewrite the hw rfkill notify | Ike Panhc | 2010-10-21 | 1 | -36/+17 |
| * | ideapad: use EC command to control camera | Ike Panhc | 2010-10-21 | 1 | -5/+11 |
| * | ideapad: use return value of _CFG to tell if device exist or not | Ike Panhc | 2010-10-21 | 1 | -34/+10 |
| * | ideapad: make sure we bind on the correct device | Ike Panhc | 2010-10-21 | 1 | -1/+4 |
| * | ideapad: check VPC bit before sync rfkill hw status | Ike Panhc | 2010-10-21 | 1 | -1/+15 |
| * | ideapad: add ACPI helpers | Ike Panhc | 2010-10-21 | 1 | -0/+109 |
| * | dell-laptop: Add debugfs support | Keng-Yu Lin | 2010-10-21 | 1 | -0/+77 |
| * | WMI: embed struct device directly into wmi_block | Dmitry Torokhov | 2010-10-21 | 1 | -111/+65 |
| * | WMI: make use of class device's attributres | Dmitry Torokhov | 2010-10-21 | 1 | -8/+7 |
| * | WMI: use pr_err() and friends | Dmitry Torokhov | 2010-10-21 | 1 | -35/+29 |
| * | WMI: use separate list head for storing wmi blocks | Dmitry Torokhov | 2010-10-21 | 1 | -11/+9 |
| * | WMI: simplify handling of returned WMI blocks in parse_wdg() | Dmitry Torokhov | 2010-10-21 | 1 | -11/+4 |
| * | WMI: fix potential NULL pointer dereference | Dmitry Torokhov | 2010-10-21 | 1 | -0/+2 |
| * | WMI: do not leak memory in parse_wdg() | Dmitry Torokhov | 2010-10-21 | 1 | -2/+4 |
| * | WMI: fix wmi_gtoa() to actully terminate the string | Dmitry Torokhov | 2010-10-21 | 1 | -1/+1 |
| * | WMI: free wmi blocks when parse_wdg() fails | Dmitry Torokhov | 2010-10-21 | 1 | -10/+15 |
| * | WMI: remove EC region handler when _WDG parsing fails | Dmitry Torokhov | 2010-10-21 | 1 | -2/+7 |
| * | asus-laptop: use attribute group to manage attributes | Dmitry Torokhov | 2010-10-21 | 1 | -61/+50 |
| * | scu_ipc: Fix warning caused by include changes | Alan Cox | 2010-10-21 | 1 | -0/+1 |
| * | platform: x86: throw away custom methods | Andy Shevchenko | 2010-10-21 | 1 | -18/+6 |
| * | acpi_toshiba: fix kconfig error | Randy Dunlap | 2010-10-21 | 1 | -1/+0 |
| * | Don't show error if Acer WMI is not found | Pascal de Bruijn | 2010-10-21 | 1 | -1/+1 |
| * | asus-laptop: remove no longer used keycode_map field | Dmitry Torokhov | 2010-10-21 | 1 | -1/+0 |
| * | asus-laptop: fix gps rfkill | Corentin Chary | 2010-10-21 | 1 | -3/+3 |