summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler3-5/+2
2013-01-08mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-08mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-08mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-08mei: fix client functions namesTomas Winkler9-198/+267
2013-01-08mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-08VMCI: Some header and config files.George Zhang4-0/+23
2013-01-08VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-08VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-08VMCI: routing implementation.George Zhang2-0/+256
2013-01-08VMCI: resource object implementation.George Zhang2-0/+288
2013-01-08VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-08VMCI: handle array implementation.George Zhang2-0/+194
2013-01-08VMCI: event handling implementation.George Zhang2-0/+249
2013-01-08VMCI: device driver implementaton.George Zhang2-0/+167
2013-01-08VMCI: doorbell implementation.George Zhang2-0/+655
2013-01-08VMCI: datagram implementation.George Zhang2-0/+552
2013-01-08VMCI: context implementation.George Zhang2-0/+1396
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler3-220/+186
2013-01-07mei: add common prefix to hbm functionTomas Winkler8-50/+53
2013-01-07mei: use structured buffer for the write bufferTomas Winkler5-105/+108
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler2-56/+70
2013-01-07mei: drop nonexistent function prototypeTomas Winkler1-3/+0
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler6-419/+456
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler4-93/+97
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler2-6/+13
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler1-5/+2
2013-01-07mei: include local headers after the system onesTomas Winkler7-12/+13
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler3-98/+169
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler2-5/+6
2013-01-07mei: use unified format for printing mei message headerTomas Winkler5-15/+16
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler7-44/+36
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov1-3/+3
2012-12-24ASoC: atmel-ssc: make it buildable on other architecturesJoachim Eastwood2-2/+2
2012-12-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+1
2012-12-20SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler1-1/+1
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-47/+88
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+5
2012-11-26misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke1-9/+21
2012-11-21misc: remove use of __devexitBill Pemberton24-24/+24
2012-11-21misc: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton26-36/+36
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton25-25/+25
2012-11-21mei: remove use of __devexit_pBill Pemberton1-2/+2
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz4-86/+95
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler1-25/+12
2012-11-21mei: don't mix read and write slotsTomas Winkler1-16/+19