| Commit message (Expand) | Author | Age | Files | Lines |
* | Daniel Borkmann says: | Jakub Kicinski | 2023-04-14 | 1 | -3/+0 |
|\ |
|
| * | bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs | David Vernet | 2023-03-26 | 1 | -3/+0 |
* | | Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-04-13 | 6 | -4/+16 |
|\ \ |
|
| * | | HID: intel-ish-hid: Fix kernel panic during warm reset | Tanu Malhotra | 2023-03-28 | 1 | -2/+2 |
| * | | HID: hid-sensor-custom: Fix buffer overrun in device name | Todd Brandt | 2023-03-24 | 1 | -1/+1 |
| * | | HID: topre: Add support for 87 keys Realforce R2 | Alessandro Manca | 2023-03-10 | 3 | -1/+4 |
| * | | HID: add HP 13t-aw100 & 14t-ea100 digitizer battery quirks | Philippe Troin | 2023-03-10 | 2 | -0/+9 |
* | | | Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-03-09 | 5 | -8/+37 |
|\| |
| |/
|/| |
|
| * | HID: intel-ish-hid: ipc: Fix potential use-after-free in work function | Reka Norman | 2023-03-03 | 1 | -1/+8 |
| * | HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse | Rafał Szalecki | 2023-03-03 | 1 | -0/+2 |
| * | HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded | Danny Kaehn | 2023-02-23 | 1 | -0/+1 |
| * | HID: uhid: Over-ride the default maximum data buffer value with our own | Lee Jones | 2023-02-23 | 1 | -0/+1 |
| * | HID: core: Provide new max_buffer_size attribute to over-ride the default | Lee Jones | 2023-02-23 | 1 | -7/+25 |
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 2 | -3/+3 |
* | | Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-02-22 | 53 | -1367/+3066 |
|\ \ |
|
| * \ | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires | 2023-02-22 | 15 | -23/+1607 |
| |\ \ |
|
| | * | | HID: bpf: reorder BPF registration | Benjamin Tissoires | 2023-01-18 | 1 | -4/+5 |
| | * | | HID: bpf: clean up entrypoint | Benjamin Tissoires | 2023-01-18 | 5 | -153/+53 |
| | * | | HID: bpf: rework how programs are attached and stored in the kernel | Benjamin Tissoires | 2023-01-18 | 2 | -67/+77 |
| | * | | HID: stop drivers from selecting CONFIG_HID | Arnd Bergmann | 2023-01-18 | 3 | -17/+18 |
| | * | | HID: bpf: enforce HID_BPF dependencies | Benjamin Tissoires | 2022-12-10 | 1 | -1/+2 |
| | * | | HID: bpf: do not rely on ALLOW_ERROR_INJECTION | Benjamin Tissoires | 2022-12-07 | 2 | -3/+18 |
| | * | | HID: force HID depending on INPUT | Benjamin Tissoires | 2022-11-21 | 1 | -0/+1 |
| | * | | HID: bpf: allow to change the report descriptor | Benjamin Tissoires | 2022-11-15 | 4 | -2/+89 |
| | * | | HID: bpf: introduce hid_hw_request() | Benjamin Tissoires | 2022-11-15 | 2 | -0/+136 |
| | * | | HID: bpf: allocate data memory for device_event BPF programs | Benjamin Tissoires | 2022-11-15 | 3 | -13/+119 |
| | * | | HID: bpf jmp table: simplify the logic of cleaning up programs | Benjamin Tissoires | 2022-11-15 | 5 | -573/+211 |
| | * | | HID: initial BPF implementation | Benjamin Tissoires | 2022-11-15 | 12 | -0/+1682 |
| | * | | HID: Kconfig: split HID support and hid-core compilation | Benjamin Tissoires | 2022-11-15 | 2 | -6/+12 |
| * | | | Merge branch 'for-6.3/uclogic' into for-linus | Benjamin Tissoires | 2023-02-22 | 10 | -27/+339 |
| |\ \ \ |
|
| | * | | | HID: uclogic: Use KUNIT_EXPECT_MEMEQ | José Expósito | 2023-01-18 | 1 | -2/+1 |
| | * | | | HID: uclogic: Add support for XP-PEN Deco Pro MW | José Expósito | 2023-01-18 | 4 | -0/+8 |
| | * | | | HID: uclogic: Add support for XP-PEN Deco Pro SW | José Expósito | 2023-01-18 | 4 | -0/+8 |
| | * | | | HID: uclogic: Handle wireless device reconnection | José Expósito | 2023-01-18 | 5 | -0/+271 |
| | * | | | HID: uclogic: Refactor UGEEv2 probe magic data | José Expósito | 2023-01-18 | 3 | -6/+16 |
| | * | | | HID: uclogic: Add battery quirk | José Expósito | 2023-01-18 | 2 | -0/+6 |
| | * | | | HID: uclogic: Add frame type quirk | José Expósito | 2023-01-18 | 3 | -19/+29 |
| * | | | | Merge branch 'for-6.3/steam' into for-linus | Benjamin Tissoires | 2023-02-22 | 3 | -28/+368 |
| |\ \ \ \ |
|
| | * | | | | HID: hid-steam: Add rumble on Deck | Vicki Pfau | 2023-02-06 | 2 | -0/+62 |
| | * | | | | HID: hid-steam: Add Steam Deck support | Vicki Pfau | 2023-02-06 | 3 | -28/+306 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'for-6.3/sony' into for-linus | Benjamin Tissoires | 2023-02-22 | 2 | -1000/+62 |
| |\ \ \ \ |
|
| | * | | | | HID: playstation: correct DualSense gyro bias handling. | Roderick Colenbrander | 2023-01-18 | 1 | -8/+10 |
| | * | | | | HID: playstation: correct DualShock4 gyro bias handling. | Roderick Colenbrander | 2023-01-18 | 1 | -8/+10 |
| | * | | | | HID: playstation: fix DualShock4 unreachable calibration code. | Roderick Colenbrander | 2023-01-18 | 1 | -3/+2 |
| | * | | | | HID: sony: remove DualShock4 support. | Roderick Colenbrander | 2023-01-18 | 1 | -981/+40 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'for-6.3/multitouch' into for-linus | Benjamin Tissoires | 2023-02-22 | 5 | -7/+85 |
| |\ \ \ \ |
|
| | * | | | | HID: retain initial quirks set up when creating HID devices | Dmitry Torokhov | 2023-02-09 | 3 | -10/+5 |
| | * | | | | HID: multitouch: Add quirks for flipped axes | Allen Ballway | 2023-01-18 | 4 | -4/+87 |
| | |/ / / |
|
| * | | | | Merge branch 'for-6.3/mcp2221' into for-linus | Benjamin Tissoires | 2023-02-22 | 1 | -0/+3 |
| |\ \ \ \ |
|