summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2020-08-26Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-63/+202
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-15/+15
2020-08-22habanalabs: correctly report inbound pci region cfg errorOfir Bitton-1/+1
2020-08-22habanalabs: check correct vmalloc return codeOfir Bitton-3/+8
2020-08-22habanalabs: validate FW file sizeOfir Bitton-0/+9
2020-08-22habanalabs: fix incorrect check on failed workqueue createColin Ian King-1/+1
2020-08-22habanalabs: set max power according to card typeOded Gabbay-7/+26
2020-08-22habanalabs: proper handling of alloc size in coresightOfir Bitton-3/+15
2020-08-22habanalabs: set clock gating according to maskOfir Bitton-23/+21
2020-08-22habanalabs: verify user input in cs_ioctl_signal_waitOfir Bitton-0/+8
2020-08-22habanalabs: Fix a loop in gaudi_extract_ecc_info()Dan Carpenter-1/+1
2020-08-22habanalabs: Fix memory corruption in debugfsDan Carpenter-4/+4
2020-08-22habanalabs: validate packet id during CB parseOfir Bitton-0/+66
2020-08-22habanalabs: Validate user address before mappingOfir Bitton-2/+14
2020-08-22habanalabs: unmap PCI bars upon iATU failureOfir Bitton-2/+4
2020-08-18mei: hdcp: fix mei_hdcp_verify_mprime() input parameterTomas Winkler-16/+24
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+10
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-3/+3
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-15/+128
2020-08-05Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas-0/+9
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1646/+2978
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+4
2020-08-03misc: pci_endpoint_test: Add J721E in pci_device_id tableKishon Vijay Abraham I-0/+9
2020-07-29habanalabs: remove unused but set variable 'ctx_asid'Wei Yongjun-2/+1
2020-07-29mei: add device kind to sysfsAlexander Usyskin-10/+58
2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva-16/+17
2020-07-29habanalabs: goya_ctx_init() can be statickernel test robot-2/+2
2020-07-29habanalabs: fix up absolute include instructionsGreg Kroah-Hartman-43/+37
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri-0/+3
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman-92/+138
2020-07-24habanalabs: Fix memory leak in error flow of context initializationTomer Tayar-8/+10
2020-07-24habanalabs: use no flags on MMU cache invalidationTomer Tayar-2/+1
2020-07-24habanalabs: enable device before hw_init()Oded Gabbay-4/+15
2020-07-24habanalabs: create internal CB poolOfir Bitton-53/+106
2020-07-24habanalabs: update hl_boot_if.h from firmwareOded Gabbay-0/+14
2020-07-24habanalabs: create common folderOded Gabbay-12/+20
2020-07-24habanalabs: check for DMA errors when clearing memoryMoti Haimovski-2/+23
2020-07-24habanalabs: verify queue can contain all cs jobsOfir Bitton-0/+11
2020-07-24habanalabs: Assign each CQ with its own work queueOfir Bitton-12/+40
2020-07-24habanalabs: halt device CPU only upon certain resetOded Gabbay-37/+61
2020-07-24habanalabs: remove unused hashOmer Shpigelman-3/+0
2020-07-24habanalabs: use queue pi/ci in order to determine queue occupancyOfir Bitton-69/+39
2020-07-24habanalabs: configure maximum queues per asicOfir Bitton-43/+83
2020-07-24habanalabs: remove soft-reset support from GAUDIOded Gabbay-63/+36
2020-07-24habanalabs: PCIe iATU refactoringOfir Bitton-104/+180
2020-07-24habanalabs: Extract ECC information from FWOded Gabbay-251/+146
2020-07-24habanalabs: Add dropped cs statistics info structOfir Bitton-2/+56