summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-143-4/+6
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1013-758/+1150
|\
| * ocxl: Fix return value check in afu_ioctl()Wei Yongjun2019-05-061-2/+2
| * ocxl: Provide global MMIO accessors for external driversAlastair D'Silva2019-05-032-1/+235
| * ocxl: move event_fd handling to frontendAlastair D'Silva2019-05-033-38/+63
| * ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva2019-05-035-37/+39
| * ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva2019-05-033-20/+16
| * ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva2019-05-036-186/+300
| * ocxl: Don't pass pci_dev aroundAlastair D'Silva2019-05-031-17/+21
| * ocxl: Split pci.cAlastair D'Silva2019-05-034-518/+524
| * ocxl: Remove some unused exported symbolsAlastair D'Silva2019-05-032-3/+24
| * ocxl: Remove superfluous 'extern' from headersAlastair D'Silva2019-05-031-28/+26
| * ocxl: read_pasid never returns an error, so make it voidAlastair D'Silva2019-05-031-7/+2
| * ocxl: Rename struct link to ocxl_linkAlastair D'Silva2019-05-032-21/+20
| * ocxl: remove set but not used variables 'tid' and 'lpid'YueHaibing2019-05-011-3/+1
| * powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-212-2/+2
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-07159-1948/+4086
|\ \
| * | habanalabs: Update CPU DMA memory label nameTomer Tayar2019-05-021-2/+2
| * | habanalabs: Update CPU DMA pool label nameTomer Tayar2019-05-021-2/+2
| * | habanalabs: increase timeout if working with simulatorDalit Ben Zoor2019-04-302-2/+13
| * | habanalabs: remove condition that is always trueDalit Ben Zoor2019-05-011-25/+23
| * | habanalabs: remove redundant member from parser structDalit Ben Zoor2019-05-013-5/+1
| * | habanalabs: Manipulate DMA addresses in ASIC functionsTomer Tayar2019-05-016-56/+72
| * | habanalabs: rename functions to improve code readabilityOded Gabbay2019-05-015-36/+38
| * | habanalabs: remove call to cs_parser()Dalit Ben Zoor2019-04-301-24/+3
| * | habanalabs: Use single pool for CPU accessible host memoryTomer Tayar2019-04-284-22/+48
| * | habanalabs: return old dram bar address upon changeOded Gabbay2019-04-283-35/+35
| * | habanalabs: rename restore to ctx_switch when appropriateOded Gabbay2019-04-254-21/+22
| * | habanalabs: use ASIC functions interface for rreg/wregOded Gabbay2019-04-223-44/+71
| * | uapi/habanalabs: add missing fields in bmon paramsOded Gabbay2019-04-211-4/+12
| * | habanalabs: re-factor goya_parse_cb_no_ext_queue()Oded Gabbay2019-04-211-22/+21
| * | habanalabs: Cancel pr_fmt() definition dependency on includes orderTomer Tayar2019-04-103-2/+4
| * | misc: aspeed-p2a-ctrl: fix mixed declarationsPatrick Venture2019-04-271-1/+2
| * | drivers/misc: Add Aspeed P2A control driverPatrick Venture2019-04-251-3/+3
| * | Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao2019-04-251-2/+2
| * | misc: genwqe: Fix misuse of %xFuqian Huang2019-04-251-2/+2
| * | mei: expose device state in sysfsAlexander Usyskin2019-04-254-18/+72
| * | mei: hdcp: use own Kconfig fileTomas Winkler2019-04-252-9/+14
| * | drivers/misc: Add Aspeed P2A control driverPatrick Venture2019-04-253-0/+452
| * | Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-212-6/+10
| |\ \
| * | | habanalabs: prevent device PTE read/write during hard-resetOded Gabbay2019-04-061-0/+6
| * | | habanalabs: improve IOCTLs behavior when disabled or resetOded Gabbay2019-04-064-6/+16
| * | | habanalabs: all FD must be closed before removing deviceOded Gabbay2019-04-061-5/+27
| * | | habanalabs: split mmu/no-mmu code paths in memory ioctlOded Gabbay2019-04-041-85/+92
| * | | habanalabs: ASIC_AUTO_DETECT enum value is redundantOded Gabbay2019-04-042-7/+5
| * | | habanalabs: refactoring in goya.cOded Gabbay2019-04-023-81/+88
| * | | habanalabs: add goya implementation for debug configurationOmer Shpigelman2019-04-016-6/+1122
| * | | habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman2019-04-016-2/+154
| * | | habanalabs: remove extra semicolonOded Gabbay2019-04-021-1/+1
| * | | habanalabs: prevent CPU soft lockup on PalladiumOded Gabbay2019-03-311-2/+9