aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-06driver core: remove the driver-model structures from the documentationWanlong Gao4-141/+4
2011-05-06driver core: Add the device driver-model structures to kerneldocWanlong Gao2-6/+154
2011-05-06Translated Documentation/email-clients.txtHarry Wei1-0/+210
2011-05-06RAW driver: Remove call to kobject_put().Robert P. J. Day1-1/+0
2011-05-06reboot: disable usermodehelper to prevent fs accessKay Sievers1-0/+2
2011-05-06efivars: prevent oops on unload when efi is not enabledRandy Dunlap1-2/+4
2011-05-06Allow setting of number of raw devices as a module parameterJan Kara2-7/+28
2011-04-29Introduce CONFIG_GOOGLE_FIRMWAREMike Waychison2-1/+15
2011-04-29driver: Google Memory ConsoleMike Waychison4-0/+182
2011-04-29driver: Google EFI SMIMike Waychison6-0/+1013
2011-04-29x86: Better comments for get_bios_ebda()Mike Waychison1-2/+5
2011-04-29x86: get_bios_ebda_length()Mike Waychison1-0/+21
2011-04-29misc: fix ti-st build issuesRandy Dunlap2-0/+2
2011-04-25params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
2011-04-25debugfs: move to new strtoboolJonathan Cameron1-13/+4
2011-04-25Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2-0/+30
2011-04-25drivers:base:fix the coding format of memory.cWanlong Gao1-1/+2
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2-5/+4
2011-04-22driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König1-0/+1
2011-04-22driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König1-10/+9
2011-04-22driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König1-0/+1
2011-04-22driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König1-9/+8
2011-04-22drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan1-2/+1
2011-04-22driver-core: fix race between device_register and driver_registerSebastian Ott1-0/+5
2011-04-22drivers:misc:ti-st: remove rfkill dependencyPavan Savoy1-1/+0
2011-04-22drivers:misc:ti-st: handle delayed tty receivePavan Savoy2-11/+15
2011-04-19kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton1-3/+4
2011-04-19printk: /dev/kmsg - properly support writev() to avoid interleaved printk() linesKay Sievers1-15/+26
2011-04-19uio: clean uioinfo when uninstall uio driverJie Zhou1-0/+4
2011-04-19uio: fix allocating minor id for uio deviceHillf Danton1-1/+7
2011-04-19uio: fix finding mm index for vmaHillf Danton1-5/+3
2011-04-19uio_netx: Add support for netPLC cardsDaniel Trautmann1-0/+19
2011-04-19HOWTO: sync up Documentaion/ja_JP/HOWTOTsugikazu Shibata1-86/+43
2011-04-19kernel/ksysfs.c: expose file_caps_enabled in sysfsLudwig Nussel2-0/+18
2011-04-19drivers: make device_type constStephen Hemminger2-3/+3
2011-04-19firmware: Fix grammar in sysfs-firmware-dmi docMike Waychison1-9/+9
2011-04-19efivars: handle errors from register_efivars()Dan Carpenter1-2/+9
2011-04-19efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter1-2/+2
2011-04-19device: add dev_WARN_ONCEFelipe Balbi1-1/+5
2011-04-18Linux 2.6.39-rc4Linus Torvalds1-1/+1
2011-04-18Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-5/+2
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-26/+361
2011-04-18Merge 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/powerpcLinus Torvalds11-26/+81
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds2-2/+5
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown2-0/+46
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1