summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ocxl
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2025-10-13powerpc, ocxl: Fix extraction of struct xive_irq_dataNam Cao-1/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-06-24misc: ocxl: Replace scnprintf() with sysfs_emit() in sysfs show functionsAnkit Chauhan-6/+6
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-1/+1
2024-12-24ocxl: Constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh-1/+1
2024-09-11ocxl: Remove the unused declarations in headr fileZhang Zekun-2/+0
2024-01-08Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-10/+10
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner-1/+1
2023-11-27misc: ocxl: main: Remove unnecessary ‘0’ values from rcLi kunyu-1/+1
2023-11-27misc: ocxl: link: Remove unnecessary (void*) conversionsLi zeming-7/+7
2023-11-27misc: ocxl: afu_irq: Remove unnecessary (void*) conversionsLi zeming-1/+1
2023-11-27misc: ocxl: context: Remove unnecessary (void*) conversionsLi zeming-1/+1
2023-10-25ocxl: make ocxl_class constantGreg Kroah-Hartman-12/+15
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple-4/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-3/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman-1/+1
2022-11-23ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang-1/+19
2022-11-23misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang-2/+5
2022-09-01misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua-0/+2
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy-0/+2
2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua-0/+2
2022-02-25ocxl: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
2021-12-20ocxl: remove redundant rc variableMinghao Chi-3/+1
2021-10-29ocxl: Use pci core's DVSEC functionalityBen Widawsky-12/+1
2021-01-30 ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun-2/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-6/+141
2020-12-04ocxl: Add new kernel tracesChristophe Lombard-0/+68
2020-12-04ocxl: Add mmu notifierChristophe Lombard-1/+61
2020-12-04ocxl: Update the Process Element EntryChristophe Lombard-5/+12
2020-11-03misc: ocxl: config: Rename function attribute descriptionLee Jones-1/+1
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-14/+15
2020-10-02ocxl: simplify the return expression of free_function_dev()Qinglang Miao-6/+1
2020-10-02ocxl: fix kconfig dependency warning for OCXLNecip Fazil Yildiran-2/+1
2020-08-25ocxl: Don't return trigger page when allocating an interruptFrederic Barrat-12/+9
2020-08-25ocxl: Access interrupt trigger page from xive directlyFrederic Barrat-2/+6
2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva-16/+17
2020-07-16ocxl: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-15ocxl: control via sysfs whether the FPGA is reloaded on a link resetPhilippe Bergheaud-5/+117
2020-05-20ocxl: Fix misleading commentAndrew Donnellan-1/+1
2020-01-23ocxl: Add PCI hotplug dependency to KconfigFrederic Barrat-0/+1
2019-12-14ocxl: Fix potential memory leak on context creationFrederic Barrat-4/+4
2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat-12/+11
2019-10-10ocxl: Use the correct style for SPDX License IdentifierNishad Kamdar-2/+2
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin-0/+4
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-21/+162