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