aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asus-laptop: document sysfs interfaceCorentin Chary2009-08-281-0/+52
* asus-laptop: document the moduleCorentin Chary2009-08-281-0/+258
* asus-laptop: Add "calculator" hotkeyCorentin Chary2009-08-281-0/+1
* asus-laptop: Add suport for another "Media" keyCorentin Chary2009-08-281-0/+1
* asus-laptop: handle keyboard backlight keysCorentin Chary2009-08-281-0/+2
* asus-laptop: Add support for Keyboard backlightCorentin Chary2009-08-281-2/+77
* asus-laptop: set maximum led brightnessCorentin Chary2009-08-281-6/+7
* asus-laptop: Map X50R hotkeysCorentin Chary2009-08-281-0/+3
* asus-laptop: Add *_led_get() functionsCorentin Chary2009-08-281-0/+8
* asus-laptop: Show HRWS in infos and fix output formatCorentin Chary2009-08-281-2/+12
* led: document sysfs interfaceCorentin Chary2009-08-282-4/+33
* video/lcd: document sysfs interfaceCorentin Chary2009-08-281-0/+23
* video/backlight: document sysfs interfaceCorentin Chary2009-08-281-0/+36
* eeepc-laptop: document sysfs interfaceCorentin Chary2009-08-281-0/+50
* eeepc-laptop: add rfkill support for the Wimax in ASUS Eee PC 1000HGCorentin Chary2009-08-281-0/+13
* eeepc-laptop: switch to dev_pm_opsAlan Jenkins2009-08-281-6/+19
* eeepc-laptop: correct the description of the hibernation abort bugAlan Jenkins2009-08-281-5/+4
* eeepc-laptop: check the 3G rfkill state on resumeAlan Jenkins2009-08-281-0/+3
* eeepc-laptop: remove redundant rfkill_set_sw_state in resume handlerAlan Jenkins2009-08-281-2/+1
* eeepc-laptop: make input device a child of the platform deviceAlan Jenkins2009-08-281-29/+41
* eeepc-laptop: fix ordering of init and exit functionsAlan Jenkins2009-08-281-61/+59
* eeepc-laptop: fix pci hotplug race on load and unloadAlan Jenkins2009-08-281-32/+45
* eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify)Alan Jenkins2009-08-281-8/+13
* eeepc-laptop: don't touch the pci slot if it was claimed by a different driverAlan Jenkins2009-08-281-5/+8
* Linux 2.6.31-rc8Linus Torvalds2009-08-271-1/+1
* module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
* module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
* xenfb: connect to backend before registering fbJeremy Fitzhardinge2009-08-271-4/+4
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-272-85/+177
|\
| * inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-271-7/+6
| * inotify: fix locking around inotify watching in the idrEric Paris2009-08-271-10/+40
| * inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-271-2/+31
| * inotify: seperate new watch creation updating existing watchesEric Paris2009-08-271-69/+103
* | lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt2009-08-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-2710-134/+107
|\ \
| * | 9p: update documentation pointersEric Van Hensbergen2009-08-171-0/+3
| * | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-173-35/+10
| * | net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-172-7/+2
| * | 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-171-1/+1
| * | 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-171-5/+0
| * | 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-171-4/+7
| * | 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-171-2/+2
| * | 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-171-9/+4
| * | 9p: minor comment fixesAbhishek Kulkarni2009-08-175-24/+21
| * | 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-171-49/+56
| * | 9p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni2009-08-171-1/+4
* | | ipv4: make ip_append_data() handle NULL routing tableJulien TINNES2009-08-271-0/+2
* | | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells2009-08-271-3/+15
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-262-16/+47
|\ \
| * | virtio: net refill on out-of-memoryRusty Russell2009-08-261-15/+46