summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2020-05-19habanalabs: enable trace data compression (profiler)Adam Aharon1-1/+1
2020-05-19habanalabs: load CPU device boot loader from hostOfir Bitton4-73/+77
2020-05-19habanalabs: leave space for 2xMSG_PROT in CBOded Gabbay1-7/+17
2020-05-19habanalabs: support hwmon_reset_history attributeChristine Gharzuzi3-3/+97
2020-05-19habanalabs: Align protection bits configuration of all TPCsTomer Tayar1-1/+98
2020-05-19habanalabs: Allow access to TPC LFSR registerTomer Tayar1-1/+0
2020-05-19habanalabs: Add INFO IOCTL opcode for time sync informationTomer Tayar6-1/+88
2020-05-19habanalabs: hl_pci_set_dma_mask() can be statickbuild test robot1-1/+1
2020-05-17habanalabs: handle barriers in DMA QMAN streamsOded Gabbay5-4/+23
2020-05-17habanalabs: retrieve DMA mask indication from firmwareOded Gabbay4-39/+53
2020-05-17habanalabs: update firmware definitionsOded Gabbay2-3/+49
2020-05-17habanalabs: increase timeout during resetOded Gabbay1-1/+1
2020-05-17habanalabs: print warning when reset is requestedOded Gabbay1-0/+4
2020-05-17habanalabs: unify and improve device cpu initOded Gabbay5-113/+220
2020-05-17habanalabs: re-factor H/W queues initializationOmer Shpigelman5-14/+29
2020-05-17habanalabs: remove stop-on-error flag from DMAOmer Shpigelman4-3/+63
2020-05-17habanalabs: don't wait for ASIC CPU after resetOded Gabbay2-25/+1
2020-05-16Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann3-290/+0
2020-05-15mei: release me_cl object referenceAlexander Usyskin1-0/+2
2020-05-15VMCI: Avoid extra check for access_ok()Souptick Joarder1-2/+0
2020-05-15misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla1-1/+8
2020-05-15misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla1-1/+3
2020-05-15misc: xilinx-sdfec: convert to module_platform_driver()Harshal Chaudhari1-19/+1
2020-05-13bus: vexpress-config: Merge vexpress-syscfg into vexpress-configRob Herring3-290/+0
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman3-1/+13
2020-05-05mei: me: disable mei interface on LBG servers.Tomas Winkler3-1/+13
2020-05-02Merge back system-wide PM material for v5.8.Rafael J. Wysocki2-2/+2
2020-04-27Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman2-2/+3
2020-04-26Merge tag 'char-misc-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2-2/+2
2020-04-23misc: rtsx: Improve compatibility for rts5261Rui Feng1-2/+7
2020-04-23sgi-xp: make some symbols static in xpc_main.cJason Yan1-5/+5
2020-04-23sgi-xp: make some symbols static in xpnet.cJason Yan1-4/+4
2020-04-23misc: xilinx_sdfec: Use memdup_user() as a cleanupZou Wei1-8/+3
2020-04-23misc: mic: correct a typoHu Haowen1-1/+1
2020-04-23lkdtm: bugs: Fix spelling mistakeGustavo A. R. Silva1-1/+1
2020-04-20mei: me: fix irq number stored in hw structBenjamin Lee1-1/+2
2020-04-20vhost: disable for OABIMichael S. Tsirkin1-1/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+0
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook3-0/+81
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-34/+179
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds29-311/+738
2020-04-03Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-0/+1
2020-04-02misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUSLad Prabhakar1-1/+0
2020-04-02misc: pci_endpoint_test: Use full pci-endpoint-test name in request_irq()Kishon Vijay Abraham I1-6/+19
2020-04-02misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesKishon Vijay Abraham I1-1/+1
2020-04-02misc: pci_endpoint_test: Add ioctl to clear IRQKishon Vijay Abraham I1-0/+10
2020-04-02misc: pci_endpoint_test: Avoid using module parameter to determine irqtypeKishon Vijay Abraham I1-3/+9
2020-04-02misc: pci_endpoint_test: Add support to get DMA option from userspaceKishon Vijay Abraham I1-3/+62
2020-04-02misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocationKishon Vijay Abraham I1-21/+79