summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-2811-0/+14
|\
| * cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-1110-0/+12
| * misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua2022-04-211-0/+2
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-257-3/+331
|\ \
| * \ Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-031-8/+11
| |\ \
| * \ \ Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-04-291-1/+1
| |\ \ \
| | * | | drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann2022-04-251-1/+1
| | | |/ | | |/|
| * | | mei: gsc: retrieve the firmware versionAlexander Usyskin2022-04-212-0/+27
| * | | mei: gsc: add runtime pm handlersTomas Winkler2022-04-211-1/+66
| * | | mei: gsc: setup char driver alive in spite of firmware handshake failureAlexander Usyskin2022-04-211-6/+6
| * | | mei: add support for graphics system controller (gsc) devicesTomas Winkler2022-04-215-2/+238
| |/ /
* | | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-46/+99
|\ \ \ | |_|/ |/| |
| * | lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland2022-05-081-1/+11
| * | lkdtm/stackleak: check stack boundariesMark Rutland2022-05-081-0/+20
| * | lkdtm/stackleak: prevent unexpected stack usageMark Rutland2022-05-081-1/+23
| * | lkdtm/stackleak: rework boundary managementMark Rutland2022-05-081-39/+47
| * | lkdtm/stackleak: avoid spurious failureMark Rutland2022-05-081-7/+0
| |/
* / eeprom: at25: Use DMA safe buffersChristophe Leroy2022-04-241-8/+11
|/
* habanalabs: Fix test build failuresGuenter Roeck2022-04-041-8/+8
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2852-1179/+2708
|\
| * kgdbts: fix return value of __setup handlerRandy Dunlap2022-03-181-2/+2
| * misc: fastrpc: Add dma handle implementationVamsi Krishna Gattupalli2022-03-181-19/+33
| * misc: fastrpc: Add fdlist implementationVamsi Krishna Gattupalli2022-03-181-4/+32
| * misc: fastrpc: Add helper function to get list and pageVamsi Krishna Gattupalli2022-03-181-3/+12
| * misc: fastrpc: Add support to secure memory mapVamsi Krishna Gattupalli2022-03-182-9/+57
| * misc: fastrpc: check before loading process to the DSPJeya R2022-03-181-0/+33
| * misc: fastrpc: add secure domain supportSrinivas Kandagatla2022-03-181-9/+46
| * misc: fastrpc: Add support to get DSP capabilitiesJeya R2022-03-181-0/+112
| * misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAPJeya R2022-03-181-0/+154
| * misc: fastrpc: separate fastrpc device from channel contextSrinivas Kandagatla2022-03-181-9/+37
| * misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"Colin Ian King2022-03-181-1/+1
| * misc: bcm-vk: Remove viper from device id tableDesmond Yan2022-03-181-1/+0
| * misc: rtsx: clean up one inconsistent indentingYang Li2022-03-181-1/+1
| * mei: avoid iterator usage outside of list_for_each_entryAlexander Usyskin2022-03-181-20/+15
| * mei: me: add Alder Lake N device id.Alexander Usyskin2022-03-182-0/+2
| * VMCI: Release notification_bitmap in error pathVishnu Dasa2022-03-181-1/+2
| * VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa2022-03-181-1/+3
| * habanalabs: remove deprecated firmware statesOfir Bitton2022-02-281-2/+0
| * habanalabs: add an option to delay a device resetTomer Tayar2022-02-283-2/+12
| * habanalabs: Add check for pci_enable_deviceJiasheng Jiang2022-02-281-0/+2
| * habanalabs: Fix reset upon device release bugfarah kassabri2022-02-283-13/+19
| * habanalabs: make sure device mem alloc is page alignedOhad Sharabi2022-02-281-5/+14
| * habanalabs/gaudi: add missing handling of NIC related eventsOded Gabbay2022-02-282-0/+15
| * habanalabs/gaudi: handle axi errors from NIC enginesOded Gabbay2022-02-281-0/+48
| * habanalabs: allow user to set allocation page sizeOhad Sharabi2022-02-284-2/+38
| * habanalabs: avoid using an uninitialized variableTomer Tayar2022-02-281-1/+1
| * habanalabs: set max power on device init per ASICTomer Tayar2022-02-284-1/+8
| * habanalabs: use proper max_power variable for device utilizationTomer Tayar2022-02-281-1/+1
| * habanalabs: enable stop-on-error debugfs setting per ASICTomer Tayar2022-02-284-0/+12
| * habanalabs: change function to staticOded Gabbay2022-02-281-1/+1