index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-macally.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
bpf: allow bpf helpers to be used into HID-BPF struct_ops
Benjamin Tissoires
1
-0
/
+1
2024-06-14
HID: bpf: error on warnings when compiling bpf objects
Benjamin Tissoires
1
-1
/
+1
2024-06-14
HID: bpf: Artist24: remove unused variable
Benjamin Tissoires
1
-1
/
+0
2024-06-14
Documentation: HID: add a small blurb on udev-hid-bpf
Benjamin Tissoires
1
-0
/
+17
2024-06-14
Documentation: HID: amend HID-BPF for struct_ops
Benjamin Tissoires
2
-88
/
+76
2024-06-14
selftests/hid: add subprog call test
Benjamin Tissoires
2
-0
/
+65
2024-06-14
HID: bpf: remove tracing HID-BPF capability
Benjamin Tissoires
9
-1187
/
+8
2024-06-14
HID: bpf: convert in-tree fixes into struct_ops
Benjamin Tissoires
9
-6
/
+53
2024-06-14
HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
Benjamin Tissoires
9
-13
/
+16
2024-06-14
HID: samples: convert the 2 HID-BPF samples into struct_ops
Benjamin Tissoires
7
-108
/
+57
2024-06-14
selftests/hid: convert the hid_bpf selftests with struct_ops
Benjamin Tissoires
3
-65
/
+89
2024-06-14
HID: bpf: implement HID-BPF through bpf_struct_ops
Benjamin Tissoires
6
-9
/
+365
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
3
-16
/
+16
2024-06-07
HID: Ignore battery for ELAN touchscreens 2F2C and 4116
Louis Dalibard
2
-0
/
+6
2024-06-07
HID: i2c-hid: elan: fix reset suspend current leakage
Johan Hovold
1
-12
/
+47
2024-06-07
dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property
Johan Hovold
1
-0
/
+6
2024-06-07
dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M
Johan Hovold
1
-4
/
+8
2024-06-07
dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema
Johan Hovold
2
-1
/
+66
2024-06-07
input: Add support for "Do Not Disturb"
Aseda Aboagye
3
-0
/
+10
2024-06-07
input: Add event code for accessibility key
Aseda Aboagye
3
-0
/
+3
2024-06-07
hid: asus: asus_report_fixup: fix potential read out of bounds
Andrew Ballance
1
-2
/
+2
2024-06-07
gpio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
4
-0
/
+4
2024-06-07
modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o
Masahiro Yamada
1
-2
/
+3
2024-06-07
kbuild: explicitly run mksysmap as sed script from link-vmlinux.sh
Richard Acayan
1
-1
/
+1
2024-06-06
btrfs: protect folio::private when attaching extent buffer folios
Qu Wenruo
1
-29
/
+31
2024-06-06
selftests: net: lib: set 'i' as local
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-06-06
selftests: net: lib: avoid error removing empty netns name
Matthieu Baerts (NGI0)
1
-6
/
+7
2024-06-06
selftests: net: lib: support errexit with busywait
Matthieu Baerts (NGI0)
1
-3
/
+1
2024-06-06
ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K
Michael Ellerman
1
-3
/
+6
2024-06-06
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
1
-1
/
+1
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
3
-32
/
+0
2024-06-06
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2
-1
/
+6
2024-06-06
kconfig: doc: document behavior of 'select' and 'imply' followed by 'if'
Masahiro Yamada
1
-0
/
+10
2024-06-06
kconfig: doc: fix a typo in the note about 'imply'
Masahiro Yamada
1
-1
/
+1
2024-06-06
kconfig: gconf: give a proper initial state to the Save button
Masahiro Yamada
1
-1
/
+2
2024-06-06
kconfig: remove unneeded code for user-supplied values being out of range
Masahiro Yamada
1
-13
/
+0
2024-06-06
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-06-06
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
1
-3
/
+3
2024-06-06
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
1
-5
/
+2
2024-06-06
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
[next]