summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2022-05-22habanalabs: parse full firmware versionsOfir Bitton1-2/+4
2022-05-22habanalabs/gaudi: avoid resetting max power in hard resetTomer Tayar1-2/+0
2022-05-22habanalabs/gaudi: increase submission resourcesOfir Bitton1-2/+2
2022-05-22habanalabs: expose compute ctx status through info ioctlOfir Bitton1-0/+2
2022-05-22habanalabs: add new return code to device fd openOfir Bitton3-1/+20
2022-05-22habanalabs: add user API to get valid DRAM page sizesOhad Sharabi4-0/+40
2022-05-22habanalabs: convert all MMU masks/shifts to arraysOhad Sharabi6-92/+52
2022-05-22habanalabs: change mmu_get_real_page_size to be ASIC-specificOhad Sharabi4-98/+112
2022-05-22habanalabs: add DRAM default page size to HW infoOhad Sharabi1-0/+1
2022-05-22habanalabs: set non-0 value in dram default page sizeOhad Sharabi4-1/+8
2022-05-19misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla1-4/+5
2022-05-19misc: alcor_pci: set NULL intfdata and clear pci masterShuah Khan1-1/+5
2022-05-19Merge tag 'thunderbolt-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2-2/+2
2022-05-19Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...Greg Kroah-Hartman2-15/+99
2022-05-18lkdtm/heap: Hide allocation size from -Warray-boundsKees Cook1-0/+1
2022-05-18lkdtm/usercopy: Check vmalloc and >0-order foliosKees Cook1-0/+83
2022-05-12lkdtm/usercopy: Rename "heap" to "slab"Kees Cook1-15/+15
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy10-0/+12
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-08lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland1-1/+11
2022-05-08lkdtm/stackleak: check stack boundariesMark Rutland1-0/+20
2022-05-08lkdtm/stackleak: prevent unexpected stack usageMark Rutland1-1/+23
2022-05-08lkdtm/stackleak: rework boundary managementMark Rutland1-39/+47
2022-05-08lkdtm/stackleak: avoid spurious failureMark Rutland1-7/+0
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-8/+11
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-29misc/mei: Add NULL check to component match callback functionsWon Chung2-2/+2
2022-04-29Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2022-04-27lkdtm: cfi: Fix type width for masking PAC bitsKees Cook1-1/+1
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann1-1/+1
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-21mei: gsc: retrieve the firmware versionAlexander Usyskin2-0/+27
2022-04-21mei: gsc: add runtime pm handlersTomas Winkler1-1/+66
2022-04-21mei: gsc: setup char driver alive in spite of firmware handshake failureAlexander Usyskin1-6/+6
2022-04-21mei: add support for graphics system controller (gsc) devicesTomas Winkler5-2/+238
2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua1-0/+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