Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-13 12:54:42 to 2026-08-14 17:18:14 UTC [more...]

[PATCH v5 00/33] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-14 17:17 UTC 

[PATCH v1] drm/xe/pci_error: Allow debugging PCI errors
 2026-08-14 16:58 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/2] drm/xe: Adjust the bo shrinker batch size
 2026-08-14 16:14 UTC  (7+ messages)
` [PATCH v2 1/2] drm/xe: Track number of populated ttm_tts in the shrinker
` [PATCH v2 2/2] drm/xe: Update shrinker batch size based on average BO size
` ✓ CI.KUnit: success for drm/xe: Adjust the bo shrinker batch size (rev2)
` ✗ Xe.CI.BAT: failure "

linux-next: manual merge of the drm-xe tree with the drm-fixes tree
 2026-08-14 16:12 UTC 

[PATCH 0/3] Modify the SW tail logic in OA
 2026-08-14 15:42 UTC  (3+ messages)
` [PATCH 3/3] drm/xe/xe_oa: Add a lag to the reports that is exported to user

[PATCH] drm/ttm: Represent LRU bulk moves as nested sublists
 2026-08-14 15:24 UTC  (8+ messages)
` ✗ CI.checkpatch: warning for drm/ttm: Represent LRU bulk moves as nested sublists (rev3)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH v4 00/32] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-14 14:11 UTC  (72+ messages)
` [PATCH v4 01/32] drm/xe: Introduce xe_any helpers
` [PATCH v4 02/32] drm/xe/log: Add structured SIGID error logging infrastructure
` [PATCH v4 03/32] drm/xe/log: Introduce structured component/location identifiers
` [PATCH v4 04/32] drm/xe/log: Add component/location decorations to dmesg
` [PATCH v4 11/32] drm/xe/log: Index all SIGID printk messages
` [PATCH v4 16/32] drm/xe/tests: Add Kunit tests for xe_log
` [PATCH v4 20/32] drm/xe/survivability: Report 'boot status' using SIGID
` [PATCH v4 21/32] drm/xe/survivability: Report 'sysfs failure' error "
` [PATCH v4 22/32] drm/xe/survivability: Report 'Boot Mode enabled' status "
` [PATCH v4 23/32] drm/xe/survivability: Report 'Runtime "
` [PATCH v4 26/32] drm/xe/pcode: Report 'timeout, retrying' error "
` [PATCH v4 27/32] drm/xe/pcode: Report 'initialization timedout' "
` [PATCH v4 30/32] drm/xe/gt: Report 'Fault response' pagefault "
` [PATCH v4 31/32] drm/xe/gt: Report 'Queue full' "
` [PATCH v4 32/32] drm/xe/pci: Report 'cannot re-enable' "

[PATCH] drm/xe: Flush LSC untyped L1 dataport cache after rcs/ccs batches
 2026-08-14 12:48 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v7 0/2] drm/xe/sysctrl: Add helper to query application status
 2026-08-14 12:10 UTC  (6+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] drm/xe/sysctrl: Add helper to check oCode firmware readiness
` ✓ CI.KUnit: success for drm/xe/sysctrl: Add helper to query application status (rev7)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/3] drm/gpuvm: two pass locking for exec
 2026-08-14 10:58 UTC  (9+ messages)
` [PATCH 1/3] drm/gpuvm: allow locking external objects in two passes
` [PATCH 2/3] drm/xe: lock the resident BOs of an exec last
` [PATCH 3/3] drm/panthor: lock the resident BOs of a submit last
` ✓ CI.KUnit: success for drm/gpuvm: two pass locking for exec
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH V15 00/14] Add memory page offlining support
 2026-08-14 10:16 UTC  (8+ messages)
` [PATCH V15 08/14] drm/xe/vram: Add page offline data structures and lifecycle
` [PATCH V15 09/14] drm/xe/vram: Add VRAM page offline fault handler

[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-14  9:45 UTC  (23+ messages)
` [PATCH v5 01/16] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v5 02/16] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v5 03/16] mm: introduce linear_anon_page_index()
` [PATCH v5 04/16] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v5 05/16] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v5 06/16] mm: introduce and use vma_filebacked_address()
` [PATCH v5 07/16] mm/vma: fix self-merge check in copy_vma()
` [PATCH v5 08/16] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v5 09/16] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v5 10/16] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v5 11/16] mm: clean up vma_address_end()
` [PATCH v5 12/16] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v5 13/16] mm/migrate: calculate large folio page index using PFN
` [PATCH v5 14/16] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v5 15/16] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v5 16/16] tools/testing/selftests/mm: test anonymous page offset merge behaviour

[RFC] dmisc cgroups controller
 2026-08-14  9:32 UTC 

[PATCH] drm/xe: don't WARN on kernel job timeout when device already wedged
 2026-08-14  9:21 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[RFC PATCH v2 1/1] drm/xe: keep VM-bound WC BOs resident during reclaim
 2026-08-14  8:36 UTC  (10+ messages)

[PATCH 0/2] drm/xe/guc: handle exec queue teardown after hot-unplug
 2026-08-14  4:23 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] drm/xe/guc: Fix race around q->guc->suspend_pending access
 2026-08-14  3:51 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[drm-xe:drm-xe-next-fixes] BUILD SUCCESS 1c4d0c45d762539f174cf1d74b2cb21d18e71363
 2026-08-14  2:27 UTC 

[drm-xe:drm-xe-fixes] BUILD SUCCESS ef526d122b62af5afa437f095aa6661a953676c4
 2026-08-14  2:26 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS f29c2bd7eaeb73afcdbd4e3bbf54d6f8799a9b06
 2026-08-14  2:26 UTC 

[PATCH v2] drm/xe/hwmon: Enable package and vram temperatures for CRI
 2026-08-14  0:54 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/hwmon: Enable package and vram temperatures for CRI (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH RFC 04/12] drm/i915/display: Switch to drmm_mode_config_init() and drop manual cleanup
 2026-08-14  0:15 UTC  (2+ messages)

[PATCH v2 03/10] drm/xe/oa: Stop whitelisting OAM registers on non Xe2/Xe3
 2026-08-13 23:59 UTC  (2+ messages)

[PATCH v2 03/13] drm/xe/pf: Force new VFs prorities only once
 2026-08-13 23:28 UTC  (2+ messages)

[PATCH] drm/xe/forcewake: add delayed-release optimization
 2026-08-13 23:14 UTC  (14+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] drm/xe/forcewake: synchronize engine-cycle access with unplug
  ` [PATCH v5 2/4] drm/xe/forcewake: add delayed-release state machine
  ` [PATCH v5 3/4] drm/xe/forcewake: flush delayed release at power boundaries
  ` [PATCH v5 4/4] drm/xe/forcewake: enable configurable delayed forcewake release

[PATCH v1 04/16] drm/i915/bios: prepare for parsing VBT #57
 2026-08-13 23:12 UTC  (2+ messages)

[PATCH v3 00/23] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-13 20:16 UTC  (4+ messages)
` [PATCH v3 02/23] drm/xe/log: "

[PULL] drm-xe-fixes
 2026-08-13 19:23 UTC 

[PATCH v11 0/8] Vswing / Pre-emphasis Override
 2026-08-13 19:16 UTC  (17+ messages)
` [PATCH v11 1/8] drm/i915/bios: search for VBT #57 by default
` [PATCH v11 2/8] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v11 3/8] drm/i915/bios: print VS/PE-O port info
` [PATCH v11 4/8] drm/i915/bios: de/allocate VS/PE-O buffers for each port
` [PATCH v11 5/8] drm/i915/buf_trans: add vfunc for VS/PE-O
` [PATCH v11 6/8] drm/i915: override Snps's VS/PE when requested
` [PATCH v11 7/8] drm/i915: override Combo's "
` [PATCH v11 8/8] drm/i915/bios: remove VS/PE-O warning
` ✗ CI.checkpatch: warning for Vswing / Pre-emphasis Override (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 00/10] Crescent Island PMT support
 2026-08-13 18:41 UTC  (17+ messages)
` [PATCH v2 06/10] drm/xe/vsec: Support Crescent Island PMT
` [PATCH v2 08/10] drm/xe/vsec: Crescent Island PMT callbacks
` [PATCH v2 09/10] drm/xe/vsec: Support late bind fw information
` [PATCH v2 10/10] drm/xe/vsec: Update PMT internal access for CRI
  ` [v2,10/10] "

[PULL] drm-xe-next-fixes
 2026-08-13 18:29 UTC 

[PATCH 0/4] Use SIGID API for PCODE and CSC
 2026-08-13 16:53 UTC  (6+ messages)
` [PATCH 3/4] drm/xe/pcode: Report pcode errors using SIGID

[PATCH 0/6] drm/xe: Capture additional HW register state in devcoredump
 2026-08-13 15:58 UTC  (15+ messages)
` [PATCH 1/6] drm/xe/devcoredump: Capture GT fuse registers "
` [PATCH 2/6] drm/xe/devcoredump: Add GuC register snapshot to devcoredump
` [PATCH 3/6] drm/xe/guc: Print register addresses in capture snapshot output
` [PATCH 4/6] drm/xe: dump GAM page fault report registers in devcoredump
` [PATCH 5/6] drm/xe/guc: add TDL gfx registers to capture list
` [PATCH 6/6] drm/xe: capture L3 node status registers in devcoredump
` ✓ CI.KUnit: success for drm/xe: Capture additional HW register state "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v10 0/8] Vswing / Pre-emphasis Override
 2026-08-13 15:52 UTC  (4+ messages)
` [PATCH v10 6/8] drm/i915: override Snps's VS/PE when requested

[PULL] drm-misc-fixes
 2026-08-13 15:17 UTC 

[PATCH] drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable
 2026-08-13 15:09 UTC  (5+ messages)

[v4 0/2] drm/i915/audio: Add HDMI TMDS audio bandwidth check
 2026-08-13 14:20 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/audio: Add HDMI TMDS audio bandwidth check (rev4)
` ✗ Xe.CI.FULL: failure "

[PATCH v13 0/4] Introduce cold reset recovery method
 2026-08-13 13:44 UTC  (2+ messages)

[PATCH] drm/xe: tests: fix error message in xe_migrate_sanity_test()
 2026-08-13 13:39 UTC  (2+ messages)

[PATCH v9 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-08-13 13:37 UTC  (2+ messages)

[REGRESSION] Panther Lake 8086:b082 internal eDP black after xe takeover since 7.1.6, still present in 7.1.8
 2026-08-13  1:46 UTC 

[PATCH v1 0/4] Introduce PF-mem VRAM regions
 2026-08-13 13:33 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH i-g-t v5 0/7] add cgroup_dmem test
 2026-08-13 13:13 UTC  (3+ messages)
` [PATCH i-g-t v5 4/7] lib/xe: Introduce dmem driver and implement Xe support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox