summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-26/+12Star
|\
| * drivers/mic/scif: do not use mmap_semDavidlohr Bueso2019-02-071-25/+11Star
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-3/+3
* | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-092-1/+1
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2019-03-061-0/+1
| |\ \
| | * | misc: pci_endpoint_test: Add the layerscape EP device supportXiaowei Bao2019-02-211-0/+1
| * | | PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-021-1/+0Star
| |/ /
* | | Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-03-081-89/+80Star
|\ \ \
| * | | eeprom: at24: implement support for 'num-addresses' propertyBartosz Golaszewski2019-02-141-5/+8
| * | | eeprom: at24: remove at24_platform_dataBartosz Golaszewski2019-02-141-87/+75Star
* | | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-073-11/+33
|\ \ \ \
| * \ \ \ Merge branch 'topic/dma' into nextMichael Ellerman2019-02-211-2/+1Star
| |\ \ \ \
| | * | | | powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-181-1/+1
| | * | | | powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-1/+0Star
| * | | | | cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain2019-01-302-9/+32
| |/ / / /
* | | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-06166-273/+53862
|\ \ \ \ \
| * | | | | habanalabs: adjust Kconfig to fix build errorsOded Gabbay2019-03-021-1/+2
| * | | | | habanalabs: use %px instead of %p in error printOded Gabbay2019-03-021-1/+1
| * | | | | habanalabs: use do_div for 64-bit divisionsOded Gabbay2019-03-011-6/+6
| * | | | | habanalabs: fix little-endian<->cpu conversion warningsOded Gabbay2019-02-286-53/+70
| * | | | | habanalabs: use NULL to initialize array of pointersOded Gabbay2019-02-281-1/+1
| * | | | | habanalabs: fix little-endian<->cpu conversion warningsTomer Tayar2019-02-281-98/+125
| * | | | | habanalabs: soft-reset device if context-switch failsOded Gabbay2019-02-282-8/+10
| * | | | | habanalabs: print pointer using %pOded Gabbay2019-02-281-3/+2Star
| * | | | | habanalabs: fix memory leak with CBs with unaligned sizeOded Gabbay2019-02-281-3/+6
| * | | | | habanalabs: return correct error code on MMU mapping failureOmer Shpigelman2019-02-281-2/+2
| * | | | | habanalabs: extend QMAN0 job timeoutOmer Shpigelman2019-02-281-3/+9
| * | | | | habanalabs: set DMA0 completion to SOB 1007Oded Gabbay2019-02-282-7/+8
| * | | | | habanalabs: fix validation of WREG32 to DMA completionOded Gabbay2019-02-281-1/+1
| * | | | | habanalabs: fix mmu cache registers initOded Gabbay2019-02-281-2/+3
| * | | | | habanalabs: disable CPU access on timeoutsOded Gabbay2019-02-286-7/+18
| * | | | | habanalabs: add MMU DRAM default page mappingOmer Shpigelman2019-02-286-168/+361
| * | | | | habanalabs: Dissociate RAZWI info from event typesTomer Tayar2019-02-281-100/+127
| * | | | | Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr...Greg Kroah-Hartman2019-02-286-0/+1261
| |\ \ \ \ \
| | * | | | | misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C2019-02-251-3/+83
| | * | | | | misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C2019-02-251-1/+54
| | * | | | | misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C2019-02-251-1/+54
| | * | | | | misc/mei/hdcp: Verify M_primeRamalingam C2019-02-251-1/+66
| | * | | | | misc/mei/hdcp: Repeater topology verification and ackRamalingam C2019-02-251-1/+76
| | * | | | | misc/mei/hdcp: Prepare Session KeyRamalingam C2019-02-251-1/+58
| | * | | | | misc/mei/hdcp: Verify L_primeRamalingam C2019-02-251-1/+59
| | * | | | | misc/mei/hdcp: Initiate Locality checkRamalingam C2019-02-251-1/+56
| | * | | | | misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C2019-02-251-1/+59
| | * | | | | misc/mei/hdcp: Verify H_primeRamalingam C2019-02-251-1/+57
| | * | | | | misc/mei/hdcp: Verify Receiver Cert and prepare kmRamalingam C2019-02-251-1/+82
| | * | | | | misc/mei/hdcp: Initiate Wired HDCP2.2 Tx SessionRamalingam C2019-02-252-0/+105
| | * | | | | misc/mei/hdcp: Define ME FW interface for HDCP2.2Ramalingam C2019-02-251-0/+366
| | * | | | | misc/mei/hdcp: Client driver for HDCP applicationRamalingam C2019-02-254-0/+83
| | * | | | | mei: bus: whitelist hdcp clientTomas Winkler2019-02-251-0/+16
| * | | | | | misc/habanalabs: adjust Kconfig to fix build errorsRandy Dunlap2019-02-271-0/+1