summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2022-05-09lkdtm: cfi: Fix type width for masking PAC bitsKees Cook1-1/+1
2022-05-09misc: rtsx: set NULL intfdata when probe failsShuah Khan1-0/+1
2022-05-09altera-stapl: Use swap() instead of open coding itJiapeng Chong1-40/+16
2022-05-09misc: rtsx: add rts5261 efuse functionRicky WU1-53/+62
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman1-8/+11
2022-04-29misc/pvpanic: Convert regular spinlock into trylock on panic pathGuilherme G. Piccoli1-2/+8
2022-04-24VMCI: Add support for ARM64Vishnu Dasa3-1/+17
2022-04-24misc: bcm-vk: replace usage of found with dedicated list iterator variableJakob Koschel1-16/+13
2022-04-24eeprom: at25: Use DMA safe buffersChristophe Leroy1-8/+11
2022-04-24misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+5
2022-04-24misc: vmw_vmci: replace usage of found with dedicated list iterator variableJakob Koschel1-8/+7
2022-04-24vmw_balloon: Print errors on reset only onceNadav Amit1-2/+2
2022-04-16lkdtm: Add CFI_BACKWARD to test ROP mitigationsKees Cook1-0/+134
2022-04-13lkdtm: Move crashtype definitions into each categoryKees Cook11-292/+301
2022-04-13lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy2-5/+8
2022-04-13lkdtm/usercopy: Expand size of "out of frame" objectKees Cook1-3/+14
2022-04-13lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWKees Cook1-0/+6
2022-04-13lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang1-0/+5
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