summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
* mei: release me_cl object referenceAlexander Usyskin2020-05-271-0/+2
* misc: rtsx: Add short delay after exit from ASPMKlaus Doth2020-05-271-0/+3
* mei: me: add cedar fork device idsAlexander Usyskin2020-04-082-0/+4
* misc: pci_endpoint_test: Avoid using module parameter to determine irqtypeKishon Vijay Abraham I2020-04-081-3/+9
* misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesKishon Vijay Abraham I2020-04-081-1/+1
* misc: rtsx: set correct pcr_ops for rts522AYueHaibing2020-04-081-0/+1
* mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu2020-03-253-2/+4
* altera-stapl: altera_get_note: prevent write beyond end of 'key'Daniel Axtens2020-03-251-6/+6
* habanalabs: patched cb equals user cb in device memsetOded Gabbay2020-03-121-2/+0
* habanalabs: do not halt CoreSight during hard resetOmer Shpigelman2020-03-121-1/+3
* habanalabs: halt the engines before hard-resetOded Gabbay2020-03-122-0/+43
* misc: xilinx_sdfec: fix xsdfec_poll()'s return typeLuc Van Oostenryck2020-02-241-5/+5
* lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins2020-02-051-1/+1
* mei: me: add comet point (lake) H device idsTomas Winkler2020-02-012-0/+6
* mei: hdcp: bind only with i915 on the same PCHTomas Winkler2020-02-011-3/+30
* scsi: enclosure: Fix stale device oops with hot replugJames Bottomley2020-01-171-2/+1
* habanalabs: remove variable 'val' set but not usedChen Wandun2020-01-121-8/+7
* habanalabs: rate limit error msg on waiting for CSOded Gabbay2020-01-122-3/+4
* ocxl: Fix potential memory leak on context creationFrederic Barrat2020-01-121-4/+4
* habanalabs: skip VA block list update in reset flowOmer Shpigelman2020-01-041-10/+20
* ocxl: Fix concurrent AFU open and device removalFrederic Barrat2019-12-311-12/+11
* misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla2019-12-311-2/+2
* mei: me: add comet point V device idAlexander Usyskin2019-12-042-0/+2
* mei: bus: prefix device names on bus with the bus nameAlexander Usyskin2019-12-041-4/+5
* misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost2019-10-041-0/+1
* mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin2019-10-045-13/+44
* mei: me: add comet point (lake) LP device idsTomas Winkler2019-10-042-0/+6
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-1/+0
|\
| * Merge tag 'at24-v5.4-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2019-09-031-1/+0
| |\
| | * eeprom: at24: remove unneeded includeBartosz Golaszewski2019-07-221-1/+0
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-213-62/+25
|\ \ \
| * \ \ Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-2115-81/+126
| |\ \ \
| * | | | misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_structJason Gunthorpe2019-08-163-62/+25
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-202-0/+8
|\ \ \ \
| * | | | powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-052-0/+8
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-1839-1475/+2440
|\ \ \ \
| * | | | misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang2019-09-101-3/+2
| * | | | habanalabs: correctly cast variable to __le32Oded Gabbay2019-09-051-2/+2
| * | | | habanalabs: show correct id in error printOded Gabbay2019-09-051-2/+2
| * | | | habanalabs: stop using the acronym KMDOded Gabbay2019-09-058-73/+77
| * | | | habanalabs: display card name as sensors headerOded Gabbay2019-09-054-2/+25
| * | | | habanalabs: add uapi to retrieve aggregate H/W eventsOded Gabbay2019-09-054-7/+19
| * | | | habanalabs: add uapi to retrieve device utilizationOded Gabbay2019-09-056-8/+188
| * | | | habanalabs: Make the Coresight timestamp perpetualTomer Tayar2019-09-052-15/+25
| * | | | habanalabs: print to kernel log when reset is finishedOded Gabbay2019-09-051-0/+2
| * | | | habanalabs: replace __le32_to_cpu with le32_to_cpuOded Gabbay2019-09-054-7/+7
| * | | | habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64Oded Gabbay2019-09-055-27/+27
| * | | | habanalabs: Handle HW_IP_INFO if device disabled or in resetTomer Tayar2019-09-051-6/+13
| * | | | habanalabs: Expose devices after initialization is doneTomer Tayar2019-09-052-54/+111
| * | | | habanalabs: improve security in Debug IOCTLOmer Shpigelman2019-09-051-10/+62