summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2014-02-28mei: revamp writing slot countingTomas Winkler8-80/+68
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler7-47/+57
2014-02-28mei: txe: include irqreturn.h for irqreturn_t etcStephen Rothwell2-0/+3
2014-02-19Merge branch 'char-misc-linus' into char-misc-nextGreg Kroah-Hartman1-1/+3
2014-02-18mei: set client's read_cb to NULL when flow control failsChao Bi1-1/+3
2014-02-18mei: txe: put pm callbacks under PM_SLEEP ifdefTomas Winkler1-2/+2
2014-02-18mei: me: put pm callbacks under PM_SLEEP ifdefAlexander Usyskin1-2/+3
2014-02-18mei: don't of list_for_each_entry_safe when not deletingTomas Winkler5-33/+28
2014-02-18mei: use helper function to find me client by idAlexander Usyskin2-48/+56
2014-02-18mei: fix potential read outside of array boundsAlexander Usyskin1-13/+10
2014-02-18mei: wd and amthif use mei_cl_ api for dis/connectionTomas Winkler5-80/+66
2014-02-18mei: hbm: revamp client connect and disconnection statusAlexander Usyskin4-39/+59
2014-02-18mei: Remove all bus devices from the mei_dev list when stopping the MEITomas Winkler4-7/+20
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman4-9/+17
2014-02-14lkdtm: include cacheflush.hKees Cook1-0/+1
2014-02-14Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+12
2014-02-14misc: eeprom: sunxi: Change compatiblesMaxime Ripard1-1/+1
2014-02-14lkdtm: add "WRITE_KERN" testKees Cook1-0/+25
2014-02-14lkdtm: flush icache and report actionsKees Cook1-0/+16
2014-02-14lkdtm: convert to using pr_* for reportsKees Cook1-17/+15
2014-02-14Revert "misc: eeprom: sunxi: Add new compatibles"Greg Kroah-Hartman1-4/+1
2014-02-14mei: get rid of ext_msgTomas Winkler6-36/+88
2014-02-14mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECTTomas Winkler5-16/+16
2014-02-14mei: fix compilation error with missing WATCHDOG_CORETomas Winkler1-1/+1
2014-02-10drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_...Dan Carpenter1-6/+5
2014-02-07misc: mic: fix possible signed underflow (undefined behavior) in userspace APISudeep Dutt1-1/+2
2014-02-07misc: eeprom: sunxi: Add new compatiblesMaxime Ripard1-1/+4
2014-02-07misc: genwqe: Fix potential memory leak when pinning memoryChristian Engelmayer1-0/+1
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker23-23/+0
2014-02-07misc: sram: cleanup the codeXiubo Li1-2/+0
2014-02-07mei: export active connections to debugfsTomas Winkler1-0/+54
2014-02-07mei: allow multiple retries if the hw reset has failedTomas Winkler4-14/+34
2014-02-07mei: txe: add Kbuild for TXE deviceTomas Winkler2-1/+14
2014-02-07mei: txe: add pci-txe.cTomas Winkler1-0/+293
2014-02-07mei: txe: add hw-txe.cTomas Winkler1-0/+1106
2014-02-07mei: txe: add hw-txe.h header fileTomas Winkler1-0/+71
2014-02-07mei: txe: add hw-txe-regs.h header fileTomas Winkler1-0/+294
2014-02-07mei: don't unset read cb ptr on resetAlexander Usyskin1-1/+0
2014-02-07mei: clear write cb from waiting list on resetAlexander Usyskin1-1/+9
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-01-13mei: limit the number of consecutive resetsTomas Winkler3-0/+18
2014-01-13mei: revamp mei reset state machineTomas Winkler6-104/+143
2014-01-09VMCI: fix error handling path when registering guest driverDmitry Torokhov1-4/+6
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin8-36/+36
2014-01-08mei: nfc: mei_nfc_free has to be called under lockTomas Winkler1-0/+2
2014-01-08mei: use hbm idle state to prevent spurious resetsTomas Winkler4-14/+43
2014-01-08mei: do not run reset flow from the interrupt threadTomas Winkler6-138/+210