summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ocxl
Commit message (Expand)AuthorAgeFilesLines
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-092-3/+3
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman2022-11-291-1/+1
* | ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang2022-11-231-1/+19
* | misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang2022-11-231-2/+5
|/
* misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua2022-09-011-0/+2
* cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-112-0/+2
* misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua2022-04-211-0/+2
* ocxl: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-251-1/+1
* ocxl: remove redundant rc variableMinghao Chi2021-12-201-3/+1
* ocxl: Use pci core's DVSEC functionalityBen Widawsky2021-10-291-12/+1
* ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-01-301-2/+1
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-174-6/+141
|\
| * ocxl: Add new kernel tracesChristophe Lombard2020-12-042-0/+68
| * ocxl: Add mmu notifierChristophe Lombard2020-12-041-1/+61
| * ocxl: Update the Process Element EntryChristophe Lombard2020-12-043-5/+12
* | misc: ocxl: config: Rename function attribute descriptionLee Jones2020-11-031-1/+1
|/
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-163-14/+15
|\
| * ocxl: Don't return trigger page when allocating an interruptFrederic Barrat2020-08-253-12/+9
| * ocxl: Access interrupt trigger page from xive directlyFrederic Barrat2020-08-251-2/+6
* | ocxl: simplify the return expression of free_function_dev()Qinglang Miao2020-10-021-6/+1
* | ocxl: fix kconfig dependency warning for OCXLNecip Fazil Yildiran2020-10-021-2/+1
|/
* ocxl: Address kernel doc errors & warningsAlastair D'Silva2020-07-292-16/+17
* ocxl: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
* ocxl: control via sysfs whether the FPGA is reloaded on a link resetPhilippe Bergheaud2020-07-153-5/+117
* ocxl: Fix misleading commentAndrew Donnellan2020-05-201-1/+1
* ocxl: Add PCI hotplug dependency to KconfigFrederic Barrat2020-01-231-0/+1
* ocxl: Fix potential memory leak on context creationFrederic Barrat2019-12-141-4/+4
* ocxl: Fix concurrent AFU open and device removalFrederic Barrat2019-12-101-12/+11
* ocxl: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-102-2/+2
* powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-0/+4
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-132-21/+162
|\
| * ocxl: Update for AFU descriptor template version 1.1Alastair D'Silva2019-07-101-20/+161
| * ocxl: Make ocxl_remove() staticYueHaibing2019-05-281-1/+1
* | ocxl: Allow contexts to be attached with a NULL mmAlastair D'Silva2019-07-032-7/+30
* | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-091-0/+1
|\|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-241-1/+0
|/
* 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