summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-20staging: sm7xxfb: change return of sm7xx_vga_setupSudip Mukherjee1-5/+3
2015-03-20staging: sm7xxfb: remove unneeded __setupSudip Mukherjee1-1/+0
2015-03-20staging: sm7xxfb: use module init and exitSudip Mukherjee1-1/+25
2015-03-20Staging: fbtft: add declaration of non-static functionsPeter Poklop1-1/+1
2015-03-20staging: fbtft: Fix potential null dereferenceRavindran, Madhusudhanan (M.)1-0/+3
2015-03-20staging: fbtft: Use kmemdup rather than duplicating its implementationMadhusudhanan Ravindran1-2/+1
2015-03-20ion: improve ion_phys error messageMitchel Humpherys1-2/+2
2015-03-20staging: i2o: Use kstrdup rather than duplicating its implementationAbdul Hussain S1-2/+1
2015-03-20Staging: vt6655: changed C99 // commentsHatice ERTÜRK1-84/+84
2015-03-20staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov1-0/+1
2015-03-20staging: vt6655: remove deprecated use of pci apiQuentin Lambert2-21/+22
2015-03-20Staging: ste_rmi4: Use SIMPLE_DEV_PM_OPS() macroVaishali Thakkar1-6/+3
2015-03-20Staging: iio: Remove line over 80 charactersCristina Opriceana1-3/+3
2015-03-20Staging: iio: Remove multiple blank linesCristina Opriceana2-2/+0
2015-03-20Staging: iio: Align function parameters to match first rowCristina Opriceana3-27/+33
2015-03-20Staging: iio: Simplify NULL pointer conditionCristina Opriceana1-1/+1
2015-03-20Staging: rtl8188eu: Remove extern as it is defined but never usedVatika Harlalka2-2/+0
2015-03-20Staging: rtl8188eu: Remove unused macrosVatika Harlalka1-22/+0
2015-03-20Staging: rtl8188eu: Remove unused extern declarations.Vatika Harlalka1-4/+0
2015-03-20Staging: rts5208: Add new variable idx to shorten line length and increase re...Vatika Harlalka1-6/+9
2015-03-20Staging: rts5208: Introduce a new variable to shorten line length and increas...Vatika Harlalka1-1/+5
2015-03-20Staging: speakup: Use module_spk_synthVaishali Thakkar15-166/+15
2015-03-20Staging: speakup: Add helper macro for spk_synth boilerplateVaishali Thakkar1-0/+11
2015-03-20Staging: wlan-ng: hfa384x: wrap long lineSven Dziadek1-1/+2
2015-03-20staging: rtl8192e: remove CURRENT_RATE macroMateusz Kulikowski2-12/+12
2015-03-20staging: rtl8192e: remove eqMacAddr macroMateusz Kulikowski2-6/+2
2015-03-20staging: rtl8192e: rtllib.h: remove duplicated container_ofMateusz Kulikowski1-14/+0
2015-03-20staging: rtl8192e: remove unused macrosMateusz Kulikowski6-40/+0
2015-03-20staging: rtl8192e: remove dead codeMateusz Kulikowski2-46/+0
2015-03-20staging: rtl8192e: remove rtllib_endianfree.hMateusz Kulikowski2-124/+0
2015-03-20staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski17-210/+233
2015-03-20staging: rtl8192e: rtllib_wx: remove duplicate messagesMateusz Kulikowski1-5/+0
2015-03-20staging: rtl8192e: fix coding style errors (macros in parentheses)Mateusz Kulikowski1-3/+3
2015-03-20staging: rtl8192e: fix coding style issues (spaces before semicolon)Mateusz Kulikowski10-25/+25
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski23-511/+560
2015-03-20Staging: rtl8192u: Remove unnecessary spacesHatice ERTÜRK1-4/+4
2015-03-20staging: prism2sta: Replace memcpy with ether_add_copyIoana Ciornei1-3/+4
2015-03-20Merge tag 'drm-intel-fixes-2015-03-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-4/+28
2015-03-20Merge tag 'drm-amdkfd-fixes-2015-03-19' of git://people.freedesktop.org/~gabb...Dave Airlie3-11/+23
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier4-18/+17
2015-03-19target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger1-2/+2
2015-03-19target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2015-03-19tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche4-16/+8
2015-03-19tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche1-1/+1
2015-03-19iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10
2015-03-19Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target"Nicholas Bellinger1-3/+1
2015-03-19target: Disallow changing of WRITE cache/FUA attrs after exportNicholas Bellinger1-1/+15
2015-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-55/+185