summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* classmate-laptop: Added some keys present in other devicesThadeu Lima de Souza Cascardo2010-03-011-0/+4
* MAINTAINERS: Add git tree to x86 Platform DriversThadeu Lima de Souza Cascardo2010-03-011-0/+1
* asus-acpi: remove duplicate comparison of asus_model stringsRoel Kluin2010-03-011-2/+1
* Merge git://git.iksaif.net/acpi4asus into x86-platformMatthew Garrett2010-03-015-847/+939
|\
| * Merge branch 'eeepc-laptop' into acpi4asusCorentin Chary2010-02-282-6/+25
| |\
| | * eeepc-laptop: check wireless hotplug eventsAlan Jenkins2010-02-281-0/+18
| | * eeepc-laptop: disable wireless hotplug for 1005PEAlan Jenkins2010-02-281-1/+2
| | * eeepc-laptop: set the right paths in the documentationCorentin Chary2010-02-281-5/+5
| * | asus-laptop: fix style problems reported by checkpath.plCorentin Chary2010-02-281-47/+47
| * | asus-laptop: use device_create_file() instead of platform_groupCorentin Chary2010-02-281-82/+84
| * | asus-laptop: clean led codeCorentin Chary2010-02-281-120/+115
| * | asus-laptop: add gps rfkillCorentin Chary2010-02-282-7/+59
| * | asus-laptop: set initial lcd stateCorentin Chary2010-02-281-0/+2
| * | asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()Corentin Chary2010-02-281-17/+14
| * | asus-laptop: add backlight changes notificationsCorentin Chary2010-02-281-2/+27
| * | asus-laptop: add bluetooth keys found on M9VCorentin Chary2010-02-281-0/+2
| * | asus-laptop: switch to sparse keymap libraryCorentin Chary2010-02-282-141/+68
| * | asus-laptop: rename wireless_status to wlan_status to avoid confusionCorentin Chary2010-02-281-5/+5
| * | asus-laptop: add error check for write_acpi_int callsCorentin Chary2010-02-281-8/+25
| * | asus-laptop: stop using ASUS_HANDLE and use relative methods insteadCorentin Chary2010-02-281-111/+129
| * | asus-laptop: rename function talking directly to acpi with asus_xxx schemeCorentin Chary2010-02-281-19/+19
| * | asus-laptop: removing read_status/store_status/write_status and asus->statusCorentin Chary2010-02-281-57/+24
| * | asus-laptop: stop using read_status for lcdCorentin Chary2010-02-281-17/+20
| * | asus-laptop: stop using read_status and store_status for GPSCorentin Chary2010-02-281-21/+35
| * | asus-laptop: stop using read_status for bluetooth and wlanCorentin Chary2010-02-281-26/+29
| * | asus-laptop: code movementCorentin Chary2010-02-281-217/+223
| * | asus-laptop: callbacks should use "driver data" parameter or fieldCorentin Chary2010-02-281-153/+209
| * | asus-laptop: move backlight and dsdt info inside asus_laptop structCorentin Chary2010-02-281-39/+30
| * | asus-laptop: revise namesCorentin Chary2010-02-281-110/+111
| * | asus-laptop: change initialization orderCorentin Chary2010-02-281-189/+180
| * | asus-laptop: remove unecessary hotk != NULL checkCorentin Chary2010-02-281-4/+1
| * | asus-laptop: use tabs to indent macros and remove unused onesCorentin Chary2010-02-281-29/+22
| * | asus-laptop: simplify write_acpi_intCorentin Chary2010-02-281-11/+16
| * | asus-laptop: no need to check argument of set_brightness()Corentin Chary2010-02-281-8/+2
| * | asus-laptop: set the right paths in the documentationCorentin Chary2010-02-281-6/+6
| * | asus-laptop: add wireless and bluetooth status parameterCorentin Chary2010-02-281-2/+17
| |/
* | toshiba-acpi: fix multimedia keys on some machinesFrans Pop2010-03-011-14/+16
* | dell-laptop: Fix errors on failure and exit pathsMatthew Garrett2010-03-011-2/+3
* | dell-laptop: Fix build error by making buffer_mutex staticIngo Molnar2010-03-011-2/+2
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-02-284-18/+27
|\ \
| * | x86, uv: Remove recursion in uv_heartbeat_enable()Roel Kluin2010-01-071-5/+4
| * | x86, uv: uv_global_gru_mmr_address() macro fixJack Steiner2010-01-071-1/+2
| * | x86, uv: Add serial number parameter to uv_bios_get_sn_info()Russ Anderson2009-12-173-12/+21
* | | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-289-9/+284
|\ \ \
| * | | x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_setSuresh Siddha2010-02-231-4/+0
| * | | x86, ptrace: Simplify xstateregs_get()Suresh Siddha2010-02-231-23/+7
| * | | ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha2010-02-232-1/+6
| * | | parisc: Disable CONFIG_HAVE_ARCH_TRACEHOOKRoland McGrath2010-02-231-1/+0
| * | | ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha2010-02-123-1/+108
| * | | x86, ptrace: regset extensions to support xstateSuresh Siddha2010-02-127-4/+187