summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua1-0/+2
2022-05-09eeprom: at25: Use DMA safe buffersChristophe Leroy1-8/+11
2022-04-13habanalabs/gaudi: handle axi errors from NIC enginesOded Gabbay1-0/+48
2022-04-13habanalabs: reject host map with mmu disabledOded Gabbay1-19/+11
2022-04-13habanalabs: fix possible memory leak in MMU DR finiOhad Sharabi1-1/+1
2022-04-08kgdbts: fix return value of __setup handlerRandy Dunlap1-2/+2
2022-04-08habanalabs: Add check for pci_enable_deviceJiasheng Jiang1-0/+2
2022-04-08misc: alcor_pci: Fix an error handling pathChristophe JAILLET1-3/+6
2022-04-08mei: avoid iterator usage outside of list_for_each_entryAlexander Usyskin1-20/+15
2022-04-08mei: me: add Alder Lake N device id.Alexander Usyskin2-0/+2
2022-04-08mei: me: disable driver on the ign firmwareAlexander Usyskin2-11/+13
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-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
2021-12-26habanalabs: fix endianness when reading cpld versionOfir Bitton1-1/+1
2021-12-26habanalabs: change wait_for_interrupt implementationfarah kassabri4-10/+145
2021-12-26habanalabs: prevent wait if CS in multi-CS list completedOhad Sharabi2-34/+54
2021-12-26habanalabs: modify cpu boot status error printOfir Bitton1-1/+1
2021-12-26habanalabs: clean MMU headers definitionsOhad Sharabi6-49/+64
2021-12-26habanalabs: expose soft reset sysfs nodes for inference ASICOfir Bitton1-2/+30
2021-12-26habanalabs: sysfs support for two infineon versionsOfir Bitton2-5/+17
2021-12-26habanalabs: keep control device alive during hard resetDani Liberman4-30/+50
2021-12-26habanalabs: fix hwmon handling for legacy f/wOded Gabbay1-32/+169
2021-12-26habanalabs: add current PI value to cpu packetsOfir Bitton1-2/+12
2021-12-26habanalabs: remove in_debug check in device openOded Gabbay2-10/+3
2021-12-26habanalabs: return correct clock throttling periodOfir Bitton1-2/+2
2021-12-26habanalabs: wait again for multi-CS if no CS completedOhad Sharabi2-51/+50