summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | firewire: get_cycle_timer optimization and cleanupStefan Richter2010-02-202-37/+36
| * | | | firewire: ohci: enable cycle timer fix on ALi and NEC controllersStefan Richter2010-02-191-5/+8
| * | | | firewire: ohci: work around cycle timer bugs on VIA controllersClemens Ladisch2010-02-191-3/+49
| * | | | firewire: make PCI device id constantNémeth Márton2010-01-101-1/+1
| * | | | firewire: qualify config ROM cache pointers as const pointersStefan Richter2009-12-293-18/+20
| * | | | firewire: core: fw_csr_string addendumStefan Richter2009-12-292-11/+16
| * | | | firewire: add fw_csr_string() helper functionClemens Ladisch2009-12-293-67/+84
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-03-031-15/+15
|\ \ \ \ \
| * | | | | fuse: fix large stack useFang Wenqi2010-02-051-2/+9
| * | | | | fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi2010-02-051-13/+6
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-03-0312-906/+1058
|\ \ \ \ \ \
| * | | | | | compal-laptop: Make it depend on CONFIG_RFKILLIngo Molnar2010-03-021-0/+1
| * | | | | | Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6...Matthew Garrett2010-03-023-39/+91
| |\ \ \ \ \ \
| | * | | | | | thinkpad-acpi: fix ALSA callback return statusHenrique de Moraes Holschuh2010-02-271-10/+29
| | * | | | | | thinkpad-acpi: lock down video output state accessHenrique de Moraes Holschuh2010-02-253-4/+25
| | * | | | | | thinkpad-acpi: fix bluetooth/wwan resumeHenrique de Moraes Holschuh2010-02-251-8/+10
| | * | | | | | thinkpad-acpi: make driver events work in NVRAM poll modeHenrique de Moraes Holschuh2010-02-251-3/+10
| | * | | | | | thinkpad-acpi: fix poll thread auto-startHenrique de Moraes Holschuh2010-02-251-9/+6
| | * | | | | | thinkpad-acpi: R52 brightness_mode has been confirmedHenrique de Moraes Holschuh2010-02-251-3/+3
| | * | | | | | thinkpad-acpi: document HKEY event 3006Henrique de Moraes Holschuh2010-02-251-2/+8
| | | |_|/ / / | | |/| | | |
| * | | | | | 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
OpenPOWER on IntegriCloud