LinuxLists
Users
About
Marco Pagani (
[email protected]
)
Number of posts: 213 (0.27 per day)
First post: 2022-04-06 11:53:51
Last post: 2024-06-04 10:26:00
Previous Page
/
Next Page
Date
List
Subject
2024-01-03 15:02:53
linux-kernel
Re: [RFC PATCH v3 1/2] fpga: add an owner field and use it to take the low-level module's refcount
2023-12-22 20:52:44
linux-kernel
Re: [RFC PATCH v3 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-12-21 16:59:14
linux-kernel
[PATCH] kernel/module: improve documentation for try_module_get()
2023-12-20 22:24:44
linux-kernel
Re: [RFC PATCH v3 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-12-19 17:17:45
linux-kernel
Re: [RFC PATCH v3 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-12-19 14:55:57
linux-kernel
Re: [RFC PATCH v3 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-12-18 20:29:04
linux-kernel
[RFC PATCH v3 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-12-18 20:28:39
linux-kernel
[RFC PATCH v3 1/2] fpga: add an owner field and use it to take the low-level module's refcount
2023-12-18 20:28:26
linux-kernel
[RFC PATCH v3 0/2] fpga: improve protection against low-level control module unloading
2023-12-16 09:36:15
linux-kernel
Re: [RFC PATCH v2 1/2] fpga: add a module owner field to fpga_manager and fpga_manager_ops
2023-12-08 20:08:54
linux-kernel
Re: [RFC PATCH v2 1/2] fpga: add a module owner field to fpga_manager and fpga_manager_ops
2023-12-06 15:08:04
linux-kernel
[PATCH v3] kunit: run test suites only after module initialization completes
2023-11-30 17:14:43
linux-kernel
[PATCH v5] drm/test: add a test suite for GEM objects backed by shmem
2023-11-30 10:43:16
linux-kernel
Re: [RFC PATCH v2 1/2] fpga: add a module owner field to fpga_manager and fpga_manager_ops
2023-11-28 18:41:07
linux-kernel
Re: [PATCH v2] kunit: run test suites only after module initialization completes
2023-11-28 10:17:10
linux-kernel
[PATCH v2] kunit: run test suites only after module initialization completes
2023-11-24 16:30:31
linux-kernel
[RFC PATCH v2 0/2] fpga: improve protection against low-level modules unloading
2023-11-24 16:29:24
linux-kernel
[RFC PATCH v2 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-11-24 16:29:23
linux-kernel
[RFC PATCH v2 1/2] fpga: add a module owner field to fpga_manager and fpga_manager_ops
2023-11-24 10:15:34
linux-kernel
Re: [PATCH v4] drm/test: add a test suite for GEM objects backed by shmem
2023-11-23 10:02:16
linux-kernel
[PATCH v4] drm/test: add a test suite for GEM objects backed by shmem
2023-11-22 14:33:44
linux-kernel
[RFC PATCH 2/2] fpga: set owner of fpga_manager_ops for existing low-level modules
2023-11-22 14:33:31
linux-kernel
[RFC PATCH 1/2] fpga: add a module owner field to fpga_manager and fpga_manager_ops
2023-11-22 14:33:19
linux-kernel
[RFC PATCH 0/2] fpga: improve protection against low-level modules unloading
2023-11-20 15:04:23
linux-kernel
[PATCH v3] drm/test: add a test suite for GEM objects backed by shmem
2023-11-17 21:59:23
linux-kernel
Re: [RFC PATCH] fpga: remove module reference counting from core components
2023-11-15 10:36:34
linux-kernel
[PATCH] drm/test: rearrange test entries in Kconfig and Makefile
2023-11-03 20:32:11
linux-kernel
Re: [RFC PATCH] fpga: remove module reference counting from core components
2023-10-30 10:59:26
linux-kernel
Re: [RFC PATCH] drm/test: add a test suite for GEM objects backed by shmem
2023-10-27 15:31:53
linux-kernel
[RFC PATCH] fpga: remove module reference counting from core components
2023-10-24 17:15:57
linux-kernel
Re: [RFC PATCH] drm/test: add a test suite for GEM objects backed by shmem
2023-10-23 16:47:07
linux-kernel
[RFC PATCH] drm/test: add a test suite for GEM objects backed by shmem
2023-10-18 16:39:37
linux-kernel
[PATCH] fpga: disable KUnit test suites when module support is enabled
2023-10-17 14:47:00
linux-kernel
Re: [PATCH] kunit: run test suites only after module initialization completes
2023-10-16 20:37:16
linux-kernel
[PATCH] kunit: run test suites only after module initialization completes
2023-10-09 13:45:57
linux-kernel
Re: Kunit: BUG: KASAN: null-ptr-deref in __fpga_bridge_get+0x88/0x100 [fpga_bridge]
2023-10-05 17:05:15
linux-kernel
[PATCH v2 2/4] fpga: add a platform driver to the FPGA Manager test suite
2023-09-30 05:35:58
linux-kernel
[PATCH v2 0/4] fpga: add platform drivers to the FPGA KUnit test suites
2023-09-29 23:18:58
linux-kernel
[PATCH v2 3/4] fpga: add a platform driver to the FPGA Bridge test suite
2023-09-29 18:04:21
linux-kernel
[PATCH v2 4/4] fpga: add a platform driver to the FPGA Region test suite
2023-09-29 17:11:35
linux-kernel
[PATCH v2 1/4] fpga: add helpers for the FPGA KUnit test suites.
2023-09-28 20:28:06
linux-kernel
Re: [PATCH 1/4] fpga: add helpers for the FPGA KUnit test suites.
2023-09-28 01:48:23
linux-kernel
Re: [PATCH 2/4] fpga: add a platform driver to the FPGA Manager test suite
2023-09-27 21:16:21
linux-kernel
[RFC PATCH] kunit: run test suites only after module initialization completes
2023-09-26 23:51:26
linux-kernel
[PATCH 3/4] fpga: add a platform driver to the FPGA Bridge test suite
2023-09-26 22:37:40
linux-kernel
[PATCH 1/4] fpga: add helpers for the FPGA KUnit test suites.
2023-09-26 20:18:54
linux-kernel
[PATCH 4/4] fpga: add a platform driver to the FPGA Region test suite
2023-09-26 16:40:55
linux-kernel
[PATCH 2/4] fpga: add a platform driver to the FPGA Manager test suite
2023-09-26 16:40:29
linux-kernel
[PATCH 0/4] fpga: add platform drivers to the FPGA KUnit test suites
2023-09-25 19:23:12
linux-kernel
Re: [PATCH v10 1/4] fpga: add an initial KUnit suite for the FPGA Manager
2023-07-18 13:45:43
linux-kernel
[PATCH v10 1/4] fpga: add an initial KUnit suite for the FPGA Manager