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

Date List Subject
2022-07-12 15:41:25 linux-kernel [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
2022-07-12 15:39:14 linux-kernel [PATCH bpf-next v6 15/23] selftests/bpf/hid: add test to change the report size
2022-07-12 15:35:45 linux-kernel [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space.
2022-07-12 15:35:44 linux-kernel [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type
2022-07-12 15:23:45 linux-kernel [PATCH bpf-next v6 18/23] HID: bpf: allow to change the report descriptor
2022-07-12 15:22:10 linux-kernel [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
2022-07-12 15:21:20 linux-kernel [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example
2022-07-12 15:19:49 linux-kernel [PATCH bpf-next v6 22/23] HID: bpf: add Surface Dial example
2022-07-12 15:19:41 linux-kernel [PATCH bpf-next v6 17/23] selftests/bpf: add tests for bpf_hid_hw_request
2022-07-12 15:19:03 linux-kernel [PATCH bpf-next v6 23/23] Documentation: add HID-BPF docs
2022-07-12 15:18:54 linux-kernel [PATCH bpf-next v6 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
2022-07-12 15:17:32 linux-kernel [PATCH bpf-next v6 16/23] HID: bpf: introduce hid_hw_request()
2022-07-12 15:14:30 linux-kernel [PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
2022-07-12 15:06:16 linux-kernel [PATCH bpf-next v6 12/23] HID: initial BPF implementation
2022-07-12 15:05:53 linux-kernel [PATCH bpf-next v6 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
2022-07-12 15:05:42 linux-kernel [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
2022-07-12 15:04:26 linux-kernel [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
2022-07-12 15:04:01 linux-kernel [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
2022-07-12 15:03:14 linux-kernel [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
2022-07-12 15:03:02 linux-kernel [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size
2022-06-01 20:38:49 linux-kernel Re: [PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
2022-05-22 17:43:07 linux-kernel Re: [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
2022-05-21 11:25:53 linux-kernel Re: [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
2022-05-20 09:42:53 linux-kernel Re: [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
2022-05-20 07:12:32 linux-kernel Re: [PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
2022-05-20 06:10:51 linux-kernel Re: [PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
2022-05-20 01:35:09 linux-kernel Re: [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
2022-05-19 15:15:33 linux-kernel Re: [PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
2022-05-18 21:08:42 linux-kernel [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
2022-05-18 21:08:42 linux-kernel [PATCH bpf-next v5 14/17] selftests/bpf: add report descriptor fixup tests
2022-05-18 21:08:39 linux-kernel [PATCH bpf-next v5 10/17] selftests/bpf/hid: add test to change the report size
2022-05-18 21:08:37 linux-kernel [PATCH bpf-next v5 17/17] Documentation: add HID-BPF docs
2022-05-18 21:08:34 linux-kernel [PATCH bpf-next v5 13/17] HID: bpf: allow to change the report descriptor
2022-05-18 21:08:32 linux-kernel [PATCH bpf-next v5 08/17] selftests/bpf: add tests for the HID-bpf initial implementation
2022-05-18 21:08:31 linux-kernel [PATCH bpf-next v5 16/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
2022-05-18 21:08:30 linux-kernel [PATCH bpf-next v5 15/17] samples/bpf: add new hid_mouse example
2022-05-18 21:08:24 linux-kernel [PATCH bpf-next v5 11/17] HID: bpf: introduce hid_hw_request()
2022-05-18 21:08:20 linux-kernel [PATCH bpf-next v5 06/17] HID: export hid_report_type to uapi
2022-05-18 21:08:19 linux-kernel [PATCH bpf-next v5 09/17] HID: bpf: allocate data memory for device_event BPF programs
2022-05-18 21:08:15 linux-kernel [PATCH bpf-next v5 05/17] HID: core: store the unique system identifier in hid_device
2022-05-18 21:08:14 linux-kernel [PATCH bpf-next v5 07/17] HID: initial BPF implementation
2022-05-18 21:01:41 linux-kernel [PATCH bpf-next v5 03/17] bpf: prepare for more bpf syscall to be used from kernel and user space.
2022-05-18 21:01:34 linux-kernel [PATCH bpf-next v5 04/17] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
2022-05-18 21:01:26 linux-kernel [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
2022-05-18 21:01:23 linux-kernel [PATCH bpf-next v5 01/17] bpf/btf: also allow kfunc in tracing and syscall programs
2022-05-18 21:01:19 linux-kernel [PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
2022-05-17 01:12:16 linux-kernel Re: [PATCH] HID: Driver for Google Hangouts Meet Speakermic
2022-05-14 01:37:51 linux-kernel Re: [RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-05-14 01:07:29 linux-kernel Re: [RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-05-03 00:12:37 linux-kernel Re: [RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-05-03 00:04:19 linux-kernel Re: [RFC bpf-next v4 3/7] error-inject: add new type that carries if the function is non sleepable