LinuxLists
Users
About
Benjamin Tissoires (
[email protected]
)
Number of posts: 1984 (0.49 per day)
First post: 2013-03-05 16:10:03
Last post: 2024-04-23 14:59:52
Previous Page
/
Next Page
Date
List
Subject
2022-08-24 13:45:23
linux-kernel
[PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
2022-08-24 13:45:14
linux-kernel
[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
2022-08-24 10:12:00
linux-kernel
Re: [PATCH bpf-next v7 13/24] HID: initial BPF implementation
2022-08-24 10:11:55
linux-kernel
Re: [PATCH bpf-next v8 02/24] bpf/verifier: allow kfunc to read user provided context
2022-08-24 09:44:16
linux-kernel
Re: [PATCH bpf-next v7 13/24] HID: initial BPF implementation
2022-08-23 19:05:06
linux-kernel
Re: [RESEND PATCH 1/2] HID: Add driver for RC Simulator Controllers
2022-08-23 13:43:37
linux-kernel
Re: [RESEND PATCH 1/2] HID: Add driver for RC Simulator Controllers
2022-08-22 06:48:36
linux-kernel
Re: PROBLEM: Regression likely in hid_uclogic driver breaks Huion Inspiroy H640 drawing tablet
2022-08-22 06:45:32
linux-kernel
[PATCH] HID: input: fix uclogic tablets
2022-08-19 14:22:40
linux-kernel
Re: PROBLEM: Regression likely in hid_uclogic driver breaks Huion Inspiroy H640 drawing tablet
2022-08-11 15:30:47
linux-kernel
Re: PROBLEM: Regression likely in hid_uclogic driver breaks Huion Inspiroy H640 drawing tablet
2022-08-10 14:27:36
linux-kernel
Re: [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable
2022-07-25 16:40:07
linux-kernel
Re: [PATCH bpf-next v8 02/24] bpf/verifier: allow kfunc to read user provided context
2022-07-22 09:52:52
linux-kernel
[PATCH bpf-next v8 02/24] bpf/verifier: allow kfunc to read user provided context
2022-07-22 09:06:07
linux-kernel
Re: [PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
2022-07-21 16:41:11
linux-kernel
[PATCH bpf-next v7 16/24] selftests/bpf/hid: add test to change the report size
2022-07-21 16:37:53
linux-kernel
[PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example
2022-07-21 16:37:45
linux-kernel
[PATCH bpf-next v7 04/24] selftests/bpf: add test for accessing ctx from syscall program type
2022-07-21 16:36:06
linux-kernel
[PATCH bpf-next v7 19/24] HID: bpf: allow to change the report descriptor
2022-07-21 16:36:03
linux-kernel
[PATCH bpf-next v7 06/24] selftests/bpf: Add tests for kfunc returning a memory pointer
2022-07-21 16:07:38
linux-kernel
[PATCH bpf-next v7 08/24] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
2022-07-21 16:07:22
linux-kernel
[PATCH bpf-next v7 11/24] HID: convert defines of HID class requests into a proper enum
2022-07-21 16:07:10
linux-kernel
[PATCH bpf-next v7 10/24] HID: export hid_report_type to uapi
2022-07-21 16:06:46
linux-kernel
[PATCH bpf-next v7 20/24] selftests/bpf: add report descriptor fixup tests
2022-07-21 16:05:59
linux-kernel
[PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs
2022-07-21 16:05:47
linux-kernel
[PATCH bpf-next v7 13/24] HID: initial BPF implementation
2022-07-21 16:05:20
linux-kernel
[PATCH bpf-next v7 21/24] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
2022-07-21 16:04:14
linux-kernel
[PATCH bpf-next v7 03/24] bpf/verifier: do not clear meta in check_mem_size
2022-07-21 16:03:53
linux-kernel
[PATCH bpf-next v7 17/24] HID: bpf: introduce hid_hw_request()
2022-07-21 16:03:45
linux-kernel
[PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example
2022-07-21 16:02:58
linux-kernel
[PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
2022-07-21 16:02:53
linux-kernel
[PATCH bpf-next v7 01/24] selftests/bpf: fix config for CLS_BPF
2022-07-21 16:02:48
linux-kernel
[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
2022-07-21 16:02:33
linux-kernel
[PATCH bpf-next v7 07/24] bpf: prepare for more bpf syscall to be used from kernel and user space.
2022-07-21 15:56:34
linux-kernel
[PATCH bpf-next v7 15/24] HID: bpf: allocate data memory for device_event BPF programs
2022-07-21 15:55:15
linux-kernel
[PATCH bpf-next v7 18/24] selftests/bpf: add tests for bpf_hid_hw_request
2022-07-21 15:55:02
linux-kernel
[PATCH bpf-next v7 09/24] HID: core: store the unique system identifier in hid_device
2022-07-21 15:45:09
linux-kernel
[PATCH bpf-next v7 05/24] bpf/verifier: allow kfunc to return an allocated mem
2022-07-21 15:41:16
linux-kernel
[PATCH bpf-next v7 14/24] selftests/bpf: add tests for the HID-bpf initial implementation
2022-07-21 15:41:09
linux-kernel
[PATCH bpf-next v7 12/24] HID: Kconfig: split HID support and hid-core compilation
2022-07-18 16:01:42
linux-kernel
Re: [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
2022-07-18 14:39:14
linux-kernel
Re: [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
2022-07-18 14:16:12
linux-kernel
Re: [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
2022-07-18 08:54:44
linux-kernel
Re: [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
2022-07-15 10:25:52
linux-kernel
Re: [PATCH bpf-next v6 12/23] HID: initial BPF implementation
2022-07-13 12:40:36
linux-kernel
Re: [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example
2022-07-13 11:38:49
linux-kernel
Re: [PATCH bpf-next v6 12/23] HID: initial BPF implementation
2022-07-12 15:56:12
linux-kernel
[PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
2022-07-12 15:55:38
linux-kernel
[PATCH bpf-next v6 19/23] selftests/bpf: add report descriptor fixup tests
2022-07-12 15:46:30
linux-kernel
[PATCH bpf-next v6 14/23] HID: bpf: allocate data memory for device_event BPF programs
2022-07-12 15:46:09
linux-kernel
[PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF