Linus Torvalds
4d84667627
Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull performance event updates from Ingo Molnar:
"x86 PMU driver updates:
- Add support for the core PMU for Intel Diamond Rapids (DMR) CPUs
(Dapeng Mi)
Compared to previous iterations of the Intel PMU code, there's been
a lot of changes, which center around three main areas:
- Introduce the OFF-MODULE RESPONSE (OMR) facility to replace the
Off-Core Response (OCR) facility
- New PEBS data source encoding layout
- Support the new "RDPMC user disable" feature
- Likewise, a large series adds uncore PMU support for Intel Diamond
Rapids (DMR) CPUs (Zide Chen)
This centers around these four main areas:
- DMR may have two Integrated I/O and Memory Hub (IMH) dies,
separate from the compute tile (CBB) dies. Each CBB and each IMH
die has its own discovery domain.
- Unlike prior CPUs that retrieve the global discovery table
portal exclusively via PCI or MSR, DMR uses PCI for IMH PMON
discovery and MSR for CBB PMON discovery.
- DMR introduces several new PMON types: SCA, HAMVF, D2D_ULA, UBR,
PCIE4, CRS, CPC, ITC, OTC, CMS, and PCIE6.
- IIO free-running counters in DMR are MMIO-based, unlike SPR.
- Also add support for Add missing PMON units for Intel Panther Lake,
and support Nova Lake (NVL), which largely maps to Panther Lake.
(Zide Chen)
- KVM integration: Add support for mediated vPMUs (by Kan Liang and
Sean Christopherson, with fixes and cleanups by Peter Zijlstra,
Sandipan Das and Mingwei Zhang)
- Add Intel cstate driver to support for Wildcat Lake (WCL) CPUs,
which are a low-power variant of Panther Lake (Zide Chen)
- Add core, cstate and MSR PMU support for the Airmont NP Intel CPU
(aka MaxLinear Lightning Mountain), which maps to the existing
Airmont code (Martin Schiller)
Performance enhancements:
- Speed up kexec shutdown by avoiding unnecessary cross CPU calls
(Jan H. Schönherr)
- Fix slow perf_event_task_exit() with LBR callstacks (Namhyung Kim)
User-space stack unwinding support:
- Various cleanups and refactorings in preparation to generalize the
unwinding code for other architectures (Jens Remus)
Uprobes updates:
- Transition from kmap_atomic to kmap_local_page (Keke Ming)
- Fix incorrect lockdep condition in filter_chain() (Breno Leitao)
- Fix XOL allocation failure for 32-bit tasks (Oleg Nesterov)
Misc fixes and cleanups:
- s390: Remove kvm_types.h from Kbuild (Randy Dunlap)
- x86/intel/uncore: Convert comma to semicolon (Chen Ni)
- x86/uncore: Clean up const mismatch (Greg Kroah-Hartman)
- x86/ibs: Fix typo in dc_l2tlb_miss comment (Xiang-Bin Shi)"
* tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (58 commits)
s390: remove kvm_types.h from Kbuild
uprobes: Fix incorrect lockdep condition in filter_chain()
x86/ibs: Fix typo in dc_l2tlb_miss comment
x86/uprobes: Fix XOL allocation failure for 32-bit tasks
perf/x86/intel/uncore: Convert comma to semicolon
perf/x86/intel: Add support for rdpmc user disable feature
perf/x86: Use macros to replace magic numbers in attr_rdpmc
perf/x86/intel: Add core PMU support for Novalake
perf/x86/intel: Add support for PEBS memory auxiliary info field in NVL
perf/x86/intel: Add core PMU support for DMR
perf/x86/intel: Add support for PEBS memory auxiliary info field in DMR
perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVL
perf/core: Fix slow perf_event_task_exit() with LBR callstacks
perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU calls
uprobes: use kmap_local_page() for temporary page mappings
arm/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
mips/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
arm64/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
riscv/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
perf/x86/intel/uncore: Add Nova Lake support
...
2026-02-10 12:00:46 -08:00
..
2025-10-21 12:31:56 +02:00
2025-11-06 14:19:43 -08:00
2025-09-18 13:09:43 +02:00
2025-10-29 22:04:24 -07:00
2026-01-15 09:52:04 +01:00
2025-10-22 07:54:33 +02:00
2026-02-04 22:00:42 +01:00
2025-10-27 11:58:03 +01:00
2025-11-26 14:20:10 +01:00
2026-01-16 01:17:29 +01:00
2025-10-18 21:31:21 +05:30
2026-01-23 13:48:43 +08:00
2026-02-09 14:43:47 -08:00
2025-09-09 19:28:52 -07:00
2025-11-28 08:43:55 +01:00
2025-11-28 12:58:05 +01:00
2025-09-25 09:09:31 +03:00
2026-01-31 00:02:24 +01:00
2025-12-27 14:56:33 +00:00
2025-09-15 14:32:55 +02:00
2025-11-03 08:31:26 -07:00
2026-01-27 15:31:42 +01:00
2025-11-27 14:24:41 -08:00
2025-11-20 16:29:35 -05:00
2025-11-28 09:31:53 -06:00
2025-12-04 12:19:49 -08:00
2025-11-19 20:32:28 -08:00
2025-10-23 16:07:21 +02:00
2026-01-11 06:09:11 -10:00
2025-11-05 17:38:03 -08:00
2025-12-15 14:33:38 +01:00
2025-11-27 10:41:31 +01:00
2025-12-02 17:03:55 -08:00
2025-11-18 22:26:02 +05:30
2025-10-28 10:43:01 +01:00
2026-01-14 15:53:34 +01:00
2025-11-03 00:02:30 +01:00
2025-11-09 11:24:20 +09:00
2025-11-18 18:55:22 +00:00
2025-11-03 14:38:37 +01:00
2026-02-09 19:57:30 -08:00
2026-01-12 19:17:24 -08:00
2025-11-20 17:23:00 +00:00
2025-10-13 11:27:52 +01:00
2025-12-12 21:52:42 +12:00
2026-01-07 17:07:00 +01:00
2026-01-27 15:31:42 +01:00
2025-09-05 15:06:03 +02:00
2026-01-27 15:31:42 +01:00
2025-09-11 17:52:14 +01:00
2025-09-21 14:22:36 -07:00
2025-12-06 11:13:50 -08:00
2025-12-03 19:45:29 +01:00
2025-12-05 21:29:02 -08:00
2025-12-10 16:07:42 -08:00
2025-10-13 10:34:46 +01:00
2025-11-19 18:34:20 +00:00
2025-12-05 20:41:20 -08:00
2025-08-22 17:23:15 -07:00
2026-01-09 16:37:59 -05:00
2026-02-09 16:58:28 -08:00
2025-12-03 19:26:18 -08:00
2025-10-20 20:22:26 +02:00
2025-10-23 13:21:26 +01:00
2025-11-20 14:03:43 -08:00
2025-11-14 05:09:56 -07:00
2026-02-09 18:14:52 -08:00
2026-01-06 12:14:10 -05:00
2025-11-20 12:14:54 +01:00
2025-09-08 14:58:50 -07:00
2026-01-28 05:16:39 -07:00
2026-01-11 12:55:41 -07:00
2026-01-12 09:15:05 -07:00
2026-01-13 07:23:39 -07:00
2026-01-20 10:12:54 -07:00
2026-02-03 07:45:36 -07:00
2025-10-22 11:14:05 -06:00
2026-02-06 14:47:59 -08:00
2026-01-27 18:39:58 -08:00
2025-11-05 17:31:25 -08:00
2026-02-04 13:35:28 -08:00
2026-01-06 20:48:32 -08:00
2026-01-31 13:51:04 -08:00
2025-09-13 16:54:45 -07:00
2025-10-13 17:36:20 -07:00
2026-01-20 16:15:56 -08:00
2025-11-21 11:21:31 +01:00
2026-02-05 14:10:00 -08:00
2025-09-21 14:22:09 -07:00
2025-11-21 18:42:01 +00:00
2025-11-25 09:17:13 +01:00
2025-09-24 14:29:14 -07:00
2025-09-24 14:29:14 -07:00
2025-09-29 11:20:29 -07:00
2026-01-07 15:11:03 -10:00
2025-11-03 11:46:18 -10:00
2025-12-08 15:32:14 -08:00
2026-01-29 00:26:36 +01:00
2025-09-21 14:22:36 -07:00
2026-02-10 09:11:21 -08:00
2025-12-20 14:47:05 -08:00
2025-09-04 21:59:08 +02:00
2025-12-08 15:32:14 -08:00
2025-11-27 12:03:27 +01:00
2025-09-06 15:48:32 +02:00
2025-12-03 12:42:36 -08:00
2025-10-28 17:32:56 +01:00
2025-11-11 21:47:57 +00:00
2026-01-14 17:04:21 +01:00
2025-08-14 10:37:33 -07:00
2026-01-05 21:11:48 +00:00
2025-08-20 22:23:44 +08:00
2026-02-03 15:23:33 +01:00
2025-11-25 19:01:29 +01:00
2025-12-06 09:01:27 -08:00
2026-02-03 15:23:34 +01:00
2025-11-12 10:00:15 -08:00
2026-01-06 20:52:57 -05:00
2025-11-20 13:44:01 -08:00
2025-12-05 15:25:13 -08:00
2025-11-14 20:34:50 +01:00
2025-11-24 00:02:01 +09:00
2026-01-14 16:50:36 +01:00
2025-11-05 08:07:21 -07:00
2025-11-20 01:18:26 +13:00
2025-09-23 11:13:22 +02:00
2025-08-14 15:16:05 -05:00
2025-11-20 12:02:19 -07:00
2025-11-20 12:02:19 -07:00
2025-09-12 00:18:21 +02:00
2025-10-29 10:27:31 +01:00
2025-12-08 09:40:57 +01:00
2025-09-02 12:35:12 +05:30
2025-10-31 17:59:17 -07:00
2025-11-12 10:00:16 -08:00
2025-12-16 14:40:51 +01:00
2025-11-19 14:08:51 +01:00
2025-10-22 07:55:00 +02:00
2025-10-14 14:45:22 -07:00
2026-01-08 16:52:31 +01:00
2025-11-04 08:35:17 +01:00
2025-11-13 16:27:56 +01:00
2025-11-01 12:44:49 -05:00
2025-11-11 17:38:48 -08:00
2025-08-11 16:16:36 +02:00
2026-01-14 16:50:37 +01:00
2025-12-04 02:00:04 +00:00
2025-11-13 17:10:38 +01:00
2025-10-28 22:59:19 +01:00
2025-12-13 20:04:32 +12:00
2026-02-09 15:13:05 -08:00
2026-01-31 13:51:04 -08:00
2025-10-18 12:58:56 +09:00
2025-12-02 19:57:01 +01:00
2026-01-14 19:49:52 -08:00
2025-11-01 01:10:28 +09:00
2025-10-30 20:10:27 +01:00
2025-10-03 10:51:44 -07:00
2025-11-05 09:51:30 +01:00
2025-11-03 16:49:53 +09:00
2025-11-05 22:51:23 +01:00
2026-02-09 16:58:28 -08:00
2025-08-21 13:58:07 +02:00
2026-01-13 09:58:01 +01:00
2025-09-11 16:34:50 +02:00
2025-08-21 13:58:08 +02:00
2026-01-15 16:15:25 -08:00
2026-01-28 11:44:57 -08:00
2025-12-23 11:23:10 -08:00
2025-11-07 09:59:15 +01:00
2025-11-16 17:28:04 -08:00
2025-11-25 15:16:03 -08:00
2025-11-26 17:21:48 +01:00
2025-09-21 14:22:15 -07:00
2025-11-18 08:21:27 -08:00
2026-01-31 10:52:31 +08:00
2025-09-09 12:27:18 +02:00
2026-01-11 06:09:11 -10:00
2025-12-13 20:35:41 +12:00
2025-11-16 17:28:13 -08:00
2026-01-20 09:34:26 -08:00
2025-10-15 13:24:33 -07:00
2025-09-02 19:59:16 -04:00
2026-02-06 18:52:22 +08:00
2025-09-08 06:24:50 -07:00
2025-11-15 06:18:14 +00:00
2025-10-04 18:52:58 +02:00
2025-10-11 23:57:33 +02:00
2025-10-29 18:28:29 -07:00
2025-09-13 17:32:44 -07:00
2025-11-10 10:38:14 +01:00
2025-11-20 10:25:10 +01:00
2025-11-10 10:38:14 +01:00
2025-11-10 10:38:14 +01:00
2025-11-10 10:38:15 +01:00
2025-11-10 10:38:15 +01:00
2025-11-10 10:38:15 +01:00
2025-11-10 10:38:14 +01:00
2025-11-25 10:28:20 +01:00
2025-12-01 16:45:06 -08:00
2025-08-29 13:39:53 -07:00
2025-11-10 10:52:31 -08:00
2025-08-29 19:29:24 -07:00
2026-01-12 16:52:09 +01:00
2025-11-04 12:36:02 +01:00
2025-10-14 14:45:22 -07:00
2026-01-12 17:22:22 +01:00
2025-12-17 17:24:28 +01:00
2025-12-22 16:19:53 +02:00
2025-10-17 17:47:53 +02:00
2025-10-24 18:02:26 +03:00
2025-10-31 22:25:34 +01:00
2025-10-14 14:45:22 -07:00
2025-10-14 14:45:22 -07:00
2026-02-09 17:31:17 -08:00
2026-02-06 07:29:14 -07:00
2025-11-05 09:08:57 +01:00
2025-09-01 15:31:34 +02:00
2026-02-09 18:14:52 -08:00
2025-09-12 00:18:21 +02:00
2025-12-05 13:52:43 -08:00
2025-08-28 12:17:39 +03:00
2025-11-13 17:05:08 -08:00
2025-08-11 17:26:38 +02:00
2025-08-19 16:35:56 -07:00
2025-10-22 07:53:15 +02:00
2025-09-29 11:20:29 -07:00
2025-09-08 10:21:41 -05:00
2025-10-17 16:06:52 -07:00
2025-11-25 19:45:41 +01:00
2025-11-25 19:45:41 +01:00
2025-12-18 10:43:52 +01:00
2026-01-16 20:28:05 +01:00
2025-10-16 18:17:27 +02:00
2025-12-07 16:15:22 +01:00
2026-01-27 15:31:41 +01:00
2025-09-23 11:13:22 +02:00
2026-01-13 09:58:01 +01:00
2025-11-27 15:45:37 +01:00
2025-09-21 14:21:58 -07:00
2026-01-26 19:03:45 -08:00
2025-08-13 17:18:43 +02:00
2025-10-24 12:55:10 +02:00
2025-11-19 09:19:42 -05:00
2025-09-13 17:32:55 -07:00
2025-11-27 14:24:36 -08:00
2025-12-23 11:23:13 -08:00
2025-11-27 23:56:58 +02:00
2026-01-14 22:16:20 -08:00
2025-11-28 09:20:13 -07:00
2025-09-13 16:54:56 -07:00
2025-11-16 17:27:54 -08:00
2025-11-16 17:27:55 -08:00
2026-02-03 15:23:35 +01:00
2026-01-11 06:09:11 -10:00
2025-11-05 11:03:11 -08:00
2025-11-12 15:29:38 -08:00
2025-12-23 11:23:12 -08:00
2025-12-05 20:41:20 -08:00
2025-10-04 11:28:45 -07:00
2025-10-14 14:50:18 -07:00
2025-10-14 14:50:19 -07:00
2026-02-05 08:00:44 -08:00
2025-11-27 14:24:40 -08:00
2025-12-01 06:56:16 +01:00
2025-12-01 06:56:16 +01:00
2025-10-24 21:39:27 +02:00
2025-12-10 05:58:51 +09:00
2025-10-03 11:14:02 -07:00
2025-12-15 21:51:52 -05:00
2025-09-24 19:32:00 -06:00
2025-10-02 18:18:33 -07:00
2025-11-20 14:03:42 -08:00
2025-11-20 14:03:42 -08:00
2025-10-14 19:16:13 -07:00
2025-09-18 09:31:50 -07:00
2025-09-14 08:49:03 +03:00
2026-02-10 11:26:21 -08:00
2026-01-26 19:03:47 -08:00
2025-10-14 14:24:53 +02:00
2025-12-23 11:23:15 -08:00
2025-12-05 13:52:43 -08:00
2025-11-23 12:30:40 +01:00
2025-11-17 23:45:45 +00:00
2026-01-26 19:03:48 -08:00
2025-08-21 10:42:31 +02:00
2025-11-24 15:08:51 -08:00
2025-11-26 16:56:33 -08:00
2025-12-08 15:32:14 -08:00
2025-10-17 05:31:56 -10:00
2025-08-19 12:41:18 +02:00
2025-11-24 15:08:54 -08:00
2026-01-20 09:34:26 -08:00
2026-01-20 09:34:26 -08:00
2025-09-13 16:54:56 -07:00
2025-11-20 13:43:59 -08:00
2026-02-03 15:23:35 +01:00
2026-01-14 11:00:00 +01:00
2025-09-29 11:20:29 -07:00
2025-11-26 15:17:37 +01:00
2025-12-22 16:35:54 +00:00
2025-12-22 16:35:54 +00:00
2025-09-17 15:58:29 -04:00
2026-01-27 15:31:42 +01:00
2025-12-01 06:51:57 +01:00
2025-12-01 16:13:46 -08:00
2025-11-04 19:10:33 -08:00
2025-10-21 18:08:23 -07:00
2025-10-16 16:25:10 -07:00
2026-01-04 10:26:11 -08:00
2025-09-13 16:54:59 -07:00
2025-09-19 17:50:59 -07:00
2025-11-29 17:23:03 -05:00
2026-01-04 23:03:24 -05:00
2025-09-23 13:28:20 -04:00
2025-11-23 16:01:47 -05:00
2025-10-06 13:22:21 -07:00
2026-01-14 22:16:22 -08:00
2025-11-16 17:28:03 -08:00
2025-11-20 10:02:22 -05:00
2025-11-05 23:58:20 +01:00
2025-11-14 13:10:38 +01:00
2025-11-03 17:41:17 +01:00
2025-11-14 13:10:38 +01:00
2025-11-11 10:01:30 +01:00
2026-01-26 12:26:01 +01:00
2025-09-13 17:32:45 -07:00
2025-10-14 14:50:16 -07:00
2025-12-03 19:42:37 +01:00
2025-11-20 08:32:48 -06:00
2025-10-27 17:16:32 +01:00
2025-12-13 16:26:55 +12:00
2026-01-30 11:34:34 +00:00
2025-11-20 14:03:43 -08:00
2025-09-25 08:01:16 +02:00
2025-09-13 16:54:56 -07:00
2026-01-14 14:43:01 -08:00
2025-11-13 11:01:08 +01:00
2025-09-13 16:55:21 -07:00
2026-01-19 12:30:01 -08:00
2025-09-13 16:55:24 -07:00
2025-09-18 21:36:37 +01:00
2025-11-12 10:00:15 -08:00
2025-10-02 15:28:42 -06:00
2025-11-17 12:04:28 +01:00
2025-12-17 13:52:53 +01:00
2025-11-03 19:27:41 -08:00
2025-10-27 20:38:20 +05:30
2026-01-22 17:47:21 -08:00
2025-11-20 12:02:00 -07:00
2025-11-09 05:13:02 -05:00
2025-11-14 15:06:57 -08:00
2026-02-09 19:57:30 -08:00
2025-11-24 11:45:20 +01:00
2026-02-03 15:23:33 +01:00
2026-02-10 12:00:46 -08:00
2025-09-13 16:55:07 -07:00
2025-08-27 22:45:44 -07:00
2025-12-05 13:52:43 -08:00
2025-11-07 18:53:13 -08:00
2025-12-01 15:08:24 -08:00
2025-10-24 18:52:08 -07:00
2025-11-11 10:01:32 +01:00
2025-11-12 12:18:56 +01:00
2025-12-05 21:29:02 -08:00
2025-11-28 12:03:22 +02:00
2026-01-11 06:09:11 -10:00
2025-11-25 19:01:29 +01:00
2025-08-26 10:40:58 +05:30
2025-11-25 19:01:29 +01:00
2025-12-04 20:38:13 +01:00
2025-11-19 18:06:49 +01:00
2026-02-04 13:25:09 +01:00
2025-08-24 11:41:11 -06:00
2026-01-16 10:51:12 +01:00
2025-09-18 01:01:03 +02:00
2025-10-30 18:35:26 +01:00
2025-10-24 21:39:27 +02:00
2025-09-13 17:32:52 -07:00
2025-10-27 15:45:22 +01:00
2025-11-16 01:35:02 -05:00
2025-09-25 09:23:54 +02:00
2025-12-22 13:32:22 +01:00
2025-10-31 10:16:23 +01:00
2025-09-17 12:17:05 +02:00
2025-12-06 10:15:41 -08:00
2025-09-09 19:28:52 -07:00
2025-09-29 18:13:10 -07:00
2025-11-14 11:56:14 +01:00
2025-11-02 13:40:13 +01:00
2025-11-21 09:42:02 +01:00
2025-11-27 14:24:30 -08:00
2025-12-03 17:24:33 -08:00
2025-08-25 10:13:26 -07:00
2026-01-01 16:39:46 +08:00
2026-01-01 16:39:46 +08:00
2025-12-04 11:16:44 -08:00
2025-09-15 12:39:38 +02:00
2025-11-21 22:35:22 +01:00
2025-11-18 17:52:54 +01:00
2025-11-18 17:52:54 +01:00
2025-12-24 14:01:57 +01:00
2025-11-04 08:34:39 +01:00
2025-10-20 12:10:28 +08:00
2025-10-22 07:55:02 +02:00
2025-09-28 11:51:29 -07:00
2025-10-13 13:18:03 +02:00
2025-12-12 10:26:26 +01:00
2026-02-04 12:21:12 +01:00
2025-11-25 19:45:42 +01:00
2026-01-11 06:09:11 -10:00
2025-09-29 09:42:35 +02:00
2025-08-19 12:37:10 +02:00
2025-08-19 14:34:15 +02:00
2025-11-11 13:18:56 +01:00
2025-09-16 12:30:41 +02:00
2025-11-28 09:21:18 -07:00
2025-09-21 14:22:06 -07:00
2026-02-09 17:31:17 -08:00
2025-09-02 11:21:34 +01:00
2025-12-16 14:12:44 +01:00
2025-12-05 14:36:21 -08:00
2025-09-01 15:31:34 +02:00
2025-10-28 20:10:59 -04:00
2025-12-06 09:53:05 +01:00
2025-08-17 12:46:25 +02:00
2025-09-22 16:05:15 -07:00
2025-09-02 12:29:36 +05:30
2025-12-06 14:01:20 -08:00
2025-11-24 17:23:58 -06:00
2026-01-29 18:25:22 -08:00
2026-01-27 09:11:30 -08:00
2026-01-14 14:43:01 -08:00
2025-11-19 18:06:50 +01:00
2025-12-03 18:58:57 -08:00
2025-08-04 10:54:36 -07:00
2025-11-27 14:22:31 +01:00
2025-11-27 14:22:31 +01:00
2025-11-27 14:22:31 +01:00
2025-11-15 06:18:17 +00:00
2025-09-17 09:29:43 -07:00
2025-11-20 17:57:40 -08:00
2025-10-01 11:34:12 -07:00
2025-12-05 09:11:02 -08:00
2025-09-26 18:53:48 +02:00
2025-11-16 17:28:27 -08:00
2025-11-24 15:08:52 -08:00
2025-11-20 14:03:40 -08:00
2025-11-03 17:41:18 +01:00
2025-11-14 10:01:52 +01:00
2025-11-27 15:45:38 +01:00
2025-12-16 14:12:44 +01:00
2025-11-26 15:16:35 +01:00
2025-09-22 17:55:25 -07:00
2025-09-15 17:34:06 +02:00
2025-09-15 17:34:06 +02:00
2026-01-14 22:16:19 -08:00
2025-11-04 08:35:37 +01:00
2025-09-17 07:33:00 +02:00
2026-01-28 22:24:58 +01:00
2025-09-29 11:20:29 -07:00
2025-09-03 11:55:11 +02:00
2025-11-20 20:17:32 +01:00
2026-02-04 13:22:39 -08:00
2025-09-03 10:03:12 +02:00
2025-12-05 06:42:51 +02:00
2025-12-05 15:17:56 -05:00
2026-01-07 14:52:22 -05:00
2025-10-28 20:10:59 -04:00
2025-10-24 16:43:14 -04:00
2026-01-22 17:46:44 -08:00
2025-08-17 12:46:25 +02:00
2026-01-06 05:47:54 -07:00
2025-12-06 14:01:20 -08:00
2025-09-23 16:38:39 -07:00
2026-01-11 06:09:11 -10:00
2026-01-28 05:16:39 -07:00
2025-10-29 10:29:58 +01:00
2025-10-29 10:29:58 +01:00
2025-10-29 10:29:58 +01:00
2025-12-17 13:31:07 +01:00
2026-01-16 16:23:54 +01:00
2025-09-12 14:08:02 +02:00
2025-09-01 15:31:34 +02:00
2025-11-03 17:41:18 +01:00
2025-11-24 15:08:54 -08:00
2025-12-22 14:59:18 -07:00
2025-09-29 11:20:29 -07:00
2025-09-19 14:26:17 +02:00
2025-10-01 07:24:55 -04:00
2025-09-22 18:58:03 -07:00
2025-12-23 14:07:08 -07:00
2025-11-20 21:20:00 -07:00
2025-09-09 15:58:56 +02:00
2025-11-27 02:03:07 -05:00
2025-12-24 08:02:56 -05:00
2025-11-26 19:45:54 -08:00
2025-11-27 02:03:07 -05:00
2025-10-01 07:24:43 -04:00
2025-12-24 08:02:55 -05:00
2025-09-21 14:22:31 -07:00
2025-11-16 17:27:54 -08:00
2025-11-27 14:24:44 -08:00
2026-02-03 15:23:34 +01:00
2025-08-27 14:29:43 +02:00
2025-11-18 11:18:09 +02:00
2026-02-03 15:23:34 +01:00
2025-12-01 09:20:51 -08:00
2026-01-14 14:43:18 -08:00
2025-11-12 10:00:17 -08:00