summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-05-12habanalabs: pass device pointer to asic-specific functionOded Gabbay-7/+8
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-758/+1150
2019-05-09drm: generic fn converting be24 to cpu and vice versaRamalingam C-1/+1
2019-05-09habanalabs: change polling functions to macrosOded Gabbay-129/+81
2019-05-09habanalabs: remove redundant memory clearOded Gabbay-2/+0
2019-05-09habanalabs: remove redundant CB size adjustmentOded Gabbay-8/+1
2019-05-08habanalabs: check to load F/W before boot statusOded Gabbay-3/+3
2019-05-08habanalabs: remove dead code in habanalabs_drv.cOded Gabbay-30/+26
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1948/+4086
2019-05-07Merge tag 'char-misc-5.2-rc1-part1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+4
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-6/+0
2019-05-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2019-05-06ocxl: Fix return value check in afu_ioctl()Wei Yongjun-2/+2
2019-05-04habanalabs: force user to set device debug modeOded Gabbay-1/+73
2019-05-05habanalabs: minor documentation and prints fixesOmer Shpigelman-4/+4
2019-05-05habanalabs: remove redundant CPU checksOmer Shpigelman-15/+5
2019-05-04habanalabs: improve a couple of error messagesOded Gabbay-3/+3
2019-07-03ocxl: Allow contexts to be attached with a NULL mmAlastair D'Silva-7/+30
2019-07-03docs: misc-devices: convert files without extension to ReSTMauro Carvalho Chehab-1/+1
2019-07-03misc: fsa9480: Delete this driverLinus Walleij-557/+0
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman-72/+16
2019-06-23lkdtm: Check for SMEP clearing protectionsKees Cook-0/+68
2019-06-21misc: xilinx_sdfec: Add CCF supportDragan Cvetic-5/+188
2019-06-21misc: xilinx-sdfec: add core driverDragan Cvetic-0/+175
2019-06-21VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA-58/+89
2019-06-19eeprom: idt_89hpesx: remove unneeded csr_file variableGreg Kroah-Hartman-4/+2
2019-06-10misc: mic: scif: fix potential double free of scif_devKefeng Wang-0/+1
2019-06-10misc: fsa9480: simplify getting the adapter of a clientWolfram Sang-1/+1
2019-06-10misc: tsl2550: simplify getting the adapter of a clientWolfram Sang-1/+1
2019-06-10misc: isl29003: simplify getting the adapter of a clientWolfram Sang-1/+1
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman-2034/+311
2019-06-06mei: docs: add hdcp documentationTomas Winkler-7/+4
2019-05-24eeprom: ee1004: Deal with nack on page selectionJean Delvare-1/+11
2019-05-24eeprom: ee1004: Move selected page detection to a separate functionJean Delvare-10/+21
2019-05-24lkdtm: support llvm-objcopyNick Desaulniers-2/+1
2019-05-24vmw_balloon: Split refused pagesNadav Amit-11/+52
2019-05-24vmw_balloon: Add memory shrinkerNadav Amit-2/+131
2019-05-24vmw_balloon: Compaction supportNadav Amit-38/+264
2019-05-24misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paNathan Chancellor-1/+1
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-22/+0
2019-05-21mei: Convert to use DEFINE_SHOW_ATTRIBUTE macroVitaly Lubart-132/+52
2019-05-02misc: atmel_tclib: Do not probe already used TCBsAlexandre Belloni-0/+3
2019-05-02clocksource/drivers/tcb_clksrc: Move Kconfig optionAlexandre Belloni-14/+0
2019-05-02clocksource/drivers/tcb_clksrc: Stop depending on atmel_tclibAlexandre Belloni-12/+2
2019-05-02ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni-1/+1
2019-05-03ocxl: Provide global MMIO accessors for external driversAlastair D'Silva-1/+235
2019-05-03ocxl: move event_fd handling to frontendAlastair D'Silva-38/+63
2019-05-03ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva-37/+39
2019-05-03ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva-20/+16
2019-05-03ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva-186/+300