summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2022-07-12misc: rtsx_usb: set return value in rsp_buf alloc err pathShuah Khan1-1/+3
2022-07-12misc: rtsx_usb: use separate command and response buffersShuah Khan1-9/+17
2022-07-12misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan1-6/+7
2022-06-22mei: me: add raptor lake point S DIDAlexander Usyskin2-0/+4
2022-06-22mei: hbm: drop capability response on early shutdownAlexander Usyskin1-1/+2
2022-06-22misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin1-2/+2
2022-06-14misc: rtsx: set NULL intfdata when probe failsShuah Khan1-0/+1
2022-06-14lkdtm/usercopy: Expand size of "out of frame" objectKees Cook1-3/+14
2022-06-14misc/pvpanic: Convert regular spinlock into trylock on panic pathGuilherme G. Piccoli1-2/+8
2022-06-14misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+5
2022-06-14lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy2-5/+8
2022-06-14lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang1-0/+5
2022-06-09misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla1-4/+5
2022-06-09misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua1-0/+2
2022-04-24eeprom: at25: Use DMA safe buffersChristophe Leroy1-8/+11
2022-04-04habanalabs: Fix test build failuresGuenter Roeck1-8/+8
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds52-1179/+2708
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-14/+59
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds4-8/+8
2022-03-22Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds4-11/+4
2022-03-18kgdbts: fix return value of __setup handlerRandy Dunlap1-2/+2
2022-03-18misc: fastrpc: Add dma handle implementationVamsi Krishna Gattupalli1-19/+33
2022-03-18misc: fastrpc: Add fdlist implementationVamsi Krishna Gattupalli1-4/+32
2022-03-18misc: fastrpc: Add helper function to get list and pageVamsi Krishna Gattupalli1-3/+12
2022-03-18misc: fastrpc: Add support to secure memory mapVamsi Krishna Gattupalli2-9/+57
2022-03-18misc: fastrpc: check before loading process to the DSPJeya R1-0/+33
2022-03-18misc: fastrpc: add secure domain supportSrinivas Kandagatla1-9/+46
2022-03-18misc: fastrpc: Add support to get DSP capabilitiesJeya R1-0/+112
2022-03-18misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAPJeya R1-0/+154
2022-03-18misc: fastrpc: separate fastrpc device from channel contextSrinivas Kandagatla1-9/+37
2022-03-18misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"Colin Ian King1-1/+1
2022-03-18misc: bcm-vk: Remove viper from device id tableDesmond Yan1-1/+0
2022-03-18misc: rtsx: clean up one inconsistent indentingYang Li1-1/+1
2022-03-18mei: avoid iterator usage outside of list_for_each_entryAlexander Usyskin1-20/+15
2022-03-18mei: me: add Alder Lake N device id.Alexander Usyskin2-0/+2
2022-03-18VMCI: Release notification_bitmap in error pathVishnu Dasa1-1/+2
2022-03-18VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa1-1/+3
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-03misc: hi6421-spmi-pmic: Use generic_handle_irq_safe().Sebastian Andrzej Siewior1-3/+3
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski4-11/+4
2022-02-28habanalabs: remove deprecated firmware statesOfir Bitton1-2/+0
2022-02-28habanalabs: add an option to delay a device resetTomer Tayar3-2/+12
2022-02-28habanalabs: Add check for pci_enable_deviceJiasheng Jiang1-0/+2
2022-02-28habanalabs: Fix reset upon device release bugfarah kassabri3-13/+19
2022-02-28habanalabs: make sure device mem alloc is page alignedOhad Sharabi1-5/+14
2022-02-28habanalabs/gaudi: add missing handling of NIC related eventsOded Gabbay2-0/+15
2022-02-28habanalabs/gaudi: handle axi errors from NIC enginesOded Gabbay1-0/+48
2022-02-28habanalabs: allow user to set allocation page sizeOhad Sharabi4-2/+38