Linus Torvalds
6e504d2c61
Merge tag 'for-linus-2024071601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
...
Pull HID updates from Benjamin Tissoires:
- rewrite of the HID-BPF internal implementation to use bpf struct_ops
instead of a tracing endpoint (Benjamin Tissoires)
- add two new HID-BPF hooks to be able to intercept userspace calls
targeting a HID device and filtering them (Benjamin Tissoires)
- add support for various new devices through HID-BPF filters (Benjamin
Tissoires)
- add support for the magic keyboard backlight (Orlando Chamberlain)
- add the missing MODULE_DESCRIPTION() macros in HID drivers (Jeff
Johnson)
- use of kvzalloc in case memory gets too fragmented (Hailong Liu)
- retrieve the device firmware node in the child HID device (Danny
Kaehn)
- some hid-uclogic improvements (José Expósito)
- some more typos, trivial fixes, kernel doctext and unused functions
cleanups
* tag 'for-linus-2024071601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (60 commits)
HID: hid-steam: Fix typo in goto label
HID: mcp2221: Remove unnecessary semicolon
HID: Fix spelling mistakes "Kensigton" -> "Kensington"
HID: add more missing MODULE_DESCRIPTION() macros
HID: samples: fix the 2 struct_ops definitions
HID: fix for amples in for-6.11/bpf
HID: apple: Add support for magic keyboard backlight on T2 Macs
HID: bpf: Thrustmaster TCA Yoke Boeing joystick fix
HID: bpf: Add Huion Dial 2 bpf fixup
HID: bpf: Add support for the XP-PEN Deco Mini 4
HID: bpf: move the BIT() macro to hid_bpf_helpers.h
HID: bpf: add a driver for the Huion Inspiroy 2S (H641P)
HID: bpf: Add a HID report composition helper macros
HID: bpf: doc fixes for hid_hw_request() hooks
HID: bpf: doc fixes for hid_hw_request() hooks
HID: bpf: fix gcc warning and unify __u64 into u64
selftests/hid: ensure CKI can compile our new tests on old kernels
selftests/hid: add an infinite loop test for hid_bpf_try_input_report
selftests/hid: add another test for injecting an event from an event hook
HID: bpf: allow hid_device_event hooks to inject input reports on self
...
2024-07-17 17:28:31 -07:00
..
2024-04-18 12:09:14 +01:00
2024-06-05 15:52:34 +02:00
2023-12-18 11:15:43 -08:00
2024-04-05 16:49:14 +02:00
2024-07-15 08:02:26 -07:00
2023-10-05 13:34:05 +02:00
2020-10-12 15:29:26 +02:00
2024-01-18 15:16:57 -08:00
2024-04-25 14:41:18 +05:30
2024-07-15 08:49:59 -07:00
2024-07-09 15:36:09 +02:00
2024-04-23 15:37:20 +08:00
2024-03-27 10:25:54 +00:00
2023-05-30 18:58:43 -05:00
2024-07-02 11:40:37 +02:00
2024-01-14 23:00:50 +01:00
2024-05-03 11:48:56 +01:00
2024-04-15 08:10:26 -06:00
2024-06-24 18:16:45 +01:00
2023-06-05 09:56:36 +01:00
2024-07-15 17:48:12 -07:00
2023-08-23 08:25:28 +01:00
2024-07-15 12:42:45 -07:00
2024-05-16 08:56:49 -07:00
2024-04-24 11:06:26 -07:00
2024-07-05 09:35:51 +01:00
2024-04-25 20:55:49 -07:00
2024-07-03 14:07:14 +01:00
2024-03-29 00:30:16 +05:30
2023-12-04 15:32:42 +01:00
2024-07-17 17:05:21 -07:00
2024-04-01 12:29:44 +02:00
2024-07-05 18:30:00 -07:00
2024-06-12 09:20:13 +02:00
2024-06-26 20:09:28 +01:00
2024-04-30 10:44:53 -06:00
2024-05-23 12:04:36 -07:00
2024-07-09 11:16:42 +02:00
2024-05-04 18:26:50 +05:30
2024-07-15 18:03:43 -07:00
2024-07-08 14:10:05 -04:00
2024-05-10 10:36:31 +01:00
2024-04-26 12:07:23 +02:00
2024-07-16 16:19:36 -07:00
2023-03-24 19:19:19 -04:00
2020-01-24 21:03:53 +01:00
2024-05-26 14:40:39 -07:00
2024-04-26 10:33:05 +02:00
2024-04-24 12:08:01 +02:00
2023-08-18 10:18:56 -07:00
2024-04-18 18:29:50 +01:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2020-09-24 16:44:44 -07:00
2024-02-09 11:13:59 -10:00
2023-03-24 19:19:19 -04:00
2016-07-08 17:01:14 +03:00
2021-07-16 18:46:45 +02:00
2023-12-20 19:26:32 -05:00
2019-05-24 17:37:52 +02:00
2024-07-11 14:17:03 -07:00
2023-01-12 11:22:22 +01:00
2024-02-06 09:44:03 -07:00
2024-01-22 15:33:38 +01:00
2024-05-02 20:35:57 +02:00
2024-05-10 15:43:31 +01:00
2023-09-26 00:44:33 -06:00
2022-08-02 17:14:47 -06:00
2020-05-24 20:48:11 +02:00
2024-07-13 21:31:57 -07:00
2024-06-12 11:00:50 -06:00
2023-10-14 20:25:22 -07:00
2024-04-01 10:49:28 +01:00
2024-05-21 15:29:01 -07:00
2024-06-20 15:19:17 -06:00
2024-06-28 10:29:42 -06:00
2024-04-17 08:44:03 -06:00
2024-07-15 14:20:22 -07:00
2023-06-14 20:24:03 -06:00
2024-04-14 22:00:43 +09:00
2024-04-24 16:01:10 -07:00
2024-01-03 21:08:25 -08:00
2024-07-12 22:14:15 +02:00
2024-07-09 17:01:46 +02:00
2024-04-25 20:55:59 -07:00
2024-07-14 20:38:34 -07:00
2024-04-11 21:37:48 -04:00
2023-06-12 08:04:04 -06:00
2024-04-29 16:28:07 -07:00
2024-07-09 17:01:46 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2024-05-21 09:51:42 -07:00
2024-07-08 01:51:05 -06:00
2024-07-10 10:19:59 -07:00
2024-06-10 08:50:09 +02:00
2024-06-17 17:45:34 +02:00
2020-11-20 14:45:33 +11:00
2024-05-15 10:05:24 -04:00
2023-12-15 16:25:55 -08:00
2022-02-23 10:58:28 +01:00
2021-04-04 13:34:46 -04:00
2024-05-26 08:45:09 -10:00
2024-04-16 12:10:42 -10:00
2024-07-16 16:42:37 -07:00
2024-03-28 15:35:38 -07:00
2022-09-30 14:50:11 -07:00
2023-01-13 11:48:15 +01:00
2024-06-03 11:18:50 +02:00
2024-06-03 11:18:50 +02:00
2024-07-10 09:53:39 -04:00
2024-02-22 10:24:53 -08:00
2024-04-09 22:06:00 -07:00
2013-03-20 13:23:21 -04:00
2024-04-25 20:55:57 -07:00
2024-06-24 18:29:20 +02:00
2024-05-09 09:25:08 -07:00
2024-06-14 19:08:32 +02:00
2024-05-22 14:12:11 -07:00
2021-04-25 05:26:10 +09:00
2024-05-30 15:06:26 -07:00
2024-06-17 20:42:57 +02:00
2024-01-27 19:03:51 -08:00
2023-12-21 13:56:10 +01:00
2023-06-05 09:57:20 +02:00
2023-06-05 09:57:20 +02:00
2024-05-08 09:53:00 -07:00
2024-04-24 14:22:41 +01:00
2019-05-24 17:27:11 +02:00
2024-04-23 09:03:37 +09:00
2020-05-19 12:55:29 +02:00
2019-06-05 17:36:37 +02:00
2023-03-24 16:04:21 -07:00
2024-06-10 08:50:01 +02:00
2024-07-09 17:58:20 +02:00
2024-07-15 15:03:09 -07:00
2024-06-17 17:45:31 +02:00
2024-06-28 18:38:33 +01:00
2024-04-08 07:39:16 -10:00
2024-04-23 14:59:01 +10:00
2017-11-02 11:10:55 +01:00
2020-10-28 14:55:36 +01:00
2024-05-02 12:12:08 -07:00
2024-05-05 17:53:55 -07:00
2020-06-24 09:16:02 -06:00
2019-05-24 17:27:11 +02:00
2024-07-15 11:39:44 -07:00
2021-09-17 15:08:45 +02:00
2023-11-27 11:24:55 +01:00
2023-06-09 17:44:16 -07:00
2024-03-19 16:11:42 +01:00
2024-04-11 09:39:48 -04:00
2020-12-11 14:10:44 +01:00
2020-09-29 17:50:10 +09:00
2023-05-29 23:23:04 +09:00
2024-07-05 00:42:04 -06:00
2024-06-04 15:53:36 +02:00
2024-05-14 11:43:40 +02:00
2019-05-24 17:37:52 +02:00
2023-01-19 16:07:40 +01:00
2024-06-25 17:15:06 -07:00
2024-06-11 12:57:49 -05:00
2024-04-15 13:56:32 -03:00
2024-04-26 12:07:24 +02:00
2024-04-25 20:55:59 -07:00
2024-05-06 13:28:59 -07:00
2024-05-20 10:23:39 -07:00
2024-05-09 19:00:29 +02:00
2024-01-30 22:11:13 +05:30
2018-03-16 19:58:27 +01:00
2024-04-26 11:57:36 +02:00
2023-07-10 14:36:12 +02:00
2024-03-07 10:29:36 -08:00
2023-01-29 15:18:33 -07:00
2024-03-19 16:11:42 +01:00
2024-04-15 11:19:53 -07:00
2017-11-02 11:10:55 +01:00
2024-07-12 10:06:01 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2024-04-15 11:02:51 -07:00
2022-01-20 08:52:53 +02:00
2023-01-05 15:12:12 +00:00
2020-06-04 19:06:25 -07:00
2020-04-18 15:44:54 -05:00
2024-04-08 16:05:14 +02:00
2021-08-26 15:32:28 -04:00
2023-02-02 22:50:00 -08:00
2018-01-01 12:40:27 -07:00
2024-05-25 10:48:57 -07:00
2024-07-15 08:02:30 -07:00
2024-04-09 17:14:57 -04:00
2024-05-14 00:31:43 -07:00
2023-12-10 15:32:48 +09:00
2024-05-28 15:57:23 +02:00
2024-05-11 00:41:15 +00:00
2024-05-22 10:45:12 -07:00
2022-07-07 10:50:46 +02:00
2021-05-28 17:44:36 +02:00
2017-11-02 11:10:55 +01:00
2024-04-15 16:03:24 -04:00
2024-06-28 10:36:45 +02:00
2024-02-12 14:08:18 +01:00
2024-07-09 17:01:46 +02:00
2024-05-21 15:29:01 -07:00
2024-05-06 11:06:04 +09:00
2019-06-05 17:36:37 +02:00
2022-11-16 15:53:33 -08:00
2024-06-19 13:32:04 -07:00
2024-05-01 23:18:47 +09:00
2024-05-19 14:36:17 -07:00
2022-02-23 10:58:28 +01:00
2023-10-12 18:53:36 +03:00
2024-07-02 06:20:49 +02:00
2023-10-18 14:08:29 +02:00
2024-07-15 14:20:22 -07:00
2024-07-03 10:36:14 +02:00
2024-04-29 15:01:42 +01:00
2019-05-30 11:26:41 -07:00
2012-10-13 10:46:48 +01:00
2024-06-05 09:52:38 +02:00
2024-06-18 16:25:50 +02:00
2024-06-27 17:43:40 +02:00
2020-03-06 11:06:15 +01:00
2024-04-25 20:55:51 -07:00
2024-05-19 14:40:44 -07:00
2022-04-11 11:48:01 +02:00
2024-05-27 16:50:03 +02:00
2022-01-20 08:52:54 +02:00
2022-02-23 10:58:28 +01:00
2023-06-19 09:02:51 +02:00
2024-07-01 14:48:16 +02:00
2019-05-30 11:26:35 -07:00
2024-02-17 16:16:11 +00:00
2024-06-27 11:00:45 +02:00
2024-06-05 19:19:24 -07:00
2017-11-02 11:10:55 +01:00
2024-05-19 09:21:03 -07:00
2023-09-15 18:29:45 +08:00
2024-06-03 20:25:28 -07:00
2024-04-23 13:16:03 +02:00
2022-07-22 16:06:03 -05:00
2024-05-13 16:13:19 +02:00
2024-06-21 13:33:17 +02:00
2020-07-24 17:12:41 -07:00
2024-06-12 13:04:25 +02:00
2024-02-04 15:41:18 +00:00
2024-02-15 23:43:46 -05:00
2024-02-14 10:49:37 +01:00
2020-08-04 21:02:38 -04:00
2023-12-10 17:21:31 -08:00
2024-02-02 10:21:25 -08:00
2022-04-06 13:43:44 -07:00
2024-03-10 14:38:04 -07:00
2023-09-12 17:50:53 +02:00
2024-04-25 21:07:02 -07:00
2023-07-09 22:47:50 +01:00
2024-04-09 17:14:57 -04:00
2024-04-30 21:10:37 +02:00
2024-06-21 14:52:12 +02:00
2019-07-25 13:03:18 +02:00
2024-05-31 16:28:19 +03:00
2023-05-30 22:04:46 +03:00
2024-03-25 23:45:21 +01:00
2019-09-25 17:51:39 -07:00
2024-07-15 13:49:10 -07:00
2024-04-15 08:10:26 -06:00
2024-05-19 09:21:03 -07:00
2021-12-16 10:59:02 -07:00
2024-06-04 13:54:31 +02:00
2023-10-24 11:58:42 -03:00
2024-05-07 13:29:45 +02:00
2019-06-05 17:37:17 +02:00
2023-12-20 19:26:31 -05:00
2024-07-04 09:25:59 +02:00
2023-11-23 11:32:29 +01:00
2024-04-11 12:29:40 +02:00
2024-04-12 17:08:05 +02:00
2024-05-15 17:02:08 -05:00
2024-04-08 16:34:18 +02:00
2024-01-24 16:02:48 +01:00
2022-11-24 17:55:05 +01:00
2023-10-16 12:44:14 -04:00
2024-05-21 09:51:42 -07:00
2020-10-29 13:17:58 -05:00
2024-02-26 10:10:07 +01:00
2024-06-17 12:30:07 -07:00
2023-07-03 09:27:12 +01:00
2017-11-02 11:10:55 +01:00
2024-04-12 17:08:05 +02:00
2022-11-29 09:26:07 +00:00
2024-03-18 10:33:06 -04:00
2019-12-11 09:12:38 +01:00
2024-05-19 14:02:03 -07:00
2023-10-11 10:11:54 -07:00
2017-11-02 11:10:55 +01:00
2024-05-22 11:53:02 -07:00
2019-06-19 17:09:08 +02:00
2019-05-24 17:36:45 +02:00
2022-10-28 13:37:23 -07:00
2024-04-25 21:07:02 -07:00
2022-02-23 10:58:28 +01:00
2022-11-22 17:34:43 +01:00
2024-05-16 07:23:30 +09:00
2022-02-23 10:58:28 +01:00
2019-06-05 17:37:16 +02:00
2024-06-05 19:19:26 -07:00
2022-02-23 10:58:28 +01:00
2023-12-20 19:26:30 -05:00
2024-05-12 03:16:47 -04:00
2024-04-19 12:15:18 -04:00
2024-05-03 10:44:42 +01:00
2017-11-02 11:10:55 +01:00
2024-03-07 08:48:03 +00:00
2024-07-04 11:52:32 +02:00
2023-04-27 13:45:31 -07:00
2023-02-13 17:01:05 -08:00
2022-10-17 16:40:58 +02:00
2019-04-18 16:18:27 -04:00
2020-01-10 14:00:57 -08:00
2024-02-22 15:38:55 -08:00
2024-05-09 15:48:01 +02:00
2024-06-24 16:41:22 -07:00
2024-06-24 16:41:22 -07:00
2022-02-23 10:58:28 +01:00
2024-06-24 16:41:22 -07:00
2022-03-23 19:00:33 -07:00
2017-11-02 11:10:55 +01:00
2024-07-16 14:50:44 -07:00
2022-03-10 07:41:14 +01:00
2024-02-21 09:34:26 +01:00
2024-05-07 15:17:52 -07:00
2024-06-10 19:52:44 -07:00
2022-10-04 12:06:58 -06:00
2024-02-21 14:56:58 -08:00
2024-05-07 10:37:00 -07:00
2023-04-18 16:30:11 -07:00
2024-05-05 17:53:25 -07:00
2024-04-25 20:55:48 -07:00
2024-04-25 20:55:56 -07:00
2024-02-22 10:24:55 -08:00
2024-04-25 20:16:43 +05:30
2021-11-06 13:30:41 -07:00
2024-07-15 08:02:26 -07:00
2024-07-12 06:45:23 -10:00
2022-07-27 14:04:52 +02:00
2024-06-05 19:19:26 -07:00
2024-06-24 20:52:09 -07:00
2024-04-25 20:56:24 -07:00
2024-04-12 04:40:27 -04:00
2024-07-03 22:40:36 -07:00
2024-05-22 11:31:10 +02:00
2024-07-09 17:01:46 +02:00
2024-05-14 00:31:43 -07:00
2023-11-18 14:56:16 +01:00
2017-11-02 11:10:55 +01:00
2018-03-24 11:25:35 -05:00
2024-05-15 17:02:08 -05:00
2024-05-21 10:09:28 -07:00
2022-02-23 10:58:28 +01:00
2024-04-11 17:34:41 +01:00
2024-06-05 17:03:57 +02:00
2022-03-23 12:17:36 -07:00
2018-10-17 13:56:58 -07:00
2024-07-15 08:02:26 -07:00
2024-05-13 18:19:09 -06:00
2024-06-24 16:41:23 -07:00
2024-07-11 18:11:31 -07:00
2024-02-29 14:24:56 -08:00
2024-05-28 14:34:15 +02:00
2024-06-10 13:15:40 +01:00
2021-12-06 16:06:02 -08:00
2024-05-06 09:07:17 -04:00
2024-05-20 11:09:20 -04:00
2023-04-26 09:05:00 -04:00
2023-07-25 00:30:02 -05:00
2024-05-08 08:41:29 -07:00
2023-08-16 14:27:01 -07:00
2024-03-01 12:23:44 +01:00
2024-06-28 10:37:29 +02:00
2020-06-05 20:02:08 -04:00
2024-06-16 10:17:57 +03:00
2024-06-24 12:53:43 -07:00
2024-07-15 14:20:22 -07:00
2024-05-03 07:26:38 +02:00
2024-06-10 11:14:52 +01:00
2024-05-01 23:18:48 +09:00
2024-01-19 08:17:28 -06:00
2024-02-06 22:20:24 +00:00
2022-11-29 10:45:53 +01:00
2024-01-19 08:17:28 -06:00
2024-05-03 07:49:13 -05:00
2024-03-19 11:57:26 -07:00
2024-04-12 15:07:52 +08:00
2024-05-19 22:29:43 -05:00
2019-05-30 11:26:35 -07:00
2019-06-05 17:30:29 +02:00
2024-03-22 16:25:31 -07:00
2024-03-06 13:04:17 -08:00
2024-04-25 20:56:14 -07:00
2024-04-25 20:56:35 -07:00
2024-07-03 22:40:38 -07:00
2021-06-29 10:53:47 -07:00
2024-06-24 20:52:10 -07:00
2024-04-25 20:56:04 -07:00
2024-04-25 20:56:44 -07:00
2024-07-03 22:40:37 -07:00
2024-03-26 11:07:20 -07:00
2023-06-09 17:44:15 -07:00
2024-04-25 12:37:12 -07:00
2017-02-03 16:35:42 -05:00
2024-05-02 17:48:09 -04:00
2024-06-28 09:52:05 +02:00
2021-08-18 17:32:42 -05:00
2024-07-15 12:50:42 -07:00
2024-04-10 17:52:42 +00:00
2024-06-12 13:20:56 +02:00
2024-06-04 12:10:05 -05:00
2023-05-28 20:45:46 +02:00
2024-04-11 17:06:06 +02:00
2023-10-18 14:34:14 -07:00
2021-12-09 15:41:09 -05:00
2024-04-25 20:55:59 -07:00
2024-07-09 13:26:37 +02:00
2024-06-15 10:43:05 -07:00
2024-05-05 17:53:42 -07:00
2019-06-05 17:37:07 +02:00
2022-07-28 11:29:36 +02:00
2024-07-15 08:02:26 -07:00
2024-06-18 13:28:26 +02:00
2024-03-13 12:53:53 -07:00
2021-09-20 22:28:47 +02:00
2024-04-15 15:46:56 +02:00
2024-07-09 12:59:52 +02:00
2024-06-26 11:17:20 +05:30
2024-02-12 16:57:47 +01:00
2024-04-03 16:51:37 +02:00
2017-11-02 11:10:55 +01:00
2021-12-23 22:35:00 +11:00
2024-05-28 21:53:51 +02:00
2024-02-20 09:23:52 +01:00
2022-07-28 11:29:36 +02:00
2024-06-05 16:52:36 +02:00
2023-08-12 09:18:47 -07:00
2024-06-25 07:58:10 +02:00
2024-02-25 02:10:32 -05:00
2024-04-27 11:17:48 -07:00
2017-11-02 11:10:55 +01:00
2023-10-10 13:49:21 +02:00
2023-03-17 11:16:43 +08:00
2022-06-24 20:40:04 +02:00
2024-02-22 10:24:47 -08:00
2023-01-13 08:40:41 +00:00
2024-04-25 20:55:59 -07:00
2024-07-10 17:52:47 +02:00
2024-07-13 21:36:36 -07:00
2023-08-18 10:19:00 -07:00
2020-07-27 17:46:24 +09:00
2020-12-15 22:46:15 -08:00
2024-06-03 17:26:26 -07:00
2024-04-09 15:11:49 +02:00
2024-07-04 13:54:17 -07:00
2022-02-23 10:58:28 +01:00
2023-05-23 12:55:12 -07:00
2017-11-02 11:10:55 +01:00
2024-01-02 09:33:18 +01:00
2023-06-05 15:28:42 -07:00
2022-02-23 10:58:28 +01:00
2024-02-29 13:38:02 -08:00
2024-07-10 23:05:45 +01:00
2022-11-15 14:30:41 -08:00
2024-07-02 19:49:54 +02:00
2022-06-29 15:56:20 +02:00
2019-10-29 10:47:14 +00:00
2022-03-08 14:33:36 -06:00
2023-12-01 14:53:56 +09:00
2024-04-25 20:55:57 -07:00
2024-04-02 18:03:32 -07:00
2024-05-13 18:09:56 -04:00
2024-05-05 17:53:45 -07:00
2019-06-05 17:37:17 +02:00
2023-07-15 11:34:49 -07:00
2023-12-27 11:49:56 -05:00
2023-12-20 19:26:31 -05:00
2024-04-03 09:59:38 +01:00
2022-07-30 14:01:28 -04:00
2024-04-08 16:39:16 +02:00
2022-01-22 08:33:37 +02:00
2024-04-08 16:39:16 +02:00
2022-11-11 08:38:29 -07:00
2023-06-23 16:59:28 -07:00
2017-11-02 11:10:55 +01:00
2024-07-16 19:28:34 -07:00
2024-04-19 15:17:37 +01:00
2023-12-20 19:26:32 -05:00
2024-04-25 20:56:13 -07:00
2017-11-02 11:10:55 +01:00
2024-06-13 14:26:50 -04:00
2023-08-22 11:10:26 -06:00
2024-01-27 18:08:53 -08:00
2023-12-20 19:26:32 -05:00
2024-02-15 12:17:28 -05:00
2022-07-28 11:29:36 +02:00
2024-05-02 16:28:15 +02:00
2022-02-23 10:58:28 +01:00
2023-12-20 19:26:31 -05:00
2024-01-27 18:13:53 -08:00
2024-06-24 16:14:48 +02:00
2018-10-02 14:38:02 -07:00
2023-01-19 15:01:19 +01:00
2022-12-15 10:37:27 -08:00
2024-06-28 10:48:23 +01:00
2018-01-09 10:37:00 -05:00
2017-11-02 11:10:55 +01:00
2024-04-09 10:53:44 +02:00
2024-04-16 15:39:51 -07:00
2023-10-18 14:34:18 -07:00
2020-12-10 16:17:15 +01:00
2024-04-25 20:55:59 -07:00
2024-07-02 18:59:33 -07:00
2024-07-02 12:06:50 +02:00
2024-05-19 09:21:03 -07:00
2024-05-19 09:21:03 -07:00
2019-04-24 12:17:08 +02:00
2023-07-26 21:24:40 -07:00
2024-07-16 19:28:34 -07:00
2024-04-25 20:55:59 -07:00
2022-09-15 16:14:02 +02:00
2022-09-15 16:14:02 +02:00
2022-09-15 16:14:02 +02:00
2024-06-05 16:52:36 +02:00
2023-12-12 16:20:02 +01:00
2023-12-15 17:27:04 +01:00
2023-08-21 13:46:24 -07:00
2024-06-18 10:13:37 -07:00
2024-04-15 11:29:48 +02:00
2024-04-05 11:21:31 -07:00
2024-06-20 15:19:17 -06:00
2021-04-19 16:03:15 +02:00
2022-10-17 16:41:16 +02:00
2012-02-24 10:05:59 +01:00
2021-08-19 09:02:55 +09:00
2022-03-23 19:00:33 -07:00
2024-05-04 18:57:21 +02:00
2024-07-05 09:35:51 +01:00
2019-05-30 11:26:32 -07:00
2024-02-29 13:38:01 -08:00
2024-06-06 08:55:20 -07:00
2018-04-28 15:01:14 -07:00
2017-11-02 11:10:55 +01:00
2024-07-03 22:40:37 -07:00
2024-04-16 15:39:50 -07:00
2024-05-07 13:29:28 +02:00
2023-08-09 14:16:44 -05:00
2017-08-18 14:07:26 -03:00
2012-10-13 10:46:48 +01:00
2019-10-10 14:35:32 +02:00
2017-11-02 11:10:55 +01:00
2023-12-20 19:26:31 -05:00
2022-02-23 10:58:28 +01:00
2024-07-01 14:52:12 +02:00
2024-06-03 15:16:15 +02:00
2024-06-04 15:56:45 +02:00
2022-09-29 15:20:29 +02:00
2023-07-25 19:21:03 +02:00
2017-11-02 11:10:55 +01:00
2024-07-04 02:02:33 -06:00
2024-07-09 13:26:34 +02:00
2017-11-02 11:10:55 +01:00
2022-07-15 10:21:30 +02:00
2024-02-20 13:36:34 +01:00
2024-04-08 11:49:02 +01:00
2024-04-03 13:58:20 +02:00
2024-04-03 09:19:31 +02:00
2022-09-09 10:44:35 +02:00
2021-03-01 15:25:24 -08:00
2019-05-30 11:26:32 -07:00
2024-07-12 15:14:56 +02:00
2023-06-09 17:44:16 -07:00
2024-05-06 17:39:09 +02:00
2024-04-19 07:52:45 +03:00
2024-06-21 18:10:15 +02:00
2020-03-30 18:51:47 -07:00
2022-08-09 20:02:13 +02:00
2023-12-20 19:26:30 -05:00
2024-04-01 10:36:34 +02:00
2024-06-03 11:18:51 +02:00
2017-11-02 11:10:55 +01:00
2024-04-22 16:13:06 +02:00
2022-05-13 23:59:23 +02:00
2023-11-15 12:03:41 -08:00
2017-11-02 11:10:55 +01:00
2024-07-05 02:12:27 +03:00
2024-05-01 23:18:48 +09:00
2024-03-06 13:27:00 -05:00
2024-05-04 04:25:37 -04:00
2024-06-17 20:42:57 +02:00
2023-08-22 14:58:15 +02:00
2024-05-04 18:45:11 +02:00
2024-05-06 12:05:00 +02:00
2024-07-01 15:46:36 +02:00
2023-12-20 19:26:30 -05:00
2022-02-23 10:58:28 +01:00
2024-04-05 22:31:37 -07:00
2023-09-13 10:18:42 -07:00
2024-05-15 12:34:46 -07:00
2024-04-07 02:42:36 -04:00
2021-03-17 21:30:15 +01:00
2024-05-04 18:23:03 +02:00
2017-11-02 11:10:55 +01:00
2024-02-22 15:27:20 -08:00
2021-03-19 22:23:19 +01:00
2017-11-02 11:10:55 +01:00
2022-10-23 12:01:01 -07:00
2023-09-15 18:29:45 +08:00
2024-05-31 15:15:51 -06:00
2024-05-31 15:15:51 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2024-04-26 13:26:53 +02:00
2024-04-25 20:55:57 -07:00
2024-02-23 17:48:22 -08:00
2024-04-25 20:56:04 -07:00
2023-04-21 03:02:34 -04:00
2017-11-02 11:10:55 +01:00
2024-04-17 13:37:23 +02:00
2021-01-21 14:06:00 -07:00
2022-08-26 09:30:25 -07:00
2023-10-19 11:02:48 +02:00
2024-06-24 20:36:08 +03:00
2024-06-24 18:16:44 +01:00
2024-06-07 06:24:16 -10:00
2024-05-05 17:53:51 -07:00
2024-05-19 09:21:03 -07:00
2019-05-24 17:36:47 +02:00
2020-08-12 10:57:59 -07:00
2024-04-25 20:55:48 -07:00
2021-11-08 16:55:32 -08:00
2024-04-25 20:55:47 -07:00