aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-28drm/xe: Fix GT "for each engine" workaroundsTvrtko Ursulin1-2/+2
2025-02-28drm/xe/vf: Retry sending MMIO request to GUC on timeout errorSatyanarayana K V P1-1/+8
2025-02-28drm/xe/pf: Create a link between PF and VF devicesSatyanarayana K V P1-0/+51
2025-02-28drm/xe/xe3lpg: Add Wa_13012615864Tejas Upadhyay2-0/+6
2025-02-27drm/xe: xe_gen_wa_oob: replace program_invocation_short_nameDaniel Gomez1-3/+3
2025-02-27drm/xe/userptr: properly setup pfn_flags_maskMatthew Auld1-8/+10
2025-02-26drm/xe: Eliminate usage of TIMESTAMP_OVERRIDEMatt Roper3-43/+23
2025-02-26drm/xe/pxp: Don't kill queues while holding PXP locksDaniele Ceraolo Spurio1-34/+44
2025-02-26drm/xe/eustall: Add workaround 22016596838 which applies to PVC.Harish Chegondi2-0/+11
2025-02-26drm/xe/uapi: Add a device query to get EU stall sampling informationHarish Chegondi4-9/+131
2025-02-26drm/xe/eustall: Add EU stall sampling support for Xe2Harish Chegondi1-3/+32
2025-02-26drm/xe/eustall: Add support to handle dropped EU stall dataHarish Chegondi1-1/+45
2025-02-26drm/xe/eustall: Add support to read() and poll() EU stall dataHarish Chegondi2-3/+294
2025-02-26drm/xe/eustall: Add support to init, enable and disable EU stall samplingHarish Chegondi5-7/+409
2025-02-26drm/xe/uapi: Introduce API for EU stall samplingHarish Chegondi5-0/+285
2025-02-26drm/xe/topology: Add a function to find the index of the last enabled DSS in a maskHarish Chegondi1-0/+13
2025-02-26drm/xe: Fix uninitialized pointer defColin Ian King1-1/+1
2025-02-26drm/xe/oa: Refactor WAs to use XE_WA() macroAradhya Bhatia2-21/+14
2025-02-26drm/xe: Add Wa_16021333562 and Wa_14016712196Aradhya Bhatia3-1/+9
2025-02-26drm/xe/gt_pagefault: Change vma_pagefault unit to kilobyteFrancois Dugast3-3/+3
2025-02-26drm/xe/gt_stats: Use atomic64_t for countersFrancois Dugast2-4/+4
2025-02-26drm/xe: cancel pending job timer before freeing schedulerTejas Upadhyay1-0/+2
2025-02-25drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)Mingcong Bai1-1/+0
2025-02-25drm/xe: Stop ignoring errors from xe_ttm_sys_mgr_init()Lucas De Marchi1-1/+4
2025-02-25drm/xe: Rename update_device_info() after sriovLucas De Marchi1-2/+2
2025-02-25drm/xe: Stop ignoring errors from xe_heci_gsc_init()Lucas De Marchi4-28/+21
2025-02-25drm/xe: Move survivability entirely to xe_pciLucas De Marchi5-55/+49
2025-02-25drm/xe/display: Drop xe_display_driver_remove()Lucas De Marchi3-17/+3
2025-02-25drm/xe: Drop remove callback supportLucas De Marchi4-88/+1
2025-02-25drm/xe: Switch from xe to devm actionsLucas De Marchi2-2/+2
2025-02-25drm/xe: Stop setting drvdata to NULLLucas De Marchi3-13/+1
2025-02-25drivers: base: component: Add debug message for unbindLucas De Marchi1-0/+3
2025-02-25drivers: base: devres: Fix find_group() documentationLucas De Marchi1-1/+4
2025-02-25drivers: base: devres: Allow to release group on device releaseLucas De Marchi1-0/+7
2025-02-24drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa1-2/+3
2025-02-24drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzallocShuicheng Lin1-2/+2
2025-02-24drm/xe/devcoredump: Fix print typo of offsetShuicheng Lin1-2/+2
2025-02-24drm/xe/xe_pmu: Acquire forcewake on event init for engine eventsRiana Tauro1-0/+50
2025-02-24drm/xe/xe_pmu: Add PMU support for engine activityRiana Tauro3-9/+124
2025-02-24drm/xe/guc: Expose engine activity only for supported GuC versionRiana Tauro3-2/+53
2025-02-24drm/xe/trace: Add trace for engine activityRiana Tauro2-0/+54
2025-02-24drm/xe: Add engine activity supportRiana Tauro8-0/+455
2025-02-24drm/xe/userptr: remove tmp_evict listMatthew Auld1-1/+0
2025-02-24drm/xe/userptr: fix EFAULT handlingMatthew Auld1-0/+12
2025-02-24drm/xe/userptr: restore invalidation list on errorMatthew Auld1-7/+21
2025-02-24drm/xe/wa: Limit char per line to 100Tejas Upadhyay1-1/+2
2025-02-23Linux 6.14-rc4Linus Torvalds1-1/+1
2025-02-22i2c: core: Allocate temporary client dynamicallyGeert Uytterhoeven1-5/+10
2025-02-21drm/xe/oa: Ensure that polled read returns latest dataUmesh Nerlige Ramappa1-0/+1
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang1-2/+9