aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-02misc: fastrpc: add checked value for dma_set_maskBo YU1-1/+6
2019-03-24habanalabs: remove low credit limit of DMA #0Oded Gabbay1-5/+4
2019-03-03habanalabs: cast to expected typeOded Gabbay1-1/+1
2019-03-03habanalabs: prevent host crash during suspend/resumeOded Gabbay2-66/+43
2019-03-03habanalabs: perform accounting for active CSOded Gabbay4-7/+18
2019-03-14habanalabs: fix mapping with page size bigger than 4KBOmer Shpigelman1-2/+4
2019-03-13habanalabs: complete user context cleanup before hard resetOmer Shpigelman1-1/+23
2019-03-07habanalabs: fix bug when mapping very large memory areaOmer Shpigelman1-4/+5
2019-03-05habanalabs: fix MMU number of pages calculationOmer Shpigelman3-21/+23
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+12
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-1/+1
2019-03-08Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-89/+80
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-11/+33
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds166-273/+53862
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2019-03-05vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+32
2019-03-02habanalabs: adjust Kconfig to fix build errorsOded Gabbay1-1/+2
2019-03-02habanalabs: use %px instead of %p in error printOded Gabbay1-1/+1
2019-03-01habanalabs: use do_div for 64-bit divisionsOded Gabbay1-6/+6
2019-02-28habanalabs: fix little-endian<->cpu conversion warningsOded Gabbay6-53/+70
2019-02-28habanalabs: use NULL to initialize array of pointersOded Gabbay1-1/+1
2019-02-28habanalabs: fix little-endian<->cpu conversion warningsTomer Tayar1-98/+125
2019-02-28habanalabs: soft-reset device if context-switch failsOded Gabbay2-8/+10
2019-02-28habanalabs: print pointer using %pOded Gabbay1-3/+2
2019-02-28habanalabs: fix memory leak with CBs with unaligned sizeOded Gabbay1-3/+6
2019-02-28habanalabs: return correct error code on MMU mapping failureOmer Shpigelman1-2/+2
2019-02-28habanalabs: extend QMAN0 job timeoutOmer Shpigelman1-3/+9
2019-02-28habanalabs: set DMA0 completion to SOB 1007Oded Gabbay2-7/+8
2019-02-28habanalabs: fix validation of WREG32 to DMA completionOded Gabbay1-1/+1
2019-02-28habanalabs: fix mmu cache registers initOded Gabbay1-2/+3
2019-02-28habanalabs: disable CPU access on timeoutsOded Gabbay6-7/+18
2019-02-28habanalabs: add MMU DRAM default page mappingOmer Shpigelman6-168/+361
2019-02-28habanalabs: Dissociate RAZWI info from event typesTomer Tayar1-100/+127
2019-02-28Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/drm-intel into char-misc-nextGreg Kroah-Hartman6-0/+1261
2019-02-27misc/habanalabs: adjust Kconfig to fix build errorsRandy Dunlap1-0/+1
2019-02-27misc: hpilo: Do not claim unsupported hardwareMatt Hsiao1-0/+2
2019-02-27misc: hpilo: Exclude unsupported device via blacklistMatt Hsiao1-3/+9
2019-02-27misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-27habanalabs: make functions static or declare themOded Gabbay6-45/+54
2019-02-27habanalabs: allow memory allocations larger than 4GBOded Gabbay2-7/+5
2019-02-26mic: vop: Allow building on more systemsVincent Whitchurch1-2/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch7-27/+26
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch2-6/+12
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA6-47/+72
2019-02-26misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260RickyWu5-112/+165
2019-02-26habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay2-3/+5
2019-02-26mei: bus: move hw module get/put to probe/releaseAlexander Usyskin1-11/+10
2019-02-26habanalabs: return error when failing to read/write i2cOded Gabbay1-2/+2
2019-02-25misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C1-3/+83