| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -9/+9 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -9/+9 |
| 2025-10-13 | powerpc, ocxl: Fix extraction of struct xive_irq_data | Nam Cao | 1 | -1/+1 |
| 2025-07-29 | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-06-24 | misc: ocxl: Replace scnprintf() with sysfs_emit() in sysfs show functions | Ankit Chauhan | 1 | -6/+6 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -1/+1 |
| 2024-12-24 | ocxl: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -2/+2 |
| 2024-11-05 | sysfs: treewide: constify attribute callback of bin_attribute::mmap() | Thomas Weißschuh | 1 | -1/+1 |
| 2024-09-11 | ocxl: Remove the unused declarations in headr file | Zhang Zekun | 1 | -2/+0 |
| 2024-01-08 | Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -10/+10 |
| 2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -1/+1 |
| 2023-11-27 | misc: ocxl: main: Remove unnecessary ‘0’ values from rc | Li kunyu | 1 | -1/+1 |
| 2023-11-27 | misc: ocxl: link: Remove unnecessary (void*) conversions | Li zeming | 1 | -7/+7 |
| 2023-11-27 | misc: ocxl: afu_irq: Remove unnecessary (void*) conversions | Li zeming | 1 | -1/+1 |
| 2023-11-27 | misc: ocxl: context: Remove unnecessary (void*) conversions | Li zeming | 1 | -1/+1 |
| 2023-10-25 | ocxl: make ocxl_class constant | Greg Kroah-Hartman | 1 | -12/+15 |
| 2023-08-18 | mmu_notifiers: rename invalidate_range notifier | Alistair Popple | 1 | -4/+4 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2 | -3/+3 |
| 2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2022-11-29 | driver core: fix up some missing class.devnode() conversions. | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-11-23 | ocxl: fix pci device refcount leak when calling get_function_0() | Yang Yingliang | 1 | -1/+19 |
| 2022-11-23 | misc: ocxl: fix possible name leak in ocxl_file_register_afu() | Yang Yingliang | 1 | -2/+5 |
| 2022-09-01 | misc: ocxl: fix possible refcount leak in afu_ioctl() | Hangyu Hua | 1 | -0/+2 |
| 2022-05-11 | cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 2 | -0/+2 |
| 2022-04-21 | misc: ocxl: fix possible double free in ocxl_file_register_afu | Hangyu Hua | 1 | -0/+2 |
| 2022-02-25 | ocxl: Make use of the helper macro LIST_HEAD() | Cai Huoqing | 1 | -1/+1 |
| 2021-12-20 | ocxl: remove redundant rc variable | Minghao Chi | 1 | -3/+1 |
| 2021-10-29 | ocxl: Use pci core's DVSEC functionality | Ben Widawsky | 1 | -12/+1 |
| 2021-01-30 | ocxl: use DEFINE_MUTEX() for mutex lock | Zheng Yongjun | 1 | -2/+1 |
| 2020-12-17 | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -6/+141 |
| 2020-12-04 | ocxl: Add new kernel traces | Christophe Lombard | 2 | -0/+68 |
| 2020-12-04 | ocxl: Add mmu notifier | Christophe Lombard | 1 | -1/+61 |
| 2020-12-04 | ocxl: Update the Process Element Entry | Christophe Lombard | 3 | -5/+12 |
| 2020-11-03 | misc: ocxl: config: Rename function attribute description | Lee Jones | 1 | -1/+1 |
| 2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 3 | -14/+15 |
| 2020-10-02 | ocxl: simplify the return expression of free_function_dev() | Qinglang Miao | 1 | -6/+1 |
| 2020-10-02 | ocxl: fix kconfig dependency warning for OCXL | Necip Fazil Yildiran | 1 | -2/+1 |
| 2020-08-25 | ocxl: Don't return trigger page when allocating an interrupt | Frederic Barrat | 3 | -12/+9 |
| 2020-08-25 | ocxl: Access interrupt trigger page from xive directly | Frederic Barrat | 1 | -2/+6 |
| 2020-07-29 | ocxl: Address kernel doc errors & warnings | Alastair D'Silva | 2 | -16/+17 |
| 2020-07-16 | ocxl: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-07-15 | ocxl: control via sysfs whether the FPGA is reloaded on a link reset | Philippe Bergheaud | 3 | -5/+117 |
| 2020-05-20 | ocxl: Fix misleading comment | Andrew Donnellan | 1 | -1/+1 |
| 2020-01-23 | ocxl: Add PCI hotplug dependency to Kconfig | Frederic Barrat | 1 | -0/+1 |
| 2019-12-14 | ocxl: Fix potential memory leak on context creation | Frederic Barrat | 1 | -4/+4 |
| 2019-12-10 | ocxl: Fix concurrent AFU open and device removal | Frederic Barrat | 1 | -12/+11 |
| 2019-10-10 | ocxl: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2 | -2/+2 |
| 2019-09-05 | powerpc/64s/radix: introduce options to disable use of the tlbie instruction | Nicholas Piggin | 1 | -0/+4 |
| 2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -20/+161 |
| 2019-07-10 | ocxl: Update for AFU descriptor template version 1.1 | Alastair D'Silva | 1 | -19/+160 |
| 2019-07-03 | ocxl: Allow contexts to be attached with a NULL mm | Alastair D'Silva | 2 | -7/+30 |
| 2019-06-09 | Merge 5.2-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2019-05-28 | ocxl: Make ocxl_remove() static | YueHaibing | 1 | -1/+1 |
| 2019-05-24 | misc: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-06 | ocxl: Fix return value check in afu_ioctl() | Wei Yongjun | 1 | -2/+2 |
| 2019-05-03 | ocxl: Provide global MMIO accessors for external drivers | Alastair D'Silva | 2 | -1/+235 |
| 2019-05-03 | ocxl: move event_fd handling to frontend | Alastair D'Silva | 3 | -38/+63 |
| 2019-05-03 | ocxl: afu_irq only deals with IRQ IDs, not offsets | Alastair D'Silva | 5 | -37/+39 |
| 2019-05-03 | ocxl: Allow external drivers to use OpenCAPI contexts | Alastair D'Silva | 3 | -20/+16 |
| 2019-05-03 | ocxl: Create a clear delineation between ocxl backend & frontend | Alastair D'Silva | 6 | -186/+300 |
| 2019-05-03 | ocxl: Don't pass pci_dev around | Alastair D'Silva | 1 | -17/+21 |
| 2019-05-03 | ocxl: Split pci.c | Alastair D'Silva | 4 | -518/+524 |
| 2019-05-03 | ocxl: Remove some unused exported symbols | Alastair D'Silva | 2 | -3/+24 |
| 2019-05-03 | ocxl: Remove superfluous 'extern' from headers | Alastair D'Silva | 1 | -28/+26 |
| 2019-05-03 | ocxl: read_pasid never returns an error, so make it void | Alastair D'Silva | 1 | -7/+2 |
| 2019-05-03 | ocxl: Rename struct link to ocxl_link | Alastair D'Silva | 2 | -21/+20 |
| 2019-05-01 | ocxl: remove set but not used variables 'tid' and 'lpid' | YueHaibing | 1 | -3/+1 |
| 2019-04-21 | powerpc/mm/hash64: Map all the kernel regions in the same 0xc range | Aneesh Kumar K.V | 1 | -1/+1 |
| 2018-12-21 | ocxl: Fix endiannes bug in read_afu_name() | Greg Kurz | 1 | -1/+1 |
| 2018-12-20 | ocxl/afu_irq: Don't include <asm/pnv-ocxl.h> | Greg Kurz | 1 | -1/+0 |
| 2018-12-20 | ocxl: Clarify error path in setup_xsl_irq() | Greg Kurz | 1 | -9/+14 |
| 2018-12-20 | ocxl: Fix endiannes bug in ocxl_link_update_pe() | Greg Kurz | 1 | -1/+1 |
| 2018-09-19 | ocxl: Fix access to the AFU Descriptor Data | Christophe Lombard | 1 | -1/+3 |
| 2018-08-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
| 2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+2 |
| 2018-07-02 | ocxl: Fix page fault handler in case of fault on dying process | Frederic Barrat | 1 | -9/+15 |
| 2018-07-02 | ocxl: Change return type for fault handler | Souptick Joarder | 2 | -14/+13 |
| 2018-06-05 | ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() | Wei Yongjun | 1 | -1/+3 |
| 2018-06-03 | ocxl: Add an IOCTL so userspace knows what OCXL features are available | Alastair D'Silva | 1 | -0/+25 |
| 2018-06-03 | ocxl: Expose the thread_id needed for wait on POWER9 | Alastair D'Silva | 4 | -1/+94 |
| 2018-06-03 | ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action | Alastair D'Silva | 1 | -1/+1 |
| 2018-03-28 | Merge 4.16-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+27 |
| 2018-03-15 | misc: ocxl: use put_device() instead of device_unregister() | Arvind Yadav | 1 | -1/+1 |
| 2018-03-02 | ocxl: Add get_metadata IOCTL to share OCXL information to userspace | Alastair D'Silva | 1 | -0/+27 |
| 2018-02-21 | ocxl: Fix potential bad errno on irq allocation | Frederic Barrat | 1 | -2/+4 |
| 2018-02-14 | Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2018-02-08 | ocxl: fix signed comparison with less than zero | Colin Ian King | 1 | -1/+1 |
| 2018-01-24 | ocxl: Add Makefile and Kconfig | Frederic Barrat | 2 | -0/+42 |
| 2018-01-24 | ocxl: Add trace points | Frederic Barrat | 5 | -1/+205 |
| 2018-01-24 | ocxl: Add a kernel API for other opencapi drivers | Frederic Barrat | 3 | -71/+20 |
| 2018-01-24 | ocxl: Add AFU interrupt support | Frederic Barrat | 5 | -2/+315 |
| 2018-01-24 | ocxl: Driver code for 'generic' opencapi devices | Frederic Barrat | 9 | -0/+3003 |