summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2022-02-25misc: sgi-gru: Don't cast parameter in bit operationsAndy Shevchenko-6/+0
2022-02-25VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET-9/+9
2022-02-25VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET-4/+2
2022-02-25VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET-3/+3
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-8/+8
2022-02-16lkdtm: Add a test for function descriptors protectionChristophe Leroy-0/+24
2022-02-16lkdtm: Fix execute_[user]_location()Christophe Leroy-9/+28
2022-02-16lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy-3/+5
2022-02-16lkdtm: Force do_nothing() out of lineChristophe Leroy-2/+2
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman-1/+11
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-1/+11
2022-02-09spi: make remove callback a void functionUwe Kleine-König-11/+4
2022-02-08VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen-24/+79
2022-02-08VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen-2/+43
2022-02-08VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen-9/+62
2022-02-08VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen-3/+39
2022-02-08VMCI: dma dg: set OS page sizeJorgen Hansen-0/+4
2022-02-08VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen-0/+11
2022-02-08VMCI: dma dg: add MMIO access to registersJorgen Hansen-19/+48
2022-02-08misc: alcor_pci: Fix an error handling pathChristophe JAILLET-3/+6
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-2/+2
2022-02-04misc: open-dice: Add driver to expose DICE data to userspaceDavid Brazdil-0/+221
2022-02-04eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAXJonas Malaco-0/+3
2022-02-03misc: fastrpc: avoid double fput() on failed usercopyMathias Krause-1/+8
2022-01-30Merge tag 'v5.17-rc2' into char-misc-nextGreg Kroah-Hartman-0/+4
2022-01-26eeprom: at25: Replace strncpy() with strscpy()Kees Cook-2/+2
2022-01-26misc: rtsx: Quiesce rts5249 on system suspendKai-Heng Feng-14/+42
2022-01-26misc: rtsx: Cleanup power management opsKai-Heng Feng-25/+9
2022-01-26misc: rtsx: Rework runtime power management flowKai-Heng Feng-79/+39
2022-01-23mei: me: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET-8/+2
2022-01-22eeprom: at25: Restore missing allocationKees Cook-0/+4
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-36/+32
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1029/+2196
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+4
2022-01-11misc: pci_endpoint_test: Terminate statement with semicolonMing Wang-1/+1
2021-12-30mei: hbm: fix client dma reply statusAlexander Usyskin-6/+14
2021-12-30misc: lattice-ecp3-config: Fix task hung when firmware load failedWei Yongjun-6/+6
2021-12-29cxl: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-12-27mei: cleanup status before client dma setup callAlexander Usyskin-0/+4
2021-12-27mei: add POWERING_DOWN into device state printAlexander Usyskin-0/+1
2021-12-26habanalabs: support hard-reset scheduling during soft-resetOfir Bitton-3/+31
2021-12-26habanalabs: add a lock to protect multiple reset variablesOfir Bitton-26/+49
2021-12-26habanalabs: refactor reset information variablesOfir Bitton-106/+119
2021-12-26habanalabs: handle skip multi-CS if handling not doneOhad Sharabi-1/+11
2021-12-26habanalabs: add CPU-CP packet for engine core ASID cfgTomer Tayar-0/+26
2021-12-26habanalabs: replace some -ENOTTY with -EINVALOded Gabbay-5/+5
2021-12-26habanalabs: fix comments according to kernel-docOfir Bitton-7/+17
2021-12-26habanalabs: fix endianness when reading cpld versionOfir Bitton-1/+1
2021-12-26habanalabs: change wait_for_interrupt implementationfarah kassabri-10/+145