Dave Airlie
17b95278ae
Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
UAPI Changes:
- restrict multi-lrc to VCS/VECS engines (Xin Wang)
- Introduce a flag to disallow vm overcommit in fault mode (Thomas)
- update used tracking kernel-doc (Auld, Fixes)
- Some bind queue fixes (Auld, Fixes)
Cross-subsystem Changes:
- Split drm_suballoc_new() into SA alloc and init helpers (Satya, Fixes)
- pass pagemap_addr by reference (Arnd, Fixes)
- Revert "drm/pagemap: Disable device-to-device migration" (Thomas)
- Fix unbalanced unlock in drm_gpusvm_scan_mm (Maciej, Fixes)
- Small GPUSVM fixes (Brost, Fixes)
- Fix xe SVM configs (Thomas, Fixes)
Core Changes:
- Fix a hmm_range_fault() livelock / starvation problem (Thomas, Fixes)
Driver Changes:
- Fix leak on xa_store failure (Shuicheng, Fixes)
- Correct implementation of Wa_16025250150 (Roper, Fixes)
- Refactor context init into xe_lrc_ctx_init (Raag)
- Fix GSC proxy cleanup on early initialization failure (Zhanjun)
- Fix exec queue creation during post-migration recovery (Tomasz, Fixes)
- Apply windower hardware filtering setting on Xe3 and Xe3p (Roper)
- Free ctx_restore_mid_bb in release (Shuicheng, Fixes)
- Drop stale MCR steering TODO comment (Roper)
- dGPU memory optimizations (Brost)
- Do not preempt fence signaling CS instructions (Brost, Fixes)
- Revert "drm/xe/compat: Remove unused i915_reg.h from compat header" (Uma)
- Don't expose display modparam if no display support (Wajdeczko)
- Some VRAM flag improvements (Wajdeczko)
- Misc fix for xe_guc_ct.c (Shuicheng, Fixes)
- Remove unused i915_reg.h from compat header (Uma)
- Workaround cleanup & simplification (Roper)
- Add prefetch pagefault support for Xe3p (Varun)
- Fix fs_reclaim deadlock caused by CCS save/restore (Satya, Fixes)
- Cleanup partially initialized sync on parse failure (Shuicheng, Fixes)
- Allow to change VFs VRAM quota using sysfs (Michal)
- Increase GuC log sizes in debug builds (Tomasz)
- Wa_18041344222 changes (Harish)
- Add Wa_14026781792 (Niton)
- Add debugfs facility to catch RTP mistakes (Roper)
- Convert GT stats to per-cpu counters (Brost)
- Prevent unintended VRAM channel creation (Karthik)
- Privatize struct xe_ggtt (Maarten)
- remove unnecessary struct dram_info forward declaration (Jani)
- pagefault refactors (Brost)
- Apply Wa_14024997852 (Arvind)
- Redirect faults to dummy page for wedged device (Raag, Fixes)
- Force EXEC_QUEUE_FLAG_KERNEL for kernel internal VMs (Piotr)
- Stop applying Wa_16018737384 from Xe3 onward (Roper)
- Add new XeCore fuse registers to VF runtime regs (Roper)
- Update xe_device_declare_wedged() error log (Raag)
- Make xe_modparam.force_vram_bar_size signed (Shuicheng, Fixes)
- Avoid reading media version when media GT is disabled (Piotr, Fixes)
- Fix handling of Wa_14019988906 & Wa_14019877138 (Roper, Fixes)
- Basic enabling patches for Xe3p_LPG and NVL-P (Gustavo, Roper, Shekhar)
- Avoid double-adjust in 64-bit reads (Shuicheng, Fixes)
- Allow VF to initialize MCR tables (Wajdeczko)
- Add Wa_14025883347 for GuC DMA failure on reset (Anirban)
- Add bounds check on pat_index to prevent OOB kernel read in madvise (Jia, Fixes)
- Fix the address range assert in ggtt_get_pte helper (Winiarski)
- XeCore fuse register changes (Roper)
- Add more info to powergate_info debugfs (Vinay)
- Separate out GuC RC code (Vinay)
- Fix g2g_test_array indexing (Pallavi)
- Mutual exclusivity between CCS-mode and PF (Nareshkumar, Fixes)
- Some more _types.h cleanups (Wajdeczko)
- Fix sysfs initialization (Wajdeczko, Fixes)
- Drop unnecessary goto in xe_device_create (Roper)
- Disable D3Cold for BMG only on specific platforms (Karthik, Fixes)
- Add sriov.admin_only_pf attribute (Wajdeczko)
- replace old wq(s), add WQ_PERCPU to alloc_workqueue (Marco)
- Make MMIO communication more robust (Wajdeczko)
- Fix warning of kerneldoc (Shuicheng, Fixes)
- Fix topology query pointer advance (Shuicheng, Fixes)
- use entry_dump callbacks for xe2+ PAT dumps (Xin Wang)
- Fix kernel-doc warning in GuC scheduler ABI header (Chaitanya, Fixes)
- Fix CFI violation in debugfs access (Daniele, Fixes)
- Apply WA_16028005424 to Media (Balasubramani)
- Fix typo in function kernel-doc (Wajdeczko)
- Protect priority against concurrent access (Niranjana)
- Fix nvm aux resource cleanup (Shuicheng, Fixes)
- Fix is_bound() pci_dev lifetime (Shuicheng, Fixes)
- Use CLASS() for forcewake in xe_gt_enable_comp_1wcoh (Shuicheng)
- Reset VF GuC state on fini (Wajdeczko)
- Move _THIS_IP_ usage from xe_vm_create() to dedicated function (Nathan Chancellor, Fixes)
- Unregister drm device on probe error (Shuicheng, Fixes)
- Disable DCC on PTL (Vinay, Fixes)
- Fix Wa_18022495364 (Tvrtko, Fixes)
- Skip address copy for sync-only execs (Shuicheng, Fixes)
- derive mem copy capability from graphics version (Nitin, Fixes)
- Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocations (Sanjay)
- Context based TLB invalidations (Brost)
- Enable multi_queue on xe3p_xpc (Brost, Niranjana)
- Remove check for gt in xe_query (Nakshtra)
- Reduce LRC timestamp stuck message on VFs to notice (Brost, Fixes)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/aaYR5G2MHjOEMXPW@lstrano-desk.jf.intel.com
2026-03-03 10:37:29 +10:00
..
2026-01-06 16:34:28 +01:00
2025-11-06 14:19:43 -08:00
2026-02-11 13:44:47 +01:00
2026-01-10 15:19:50 -08:00
2025-10-29 22:04:24 -07:00
2026-02-05 11:58:40 +01:00
2025-10-22 07:54:33 +02:00
2026-02-09 12:29:22 +01:00
2026-01-16 10:42:33 +01:00
2026-01-16 16:33:17 +01:00
2026-01-26 13:23:52 +01:00
2025-12-16 22:23:35 +05:30
2025-10-18 21:31:21 +05:30
2026-02-11 11:43:00 -08:00
2025-06-30 17:57:15 -07:00
2026-01-08 08:15:03 -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
2026-01-27 10:13:37 +01:00
2025-09-25 09:09:31 +03:00
2026-01-31 00:02:24 +01:00
2026-02-02 17:08:30 +01:00
2026-01-13 22:43:15 -08:00
2026-02-19 07:26:26 -07:00
2026-02-17 11:00:43 +01:00
2026-02-08 00:13:33 -08:00
2025-11-20 16:29:35 -05:00
2026-01-19 12:57:45 +01:00
2026-02-16 11:05:44 -08:00
2026-02-19 09:30:05 -08:00
2026-02-23 13:45:50 +01:00
2026-01-29 20:21:41 +01:00
2025-06-18 14:20:32 -07:00
2025-11-05 17:38:03 -08:00
2026-02-17 15:04:20 +01:00
2025-12-15 14:33:38 +01:00
2026-01-21 19:46:58 -08:00
2025-12-02 17:03:55 -08:00
2026-01-21 14:11:57 +05:30
2026-02-06 12:07:14 +01:00
2026-02-17 09:11:04 -08:00
2025-11-03 00:02:30 +01:00
2025-06-24 10:57:43 +02:00
2025-06-30 09:07:26 +02:00
2025-07-09 22:57:54 -07:00
2025-11-09 11:24:20 +09:00
2026-02-05 00:07:58 +00:00
2025-11-03 14:38:37 +01:00
2026-02-10 19:01:45 -08:00
2026-02-17 11:40:04 -08:00
2025-12-23 12:12:49 +05:30
2026-02-21 01:02:28 -08:00
2026-02-12 17:49:33 -08:00
2026-02-17 09:36:43 -08:00
2026-01-27 15:31:42 +01:00
2025-09-05 15:06:03 +02:00
2026-02-21 17:09:51 -08:00
2025-09-11 17:52:14 +01:00
2026-01-22 15:07:04 -07:00
2025-09-21 14:22:36 -07:00
2025-12-06 11:13:50 -08:00
2026-01-21 10:52:04 +02: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-07-21 18:18:51 +01:00
2026-01-20 19:44:19 -08:00
2025-12-15 16:32:05 +09:00
2025-08-22 17:23:15 -07:00
2026-01-16 16:46:14 +01:00
2026-01-09 16:37:59 -05:00
2026-02-11 19:31:52 -08:00
2026-01-20 19:24:47 -08:00
2025-10-20 20:22:26 +02:00
2025-10-23 13:21:26 +01:00
2026-01-31 14:22:36 -08:00
2025-11-20 14:03:43 -08:00
2025-07-02 13:09:54 +02:00
2025-07-02 13:09:54 +02:00
2025-11-14 05:09:56 -07:00
2026-02-09 18:14:52 -08:00
2026-01-05 16:43:30 +01: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
2025-07-31 11:28:03 -04:00
2026-02-16 10:21:01 -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-12 04:23:53 -07:00
2025-10-22 11:14:05 -06:00
2025-07-24 16:55:11 -07:00
2026-02-27 15:39:00 -08:00
2026-02-27 15:39:00 -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
2025-06-09 16:17:11 -07:00
2026-01-06 20:48:32 -08:00
2026-02-27 15:39:00 -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-07-16 14:48:18 +02:00
2025-11-21 11:21:31 +01:00
2026-02-05 14:10:00 -08:00
2026-02-14 07:43:27 -07:00
2025-11-21 18:42:01 +00:00
2026-01-31 16:16:07 -08:00
2025-11-25 09:17:13 +01:00
2025-07-22 19:10:17 -06: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-02-11 13:20:50 -08:00
2025-11-03 11:46:18 -10:00
2026-01-28 20:45:24 +01:00
2025-06-19 18:25:48 -07:00
2026-02-15 08:18:57 -08:00
2026-02-12 11:32:37 -08:00
2025-09-21 14:22:36 -07:00
2026-02-21 01:01:14 -08:00
2026-01-31 16:16:04 -08:00
2026-01-28 20:45:24 +01:00
2025-09-04 21:59:08 +02:00
2026-02-10 17:02:23 -08:00
2025-11-27 12:03:27 +01:00
2025-09-06 15:48:32 +02:00
2026-02-14 11:09:47 +01:00
2025-07-16 13:56:23 +02:00
2025-10-28 17:32:56 +01:00
2026-02-20 14:38:25 +01:00
2025-07-31 14:57:54 -07:00
2025-12-22 15:30:54 +00:00
2025-11-11 21:47:57 +00:00
2026-01-14 17:04:21 +01:00
2026-01-29 02:36:32 -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-18 20:50:32 -08:00
2026-02-21 17:09:51 -08:00
2025-11-12 10:00:15 -08:00
2025-06-30 09:31:57 -07:00
2025-06-30 09:31:57 -07:00
2025-06-30 09:31:57 -07:00
2025-06-30 09:31:57 -07:00
2026-01-06 20:52:57 -05:00
2025-06-11 11:06:06 +08:00
2026-01-31 14:22:47 -08:00
2026-02-12 15:42:58 -08:00
2025-12-05 15:25:13 -08:00
2026-01-05 16:43:32 +01:00
2025-11-14 20:34:50 +01:00
2026-01-31 16:16:06 -08:00
2025-11-24 00:02:01 +09:00
2025-07-14 20:22:59 +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
2026-01-19 10:13:29 -07:00
2026-02-23 19:51:40 +01:00
2025-09-12 00:18:21 +02:00
2026-02-23 16:14:20 +01:00
2026-02-23 16:14:21 +01:00
2026-02-23 16:14:19 +01:00
2026-01-19 19:08:47 +05:30
2026-02-13 14:51:39 -08:00
2025-12-31 19:30:02 -05:00
2025-09-02 12:35:12 +05:30
2025-07-01 13:55:37 -06:00
2026-02-05 15:57:46 +01:00
2025-11-12 10:00:16 -08:00
2026-01-16 16:35:37 +01: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
2026-01-30 15:40:05 +01:00
2025-11-13 16:27:56 +01:00
2025-11-01 12:44:49 -05:00
2025-06-21 08:10:25 -07:00
2026-01-13 18:52:34 -08:00
2025-08-02 12:06:12 -07:00
2025-08-11 16:16:36 +02:00
2026-01-29 17:26:30 +01:00
2026-01-17 00:00:34 +00:00
2025-06-23 12:45:13 +02:00
2025-11-13 17:10:38 +01:00
2026-02-14 11:09:47 +01:00
2025-10-28 22:59:19 +01:00
2025-12-13 20:04:32 +12:00
2026-01-29 16:00:57 +01:00
2026-02-09 15:13:05 -08:00
2026-02-12 12:13:01 -08:00
2025-07-31 11:28:03 -04:00
2026-01-18 17:18:48 +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-06-23 12:17:33 +02:00
2025-11-05 22:51:23 +01:00
2026-02-18 10:45:36 -08:00
2025-08-21 13:58:07 +02:00
2026-01-13 09:58:01 +01:00
2026-01-27 16:35:36 +01:00
2025-06-19 12:29:17 +02:00
2026-01-23 13:26:20 +01:00
2026-02-19 09:12:05 +01:00
2026-02-17 23:11:40 -08:00
2026-01-15 16:15:25 -08:00
2026-02-19 15:21:22 -05:00
2025-07-11 16:02:00 +02:00
2026-02-21 17:09:51 -08:00
2025-07-19 19:08:28 -07:00
2025-12-23 11:23:10 -08:00
2026-02-26 17:30:32 +01:00
2026-02-26 15:27:41 -08:00
2025-07-24 16:24:49 +02:00
2026-02-23 12:21:05 +05:30
2025-07-01 10:24:11 -06: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
2026-01-20 19:24:39 -08:00
2026-01-31 10:52:31 +08:00
2026-01-13 12:25:38 +01:00
2026-01-13 11:05:48 +01:00
2026-02-10 16:41:59 -08:00
2025-12-13 20:35:41 +12:00
2026-02-12 15:42:57 -08:00
2026-02-18 20:50:32 -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-06-24 10:45:32 -05: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
2026-02-02 10:11:18 +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
2026-02-02 10:01:44 +01:00
2026-02-02 10:11:07 +01:00
2025-11-10 10:38:14 +01:00
2026-02-02 10:11:18 +01:00
2025-12-01 16:45:06 -08:00
2025-08-29 13:39:53 -07:00
2025-06-25 15:23:06 -07:00
2025-07-02 15:29:46 -07:00
2026-02-05 16:33:52 +01:00
2026-01-26 19:07:10 -08:00
2025-07-25 15:29:58 -07:00
2025-08-29 19:29:24 -07:00
2025-05-27 08:25:42 +02:00
2026-01-25 14:45:14 -08: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
2026-01-26 19:07:15 -08:00
2025-06-23 13:14:50 -04:00
2025-07-03 11:09:32 +03:00
2026-02-11 21:03:39 +01:00
2025-07-03 11:09:35 +03:00
2025-12-22 16:19:53 +02:00
2025-10-17 17:47:53 +02:00
2025-06-27 21:43:40 +03:00
2025-10-24 18:02:26 +03:00
2026-02-10 13:39:37 -08: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
2026-02-21 17:09:51 -08: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
2026-01-10 10:52:27 +01:00
2025-09-12 00:18:21 +02:00
2026-01-10 10:26:44 +01:00
2025-07-18 17:33:08 -03:00
2025-08-28 12:17:39 +03:00
2026-02-12 16:33:05 -08:00
2025-07-31 15:00:41 -06: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
2026-02-10 20:57:49 -08: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-02-10 16:30:29 -08:00
2025-06-20 13:52:41 -07:00
2025-10-16 18:17:27 +02:00
2025-12-15 22:30:48 +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-07-09 22:57:49 -07:00
2026-02-11 08:55:52 +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
2026-01-27 15:57:20 +01:00
2025-11-19 09:19:42 -05:00
2026-01-31 16:16:06 -08:00
2026-01-31 16:16:04 -08:00
2025-12-23 11:23:13 -08:00
2025-11-27 23:56:58 +02:00
2025-06-11 11:57:14 -07:00
2026-01-14 22:16:20 -08:00
2025-11-28 09:20:13 -07:00
2026-01-27 15:57:20 +01:00
2026-01-31 14:22:30 -08:00
2025-06-25 15:55:03 -07:00
2025-07-23 11:52:47 +02:00
2025-11-16 17:27:54 -08:00
2026-01-05 16:43:31 +01:00
2025-11-16 17:27:55 -08:00
2025-07-21 21:40:39 -07:00
2026-02-03 15:23:35 +01:00
2026-01-11 06:09:11 -10:00
2025-06-20 13:39:42 -07:00
2026-02-28 15:31:35 +01:00
2025-06-23 09:50:53 -07:00
2025-11-12 15:29:38 -08:00
2025-12-23 11:23:12 -08:00
2025-06-19 10:37:06 +01:00
2026-02-04 09:20:27 +00:00
2025-07-02 17:18:01 +01:00
2026-02-12 17:12:43 -08:00
2025-07-01 11:07:43 -05:00
2026-02-14 11:09:46 +01:00
2026-01-05 16:43:30 +01:00
2026-02-08 00:13:32 -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
2026-02-24 11:13:26 -08:00
2025-07-17 07:41:56 -10:00
2026-01-28 20:45:25 +01:00
2026-01-28 20:45:24 +01:00
2025-07-14 21:57:20 -07:00
2026-01-05 16:43:28 +01:00
2026-01-05 16:43:33 +01:00
2026-01-26 19:07:14 -08: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
2026-01-20 19:24:50 -08:00
2025-11-20 14:03:42 -08:00
2025-11-20 14:03:42 -08:00
2025-07-24 09:20:39 +02:00
2026-02-11 11:27:58 +01:00
2025-09-18 09:31:50 -07:00
2026-01-20 19:24:47 -08:00
2026-02-18 20:50:32 -08:00
2026-01-26 19:03:47 -08:00
2025-10-14 14:24:53 +02:00
2026-01-19 10:06:31 -07:00
2026-02-12 15:42:53 -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-12-31 16:24:32 +05:30
2025-08-21 10:42:31 +02:00
2026-02-11 11:03:01 +01: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-12-29 11:53:38 +01:00
2025-11-24 15:08:54 -08:00
2026-01-20 19:24:34 -08:00
2026-02-12 15:42:59 -08:00
2026-02-18 20:50:32 -08:00
2025-09-13 16:54:56 -07:00
2026-01-31 14:22:51 -08:00
2026-01-26 20:02:27 -08:00
2026-02-03 15:23:35 +01:00
2026-02-12 15:43:00 -08:00
2026-01-31 14:22:38 -08:00
2025-09-29 11:20:29 -07:00
2026-02-03 12:46:55 +01:00
2026-02-12 12:13:01 -08:00
2026-02-12 12:13:01 -08:00
2025-09-17 15:58:29 -04:00
2025-06-17 18:18:46 -07:00
2026-02-10 16:30:29 -08:00
2026-01-05 16:43:29 +01:00
2026-01-28 20:45:25 +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-25 13:20:46 -08:00
2025-07-25 18:40:01 +02:00
2025-09-13 16:54:59 -07:00
2025-09-19 17:50:59 -07:00
2026-01-29 09:48:33 -05:00
2026-01-30 16:49:15 -05:00
2026-01-04 23:03:24 -05:00
2025-09-23 13:28:20 -04:00
2026-01-30 16:49:15 -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
2026-01-26 20:02:36 -08: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-02-20 17:31:55 -05:00
2026-01-26 12:26:01 +01:00
2025-07-17 13:38:07 +02: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
2026-01-15 12:03:27 +01:00
2026-02-03 20:58:12 -06: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-02-24 15:46:31 -08:00
2025-06-25 15:30:00 -07:00
2025-06-18 17:46:27 +08:00
2026-01-21 12:51:48 +01:00
2025-07-19 18:59:57 -07:00
2026-01-26 20:02:35 -08:00
2025-11-13 11:01:08 +01:00
2026-01-31 14:22:42 -08: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
2026-02-03 08:21:26 -08:00
2025-10-02 15:28:42 -06:00
2025-07-29 11:45:39 -05:00
2026-02-11 19:31:52 -08:00
2025-12-17 13:52:53 +01:00
2025-11-03 19:27:41 -08:00
2025-05-30 12:21:57 -05:00
2025-07-24 16:51:17 -05:00
2026-01-28 19:15:58 +05:30
2026-01-28 19:15:58 +05:30
2026-01-22 17:47:21 -08:00
2026-01-06 16:18:02 -06:00
2026-01-16 13:23:38 -06:00
2025-11-09 05:13:02 -05:00
2025-11-14 15:06:57 -08:00
2026-02-12 16:33:05 -08:00
2025-11-24 11:45:20 +01:00
2026-02-03 15:23:33 +01:00
2026-02-11 12:45:40 -05:00
2025-07-09 22:42:19 -07:00
2025-09-13 16:55:07 -07:00
2025-08-27 22:45:44 -07:00
2026-02-12 15:43:00 -08:00
2025-11-07 18:53:13 -08:00
2026-01-13 18:52:35 -08:00
2026-01-22 18:27:32 -08:00
2026-01-21 19:50:54 -08:00
2026-02-10 11:39:30 +01:00
2026-02-10 11:39:31 +01:00
2026-02-10 11:39:30 +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
2026-02-23 14:08:17 +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-06-27 20:13:12 +02:00
2025-09-18 01:01:03 +02:00
2025-07-01 12:29:29 +02:00
2025-10-30 18:35:26 +01:00
2025-10-24 21:39:27 +02:00
2026-01-05 13:54:41 +01: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-07-09 13:40:21 +02:00
2025-09-17 12:17:05 +02:00
2025-12-06 10:15:41 -08:00
2026-01-21 10:52:03 +02: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-06-23 12:17:33 +02: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-02-16 13:41:38 -08:00
2025-06-19 17:02:04 -07:00
2026-01-05 16:43:29 +01:00
2026-01-27 12:46:10 +00:00
2025-07-14 22:27:46 -07:00
2025-07-09 22:57:52 -07:00
2026-01-09 16:37:07 +01:00
2026-01-10 11:20:14 +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
2026-01-05 16:43:35 +01:00
2025-08-03 15:03:04 -07:00
2025-10-22 07:55:02 +02:00
2026-01-26 20:02:33 -08:00
2025-10-13 13:18:03 +02:00
2026-02-23 11:19:19 +01:00
2026-02-10 12:50:10 -08:00
2026-02-23 11:19:19 +01:00
2026-01-11 06:09:11 -10:00
2025-09-29 09:42:35 +02:00
2026-01-21 15:50:36 +01:00
2026-01-21 15:51:04 +01:00
2025-08-19 14:34:15 +02:00
2026-01-12 07:43:49 +01:00
2025-09-16 12:30:41 +02:00
2026-02-05 09:43:48 +01:00
2026-01-28 20:45:25 +01:00
2026-01-05 16:43:28 +01:00
2026-01-28 20:45:25 +01:00
2026-01-28 20:45:25 +01:00
2025-11-28 09:21:18 -07:00
2026-01-09 08:36:00 +05:30
2026-02-23 11:19:18 +01:00
2026-01-17 10:32:21 +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
2026-02-06 10:07:22 +01:00
2026-01-05 16:43:29 +01:00
2026-01-28 20:45:25 +01:00
2025-12-17 15:08:18 +01:00
2025-06-17 13:42:34 +02:00
2025-08-17 12:46:25 +02:00
2025-09-22 16:05:15 -07:00
2025-12-16 22:24:00 +05:30
2026-02-12 15:42:58 -08:00
2025-11-24 17:23:58 -06:00
2026-01-25 13:18:52 -08:00
2026-02-05 09:54:08 -08:00
2026-02-21 01:02:52 -08:00
2026-02-26 17:30:32 +01:00
2026-02-03 08:21:26 -08:00
2025-12-03 18:58:57 -08:00
2026-01-05 16:43:33 +01:00
2026-01-05 16:43:33 +01:00
2026-01-28 20:45:25 +01:00
2026-01-05 16:43:28 +01:00
2026-01-05 16:43:28 +01:00
2026-01-28 20:45:25 +01:00
2025-08-04 10:54:36 -07:00
2026-01-05 16:43:30 +01:00
2026-01-05 16:43:30 +01:00
2026-01-05 16:43:30 +01:00
2025-11-15 06:18:17 +00:00
2025-09-17 09:29:43 -07:00
2026-02-04 20:55:48 -08:00
2025-07-17 12:10:56 -07:00
2025-10-01 11:34:12 -07:00
2026-02-11 10:14:35 +01:00
2025-09-26 18:53:48 +02:00
2026-01-31 14:22:57 -08:00
2025-11-24 15:08:52 -08:00
2025-11-20 14:03:40 -08:00
2026-02-10 17:02:23 -08:00
2025-11-14 10:01:52 +01:00
2026-01-06 11:27:10 +01:00
2025-12-16 14:12:44 +01:00
2026-01-31 16:16:05 -08:00
2026-02-03 15:13:25 +01:00
2026-01-14 12:04:34 +01:00
2025-12-17 18:28:28 +01:00
2026-01-14 22:16:19 -08:00
2026-01-22 11:11:18 +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-12-15 20:16:49 +01:00
2025-09-03 11:55:11 +02:00
2025-07-03 14:44:15 +02:00
2025-11-20 20:17:32 +01:00
2026-02-27 16:11:50 -08:00
2025-09-03 10:03:12 +02:00
2025-12-05 06:42:51 +02:00
2026-02-19 15:25:11 -05:00
2026-01-31 16:16:06 -08:00
2026-01-07 14:52:22 -05:00
2026-01-26 17:00:50 -05:00
2026-01-30 10:44:11 -05:00
2026-02-12 15:43:02 -08:00
2026-02-15 10:20:37 -08:00
2026-01-27 13:58:21 +01:00
2026-01-27 13:58:21 +01:00
2026-01-27 13:58:21 +01:00
2026-02-12 12:13:01 -08:00
2026-02-06 13:34:55 +01:00
2025-12-06 14:01:20 -08:00
2026-01-06 17:06:03 -08:00
2026-01-11 06:09:11 -10:00
2026-01-28 05:16:39 -07:00
2026-02-17 09:11:04 -08: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-12-17 14:43:31 +01: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
2026-01-28 15:32:17 -05:00
2025-09-22 18:58:03 -07:00
2026-01-19 10:25:24 -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
2026-01-27 10:45:38 +01:00
2026-01-28 15:32:16 -05:00
2026-01-31 14:22:36 -08:00
2025-11-16 17:27:54 -08:00
2025-11-27 14:24:44 -08:00
2026-02-12 11:32:37 -08:00
2025-06-24 16:45:35 +01:00
2025-08-01 09:11:08 -04:00
2026-01-29 07:33:35 +00:00
2026-01-18 10:56:10 +01:00
2026-01-20 15:47:51 +02:00
2026-02-03 15:23:34 +01:00
2026-01-20 19:24:47 -08:00
2026-02-12 12:13:01 -08:00
2026-01-30 18:26:59 -08:00
2026-01-14 14:43:18 -08:00
2025-11-12 10:00:17 -08:00
2026-01-26 20:02:32 -08:00