aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-14Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman7-13/+51
2019-10-10misc: Use the correct style for SPDX License IdentifierNishad Kamdar2-3/+3
2019-10-10ocxl: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-10-10misc: fastrpc: revert max init file size back to 2MBJorge Ramirez-Ortiz1-1/+1
2019-10-10misc: fastrpc: handle interrupted contextsJorge Ramirez-Ortiz1-6/+7
2019-10-10misc: fastrpc: do not interrupt kernel callsJorge Ramirez-Ortiz1-2/+7
2019-10-10misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla1-2/+2
2019-10-10misc: fastrpc: add mmap/unmap supportJorge Ramirez-Ortiz1-0/+181
2019-10-10misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap1-16/+0
2019-10-10misc: rtsx: Remove unneeded variable in rts5260_card_power_onzhong jiang1-2/+1
2019-10-10lis3lv02d: switch to using input device polling modeDmitry Torokhov3-39/+46
2019-10-10sgi-gru: simplify procfs code some moreJoe Perches1-7/+4
2019-10-10misc: atmel_tclib: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-08mei: me: fix me_intr_clear function name in KDocAlexander Usyskin1-1/+1
2019-10-04misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost1-0/+1
2019-10-04eeprom: Warn that the driver is deprecatedJean Delvare1-0/+4
2019-10-04mei: buf: drop 'running hook' debug messages.Tomas Winkler1-9/+0
2019-10-04mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin5-13/+44
2019-10-04mei: me: add comet point (lake) LP device idsTomas Winkler2-0/+6
2019-10-04drivers/misc: ti-st: Remove unneeded variable in st_tty_openzhong jiang1-2/+2
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+0
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-62/+25
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+8
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds39-1475/+2440
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-8/+1
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds15-3551/+25
2019-09-10misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-3/+2
2019-09-05habanalabs: correctly cast variable to __le32Oded Gabbay1-2/+2
2019-09-05habanalabs: show correct id in error printOded Gabbay1-2/+2
2019-09-05habanalabs: stop using the acronym KMDOded Gabbay8-73/+77
2019-09-05habanalabs: display card name as sensors headerOded Gabbay4-2/+25
2019-09-05habanalabs: add uapi to retrieve aggregate H/W eventsOded Gabbay4-7/+19
2019-09-05habanalabs: add uapi to retrieve device utilizationOded Gabbay6-8/+188
2019-09-05habanalabs: Make the Coresight timestamp perpetualTomer Tayar2-15/+25
2019-09-05habanalabs: print to kernel log when reset is finishedOded Gabbay1-0/+2
2019-09-05habanalabs: replace __le32_to_cpu with le32_to_cpuOded Gabbay4-7/+7
2019-09-05habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64Oded Gabbay5-27/+27
2019-09-05habanalabs: Handle HW_IP_INFO if device disabled or in resetTomer Tayar1-6/+13
2019-09-05habanalabs: Expose devices after initialization is doneTomer Tayar2-54/+111
2019-09-05habanalabs: improve security in Debug IOCTLOmer Shpigelman1-10/+62
2019-09-05habanalabs: use default structure for user input in Debug IOCTLOmer Shpigelman1-7/+10
2019-09-05habanalabs: Add descriptive name to PSOC app status registerTomer Tayar2-2/+4
2019-09-05habanalabs: Add descriptive names to PSOC scratch-pad registersTomer Tayar2-17/+48
2019-09-05habanalabs: create two char devices per ASICOded Gabbay4-52/+199
2019-09-05habanalabs: change device_setup_cdev() to be more genericOded Gabbay1-22/+25
2019-09-05habanalabs: maintain a list of file private data objectsOded Gabbay4-132/+129
2019-09-05habanalabs: rename user_ctx as compute_ctxOded Gabbay4-19/+21
2019-09-05habanalabs: show the process context dram usageOded Gabbay1-4/+7
2019-09-05habanalabs: kill user process after CS rollbackOded Gabbay1-4/+13
2019-09-05habanalabs: add handle field to context structureOded Gabbay2-11/+18