summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig9-23/+36
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown2-9/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10