summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-14debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-14sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman7-22/+0
2011-05-13drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov...Andrew Morton1-1/+1
2011-05-12memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC...Anton Blanchard1-16/+8
2011-05-11SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day1-3/+3
2011-05-07driver core: remove the driver-model structures from the documentationWanlong Gao4-141/+4
2011-05-07driver core: Add the device driver-model structures to kerneldocWanlong Gao2-6/+154
2011-05-07Translated Documentation/email-clients.txtHarry Wei1-0/+210
2011-05-07RAW driver: Remove call to kobject_put().Robert P. J. Day1-1/+0
2011-05-07reboot: disable usermodehelper to prevent fs accessKay Sievers1-0/+2
2011-05-07efivars: prevent oops on unload when efi is not enabledRandy Dunlap1-2/+4
2011-05-07Allow setting of number of raw devices as a module parameterJan Kara2-7/+28
2011-04-30Introduce CONFIG_GOOGLE_FIRMWAREMike Waychison2-1/+15
2011-04-30driver: Google Memory ConsoleMike Waychison4-0/+182
2011-04-30driver: Google EFI SMIMike Waychison6-0/+1013
2011-04-30x86: Better comments for get_bios_ebda()Mike Waychison1-2/+5
2011-04-30x86: get_bios_ebda_length()Mike Waychison1-0/+21
2011-04-30misc: fix ti-st build issuesRandy Dunlap2-0/+2
2011-04-26params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
2011-04-26debugfs: move to new strtoboolJonathan Cameron1-13/+4
2011-04-26Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2-0/+30
2011-04-26drivers:base:fix the coding format of memory.cWanlong Gao1-1/+2
2011-04-23driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2-5/+4
2011-04-23driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König1-0/+1
2011-04-23driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König1-10/+9
2011-04-23driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König1-0/+1
2011-04-23driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König1-9/+8
2011-04-23drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan1-2/+1
2011-04-23driver-core: fix race between device_register and driver_registerSebastian Ott1-0/+5
2011-04-23drivers:misc:ti-st: remove rfkill dependencyPavan Savoy1-1/+0
2011-04-23drivers:misc:ti-st: handle delayed tty receivePavan Savoy2-11/+15
2011-04-20kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton1-3/+4
2011-04-20printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Kay Sievers1-15/+26
2011-04-20uio: clean uioinfo when uninstall uio driverJie Zhou1-0/+4
2011-04-20uio: fix allocating minor id for uio deviceHillf Danton1-1/+7
2011-04-20uio: fix finding mm index for vmaHillf Danton1-5/+3
2011-04-20uio_netx: Add support for netPLC cardsDaniel Trautmann1-0/+19
2011-04-20HOWTO: sync up Documentaion/ja_JP/HOWTOTsugikazu Shibata1-86/+43
2011-04-20kernel/ksysfs.c: expose file_caps_enabled in sysfsLudwig Nussel2-0/+18
2011-04-20drivers: make device_type constStephen Hemminger2-3/+3
2011-04-20firmware: Fix grammar in sysfs-firmware-dmi docMike Waychison1-9/+9
2011-04-20efivars: handle errors from register_efivars()Dan Carpenter1-2/+9
2011-04-20efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter1-2/+2
2011-04-20device: add dev_WARN_ONCEFelipe Balbi1-1/+5
2011-04-19Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds1-1/+1
2011-04-19Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-5/+2
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-26/+361
2011-04-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-187/+186
2011-04-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-26/+81
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430