summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | habanalabs: remove set but not used variable 'ctx'YueHaibing2019-11-211-2/+0
| * | | | | habanalabs: handle F/W failure for sensor initializationOded Gabbay2019-11-212-0/+7
| * | | | | misc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-8/+8
| * | | | | mei: bus: add more client attributes to sysfsAlexander Usyskin2019-11-162-0/+69
| * | | | | misc: rtsx: Add support for RTS5261Rui Feng2019-11-145-8/+1063
| * | | | | mei: add trc detection register to sysfsAlexander Usyskin2019-11-076-3/+76
| * | | | | mei: abstract fw status register read.Tomas Winkler2019-11-076-17/+41
| * | | | | mei: me: store irq number in the hw struct.Alexander Usyskin2019-11-073-2/+5
| * | | | | mei: me: mei_me_dev_init() use struct device instead of struct pci_dev.Tomas Winkler2019-11-073-8/+8
| * | | | | mei: me: add comet point V device idAlexander Usyskin2019-11-052-0/+2
| * | | | | mei: bus: prefix device names on bus with the bus nameAlexander Usyskin2019-11-051-4/+5
| * | | | | Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman2019-10-147-13/+51
| |\| | | |
| * | | | | misc: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-102-3/+3
| * | | | | ocxl: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-102-2/+2
| * | | | | misc: fastrpc: revert max init file size back to 2MBJorge Ramirez-Ortiz2019-10-101-1/+1
| * | | | | misc: fastrpc: handle interrupted contextsJorge Ramirez-Ortiz2019-10-101-6/+7
| * | | | | misc: fastrpc: do not interrupt kernel callsJorge Ramirez-Ortiz2019-10-101-2/+7
| * | | | | misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla2019-10-101-2/+2
| * | | | | misc: fastrpc: add mmap/unmap supportJorge Ramirez-Ortiz2019-10-101-0/+181
| * | | | | misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap2019-10-101-16/+0
| * | | | | misc: rtsx: Remove unneeded variable in rts5260_card_power_onzhong jiang2019-10-101-2/+1
| * | | | | lis3lv02d: switch to using input device polling modeDmitry Torokhov2019-10-103-39/+46
| * | | | | sgi-gru: simplify procfs code some moreJoe Perches2019-10-101-7/+4
| * | | | | misc: atmel_tclib: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-101-3/+1
| * | | | | mei: me: fix me_intr_clear function name in KDocAlexander Usyskin2019-10-081-1/+1
| * | | | | eeprom: Warn that the driver is deprecatedJean Delvare2019-10-041-0/+4
| * | | | | mei: buf: drop 'running hook' debug messages.Tomas Winkler2019-10-041-9/+0
| * | | | | drivers/misc: ti-st: Remove unneeded variable in st_tty_openzhong jiang2019-10-041-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-10/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon2019-11-251-2/+1
| * | | | locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2019-11-251-8/+0
| |/ / /
* | | | vsock/vmci: make vmci_vsock_cb_host_called staticMao Wenan2019-11-201-1/+1
* | | | vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-144-0/+78
| |/ / |/| |
* | | 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