Show patches with: Submitter = Benjamin Tissoires       |    Archived = No       |   287 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[01/11] selftests: hid: make vmtest rely on make selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[01/12] HID: core: statically allocate read buffers HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[02/11] Revert "HID: playstation: report DualSense hardware and firmware version." Untitled series #103350 --- 2021-02-17 Benjamin Tissoires New
[02/11] selftests: hid: import hid-tools hid-core tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[02/12] HID: core: de-duplicate some code in hid_input_field() HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[03/11] Revert "HID: playstation: DualSense set LEDs to default player id." Untitled series #103350 --- 2021-02-17 Benjamin Tissoires New
[03/11] selftests: hid: import hid-tools hid-gamepad tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[03/12] HID: core: split data fetching from processing in hid_input_field() HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[04/11] selftests: hid: import hid-tools hid-keyboards tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[04/12] HID: input: tag touchscreens as such if the physical is not there HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[05/11] selftests: hid: import hid-tools hid-mouse tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[05/12] HID: input: rework spaghetti code with switch statements HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[06/11] Revert "HID: playstation: add DualSense lightbar support" Untitled series #103350 --- 2021-02-17 Benjamin Tissoires New
[06/12] HID: input: move up out-of-range processing of input values HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[07/12] HID: compute an ordered list of input fields to process HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[08/11] HID: playstation: fix unused variable in ps_battery_get_property. Untitled series #103350 --- 2021-02-17 Benjamin Tissoires Accepted
[08/11] selftests: hid: import hid-tools hid-apple tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[08/12] HID: core: for input reports, process the usages by priority list HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[09/11] HID: playstation: add initial DualSense lightbar support. Untitled series #103350 --- 2021-02-17 Benjamin Tissoires Accepted
[09/11] selftests: hid: import hid-tools hid-ite tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[09/12] HID: input: enforce Invert usage to be processed before InRange HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[10/11] HID: playstation: add microphone mute support for DualSense. Untitled series #103350 --- 2021-02-17 Benjamin Tissoires Accepted
[10/11] selftests: hid: import hid-tools hid-sony and hid-playstation tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[10/12] HID: input: remove the need for HID_QUIRK_INVERT HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires New
[11/11] selftests: hid: import hid-tools usb-crash tests selftests: hid: import the tests from hid-tools --- 2023-02-17 Benjamin Tissoires Accepted
[11/12] HID: input: accommodate priorities for slotted devices HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires Superseded
[12/12] Input: docs: add more details on the use of BTN_TOOL HID: fix for generic input processing --- 2022-01-26 Benjamin Tissoires New
[1/2] HID: bpf: enforce HID_BPF dependencies HID-BPF: Kconfig fix --- 2022-11-30 Benjamin Tissoires Superseded
[1/4] HID: sony: fix error path in probe HID: followup of uhid crashes, and couple of core --- 2021-12-02 Benjamin Tissoires Accepted
[2/2] selftests: hid: ensures we have the proper requirements in config HID-BPF: Kconfig fix --- 2022-11-30 Benjamin Tissoires New
[2/4] HID: bigbenff: prevent null pointer dereference HID: followup of uhid crashes, and couple of core --- 2021-12-02 Benjamin Tissoires Accepted
[3/4] HID: add suspend/resume helpers HID: followup of uhid crashes, and couple of core --- 2021-12-02 Benjamin Tissoires Accepted
[4/4] HID: do not inline some hid_hw_ functions HID: followup of uhid crashes, and couple of core --- 2021-12-02 Benjamin Tissoires Accepted
[bpf-next,v10,01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,02/23] bpf: split btf_check_subprog_arg_match in two Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,03/23] bpf/verifier: allow all functions to read user provided context Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,04/23] selftests/bpf: add test for accessing ctx from syscall program type Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,05/23] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,06/23] bpf/verifier: allow kfunc to return an allocated mem Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,07/23] selftests/bpf: Add tests for kfunc returning a memory pointer Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,08/23] HID: core: store the unique system identifier in hid_device Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,09/23] HID: export hid_report_type to uapi Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,10/23] HID: convert defines of HID class requests into a proper enum Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Accepted
[bpf-next,v10,11/23] HID: Kconfig: split HID support and hid-core compilation Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v10,12/23] HID: initial BPF implementation Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v10,13/23] selftests/bpf: add tests for the HID-bpf initial implementation Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,14/23] HID: bpf: allocate data memory for device_event BPF programs Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v10,15/23] selftests/bpf/hid: add test to change the report size Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,16/23] HID: bpf: introduce hid_hw_request() Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v10,17/23] selftests/bpf: add tests for bpf_hid_hw_request Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,18/23] HID: bpf: allow to change the report descriptor Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v10,19/23] selftests/bpf: add report descriptor fixup tests Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,21/23] samples/bpf: HID: add new hid_mouse example Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires New
[bpf-next,v10,22/23] samples/bpf: HID: add Surface Dial example Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v10,23/23] Documentation: add HID-BPF docs Introduce eBPF support for HID devices --- 2022-09-02 Benjamin Tissoires Superseded
[bpf-next,v1,2/6] HID: bpf: allow to change the report descriptor from an eBPF program Introduce eBPF support for HID devices --- 2022-02-24 Benjamin Tissoires New
[bpf-next,v1,4/6] HID: bpf: add new BPF type to trigger commands from userspace Introduce eBPF support for HID devices --- 2022-02-24 Benjamin Tissoires New
[bpf-next,v1,6/6] HID: bpf: add bpf_hid_raw_request helper function Introduce eBPF support for HID devices --- 2022-02-24 Benjamin Tissoires New
[bpf-next,v2,01/28] bpf: add new is_sys_admin_prog_type() helper Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires Superseded
[bpf-next,v2,02/28] bpf: introduce hid program type Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,03/28] HID: hook up with bpf Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,04/28] libbpf: add HID program type and API Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,05/28] selftests/bpf: add tests for the HID-bpf initial implementation Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,06/28] samples/bpf: add new hid_mouse example Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,07/28] bpf/hid: add a new attach type to change the report descriptor Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,08/28] HID: allow to change the report descriptor from an eBPF program Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,10/28] selftests/bpf: add report descriptor fixup tests Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires Superseded
[bpf-next,v2,11/28] samples/bpf: add a report descriptor fixup Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,12/28] bpf/hid: add hid_{get|set}_data helpers Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,13/28] HID: bpf: implement hid_bpf_get|set_data Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,14/28] selftests/bpf: add tests for hid_{get|set}_data helpers Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,15/28] bpf/hid: add new BPF type to trigger commands from userspace Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,16/28] libbpf: add new attach type BPF_HID_USER_EVENT Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,17/28] selftests/bpf: add test for user call of HID bpf programs Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,19/28] bpf/hid: add bpf_hid_raw_request helper function Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,20/28] HID: add implementation of bpf_hid_raw_request Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,21/28] selftests/bpf: add tests for bpf_hid_hw_request Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,22/28] bpf/verifier: prevent non GPL programs to be loaded against HID Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires Superseded
[bpf-next,v2,23/28] HID: bpf: compute only the required buffer size for the device Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,25/28] bpf/hid: Add a flag to add the program at the beginning of the list Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v2,28/28] samples/bpf: fix bpf_program__attach_hid() api change Introduce eBPF support for HID devices --- 2022-03-04 Benjamin Tissoires New
[bpf-next,v3,01/17] bpf: add new is_sys_admin_prog_type() helper Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,02/17] bpf: introduce hid program type Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,03/17] bpf/verifier: prevent non GPL programs to be loaded against HID Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,04/17] libbpf: add HID program type and API Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,05/17] HID: hook up with bpf Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,06/17] HID: allow to change the report descriptor from an eBPF program Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,07/17] selftests/bpf: add tests for the HID-bpf initial implementation Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,08/17] selftests/bpf: add report descriptor fixup tests Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,10/17] selftests/bpf: add test for user call of HID bpf programs Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,11/17] samples/bpf: add new hid_mouse example Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,12/17] bpf/hid: add more HID helpers Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
[bpf-next,v3,13/17] HID: bpf: implement hid_bpf_get|set_bits Introduce eBPF support for HID devices --- 2022-03-18 Benjamin Tissoires New
« 1 2 3 »