summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm2-2/+41
2015-01-22cxl: Add tracepointsIan Munsie8-9/+520
2015-01-22cxl: remove redundant increment of hwirqColin Ian King1-1/+1
2015-01-19Merge 3.19-rc5 into char-misc-nextGreg Kroah-Hartman3-25/+83
2015-01-16Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+12
2015-01-12ad525x_dpot-spi: Added Blank lines after declarationsMohammad Jamal1-0/+4
2015-01-12ad525x_dpot:Remove break after returnMohammad Jamal1-6/+0
2015-01-12ad525x_dpot: Add a blank line after declarationMohammad Jamal1-0/+1
2015-01-12GenWQE: remove unnecessary version.h inclusionFabian Frederick2-2/+0
2015-01-12misc: ioc4: simplify wave period measurement in clock_calibrateRichard Leitner1-15/+16
2015-01-12drivers:misc:ti-st: protect against bad packetsGigi Joseph1-6/+18
2015-01-12drivers: misc: ti-st: fix null pointer exception in st_kim_ref()Gigi Joseph1-4/+8
2015-01-12drivers: misc: ti-st: fix debugfs creation error handlingGigi Joseph1-5/+1
2015-01-12st_kim: allow suspend if callback is not registeredGigi Joseph1-2/+2
2015-01-12ti-st: add device tree supportGigi Joseph2-10/+104
2015-01-12mei: use uuid, me_addr tuple addressing also for flow control creditsTomas Winkler1-2/+2
2015-01-12mei: bus: use ssize_t as the return type for send and receiveTomas Winkler2-19/+17
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie2-25/+71
2015-01-10mei: clean reset bit before resetAlexander Usyskin1-0/+12
2015-01-09ses: Add power_status to SES device slotSong Liu1-0/+38
2015-01-09ses: add reliable slot attributeDan Williams1-1/+19
2015-01-09ses: add enclosure logical idDan Williams1-0/+13
2015-01-09ses: close potential registration raceDan Williams1-11/+26
2014-12-29cxl: Disable SPAP register when freeing SPAIan Munsie1-0/+1
2014-12-29cxl: Disable AFU debug flagIan Munsie2-1/+8
2014-12-29cxl: Early return from cxl_handle_fault for a shut down contextIan Munsie1-0/+6
2014-12-29cxl: Fix leaking interrupts if attach process failsIan Munsie1-1/+3
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds6-24/+41
2014-12-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+12
2014-12-16mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin1-6/+12
2014-12-15Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-165/+411
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-8/+0
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+29
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie3-3/+21
2014-12-12cxl: Add timeout to process element commandsIan Munsie1-0/+5
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie5-21/+15
2014-12-12Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds4-40/+141
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+9
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+9
2014-12-11Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-38/+26
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-12-10Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-47/+13
2014-12-10Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-8/+9
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+3
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin1-0/+3
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09mic_virtio: robust feature array size calculationMichael S. Tsirkin1-2/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro2-37/+41