Linus Torvalds
103916ffe2
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
...
Pull arm64 updates from Will Deacon:
"The most interesting parts are probably the mm changes from Ryan which
optimise the creation of the linear mapping at boot and (separately)
implement write-protect support for userfaultfd.
Outside of our usual directories, the Kbuild-related changes under
scripts/ have been acked by Masahiro whilst the drivers/acpi/ parts
have been acked by Rafael and the addition of cpumask_any_and_but()
has been acked by Yury.
ACPI:
- Support for the Firmware ACPI Control Structure (FACS) signature
feature which is used to reboot out of hibernation on some systems
Kbuild:
- Support for building Flat Image Tree (FIT) images, where the kernel
Image is compressed alongside a set of devicetree blobs
Memory management:
- Optimisation of our early page-table manipulation for creation of
the linear mapping
- Support for userfaultfd write protection, which brings along some
nice cleanups to our handling of invalid but present ptes
- Extend our use of range TLBI invalidation at EL1
Perf and PMUs:
- Ensure that the 'pmu->parent' pointer is correctly initialised by
PMU drivers
- Avoid allocating 'cpumask_t' types on the stack in some PMU drivers
- Fix parsing of the CPU PMU "version" field in assembly code, as it
doesn't follow the usual architectural rules
- Add best-effort unwinding support for USER_STACKTRACE
- Minor driver fixes and cleanups
Selftests:
- Minor cleanups to the arm64 selftests (missing NULL check, unused
variable)
Miscellaneous:
- Add a command-line alias for disabling 32-bit application support
- Add part number for Neoverse-V2 CPUs
- Minor fixes and cleanups"
* tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (64 commits)
arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2
arm64/mm: Add uffd write-protect support
arm64/mm: Move PTE_PRESENT_INVALID to overlay PTE_NG
arm64/mm: Remove PTE_PROT_NONE bit
arm64/mm: generalize PMD_PRESENT_INVALID for all levels
arm64: simplify arch_static_branch/_jump function
arm64: Add USER_STACKTRACE support
arm64: Add the arm64.no32bit_el0 command line option
drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
kselftest: arm64: Add a null pointer check
arm64: defer clearing DAIF.D
arm64: assembler: update stale comment for disable_step_tsk
arm64/sysreg: Update PIE permission encodings
kselftest/arm64: Remove unused parameters in abi test
perf/arm-spe: Assign parents for event_source device
perf/arm-smmuv3: Assign parents for event_source device
perf/arm-dsu: Assign parents for event_source device
perf/arm-dmc620: Assign parents for event_source device
...
2024-05-14 11:09:39 -07:00
..
2024-02-08 21:23:41 +00:00
2024-02-20 09:55:09 +01:00
2023-12-18 11:15:43 -08:00
2024-04-05 16:49:14 +02:00
2023-10-05 21:44:48 +02:00
2024-03-07 21:52:03 +00:00
2024-02-07 14:43:29 +01:00
2024-02-26 13:08:45 +02:00
2023-10-05 13:34:05 +02:00
2024-01-18 15:16:57 -08:00
2024-01-30 22:13:52 +05:30
2023-10-24 13:08:14 -07:00
2024-04-09 10:05:03 -05:00
2024-03-27 10:25:54 +00:00
2024-04-17 22:48:14 +02:00
2024-03-05 13:59:43 +00:00
2023-12-19 11:09:43 +02:00
2024-01-14 23:00:50 +01:00
2024-02-25 14:11:41 +01:00
2024-01-18 15:21:00 -08:00
2024-04-15 08:10:26 -06:00
2024-03-25 17:38:29 +01:00
2024-02-05 13:11:43 +01:00
2024-03-14 10:29:47 -07:00
2024-03-15 13:21:13 -07:00
2024-03-05 12:57:45 +01:00
2024-03-21 15:09:29 -07:00
2023-11-30 13:39:20 -08:00
2024-01-31 23:13:57 +01:00
2023-09-18 09:28:22 +01:00
2023-12-17 12:00:00 +00:00
2024-03-21 12:35:20 -07:00
2023-12-04 15:32:42 +01:00
2024-04-25 07:29:41 +03:00
2024-01-27 00:49:17 +01:00
2024-04-02 10:47:43 +08:00
2023-09-11 08:13:18 +00:00
2024-04-24 10:13:30 +09:00
2024-04-24 12:08:01 +02:00
2024-04-23 12:16:55 +02:00
2024-03-15 12:22:52 -07:00
2024-03-14 11:10:43 -07:00
2024-04-22 12:20:09 -07:00
2024-01-17 16:47:17 -08:00
2024-03-21 12:35:20 -07:00
2023-12-11 11:33:44 +01:00
2024-03-16 10:04:12 -07:00
2024-03-08 15:26:46 -06:00
2024-01-29 20:34:18 +01:00
2024-01-04 15:19:17 +01:00
2024-01-31 14:54:50 +01:00
2024-04-26 10:33:05 +02:00
2024-04-24 12:08:01 +02:00
2024-04-18 18:29:50 +01:00
2023-09-12 13:07:37 +01:00
2023-10-03 16:28:40 +03:00
2024-02-09 11:13:59 -10:00
2023-12-20 19:26:32 -05:00
2024-02-06 09:44:03 -07:00
2024-01-22 15:33:38 +01:00
2023-12-23 16:35:09 +02:00
2023-09-26 00:44:33 -06:00
2023-10-11 08:46:01 -07:00
2024-05-07 07:29:42 -06:00
2024-02-28 13:53:39 +02:00
2023-10-14 20:25:22 -07:00
2024-03-20 20:18:27 -07:00
2024-02-08 08:41:03 -05:00
2024-05-13 13:03:54 -07:00
2024-02-12 08:49:31 -07:00
2024-04-17 08:44:03 -06:00
2023-11-20 10:22:40 -07:00
2024-05-13 13:03:54 -07:00
2024-04-14 22:00:43 +09:00
2023-10-25 16:47:13 -07:00
2024-02-11 14:06:24 -08:00
2024-01-03 21:08:25 -08:00
2024-03-11 15:37:23 -07:00
2024-03-11 15:37:24 -07:00
2023-10-11 17:27:47 -07:00
2024-02-13 15:41:17 -08:00
2024-03-28 18:47:45 -07:00
2023-10-06 16:01:27 -07:00
2024-01-31 20:40:52 -08:00
2024-02-13 18:46:46 -08:00
2023-12-29 11:58:36 -08:00
2024-02-23 17:48:22 -08:00
2024-03-02 09:15:01 -08:00
2023-12-02 22:24:36 +00:00
2024-02-22 15:27:19 -08:00
2024-04-04 10:40:27 +02:00
2023-12-15 16:25:55 -08:00
2023-12-07 12:54:59 -10:00
2023-11-09 13:25:47 -10:00
2023-11-15 10:15:33 +01:00
2024-02-21 22:11:51 -08:00
2024-03-28 15:35:38 -07:00
2024-02-07 17:05:21 +01:00
2024-02-21 12:00:42 +01:00
2023-11-24 00:29:58 -05:00
2024-02-22 10:24:53 -08:00
2024-04-09 22:06:00 -07:00
2023-10-03 19:51:37 +02:00
2024-03-12 10:14:22 -07:00
2024-05-13 10:13:39 -07:00
2024-02-22 15:38:54 -08:00
2024-03-11 19:53:15 -07:00
2024-04-12 15:07:53 +08:00
2023-12-19 15:31:40 +01:00
2024-01-27 18:08:52 -08:00
2024-01-27 19:03:51 -08:00
2023-10-18 14:43:22 -07:00
2023-12-21 13:56:10 +01:00
2024-05-08 09:53:00 -07:00
2024-02-12 10:21:38 +00:00
2024-02-03 18:31:17 +01:00
2024-04-25 15:47:39 +02:00
2024-04-24 12:07:58 +02:00
2024-03-25 17:38:28 +01:00
2024-05-14 11:09:39 -07:00
2024-02-29 10:25:07 -10:00
2024-03-17 13:34:00 +11:00
2023-09-18 12:23:27 +10:00
2024-02-23 17:48:21 -08:00
2023-12-29 12:22:26 -08:00
2023-12-15 14:19:48 -08:00
2023-10-27 18:04:29 +08:00
2024-02-20 22:50:52 -08:00
2024-02-23 17:48:28 -08:00
2024-02-22 15:27:19 -08:00
2024-03-11 09:38:17 -07:00
2023-11-27 11:24:55 +01:00
2024-02-25 12:05:22 +01:00
2024-03-26 15:32:32 -05:00
2024-03-07 20:37:04 +00:00
2024-02-20 14:22:55 -05:00
2024-02-20 14:22:51 -05:00
2023-08-25 16:07:30 -07:00
2023-11-30 14:24:54 +01:00
2023-12-15 12:32:42 +01:00
2024-05-06 13:28:59 -07:00
2024-01-18 15:16:57 -08:00
2023-11-06 08:35:09 +01:00
2024-01-30 22:11:13 +05:30
2024-03-07 10:29:36 -08:00
2024-03-08 10:23:26 +00:00
2024-01-18 09:48:40 -08:00
2024-03-14 17:43:30 -07:00
2024-03-12 23:08:29 -07:00
2024-04-15 11:02:51 -07:00
2024-04-04 19:27:53 +02:00
2023-12-21 23:12:18 +01:00
2024-04-25 08:20:54 -07:00
2024-02-28 12:18:05 +00:00
2023-11-28 14:08:46 +01:00
2024-02-15 23:43:47 -05:00
2023-12-29 01:25:58 +09:00
2023-12-10 15:32:48 +09:00
2023-11-07 12:11:26 -08:00
2024-03-12 18:25:17 -07:00
2024-03-22 10:09:08 -07:00
2023-12-12 14:24:13 +01:00
2024-05-09 13:02:39 +02:00
2024-02-12 14:08:18 +01:00
2024-04-26 09:45:18 -07:00
2024-04-24 21:23:49 +02:00
2024-01-08 09:36:55 +09:00
2024-03-07 22:02:12 +00:00
2024-02-22 15:38:52 -08:00
2024-03-16 08:29:48 +01:00
2024-05-01 16:35:06 -07:00
2023-10-12 18:53:36 +03:00
2024-03-26 09:01:18 +01:00
2023-10-18 14:08:29 +02:00
2024-05-13 11:40:06 -07:00
2024-01-05 15:42:25 +00:00
2024-04-29 15:01:42 +01:00
2024-02-27 16:55:34 -05:00
2024-03-06 13:13:05 +01:00
2024-01-24 16:29:33 +01:00
2024-03-18 10:33:06 -04:00
2024-03-13 00:03:21 -07:00
2024-03-07 22:10:01 +00:00
2024-03-13 21:22:26 -04:00
2024-04-04 11:08:33 +03:00
2024-03-14 17:43:30 -07:00
2023-11-30 12:06:55 -08:00
2024-03-07 21:42:38 +00:00
2024-01-31 10:27:08 +01:00
2024-02-17 16:16:11 +00:00
2024-02-13 11:43:55 +01:00
2024-02-22 10:24:41 -08:00
2024-02-17 09:09:16 +08:00
2024-02-19 22:27:57 +01:00
2023-12-20 19:26:31 -05:00
2024-02-19 09:37:59 +01:00
2024-03-04 17:01:20 -08:00
2023-10-18 14:34:17 -07:00
2024-04-09 10:53:44 +02:00
2023-09-15 18:29:45 +08:00
2024-02-25 12:37:37 -08:00
2024-04-10 21:33:32 +00:00
2024-03-07 09:36:08 +01:00
2023-11-03 09:12:00 +00:00
2024-02-21 15:19:04 +01:00
2023-09-19 16:28:37 +02:00
2024-02-04 15:41:18 +00:00
2023-12-13 16:16:41 -08:00
2023-10-02 11:24:52 -07:00
2024-02-15 23:43:46 -05:00
2024-02-14 10:49:37 +01:00
2024-01-23 15:13:54 +01:00
2024-02-28 19:36:39 -08:00
2023-12-10 17:21:31 -08:00
2024-02-02 10:21:25 -08:00
2024-03-10 14:38:04 -07:00
2023-09-12 17:50:53 +02:00
2024-02-15 23:43:48 -05:00
2024-02-13 17:31:48 +01:00
2024-02-12 18:41:38 +01:00
2023-12-11 11:06:41 +01:00
2023-12-06 11:33:45 +01:00
2024-02-26 00:38:17 +02:00
2024-03-25 23:45:21 +01:00
2024-04-22 11:26:01 -06:00
2024-04-15 08:10:26 -06:00
2023-11-27 11:10:12 +01:00
2024-03-11 16:58:10 +01:00
2024-02-01 14:20:13 +01:00
2024-03-08 09:05:59 +01:00
2023-12-10 17:21:44 -08:00
2024-01-08 12:27:46 -07:00
2024-02-14 11:14:40 +01:00
2023-09-25 14:30:28 +02:00
2023-10-24 11:58:42 -03:00
2023-12-20 19:26:31 -05:00
2024-03-01 08:42:30 +00: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-02-15 17:55:40 +01:00
2024-02-15 17:55:41 +01:00
2023-12-20 19:26:31 -05:00
2024-04-08 16:34:18 +02:00
2024-01-24 16:02:48 +01:00
2023-12-26 20:24:33 +00:00
2023-10-16 12:44:14 -04:00
2024-01-04 23:42:21 -05:00
2024-02-19 09:38:00 +01:00
2024-03-22 11:18:16 +01:00
2024-02-26 10:10:07 +01:00
2024-04-12 17:08:05 +02:00
2024-03-18 10:33:06 -04:00
2024-01-30 15:54:25 -08:00
2024-02-23 17:48:22 -08:00
2023-12-21 13:47:38 +00:00
2023-10-11 10:11:54 -07:00
2023-12-01 09:51:43 -08:00
2023-12-20 19:26:30 -05:00
2024-02-17 16:20:41 +01:00
2023-12-01 14:53:56 +09:00
2023-12-29 11:58:25 -08:00
2023-10-18 14:43:21 -07:00
2023-10-04 10:41:57 -07:00
2023-12-20 19:26:30 -05:00
2024-03-15 13:03:13 -07:00
2024-02-20 07:37:43 -08:00
2024-03-07 08:48:03 +00:00
2024-03-07 08:48:03 +00:00
2024-03-07 08:45:31 +00:00
2024-03-07 08:48:14 +00:00
2024-03-25 15:46:12 -04:00
2023-11-16 23:45:04 +00:00
2024-02-22 10:24:54 -08:00
2024-02-22 15:38:55 -08:00
2023-10-16 12:44:06 -04:00
2024-01-10 16:43:55 -08:00
2023-12-20 19:26:32 -05:00
2023-10-05 11:11:31 -05:00
2024-03-14 11:31:26 -04:00
2023-11-12 22:54:42 -05:00
2023-10-16 12:44:06 -04:00
2024-02-21 09:34:26 +01:00
2024-01-04 14:37:17 +01:00
2024-02-21 14:56:59 -08:00
2024-04-08 15:03:07 +02:00
2023-12-17 22:33:55 +01:00
2023-10-05 09:50:14 +02:00
2024-02-21 14:56:58 -08:00
2023-10-18 10:01:33 +02:00
2024-02-16 23:20:34 -08:00
2024-03-04 17:01:25 -08:00
2024-02-22 10:24:40 -08:00
2023-12-22 14:23:13 -08:00
2024-03-16 10:04:12 -07:00
2023-10-25 16:47:16 -07:00
2024-03-13 18:38:13 -04:00
2024-02-22 10:24:55 -08:00
2023-12-15 14:20:03 +05:30
2024-02-21 11:22:25 +05:30
2023-10-20 11:50:46 +01:00
2023-10-04 10:32:28 -07:00
2023-11-18 14:52:56 +00:00
2024-02-22 15:38:52 -08:00
2023-10-18 14:43:22 -07:00
2023-12-12 17:20:19 -08:00
2023-12-20 19:26:31 -05:00
2024-03-06 13:04:18 -08:00
2024-04-24 19:34:26 -07:00
2024-03-26 11:07:22 -07:00
2024-03-06 13:04:18 -08:00
2024-02-22 10:24:41 -08:00
2023-10-06 14:44:10 -07:00
2024-03-06 13:04:18 -08:00
2023-11-28 14:08:47 +01:00
2024-02-17 08:53:05 +08:00
2023-11-01 13:07:08 -07:00
2024-02-14 10:49:37 +01:00
2024-03-04 17:01:27 -08:00
2023-12-01 09:51:43 -08:00
2023-11-18 14:56:16 +01:00
2024-01-04 17:01:14 +01:00
2024-02-15 17:55:41 +01:00
2023-12-20 19:26:30 -05:00
2024-02-28 13:08:37 +01:00
2024-04-13 11:33:58 +02:00
2023-11-18 18:42:37 -08:00
2024-03-01 08:44:54 +00:00
2024-03-19 10:47:47 +01:00
2024-01-17 12:02:49 +01:00
2023-11-29 20:16:19 -08:00
2024-02-29 14:24:56 -08:00
2024-05-01 18:08:21 +01:00
2024-02-26 11:46:12 +00:00
2024-01-07 17:54:26 -05:00
2024-02-25 02:10:32 -05:00
2024-03-09 09:14:51 -05:00
2023-09-13 11:51:11 -04:00
2024-03-09 09:14:50 -05:00
2024-03-12 13:09:23 -07:00
2024-03-12 12:34:11 -07:00
2023-12-20 19:26:30 -05:00
2023-12-20 19:26:30 -05:00
2024-03-01 12:23:44 +01:00
2023-12-20 19:26:30 -05:00
2024-01-03 13:33:59 +01:00
2023-12-20 19:26:30 -05:00
2023-10-17 13:57:54 -07:00
2023-09-05 05:34:14 -04:00
2023-11-08 08:07:08 -08:00
2024-03-02 15:18:08 -08:00
2023-10-11 10:11:54 -07:00
2024-03-11 11:43:44 -07:00
2024-01-04 17:01:13 +01:00
2024-01-04 17:01:13 +01:00
2023-10-18 22:35:36 +09:00
2024-01-10 10:52:29 +01:00
2024-01-19 08:17:28 -06:00
2024-02-06 22:20:24 +00:00
2023-12-12 10:18:47 +01:00
2024-01-19 08:17:28 -06:00
2024-03-19 11:57:26 -07:00
2024-04-12 15:07:52 +08:00
2023-12-30 10:25:51 -08:00
2024-03-22 16:25:31 -07:00
2024-03-06 13:04:17 -08:00
2024-02-22 10:24:52 -08:00
2024-03-04 17:01:20 -08:00
2024-04-24 19:34:26 -07:00
2024-01-08 15:27:15 -08:00
2024-05-01 18:07:06 +01:00
2024-03-26 11:07:20 -07:00
2023-10-18 10:02:52 +02:00
2024-05-13 14:07:33 +00:00
2023-11-20 15:53:14 -06:00
2024-02-16 20:31:10 +05:30
2024-02-09 14:20:19 +05:30
2024-03-14 10:58:27 -07:00
2024-04-11 17:06:06 +02:00
2023-10-18 14:34:14 -07:00
2023-10-20 14:15:06 -07:00
2024-04-14 22:26:32 +02:00
2024-03-06 13:04:19 -08:00
2024-03-05 19:21:17 -08:00
2024-03-07 15:27:05 +01:00
2023-12-20 19:26:31 -05:00
2024-03-13 12:53:53 -07:00
2024-03-13 12:53:53 -07:00
2023-10-19 11:02:47 +02:00
2024-02-25 12:05:23 +01:00
2023-12-20 19:26:31 -05:00
2023-12-20 19:26:31 -05:00
2024-01-04 14:35:57 +01:00
2024-02-14 10:26:12 +01:00
2024-03-11 10:39:24 +05:30
2024-02-12 16:57:47 +01:00
2024-01-24 17:10:30 +01:00
2024-01-09 15:00:09 +01:00
2024-02-23 17:27:12 -08:00
2024-02-20 09:23:52 +01:00
2023-10-15 20:07:52 +01:00
2023-12-20 19:26:31 -05:00
2023-12-20 19:26:31 -05:00
2024-03-06 00:39:45 +01:00
2023-12-20 19:26:30 -05:00
2023-12-27 11:49:56 -05:00
2024-02-07 17:23:19 +01:00
2024-02-25 02:10:32 -05:00
2024-03-01 12:23:44 +01:00
2024-04-27 11:17:48 -07:00
2024-03-07 22:07:26 +00:00
2023-10-10 13:49:21 +02:00
2024-01-29 20:34:19 +01:00
2024-02-22 10:24:47 -08:00
2024-01-10 10:52:28 +01:00
2024-01-29 13:00:23 +00:00
2024-02-07 17:05:21 +01:00
2024-02-12 23:04:34 +01:00
2024-02-15 12:59:15 +01:00
2023-10-06 11:01:23 +02:00
2023-12-11 13:26:06 +01:00
2024-04-03 14:45:03 -07:00
2024-02-14 17:10:06 +01:00
2023-12-12 02:31:22 +05:30
2024-02-14 08:00:57 -08:00
2023-12-14 01:14:10 +05:30
2024-04-09 15:11:49 +02:00
2024-04-15 19:43:48 +02:00
2023-10-04 22:29:45 +02:00
2023-10-04 22:29:45 +02:00
2024-01-02 09:33:18 +01:00
2023-12-20 19:26:31 -05:00
2024-02-29 13:38:02 -08:00
2024-04-08 14:09:58 +01:00
2024-02-19 19:28:07 +01:00
2024-02-21 11:53:25 +01:00
2023-12-20 19:26:32 -05:00
2023-12-27 11:49:56 -05:00
2023-12-01 14:53:56 +09:00
2023-12-20 19:26:31 -05:00
2024-03-12 12:44:48 -04:00
2024-01-05 10:17:43 -08:00
2023-12-27 11:49:56 -05:00
2023-12-20 19:26:31 -05:00
2024-03-08 12:05:10 +01:00
2024-02-14 11:20:13 +00:00
2023-12-15 17:27:04 +01:00
2024-02-06 14:30:48 +01:00
2024-04-08 16:39:16 +02:00
2024-04-08 16:39:16 +02:00
2024-03-25 12:09:54 +01:00
2024-04-19 15:17:37 +01:00
2024-02-14 10:09:21 +01:00
2023-12-20 19:26:32 -05:00
2023-12-20 19:26:32 -05:00
2024-04-05 11:21:29 -07:00
2024-03-14 11:31:26 -04:00
2023-10-17 09:10:06 -06:00
2024-01-27 18:08:53 -08:00
2023-12-20 19:26:32 -05:00
2023-12-20 19:26:32 -05:00
2024-02-15 12:17:28 -05:00
2024-05-02 16:28:15 +02:00
2023-12-20 19:26:31 -05:00
2023-12-20 19:26:31 -05:00
2024-01-27 18:13:53 -08:00
2024-01-27 19:01:39 -08:00
2024-03-05 13:38:28 +00:00
2024-03-03 15:06:58 -08:00
2024-01-04 16:05:47 -08: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
2023-12-20 19:26:31 -05:00
2023-12-20 19:26:31 -05:00
2023-11-23 09:01:45 +01:00
2024-05-13 12:48:06 -07:00
2024-04-08 09:18:22 +02:00
2024-05-01 17:30:06 +02:00
2024-03-07 20:21:39 +00:00
2024-03-11 19:37:56 -07:00
2024-01-23 15:13:55 +01:00
2024-03-14 16:48:53 -07:00
2024-04-09 17:00:16 -07:00
2024-01-21 10:21:43 -08:00
2023-12-12 16:20:02 +01:00
2023-12-15 17:27:04 +01:00
2023-12-13 23:41:19 +05:30
2024-04-15 11:29:48 +02:00
2024-04-05 11:21:31 -07:00
2023-11-08 11:06:50 -08:00
2024-02-22 15:38:55 -08:00
2024-03-26 09:01:18 +01:00
2024-01-31 12:24:06 +00:00
2024-02-29 13:38:01 -08:00
2024-02-29 22:34:42 -08:00
2024-05-02 07:52:41 -07:00
2023-10-18 14:43:21 -07:00
2024-02-05 14:28:19 +01:00
2024-03-14 17:43:30 -07:00
2024-04-16 15:39:50 -07:00
2024-02-28 05:31:38 -08:00
2024-02-15 08:04:13 -08:00
2023-12-20 19:26:31 -05:00
2023-12-20 19:26:31 -05:00
2024-03-14 11:31:26 -04:00
2023-12-28 05:02:42 -08:00
2024-02-14 10:09:17 +01:00
2024-02-23 07:34:26 +01:00
2024-02-20 13:36:34 +01:00
2024-03-04 20:46:18 -08:00
2024-04-03 13:58:20 +02:00
2024-04-03 09:19:31 +02:00
2024-02-27 12:04:38 +01:00
2024-02-26 09:15:49 +02:00
2024-03-11 19:53:15 -07:00
2023-12-20 19:26:30 -05:00
2024-04-01 10:36:34 +02:00
2024-04-01 10:36:34 +02:00
2023-12-20 19:26:31 -05:00
2024-04-01 10:36:35 +02:00
2023-12-20 19:26:31 -05:00
2024-04-22 16:13:06 +02:00
2023-11-15 12:03:41 -08:00
2023-09-15 13:48:10 +02:00
2023-12-20 19:26:30 -05:00
2024-05-09 22:30:52 +03:00
2024-03-18 10:33:04 -04:00
2024-03-06 13:27:00 -05:00
2023-12-18 23:14:16 -05:00
2024-05-04 04:25:37 -04:00
2024-03-18 10:33:06 -04:00
2023-10-19 18:11:38 -07:00
2023-12-08 12:02:37 +01:00
2023-12-08 12:02:37 +01:00
2024-05-06 12:05:00 +02:00
2023-12-20 19:26:30 -05:00
2024-04-05 22:31:37 -07:00
2023-09-13 10:18:42 -07:00
2024-04-14 17:05:08 +01:00
2023-12-20 19:26:32 -05:00
2024-01-10 16:43:55 -08:00
2024-03-07 21:52:59 +00:00
2024-04-07 02:42:36 -04:00
2024-02-21 15:19:03 +01:00
2024-01-04 16:06:32 +01:00
2023-10-11 08:46:01 -07:00
2024-02-22 15:27:20 -08:00
2024-03-19 02:45:51 -04:00
2023-09-15 18:29:45 +08:00
2024-02-22 12:20:20 -07:00
2024-03-11 13:08:52 -06:00
2023-12-19 11:51:31 -07:00
2024-01-13 18:06:23 +00:00
2023-12-19 11:51:33 -07:00
2023-12-19 11:51:31 -07:00
2023-12-15 10:37:35 +00:00
2024-04-08 04:11:04 -04:00
2023-12-12 10:57:02 -08:00
2024-03-14 17:43:30 -07:00
2024-02-23 17:48:22 -08:00
2024-01-05 10:17:47 -08:00
2024-01-27 18:08:52 -08:00
2024-04-17 13:37:23 +02:00
2023-12-20 19:26:31 -05:00
2023-10-19 11:02:48 +02:00
2024-02-22 15:38:51 -08:00
2024-03-12 12:47:35 +02:00
2024-02-29 13:38:01 -08:00
2023-12-20 19:26:31 -05:00
2024-02-29 11:51:24 -10:00
2024-02-23 17:48:37 -08:00
2024-02-09 12:07:48 +00:00
2023-09-05 19:01:38 -04:00
2024-02-22 10:24:54 -08:00