| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 | 1 | -0/+1 |
* | Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 2013-03-02 | 1 | -0/+2 |
|\ |
|
| * | kgdb/kgdbts: support ppc64 | Tiejun Chen | 2013-03-02 | 1 | -0/+2 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 3 | -11/+5 |
* | | misc/tifm_core: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -5/+6 |
* | | misc/c2port: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -13/+9 |
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-02-26 | 1 | -5/+6 |
|\ \ |
|
| * | | drivers: misc: at24: mention other supported types in Kconfig | Lars Poeschel | 2013-01-28 | 1 | -5/+6 |
| |/ |
|
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-02-26 | 2 | -3/+5 |
|\ \ |
|
| * | | dmaengine: remove dma_async_memcpy_pending() macro | Bartlomiej Zolnierkiewicz | 2013-01-07 | 2 | -2/+2 |
| * | | carma-fpga: pass correct flags to ->device_prep_dma_memcpy() | Bartlomiej Zolnierkiewicz | 2013-01-07 | 1 | -1/+3 |
* | | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-21 | 47 | -2774/+12746 |
|\ \ \ |
|
| * | | | drivers/misc/cb710: add missing GENERIC_HARDIRQS dependency | Heiko Carstens | 2013-02-08 | 1 | -1/+1 |
| * | | | mei: fix undefined wd symbols when MEI_ME is not set | Tomas Winkler | 2013-02-07 | 1 | -1/+1 |
| * | | | mei: move clients cleanup code from init.c to client.c | Tomas Winkler | 2013-02-06 | 3 | -22/+62 |
| * | | | mei: rename to mei_host_buffer_is_empty to hbuf_is_ready | Tomas Winkler | 2013-02-06 | 6 | -23/+27 |
| * | | | mei: move interrupt handlers to be me hw specific | Tomas Winkler | 2013-02-06 | 5 | -150/+164 |
| * | | | mei: separate compilation of the ME hardware specifics | Tomas Winkler | 2013-02-06 | 9 | -74/+210 |
| * | | | mei: initial extract of ME hw specifics from mei_device | Tomas Winkler | 2013-02-06 | 5 | -88/+114 |
| * | | | mei: sperate interface and pci code into two files | Tomas Winkler | 2013-02-06 | 4 | -342/+409 |
| * | | | drivers, vmci: Fix build error | David Rientjes | 2013-01-25 | 1 | -0/+1 |
| * | | | VMCI: Fix broken context ID retrieval | Andy King | 2013-01-22 | 1 | -4/+1 |
| * | | | Revert "drivers/misc/ti-st: remove gpio handling" | Luciano Coelho | 2013-01-21 | 1 | -1/+36 |
| * | | | Merge 3.8-rc4 into char-misc-next | Greg Kroah-Hartman | 2013-01-18 | 2 | -3/+11 |
| |\ \ \ |
|
| * | | | | VMCI: include slab.h into files using kmalloc/kfree | Dmitry Torokhov | 2013-01-17 | 2 | -0/+4 |
| * | | | | VMCI: rename PPNset to ppn_set to avoid camel case | Dmitry Torokhov | 2013-01-17 | 2 | -5/+5 |
| * | | | | VMCI: Fix "always true condition" | Andy King | 2013-01-17 | 1 | -1/+1 |
| * | | | | VMCI: Fix deref before NULL-check of queuepair ptr | Andy King | 2013-01-17 | 1 | -2/+2 |
| * | | | | VMCI: Remove dependency on BLOCK I/O | Andy King | 2013-01-17 | 1 | -12/+16 |
| * | | | | VMCI: Add PCI as a dependency | Andy King | 2013-01-17 | 1 | -1/+1 |
| * | | | | mei: Fix some more kernel-doc typos in hw-me.c | Sedat Dilek | 2013-01-17 | 1 | -2/+2 |
| * | | | | misc: lattice-ecp3-config.c: remove __dev* markings | Greg Kroah-Hartman | 2013-01-17 | 1 | -4/+4 |
| * | | | | misc: Add Lattice ECP3 FPGA configuration via SPI | Stefan Roese | 2013-01-17 | 3 | -0/+255 |
| * | | | | misc: st_core: Error triggered by convert "char" to "int" | channing | 2013-01-17 | 1 | -1/+2 |
| * | | | | mei: drop the warning when cl is not initialized during unlinking | Tomas Winkler | 2013-01-14 | 1 | -2/+3 |
| * | | | | mei: move work initialization to mei_device_init | Tomas Winkler | 2013-01-08 | 2 | -2/+4 |
| * | | | | mei: make host csr and me csr internal to hw-me | Tomas Winkler | 2013-01-08 | 4 | -53/+37 |
| * | | | | mei: reenable mei_hcsr_set abstraction | Tomas Winkler | 2013-01-08 | 2 | -24/+15 |
| * | | | | mei: abstract host and device readieness | Tomas Winkler | 2013-01-08 | 4 | -18/+54 |
| * | | | | mei: use non cached hcsr for interrupt enablement | Tomas Winkler | 2013-01-08 | 3 | -9/+12 |
| * | | | | mei: don't use cached value for hcsr in mei_hw_reset | Tomas Winkler | 2013-01-08 | 3 | -28/+36 |
| * | | | | mei: remove mei_csr_clear_his prototype | Tomas Winkler | 2013-01-08 | 1 | -2/+1 |
| * | | | | mei: remove write only need_reset member of struct mei_device | Tomas Winkler | 2013-01-08 | 2 | -6/+1 |
| * | | | | mei: hw-me.c fix kernel doc | Tomas Winkler | 2013-01-08 | 1 | -9/+18 |
| * | | | | mei: move MEI_IAMTHIF_IDLE to amthif host init function | Tomas Winkler | 2013-01-08 | 2 | -1/+2 |
| * | | | | mei: normalize me host client linking routines | Tomas Winkler | 2013-01-08 | 7 | -75/+98 |
| * | | | | mei: rename remaining amthi strings to amthif | Tomas Winkler | 2013-01-08 | 4 | -36/+36 |
| * | | | | mei: mei_dev.h - remove prototypes of dropped functions | Tomas Winkler | 2013-01-08 | 1 | -4/+0 |
| * | | | | mei: move me client storage allocation to hbm.c | Tomas Winkler | 2013-01-08 | 3 | -41/+38 |
| * | | | | mei: drop read_pending member form struct mei_cl | Tomas Winkler | 2013-01-08 | 3 | -5/+2 |