summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* vfs: Convert ibmasmfs to use the new mount APIDavid Howells2019-07-051-6/+15
* vfs: Convert cxl to use the new mount APIDavid Howells2019-05-261-4/+4
* mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1Star
* cxl: don't bother with dentry_operationsAl Viro2019-05-201-5/+1Star
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-192-25/+4Star
|\
| * misc: atmel_tclib: Do not probe already used TCBsAlexandre Belloni2019-05-021-0/+3
| * clocksource/drivers/tcb_clksrc: Move Kconfig optionAlexandre Belloni2019-05-021-14/+0Star
| * clocksource/drivers/tcb_clksrc: Stop depending on atmel_tclibAlexandre Belloni2019-05-021-12/+2Star
| * ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni2019-05-021-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-165-1120/+0Star
|\ \
| * | soc: add aspeed folder and misc driversPatrick Venture2019-04-294-667/+0Star
* | | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-0/+18
|\ \ \
| * | | misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I2019-05-011-0/+1
| * | | misc: pci_endpoint_test: Add support to test PCI EP in AM654xKishon Vijay Abraham I2019-05-011-0/+17
| | |/ | |/|
* | | 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-022-1/+235
| * | | ocxl: move event_fd handling to frontendAlastair D'Silva2019-05-023-38/+63
| * | | ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva2019-05-025-37/+39
| * | | ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva2019-05-023-20/+16Star
| * | | ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva2019-05-026-186/+300
| * | | ocxl: Don't pass pci_dev aroundAlastair D'Silva2019-05-021-17/+21
| * | | ocxl: Split pci.cAlastair D'Silva2019-05-024-518/+524
| * | | ocxl: Remove some unused exported symbolsAlastair D'Silva2019-05-022-3/+24
| * | | ocxl: Remove superfluous 'extern' from headersAlastair D'Silva2019-05-021-28/+26Star
| * | | ocxl: read_pasid never returns an error, so make it voidAlastair D'Silva2019-05-021-7/+2Star
| * | | ocxl: Rename struct link to ocxl_linkAlastair D'Silva2019-05-022-21/+20Star
| * | | ocxl: remove set but not used variables 'tid' and 'lpid'YueHaibing2019-05-011-3/+1Star
| * | | 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/+23Star
| * | | habanalabs: remove redundant member from parser structDalit Ben Zoor2019-05-013-5/+1Star
| * | | 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/+3Star
| * | | 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/+21Star
| * | | 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