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-05-02 23:37:48 linux-kernel Re: [RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-05-02 04:34:37 linux-kernel Re: [RFC bpf-next v4 2/7] bpf/verifier: allow kfunc to return an allocated mem
2022-04-27 09:39:17 linux-kernel Re: [RFC bpf-next v4 2/7] bpf/verifier: allow kfunc to return an allocated mem
2022-04-26 11:06:54 linux-kernel Re: [RFC bpf-next v4 3/7] error-inject: add new type that carries if the function is non sleepable
2022-04-26 10:08:51 linux-kernel Re: [RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-04-22 22:16:28 linux-kernel [RFC bpf-next v4 7/7] selftests/bpf: add tests for the HID-bpf initial implementation
2022-04-22 21:25:00 linux-kernel Re: [PATCH 1/2] hid: multitouch: add module paramter to override quirks
2022-04-22 21:14:27 linux-kernel [RFC bpf-next v4 5/7] HID: initial BPF new way implementation
2022-04-22 20:14:31 linux-kernel [RFC bpf-next v4 1/7] bpf/btf: also allow kfunc in tracing programs
2022-04-22 19:38:25 linux-kernel [RFC bpf-next v4 3/7] error-inject: add new type that carries if the function is non sleepable
2022-04-22 19:09:10 linux-kernel [RFC bpf-next v4 6/7] samples/bpf: add new hid_mouse example
2022-04-22 18:59:56 linux-kernel [RFC bpf-next v4 2/7] bpf/verifier: allow kfunc to return an allocated mem
2022-04-22 18:44:43 linux-kernel [RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-04-22 18:25:26 linux-kernel Re: [PATCH] HID: hidraw - add HIDIOCREVOKE ioctl
2022-04-22 18:20:40 linux-kernel Re: Bug 215744 - input from the accelerometer disappeared, regression on amd_sfh on kernel 5.17
2022-04-22 17:17:06 linux-kernel Re: [PATCH] HID: hidraw - add HIDIOCREVOKE ioctl
2022-04-22 17:12:52 linux-kernel Re: [PATCH 2/2] hid: multitouch: improve custom quirks kernel parameter
2022-04-22 15:45:03 linux-kernel Re: [PATCH] hid: multitouch: new device class fix Lenovo X12 trackpad sticky
2022-04-21 21:17:26 linux-kernel [RFC bpf-next v4 4/7] btf: Add a new kfunc set which allows to mark a function to be sleepable
2022-04-21 19:29:18 linux-kernel Re: [PATCH] HID: elan: Fix potential double free in elan_input_configured
2022-04-04 23:37:56 linux-kernel Re: [PATCH] HID: multitouch: add quirks to enable Lenovo X12 trackpoint
2022-04-02 16:54:09 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-04-01 23:15:31 linux-kernel Re: [PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
2022-04-01 17:40:30 linux-kernel Re: [PATCH v4 1/3] HID: lenovo: Add support for ThinkPad TrackPoint Keyboard II
2022-03-30 15:24:00 linux-kernel Re: [PATCH] Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"
2022-03-29 20:55:37 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-28 14:03:36 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-25 19:14:21 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-25 05:37:26 linux-kernel Re: [PATCH] HID: logitech-hidpp: support Color LED feature (8071).
2022-03-22 13:00:42 linux-kernel Re: [PATCH bpf-next v3 02/17] bpf: introduce hid program type
2022-03-21 23:00:29 linux-kernel Re: [PATCH] HID: multitouch: fix Dell Precision 7550 and 7750 button type
2022-03-21 22:15:31 linux-kernel Re: [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
2022-03-21 21:53:17 linux-kernel Re: [PATCH] HID: multitouch: fix Dell Precision 7550 and 7750 button type
2022-03-21 20:20:34 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-21 19:19:28 linux-kernel Re: [PATCH bpf-next v3 02/17] bpf: introduce hid program type
2022-03-21 14:02:52 linux-kernel [PATCH bpf-next v3 14/17] HID: add implementation of bpf_hid_raw_request
2022-03-21 13:56:17 linux-kernel [PATCH bpf-next v3 11/17] samples/bpf: add new hid_mouse example
2022-03-21 10:19:39 linux-kernel [PATCH bpf-next v3 03/17] bpf/verifier: prevent non GPL programs to be loaded against HID
2022-03-21 06:14:21 linux-kernel [PATCH bpf-next v3 10/17] selftests/bpf: add test for user call of HID bpf programs
2022-03-20 16:29:01 linux-kernel [PATCH bpf-next v3 09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
2022-03-20 16:24:31 linux-kernel [PATCH bpf-next v3 02/17] bpf: introduce hid program type
2022-03-19 16:04:32 linux-kernel [PATCH bpf-next v3 05/17] HID: hook up with bpf
2022-03-19 14:33:11 linux-kernel [PATCH bpf-next v3 15/17] selftests/bpf: add tests for hid_{get|set}_bits helpers
2022-03-19 14:19:25 linux-kernel [PATCH bpf-next v3 17/17] Documentation: add HID-BPF docs
2022-03-19 07:30:19 linux-kernel [PATCH bpf-next v3 01/17] bpf: add new is_sys_admin_prog_type() helper
2022-03-19 06:31:41 linux-kernel [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-19 06:30:58 linux-kernel [PATCH bpf-next v3 08/17] selftests/bpf: add report descriptor fixup tests
2022-03-19 06:30:47 linux-kernel Re: [REGRESSION] Right touchpad button disabled on Dell 7750
2022-03-19 01:22:29 linux-kernel [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
2022-03-18 22:49:09 linux-kernel [PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
2022-03-18 20:58:37 linux-kernel [PATCH bpf-next v3 04/17] libbpf: add HID program type and API