summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-09mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-09mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-09mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-09mei: fix client functions namesTomas Winkler9-198/+267
2013-01-09mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-09mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-09VMCI: Some header and config files.George Zhang6-0/+985
2013-01-09VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-09VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-09VMCI: routing implementation.George Zhang2-0/+256
2013-01-09VMCI: resource object implementation.George Zhang2-0/+288
2013-01-09VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-09VMCI: handle array implementation.George Zhang2-0/+194
2013-01-09VMCI: event handling implementation.George Zhang2-0/+249
2013-01-09VMCI: device driver implementaton.George Zhang2-0/+167
2013-01-09VMCI: doorbell implementation.George Zhang2-0/+655
2013-01-09VMCI: datagram implementation.George Zhang2-0/+552
2013-01-09VMCI: 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-03Linux 3.8-rc2v3.8-rc2Linus Torvalds1-1/+1
2013-01-03Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2013-01-03leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas1-2/+3
2013-01-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds5-14/+29
2013-01-03Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds6-55/+63
2013-01-03UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells1-3/+3
2013-01-03UAPI: Remove empty Kbuild filesDavid Howells8-8/+0
2013-01-03Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+14
2013-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-28/+29
2013-01-03mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2-21/+49
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-58/+152
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins4-14/+9
2013-01-02tmpfs mempolicy: fix /proc/mounts corrupting memoryHugh Dickins1-38/+26
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2013-01-02watchdog: twl4030_wdt: add DT supportAaro Koskinen3-2/+23
2013-01-02watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen1-1/+0
2013-01-02watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin1-7/+6
2013-01-02watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin1-4/+0