summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-06staging: r8712u: Fix case where ethtype was never obtained and always be chec...Larry Finger1-7/+6
2014-05-06staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integerHimangi Saraogi1-1/+1
2014-05-06w1: fix w1_send_slave dropping a slave idDavid Fries1-12/+13
2014-05-06mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chi...Krzysztof Kozlowski1-1/+3
2014-05-06mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+18
2014-05-06mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-05-06mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+9
2014-05-06mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-1/+11
2014-05-06mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-05-06mfd: 88pm860x: Fix I2C device resource leak on regmap init failKrzysztof Kozlowski1-0/+1
2014-05-06mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+5
2014-05-06mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-05-06mei: me: do not load the driver if the FW doesn't support MEI interfaceTomas Winkler2-7/+28
2014-05-06s390/cio: fix driver callback initialization for ccw consolesSebastian Ott5-9/+14
2014-04-27tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17
2014-04-27staging: comedi: 8255_pci: initialize MITE data windowIan Abbott1-0/+34
2014-04-27Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-04-14cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd1-0/+3
2014-04-14cpufreq: Fix governor start/stop race conditionXiaoguang Chen1-0/+24
2014-04-14isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-04-14isdnloop: Validate NUL-terminated strings from user.YOSHIFUJI Hideaki1-0/+6
2014-04-14xen-netback: remove pointless clause from if statementPaul Durrant1-2/+2
2014-04-14vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin1-1/+5
2014-04-14vhost: fix total length when packets are too shortMichael S. Tsirkin1-0/+14
2014-04-14usbnet: include wait queue head in device structureOliver Neukum1-14/+19
2014-04-14tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich1-3/+2
2014-04-14vxlan: fix potential NULL dereference in arp_reduce()David Stevens1-0/+3
2014-04-14cpuidle: Check the result of cpuidle_get_driver() against NULLDaniel Fu1-1/+2
2014-04-14powernow-k6: reorder frequenciesMikulas Patocka1-7/+10
2014-04-14powernow-k6: correctly initialize default parametersMikulas Patocka1-4/+72
2014-04-14powernow-k6: disable cache when changing frequencyMikulas Patocka1-17/+39
2014-04-03mm: close PageTail raceDavid Rientjes2-3/+3
2014-04-03net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLEThomas Petazzoni1-2/+2
2014-04-03Input: cypress_ps2 - don't report as a button padsHans de Goede1-1/+0
2014-04-03Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede1-0/+8
2014-04-03Input: synaptics - add manual min/max quirkBenjamin Tissoires1-0/+47
2014-04-03Input: mousedev - fix race when creating mixed deviceDmitry Torokhov1-31/+42
2014-03-31e100: Fix "disabling already-disabled device" warningMichele Baldessari1-1/+1
2014-03-31xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp1-0/+5
2014-03-31Input: wacom - make sure touch_max is set for touch devicesPing Cheng1-2/+5
2014-03-31Input: elantech - improve clickpad detectionHans de Goede1-3/+42
2014-03-31regulator: core: Replace direct ops->disable usageMarkus Pargmann1-21/+13
2014-03-31p54: clamp properly instead of just truncatingDan Carpenter1-1/+1
2014-03-31media: cx18: check for allocation failure in cx18_read_eeprom()Dan Carpenter1-1/+4
2014-03-31media: dw2102: some missing unlocks on errorDan Carpenter1-16/+36
2014-03-31media: cxusb: unlock on error in cxusb_i2c_xfer()Dan Carpenter1-5/+16
2014-03-24PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failuresZhang Rui1-3/+12
2014-03-24iser-target: Fix post_send_buf_count for RDMA READ/WRITENicholas Bellinger1-6/+8
2014-03-24iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger3-60/+52
2014-03-24iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger3-13/+13