| Commit message (Expand) | Author | Age |
* | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-21 |
|\ |
|
| * | drivers/misc/cb710: add missing GENERIC_HARDIRQS dependency | Heiko Carstens | 2013-02-08 |
| * | mei: fix undefined wd symbols when MEI_ME is not set | Tomas Winkler | 2013-02-07 |
| * | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 2013-02-06 |
| * | mei: rename to mei_host_buffer_is_empty to hbuf_is_ready | Tomas Winkler | 2013-02-06 |
| * | mei: move interrupt handlers to be me hw specific | Tomas Winkler | 2013-02-06 |
| * | mei: separate compilation of the ME hardware specifics | Tomas Winkler | 2013-02-06 |
| * | mei: initial extract of ME hw specifics from mei_device | Tomas Winkler | 2013-02-06 |
| * | mei: sperate interface and pci code into two files | Tomas Winkler | 2013-02-06 |
| * | drivers, vmci: Fix build error | David Rientjes | 2013-01-25 |
| * | VMCI: Fix broken context ID retrieval | Andy King | 2013-01-22 |
| * | Revert "drivers/misc/ti-st: remove gpio handling" | Luciano Coelho | 2013-01-21 |
| * | Merge 3.8-rc4 into char-misc-next | Greg Kroah-Hartman | 2013-01-18 |
| |\ |
|
| * | | VMCI: include slab.h into files using kmalloc/kfree | Dmitry Torokhov | 2013-01-17 |
| * | | VMCI: rename PPNset to ppn_set to avoid camel case | Dmitry Torokhov | 2013-01-17 |
| * | | VMCI: Fix "always true condition" | Andy King | 2013-01-17 |
| * | | VMCI: Fix deref before NULL-check of queuepair ptr | Andy King | 2013-01-17 |
| * | | VMCI: Remove dependency on BLOCK I/O | Andy King | 2013-01-17 |
| * | | VMCI: Add PCI as a dependency | Andy King | 2013-01-17 |
| * | | mei: Fix some more kernel-doc typos in hw-me.c | Sedat Dilek | 2013-01-17 |
| * | | misc: lattice-ecp3-config.c: remove __dev* markings | Greg Kroah-Hartman | 2013-01-17 |
| * | | misc: Add Lattice ECP3 FPGA configuration via SPI | Stefan Roese | 2013-01-17 |
| * | | misc: st_core: Error triggered by convert "char" to "int" | channing | 2013-01-17 |
| * | | mei: drop the warning when cl is not initialized during unlinking | Tomas Winkler | 2013-01-14 |
| * | | mei: move work initialization to mei_device_init | Tomas Winkler | 2013-01-08 |
| * | | mei: make host csr and me csr internal to hw-me | Tomas Winkler | 2013-01-08 |
| * | | mei: reenable mei_hcsr_set abstraction | Tomas Winkler | 2013-01-08 |
| * | | mei: abstract host and device readieness | Tomas Winkler | 2013-01-08 |
| * | | mei: use non cached hcsr for interrupt enablement | Tomas Winkler | 2013-01-08 |
| * | | mei: don't use cached value for hcsr in mei_hw_reset | Tomas Winkler | 2013-01-08 |
| * | | mei: remove mei_csr_clear_his prototype | Tomas Winkler | 2013-01-08 |
| * | | mei: remove write only need_reset member of struct mei_device | Tomas Winkler | 2013-01-08 |
| * | | mei: hw-me.c fix kernel doc | Tomas Winkler | 2013-01-08 |
| * | | mei: move MEI_IAMTHIF_IDLE to amthif host init function | Tomas Winkler | 2013-01-08 |
| * | | mei: normalize me host client linking routines | Tomas Winkler | 2013-01-08 |
| * | | mei: rename remaining amthi strings to amthif | Tomas Winkler | 2013-01-08 |
| * | | mei: mei_dev.h - remove prototypes of dropped functions | Tomas Winkler | 2013-01-08 |
| * | | mei: move me client storage allocation to hbm.c | Tomas Winkler | 2013-01-08 |
| * | | mei: drop read_pending member form struct mei_cl | Tomas Winkler | 2013-01-08 |
| * | | mei: rename interface to hw-me | Tomas Winkler | 2013-01-08 |
| * | | mei: move watchdog prototypes to mei_dev.h from interface.h | Tomas Winkler | 2013-01-08 |
| * | | mei: implement mei_cl_connect function | Tomas Winkler | 2013-01-08 |
| * | | mei: fix client functions names | Tomas Winkler | 2013-01-08 |
| * | | mei: move client functions to client.c | Tomas Winkler | 2013-01-08 |
| * | | mei: add new hbm.h header to export hbm protocol | Tomas Winkler | 2013-01-08 |
| * | | VMCI: Some header and config files. | George Zhang | 2013-01-08 |
| * | | VMCI: host side driver implementation. | George Zhang | 2013-01-08 |
| * | | VMCI: guest side driver implementation. | George Zhang | 2013-01-08 |
| * | | VMCI: routing implementation. | George Zhang | 2013-01-08 |
| * | | VMCI: resource object implementation. | George Zhang | 2013-01-08 |