summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-3032-189/+269
|\
| * ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-04-301-1/+1
| * kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap2013-04-301-2/+2
| * drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun2013-04-301-1/+2
| * drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun2013-04-301-1/+2
| * drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun2013-04-301-1/+2
| * drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun2013-04-301-1/+3
| * drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han2013-04-301-5/+3
| * pps: pps_kc_hardpps_lock can be staticFengguang Wu2013-04-301-3/+3
| * pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli2013-04-301-2/+4
| * aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-04-301-2/+1
| * nbd: increase default and max request sizesMichal Belczyk2013-04-301-0/+2
| * i2o: check copy_from_user() size parameterDan Carpenter2013-04-301-0/+10
| * dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings2013-04-301-43/+37
| * staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko2013-04-303-49/+4
| * lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-04-301-0/+1
| * dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-0/+13
| * dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo2013-04-301-17/+27
| * staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer2013-04-305-12/+55
| * staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer2013-04-307-13/+39
| * zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk2013-04-302-2/+8
| * xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer2013-04-303-19/+38
| * cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-302-7/+7
| * frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-302-7/+7
| * drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton2013-04-301-4/+1
* | Merge tag 'md-3.10' of git://neil.brown.name/mdLinus Torvalds2013-04-307-106/+293
|\ \
| * | MD: ignore discard request for hard disks of hybid raid1/raid10 arrayShaohua Li2013-04-302-2/+12
| * | md: bad block list should default to disabled.NeilBrown2013-04-301-6/+3
| * | md: raid1/raid10 md devices leak memory when stoppingHirokazu Takahashi2013-04-302-0/+2
| * | DM RAID: Add message/status support for changing sync actionJonathan Brassow2013-04-241-2/+109
| * | MD: Export 'md_reap_sync_thread' functionJonathan Brassow2013-04-242-50/+50
| * | md: don't update metadata when stopping a read-only array.NeilBrown2013-04-241-1/+2
| * | md: Allow devices to be re-added to a read-only array.NeilBrown2013-04-241-26/+57
| * | md/raid10: Allow skipping recovery when clean arrays are assembledMartin Wilck2013-04-241-0/+16
| * | md/raid5: avoid an extra write when writing to a known-bad-block.NeilBrown2013-04-241-1/+8
| * | md/raid5: Change or of some order to improve efficiency.majianpeng2013-04-241-3/+4
| * | md: use set_bit_le and clear_bit_leAkinobu Mita2013-04-241-2/+2
| * | md: HOT_DISK_REMOVE shouldn't make a read-auto device active.NeilBrown2013-04-241-4/+7
| * | md: use common code for all calls to ->hot_remove_disk()NeilBrown2013-04-241-9/+16
| * | md: never update metadata when array is read-only.NeilBrown2013-04-241-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-04-305-87/+205
|\ \ \
| * | | TPM: Retry SaveState command in suspend pathDuncan Laurie2013-04-172-4/+30
| * | | tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe2013-04-121-0/+9
| * | | tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...Peter Huewe2013-04-121-3/+18
| * | | tpm_i2c_stm_st33: Remove duplicate inclusion of header filesSachin Kamat2013-04-121-2/+0
| * | | tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe2013-04-121-40/+97
| * | | char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta2013-04-121-3/+16
| * | | drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpyChen Gang2013-04-121-7/+7
| * | | tpm/tpm_i2c_stm_st33: formatting and white space changesPeter Huewe2013-04-121-31/+31
* | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-04-309-85/+123
|\ \ \ \