index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
bpf
/
hid_bpf_dispatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-27
HID: bpf: constify parameter rdesc of call_hid_bpf_rdesc_fixup()
Thomas Weißschuh
1
-4
/
+2
2024-07-01
HID: bpf: doc fixes for hid_hw_request() hooks
Benjamin Tissoires
1
-1
/
+1
2024-07-01
HID: bpf: fix gcc warning and unify __u64 into u64
Benjamin Tissoires
1
-3
/
+3
2024-06-27
HID: bpf: allow hid_device_event hooks to inject input reports on self
Benjamin Tissoires
1
-8
/
+48
2024-06-27
HID: bpf: make hid_bpf_input_report() sleep until the device is ready
Benjamin Tissoires
1
-4
/
+12
2024-06-27
selftests/hid: add tests for hid_hw_output_report HID-BPF hooks
Benjamin Tissoires
1
-0
/
+5
2024-06-27
HID: bpf: add HID-BPF hooks for hid_hw_output_report
Benjamin Tissoires
1
-4
/
+35
2024-06-27
HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
Benjamin Tissoires
1
-2
/
+10
2024-06-27
HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
Benjamin Tissoires
1
-0
/
+38
2024-06-27
HID: bpf: protect HID-BPF prog_list access by a SRCU
Benjamin Tissoires
1
-1
/
+5
2024-06-27
HID: add source argument to HID low level functions
Benjamin Tissoires
1
-5
/
+7
2024-06-27
HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value
Benjamin Tissoires
1
-1
/
+2
2024-06-14
HID: bpf: remove tracing HID-BPF capability
Benjamin Tissoires
1
-187
/
+6
2024-06-14
HID: bpf: implement HID-BPF through bpf_struct_ops
Benjamin Tissoires
1
-7
/
+45
2024-06-14
HID: bpf: add hid_get/put_device() helpers
Benjamin Tissoires
1
-20
/
+27
2024-06-14
HID: rename struct hid_bpf_ops into hid_ops
Benjamin Tissoires
1
-11
/
+11
2024-04-11
HID: bpf: fix hid_bpf_input_report() when hid-core is not ready
Benjamin Tissoires
1
-1
/
+1
2024-04-10
HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks.
Benjamin Tissoires
1
-0
/
+5
2024-04-10
HID: bpf: allow to inject HID event from BPF
Benjamin Tissoires
1
-0
/
+29
2024-04-10
HID: bpf: export hid_hw_output_report as a BPF kfunc
Benjamin Tissoires
1
-29
/
+83
2024-04-10
HID: bpf/dispatch: regroup kfuncs definitions
Benjamin Tissoires
1
-42
/
+38
2024-03-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+4
2024-02-01
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-4
/
+4
2024-01-31
HID: bpf: use __bpf_kfunc instead of noinline
Benjamin Tissoires
1
-5
/
+13
2024-01-31
HID: bpf: actually free hdev memory after attaching a HID-BPF program
Benjamin Tissoires
1
-6
/
+23
2024-01-31
HID: bpf: remove double fdget()
Benjamin Tissoires
1
-22
/
+44
2023-03-26
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
1
-3
/
+0
2023-01-19
HID: bpf: reorder BPF registration
Benjamin Tissoires
1
-4
/
+5
2023-01-19
HID: bpf: clean up entrypoint
Benjamin Tissoires
1
-1
/
+0
2023-01-19
HID: bpf: rework how programs are attached and stored in the kernel
Benjamin Tissoires
1
-7
/
+11
2022-12-07
HID: bpf: do not rely on ALLOW_ERROR_INJECTION
Benjamin Tissoires
1
-2
/
+18
2022-11-15
HID: bpf: allow to change the report descriptor
Benjamin Tissoires
1
-1
/
+79
2022-11-15
HID: bpf: introduce hid_hw_request()
Benjamin Tissoires
1
-0
/
+134
2022-11-15
HID: bpf: allocate data memory for device_event BPF programs
Benjamin Tissoires
1
-10
/
+106
2022-11-15
HID: bpf jmp table: simplify the logic of cleaning up programs
Benjamin Tissoires
1
-1
/
+1
2022-11-15
HID: initial BPF implementation
Benjamin Tissoires
1
-0
/
+223