summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05habanalabs: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-09-05habanalabs: power management through sysfs is only for GOYAOded Gabbay2-98/+98
2019-09-05habanalabs: cap simulator timeoutOded Gabbay1-6/+14
2019-09-05habanalabs: add debug print when rejecting CSOded Gabbay1-0/+2
2019-09-05habanalabs: remove write_open_cnt propertyOded Gabbay1-10/+0
2019-09-04misc: fastrpc: free dma buf scatter listSrinivas Kandagatla1-0/+1
2019-09-04misc: fastrpc: fix double refcounting on dmabufSrinivas Kandagatla1-25/+0
2019-09-04misc: fastrpc: remove unused definitionJorge Ramirez-Ortiz1-1/+0
2019-09-04misc: fastrpc: Don't reference rpmsg_device after removeBjorn Andersson1-0/+4
2019-09-04misc: fastrpc: Reference count channel contextBjorn Andersson1-5/+38
2019-09-04eeprom: Deprecate the legacy eeprom driverJean Delvare1-1/+4
2019-09-02Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman5-6/+18
2019-08-28vmw_balloon: Fix offline page marking with compactionNadav Amit1-2/+8
2019-08-28VMCI: Release resource if the work is already queuedNadav Amit1-2/+4
2019-08-28Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...Greg Kroah-Hartman5-1/+55
2019-08-28lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel1-2/+2
2019-08-28mei: me: add Tiger Lake point LP device IDTomas Winkler2-0/+4
2019-08-22misc: xilinx_sdfec: fix spelling mistake: "Schdule" -> "Schedule"Colin Ian King1-1/+1
2019-08-22misc: xilinx_sdfec: Prevent integer overflow in xsdfec_table_write()Dan Carpenter1-1/+3
2019-08-22misc: xilinx_sdfec: Prevent a divide by zero in xsdfec_reg0_write()Dan Carpenter1-1/+1
2019-08-22misc: xilinx_sdfec: Return -EFAULT if copy_from_user() failsDan Carpenter1-2/+3
2019-08-22misc: xilinx_sdfec: Fix a couple small information leaksDan Carpenter1-0/+2
2019-08-19lkdtm: Split WARNING into separate testsKees Cook3-1/+8
2019-08-19Merge 5.3-rc5 into char-misc-nextGreg Kroah-Hartman9-54/+91
2019-08-15sgi-xpc: Use GFP_ATOMIC for kmalloc in atomic context.Fuqian Huang1-1/+1
2019-08-15misc: xilinx-sdfec: fix dependency and build errorRandy Dunlap1-0/+1
2019-08-15sgi-xp: xpc_uv: Make structure xpc_arch_ops_uv constantNishka Dasgupta1-1/+1
2019-08-15xilinx_sdfec: Convert to IDAMatthew Wilcox (Oracle)1-19/+6
2019-08-15misc: xilinx_sdfec: Add stats & status ioctlsDragan Cvetic1-0/+125
2019-08-15misc: xilinx_sdfec: Support poll file operationDragan Cvetic1-4/+236
2019-08-15misc: xilinx_sdfec: Add ability to get/set configDragan Cvetic1-0/+88
2019-08-15misc: xilinx_sdfec: Add ability to configure LDPCDragan Cvetic1-0/+324
2019-08-15misc: xilinx_sdfec: Add ability to configure turboDragan Cvetic1-0/+110
2019-08-15misc: xilinx_sdfec: Store driver config and stateDragan Cvetic1-6/+299
2019-08-12lkdtm: Add Control Flow Integrity testKees Cook4-0/+47
2019-08-12habanalabs: fix device IRQ unmasking for BE hostBen Segal1-9/+24
2019-08-12habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay4-15/+17
2019-08-12habanalabs: fix completion queue handling when host is BEBen Segal1-14/+13
2019-08-12habanalabs: fix endianness handling for packets from userBen Segal2-13/+32
2019-08-12habanalabs: fix DRAM usage accounting on context tear downTomer Tayar1-0/+2
2019-08-12habanalabs: Avoid double free in error flowTomer Tayar1-3/+2