summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-158-8/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-048-8/+0Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | misc: ti-st: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| | * | | misc: mic: card: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| | * | | misc: eeprom: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| | * | | misc: carma: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
| | * | | misc: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0Star
* | | | | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-141-6/+29
|\ \ \ \ \
| * | | | | eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner2014-11-171-6/+29
| |/ / / /
* | | | | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-124-40/+141
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-2/+6
| * | | | cxl: Name interrupts in /proc/interruptMichael Neuling2014-11-182-13/+98
| * | | | cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie2014-11-183-25/+37
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-8/+9
|\ \ \ \
| * | | | vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-091-8/+9
| |/ / /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-111-5/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | virtio: allow finalize_features to failMichael S. Tsirkin2014-12-091-1/+3
| * | | virtio: assert 32 bit features in transportsMichael S. Tsirkin2014-12-091-0/+3
| * | | virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-091-1/+1
| * | | mic_virtio: robust feature array size calculationMichael S. Tsirkin2014-12-091-2/+1Star
| * | | virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-091-1/+1
| |/ /
* | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-117-38/+26Star
|\ \ \
| * \ \ Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-086-17/+13Star
| |\ \ \
| | * | | misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-056-17/+13Star
| | |/ /
| * / / misc: at25: Make use of device property APIMika Westerberg2014-11-041-21/+13Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-111-1/+1
|\ \ \
| * | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-092-37/+41
| |\| |
| * | | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
| | |/ | |/|
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-091-47/+13Star
|\ \ \
| * \ \ Merge tag 'at91-cleanup3' of git://git.kernel.org/pub/scm/linux/kernel/git/nf...Arnd Bergmann2014-11-281-1/+1
| |\ \ \
| * | | | ARM: vexpress: Remove non-DT codePawel Moll2014-11-281-47/+13Star
| | |_|/ | |/| |
* | | | Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-091-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ARM: at91/Kconfig: remove unused config optionsNicolas Ferre2014-11-191-1/+1
| | |/ | |/|
* | | eeprom-93cx6: Add (read-only) support for 8-bit modeOndrej Zary2014-11-251-1/+61
* | | enclosure: handle non-unique element descriptorsMarkus Stockhausen2014-11-121-4/+40
| |/ |/|
* | cxl: Fix PSL error due to duplicate segment table entriesIan Munsie2014-10-281-6/+22
* | cxl: Refactor cxl_load_segment() and find_free_sste()Ian Munsie2014-10-281-16/+18
* | cxl: Disable secondary hash in segment tableIan Munsie2014-10-282-24/+10Star
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-191-6/+6
|\
| * carma-fpga: move to fsl_dma_external_start()Vinod Koul2014-10-151-1/+2
| * carma-fpga: use dmaengine_xxx() APIVinod Koul2014-10-151-5/+4Star
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-5/+1Star
|\ \
| * | virtio: unify config_changed handlingMichael S. Tsirkin2014-10-151-5/+1Star
* | | altera-stapl: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-27/+3Star
|\ \ \
| * | | carma-fpga: switch to simple_read_from_buffer()Al Viro2014-10-091-7/+2Star
| * | | carma-fpga: switch to fixed_size_llseek()Al Viro2014-10-091-20/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-1215-0/+4579
|\ \ \ \
| * | | | cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie2014-10-091-5/+15
| * | | | cxl: Add driver to Kbuild and MakefilesIan Munsie2014-10-082-0/+19