aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ocxl
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-10/+10
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-11-27misc: ocxl: main: Remove unnecessary ‘0’ values from rcLi kunyu1-1/+1
2023-11-27misc: ocxl: link: Remove unnecessary (void*) conversionsLi zeming1-7/+7
2023-11-27misc: ocxl: afu_irq: Remove unnecessary (void*) conversionsLi zeming1-1/+1
2023-11-27misc: ocxl: context: Remove unnecessary (void*) conversionsLi zeming1-1/+1
2023-10-25ocxl: make ocxl_class constantGreg Kroah-Hartman1-12/+15
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-4/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-3/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman1-1/+1
2022-11-23ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang1-1/+19
2022-11-23misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang1-2/+5
2022-09-01misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua1-0/+2
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2-0/+2
2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua1-0/+2
2022-02-25ocxl: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2021-12-20ocxl: remove redundant rc variableMinghao Chi1-3/+1
2021-10-29ocxl: Use pci core's DVSEC functionalityBen Widawsky1-12/+1
2021-01-30 ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-6/+141
2020-12-04ocxl: Add new kernel tracesChristophe Lombard2-0/+68
2020-12-04ocxl: Add mmu notifierChristophe Lombard1-1/+61
2020-12-04ocxl: Update the Process Element EntryChristophe Lombard3-5/+12
2020-11-03misc: ocxl: config: Rename function attribute descriptionLee Jones1-1/+1
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-14/+15
2020-10-02ocxl: simplify the return expression of free_function_dev()Qinglang Miao1-6/+1
2020-10-02ocxl: fix kconfig dependency warning for OCXLNecip Fazil Yildiran1-2/+1
2020-08-25ocxl: Don't return trigger page when allocating an interruptFrederic Barrat3-12/+9
2020-08-25ocxl: Access interrupt trigger page from xive directlyFrederic Barrat1-2/+6
2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva2-16/+17
2020-07-16ocxl: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-15ocxl: control via sysfs whether the FPGA is reloaded on a link resetPhilippe Bergheaud3-5/+117
2020-05-20ocxl: Fix misleading commentAndrew Donnellan1-1/+1
2020-01-23ocxl: Add PCI hotplug dependency to KconfigFrederic Barrat1-0/+1
2019-12-14ocxl: Fix potential memory leak on context creationFrederic Barrat1-4/+4
2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat1-12/+11
2019-10-10ocxl: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin1-0/+4
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-21/+162
2019-07-10ocxl: Update for AFU descriptor template version 1.1Alastair D'Silva1-20/+161
2019-07-03ocxl: Allow contexts to be attached with a NULL mmAlastair D'Silva2-7/+30
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+1
2019-05-28ocxl: Make ocxl_remove() staticYueHaibing1-1/+1
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-06ocxl: Fix return value check in afu_ioctl()Wei Yongjun1-2/+2
2019-05-03ocxl: Provide global MMIO accessors for external driversAlastair D'Silva2-1/+235
2019-05-03ocxl: move event_fd handling to frontendAlastair D'Silva3-38/+63
2019-05-03ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva5-37/+39
2019-05-03ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva3-20/+16
2019-05-03ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva6-186/+300
2019-05-03ocxl: Don't pass pci_dev aroundAlastair D'Silva1-17/+21
2019-05-03ocxl: Split pci.cAlastair D'Silva4-518/+524
2019-05-03ocxl: Remove some unused exported symbolsAlastair D'Silva2-3/+24
2019-05-03ocxl: Remove superfluous 'extern' from headersAlastair D'Silva1-28/+26
2019-05-03ocxl: read_pasid never returns an error, so make it voidAlastair D'Silva1-7/+2
2019-05-03ocxl: Rename struct link to ocxl_linkAlastair D'Silva2-21/+20
2019-05-01ocxl: remove set but not used variables 'tid' and 'lpid'YueHaibing1-3/+1
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-1/+1
2018-12-21ocxl: Fix endiannes bug in read_afu_name()Greg Kurz1-1/+1
2018-12-20ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>Greg Kurz1-1/+0
2018-12-20ocxl: Clarify error path in setup_xsl_irq()Greg Kurz1-9/+14
2018-12-20ocxl: Fix endiannes bug in ocxl_link_update_pe()Greg Kurz1-1/+1
2018-09-19ocxl: Fix access to the AFU Descriptor DataChristophe Lombard1-1/+3
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+2
2018-07-02ocxl: Fix page fault handler in case of fault on dying processFrederic Barrat1-9/+15
2018-07-02ocxl: Change return type for fault handlerSouptick Joarder2-14/+13
2018-06-05ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Wei Yongjun1-1/+3
2018-06-03ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva1-0/+25
2018-06-03ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva4-1/+94
2018-06-03ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva1-1/+1
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+27
2018-03-15misc: ocxl: use put_device() instead of device_unregister()Arvind Yadav1-1/+1
2018-03-02ocxl: Add get_metadata IOCTL to share OCXL information to userspaceAlastair D'Silva1-0/+27
2018-02-21ocxl: Fix potential bad errno on irq allocationFrederic Barrat1-2/+4
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-08ocxl: fix signed comparison with less than zeroColin Ian King1-1/+1
2018-01-24ocxl: Add Makefile and KconfigFrederic Barrat2-0/+42
2018-01-24ocxl: Add trace pointsFrederic Barrat5-1/+205
2018-01-24ocxl: Add a kernel API for other opencapi driversFrederic Barrat3-71/+20
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat5-2/+315
2018-01-24ocxl: Driver code for 'generic' opencapi devicesFrederic Barrat9-0/+3003