summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2022-05-08lkdtm/stackleak: avoid spurious failureMark Rutland-7/+0
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-8/+11
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman-8/+11
2022-04-29misc/pvpanic: Convert regular spinlock into trylock on panic pathGuilherme G. Piccoli-2/+8
2022-04-29misc/mei: Add NULL check to component match callback functionsWon Chung-2/+2
2022-04-29Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2022-04-26lkdtm: cfi: Fix type width for masking PAC bitsKees Cook-1/+1
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann-1/+1
2022-04-24VMCI: Add support for ARM64Vishnu Dasa-1/+17
2022-04-24misc: bcm-vk: replace usage of found with dedicated list iterator variableJakob Koschel-16/+13
2022-04-24eeprom: at25: Use DMA safe buffersChristophe Leroy-8/+11
2022-04-24misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong-4/+5
2022-04-24misc: vmw_vmci: replace usage of found with dedicated list iterator variableJakob Koschel-8/+7
2022-04-24vmw_balloon: Print errors on reset only onceNadav Amit-2/+2
2022-04-21mei: gsc: retrieve the firmware versionAlexander Usyskin-0/+27
2022-04-21mei: gsc: add runtime pm handlersTomas Winkler-1/+66
2022-04-21mei: gsc: setup char driver alive in spite of firmware handshake failureAlexander Usyskin-6/+6
2022-04-21mei: add support for graphics system controller (gsc) devicesTomas Winkler-2/+238
2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua-0/+2
2022-04-16lkdtm: Add CFI_BACKWARD to test ROP mitigationsKees Cook-0/+134
2022-04-12lkdtm: Move crashtype definitions into each categoryKees Cook-292/+301
2022-04-12lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy-5/+8
2022-04-12lkdtm/usercopy: Expand size of "out of frame" objectKees Cook-3/+14
2022-04-12lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWKees Cook-0/+6
2022-04-12lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang-0/+5
2022-04-04habanalabs: Fix test build failuresGuenter Roeck-8/+8
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1179/+2708
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-14/+59
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds-8/+8
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-11/+4
2022-03-18kgdbts: fix return value of __setup handlerRandy Dunlap-2/+2
2022-03-18misc: fastrpc: Add dma handle implementationVamsi Krishna Gattupalli-19/+33
2022-03-18misc: fastrpc: Add fdlist implementationVamsi Krishna Gattupalli-4/+32
2022-03-18misc: fastrpc: Add helper function to get list and pageVamsi Krishna Gattupalli-3/+12
2022-03-18misc: fastrpc: Add support to secure memory mapVamsi Krishna Gattupalli-9/+57
2022-03-18misc: fastrpc: check before loading process to the DSPJeya R-0/+33
2022-03-18misc: fastrpc: add secure domain supportSrinivas Kandagatla-9/+46
2022-03-18misc: fastrpc: Add support to get DSP capabilitiesJeya R-0/+112
2022-03-18misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAPJeya R-0/+154
2022-03-18misc: fastrpc: separate fastrpc device from channel contextSrinivas Kandagatla-9/+37
2022-03-18misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"Colin Ian King-1/+1
2022-03-18misc: bcm-vk: Remove viper from device id tableDesmond Yan-1/+0
2022-03-18misc: rtsx: clean up one inconsistent indentingYang Li-1/+1
2022-03-18mei: avoid iterator usage outside of list_for_each_entryAlexander Usyskin-20/+15
2022-03-18mei: me: add Alder Lake N device id.Alexander Usyskin-0/+2
2022-03-18VMCI: Release notification_bitmap in error pathVishnu Dasa-1/+2
2022-03-18VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa-1/+3
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior-1/+1