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
/
include
/
linux
/
hid_bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2024-07-13
mm: add comments for allocation helpers explaining why they are macros
Suren Baghdasaryan
1
-0
/
+5
2024-07-01
HID: bpf: doc fixes for hid_hw_request() hooks
Benjamin Tissoires
1
-6
/
+8
2024-07-01
HID: bpf: doc fixes for hid_hw_request() hooks
Benjamin Tissoires
1
-4
/
+7
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
-3
/
+3
2024-06-27
HID: bpf: make hid_bpf_input_report() sleep until the device is ready
Benjamin Tissoires
1
-1
/
+2
2024-06-27
HID: bpf: add HID-BPF hooks for hid_hw_output_report
Benjamin Tissoires
1
-1
/
+23
2024-06-27
HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
Benjamin Tissoires
1
-3
/
+3
2024-06-27
HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
Benjamin Tissoires
1
-0
/
+35
2024-06-27
HID: bpf: protect HID-BPF prog_list access by a SRCU
Benjamin Tissoires
1
-2
/
+4
2024-06-27
HID: add source argument to HID low level functions
Benjamin Tissoires
1
-6
/
+10
2024-06-14
HID: bpf: make part of struct hid_device writable
Benjamin Tissoires
1
-1
/
+1
2024-06-14
Documentation: HID: amend HID-BPF for struct_ops
Benjamin Tissoires
1
-4
/
+4
2024-06-14
HID: bpf: remove tracing HID-BPF capability
Benjamin Tissoires
1
-53
/
+1
2024-06-14
HID: bpf: implement HID-BPF through bpf_struct_ops
Benjamin Tissoires
1
-1
/
+60
2024-06-14
HID: rename struct hid_bpf_ops into hid_ops
Benjamin Tissoires
1
-2
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+2
2024-04-26
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
1
-4
/
+2
2024-04-10
HID: bpf: allow to inject HID event from BPF
Benjamin Tissoires
1
-0
/
+2
2024-04-10
HID: bpf: export hid_hw_output_report as a BPF kfunc
Benjamin Tissoires
1
-0
/
+1
2024-01-31
HID: bpf: use __bpf_kfunc instead of noinline
Benjamin Tissoires
1
-11
/
+0
2024-01-02
HID: bpf: make bus_type const in struct hid_bpf_ops
Greg Kroah-Hartman
1
-1
/
+1
2023-01-19
HID: bpf: rework how programs are attached and stored in the kernel
Benjamin Tissoires
1
-0
/
+7
2022-11-17
HID: bpf: return non NULL data pointer when CONFIG_HID_BPF is not set
Benjamin Tissoires
1
-1
/
+1
2022-11-15
HID: bpf: allow to change the report descriptor
Benjamin Tissoires
1
-0
/
+8
2022-11-15
HID: bpf: introduce hid_hw_request()
Benjamin Tissoires
1
-1
/
+12
2022-11-15
HID: bpf: allocate data memory for device_event BPF programs
Benjamin Tissoires
1
-5
/
+32
2022-11-15
HID: initial BPF implementation
Benjamin Tissoires
1
-0
/
+117