summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-253-14/+59
|\
| * lkdtm: Add a test for function descriptors protectionChristophe Leroy2022-02-163-0/+24
| * lkdtm: Fix execute_[user]_location()Christophe Leroy2022-02-161-9/+28
| * lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy2022-02-161-3/+5
| * lkdtm: Force do_nothing() out of lineChristophe Leroy2022-02-161-2/+2
* | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-241-2/+2
|\ \
| * \ Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-142-1/+11
| |\ \
| * | | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-2/+2
| | |/ | |/|
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-1/+1
|\ \ \
| * | | net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
| * | | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-284-11/+4
| |\ \ \ | | |_|/ | |/| |
* | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-244-8/+8
|\ \ \ \
| * | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-174-8/+8
| | |_|/ | |/| |
* | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-214-11/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | spi: make remove callback a void functionUwe Kleine-König2022-02-094-11/+4
| |/ /
* | / misc: hi6421-spmi-pmic: Use generic_handle_irq_safe().Sebastian Andrzej Siewior2022-03-021-3/+3
| |/ |/|
* | eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAXJonas Malaco2022-02-041-0/+3
* | misc: fastrpc: avoid double fput() on failed usercopyMathias Krause2022-02-031-1/+8
|/
* eeprom: at25: Restore missing allocationKees Cook2022-01-221-0/+4
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-1/+1
|\
| * misc: pci_endpoint_test: Terminate statement with semicolonMing Wang2022-01-111-1/+1
* | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-141-36/+32
|\ \
| * | eeprom: at24: Add support for 24c1025 EEPROMMaxim Kochetkov2021-12-131-1/+14
| * | eeprom: at24: remove struct at24_clientHeiner Kallweit2021-12-011-35/+18
| |/
* | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1442-1029/+2196
|\ \
| * | mei: hbm: fix client dma reply statusAlexander Usyskin2021-12-301-6/+14
| * | misc: lattice-ecp3-config: Fix task hung when firmware load failedWei Yongjun2021-12-301-6/+6
| * | cxl: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-291-1/+2
| * | mei: cleanup status before client dma setup callAlexander Usyskin2021-12-271-0/+4
| * | mei: add POWERING_DOWN into device state printAlexander Usyskin2021-12-271-0/+1
| * | habanalabs: support hard-reset scheduling during soft-resetOfir Bitton2021-12-262-3/+31
| * | habanalabs: add a lock to protect multiple reset variablesOfir Bitton2021-12-264-26/+49
| * | habanalabs: refactor reset information variablesOfir Bitton2021-12-2613-106/+119
| * | habanalabs: handle skip multi-CS if handling not doneOhad Sharabi2021-12-261-1/+11
| * | habanalabs: add CPU-CP packet for engine core ASID cfgTomer Tayar2021-12-263-0/+26
| * | habanalabs: replace some -ENOTTY with -EINVALOded Gabbay2021-12-263-5/+5
| * | habanalabs: fix comments according to kernel-docOfir Bitton2021-12-261-7/+17
| * | habanalabs: fix endianness when reading cpld versionOfir Bitton2021-12-261-1/+1
| * | habanalabs: change wait_for_interrupt implementationfarah kassabri2021-12-264-10/+145
| * | habanalabs: prevent wait if CS in multi-CS list completedOhad Sharabi2021-12-262-34/+54
| * | habanalabs: modify cpu boot status error printOfir Bitton2021-12-261-1/+1
| * | habanalabs: clean MMU headers definitionsOhad Sharabi2021-12-266-49/+64
| * | habanalabs: expose soft reset sysfs nodes for inference ASICOfir Bitton2021-12-261-2/+30
| * | habanalabs: sysfs support for two infineon versionsOfir Bitton2021-12-262-5/+17
| * | habanalabs: keep control device alive during hard resetDani Liberman2021-12-264-30/+50
| * | habanalabs: fix hwmon handling for legacy f/wOded Gabbay2021-12-261-32/+169
| * | habanalabs: add current PI value to cpu packetsOfir Bitton2021-12-261-2/+12
| * | habanalabs: remove in_debug check in device openOded Gabbay2021-12-262-10/+3
| * | habanalabs: return correct clock throttling periodOfir Bitton2021-12-261-2/+2
| * | habanalabs: wait again for multi-CS if no CS completedOhad Sharabi2021-12-262-51/+50