summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-28asus-laptop: document the moduleCorentin Chary1-0/+258
2009-08-28asus-laptop: Add "calculator" hotkeyCorentin Chary1-0/+1
2009-08-28asus-laptop: Add suport for another "Media" keyCorentin Chary1-0/+1
2009-08-28asus-laptop: handle keyboard backlight keysCorentin Chary1-0/+2
2009-08-28asus-laptop: Add support for Keyboard backlightCorentin Chary1-2/+77
2009-08-28asus-laptop: set maximum led brightnessCorentin Chary1-6/+7
2009-08-28asus-laptop: Map X50R hotkeysCorentin Chary1-0/+3
2009-08-28asus-laptop: Add *_led_get() functionsCorentin Chary1-0/+8
2009-08-28asus-laptop: Show HRWS in infos and fix output formatCorentin Chary1-2/+12
2009-08-28led: document sysfs interfaceCorentin Chary2-4/+33
2009-08-28video/lcd: document sysfs interfaceCorentin Chary1-0/+23
2009-08-28video/backlight: document sysfs interfaceCorentin Chary1-0/+36
2009-08-28eeepc-laptop: document sysfs interfaceCorentin Chary1-0/+50
2009-08-28eeepc-laptop: add rfkill support for the Wimax in ASUS Eee PC 1000HGCorentin Chary1-0/+13
2009-08-28eeepc-laptop: switch to dev_pm_opsAlan Jenkins1-6/+19
2009-08-28eeepc-laptop: correct the description of the hibernation abort bugAlan Jenkins1-5/+4
2009-08-28eeepc-laptop: check the 3G rfkill state on resumeAlan Jenkins1-0/+3
2009-08-28eeepc-laptop: remove redundant rfkill_set_sw_state in resume handlerAlan Jenkins1-2/+1
2009-08-28eeepc-laptop: make input device a child of the platform deviceAlan Jenkins1-29/+41
2009-08-28eeepc-laptop: fix ordering of init and exit functionsAlan Jenkins1-61/+59
2009-08-28eeepc-laptop: fix pci hotplug race on load and unloadAlan Jenkins1-32/+45
2009-08-28eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify)Alan Jenkins1-8/+13
2009-08-28eeepc-laptop: don't touch the pci slot if it was claimed by a different driverAlan Jenkins1-5/+8
2009-08-27Linux 2.6.31-rc8v2.6.31-rc8Linus Torvalds1-1/+1
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-27xenfb: connect to backend before registering fbJeremy Fitzhardinge1-4/+4
2009-08-27Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-85/+177
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt1-1/+1
2009-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds10-134/+107
2009-08-27ipv4: make ip_append_data() handle NULL routing tableJulien TINNES1-0/+2
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris1-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris1-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris1-69/+103
2009-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-16/+47
2009-08-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-136/+79
2009-08-27powerpc/ps3: Update ps3_defconfigGeoff Levand1-136/+75
2009-08-27powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registrationGeert Uytterhoeven1-0/+4
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+4
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds7-12/+17
2009-08-26leds: after setting inverted attribute, we must update the LEDThadeu Lima de Souza Cascardo1-0/+3
2009-08-26leds: fix multiple requests and releases of IRQ for GPIO LED TriggerThadeu Lima de Souza Cascardo1-7/+14
2009-08-26acpi processor: remove superfluous warning messageFrans Pop1-2/+2
2009-08-26ACPI processor: force throttling state when BIOS returns incorrect valueFrans Pop3-17/+20
2009-08-26wmi: fix kernel panic when stack protection enabled.Costantino Leandro1-4/+4
2009-08-26acpi: don't call acpi_processor_init if acpi is disabledYinghai Lu1-0/+6
2009-08-26thermal_sys: check get_temp return valueMichael Brunner1-1/+8
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5