summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-26/+12
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-03-08Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-89/+80
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-11/+33
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-273/+53862
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-1/+2
2019-03-05vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand-0/+32
2019-03-02habanalabs: adjust Kconfig to fix build errorsOded Gabbay-1/+2
2019-03-02habanalabs: use %px instead of %p in error printOded Gabbay-1/+1
2019-03-01habanalabs: use do_div for 64-bit divisionsOded Gabbay-6/+6
2019-02-28habanalabs: fix little-endian<->cpu conversion warningsOded Gabbay-53/+70
2019-02-28habanalabs: use NULL to initialize array of pointersOded Gabbay-1/+1
2019-02-28habanalabs: fix little-endian<->cpu conversion warningsTomer Tayar-98/+125
2019-02-28habanalabs: soft-reset device if context-switch failsOded Gabbay-8/+10
2019-02-28habanalabs: print pointer using %pOded Gabbay-3/+2
2019-02-28habanalabs: fix memory leak with CBs with unaligned sizeOded Gabbay-3/+6
2019-02-28habanalabs: return correct error code on MMU mapping failureOmer Shpigelman-2/+2
2019-02-28habanalabs: extend QMAN0 job timeoutOmer Shpigelman-3/+9
2019-02-28habanalabs: set DMA0 completion to SOB 1007Oded Gabbay-7/+8
2019-02-28habanalabs: fix validation of WREG32 to DMA completionOded Gabbay-1/+1
2019-02-28habanalabs: fix mmu cache registers initOded Gabbay-2/+3
2019-02-28habanalabs: disable CPU access on timeoutsOded Gabbay-7/+18
2019-02-28habanalabs: add MMU DRAM default page mappingOmer Shpigelman-168/+361
2019-02-28habanalabs: Dissociate RAZWI info from event typesTomer Tayar-100/+127
2019-02-28Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr...Greg Kroah-Hartman-0/+1261
2019-02-27misc/habanalabs: adjust Kconfig to fix build errorsRandy Dunlap-0/+1
2019-02-27misc: hpilo: Do not claim unsupported hardwareMatt Hsiao-0/+2
2019-02-27misc: hpilo: Exclude unsupported device via blacklistMatt Hsiao-3/+9
2019-02-27misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-02-27habanalabs: make functions static or declare themOded Gabbay-45/+54
2019-02-27habanalabs: allow memory allocations larger than 4GBOded Gabbay-7/+5
2019-02-26mic: vop: Allow building on more systemsVincent Whitchurch-2/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch-27/+26
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch-6/+12
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA-47/+72
2019-02-26misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260RickyWu-112/+165
2019-02-26habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay-3/+5
2019-02-26mei: bus: move hw module get/put to probe/releaseAlexander Usyskin-11/+10
2019-02-26habanalabs: return error when failing to read/write i2cOded Gabbay-2/+2
2019-02-25misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C-3/+83
2019-02-25misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C-1/+54
2019-02-25misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C-1/+54
2019-02-25misc/mei/hdcp: Verify M_primeRamalingam C-1/+66
2019-02-25misc/mei/hdcp: Repeater topology verification and ackRamalingam C-1/+76
2019-02-25misc/mei/hdcp: Prepare Session KeyRamalingam C-1/+58
2019-02-25misc/mei/hdcp: Verify L_primeRamalingam C-1/+59
2019-02-25misc/mei/hdcp: Initiate Locality checkRamalingam C-1/+56
2019-02-25misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C-1/+59
2019-02-25misc/mei/hdcp: Verify H_primeRamalingam C-1/+57