]> www.infradead.org Git - users/hch/misc.git/shortlog
users/hch/misc.git
2024-05-30 Arnd Bergmanndrm/xe: replace format-less snprintf() with strscpy()
2024-05-30 Niranjana Vishwanath... drm/xe: Decouple xe_exec_queue and xe_lrc
2024-05-30 Niranjana Vishwanath... drm/xe: Remove unwanted mutex locking
2024-05-29 Michal Wajdeczkodrm/xe: Drop undesired prefix from the platform name
2024-05-29 Karthik Poosadrm/xe/hwmon: Expose card power and energy attributes...
2024-05-29 Karthik Poosadrm/xe/hwmon: Add HWMON support for BMG
2024-05-29 Nirmoy Dasdrm/xe: Add engine name to the engine reset and cat...
2024-05-29 Nirmoy Dasdrm/xe: Check empty pinned BO list with lock held.
2024-05-28 John Harrisondrm/xe/guc: Fix uninitialised count in GuC load debug...
2024-05-28 Oded GabbayMAINTAINERS: update Xe driver maintainers
2024-05-28 Riana Taurodrm/xe: Enable Coarse Power Gating
2024-05-28 Riana Taurodrm/xe: Standardize power gate registers
2024-05-28 Matt Roperdrm/xe: Don't refer to general LRC initialization as...
2024-05-28 Michal Wajdeczkodrm/xe: Use platform name in xe_assert()
2024-05-28 Michal Wajdeczkodrm/xe: Store platform name in xe_device.info
2024-05-28 Andrzej Hajdadrm/xe: allow unaligned start and size xe_res_cursor...
2024-05-28 Andrzej Hajdadrm/xe: flush gtt before signalling user fence on all...
2024-05-27 Umesh Nerlige... drm/xe: Do not access xe file when updating exec queue...
2024-05-27 Umesh Nerlige... drm/xe: Use run_ticks instead of runtime for client...
2024-05-27 Thomas Hellströmdrm/xe: Move job creation out of the struct xe_migrate...
2024-05-27 Thomas Hellströmdrm/xe: Remove xe_lrc_create_seqno_fence()
2024-05-27 Thomas Hellströmdrm/xe: Don't initialize fences at xe_sched_job_create()
2024-05-27 Thomas Hellströmdrm/xe: Split lrc seqno fence creation up
2024-05-27 Matthew Brostdrm/xe: Decouple job seqno and lrc seqno
2024-05-27 Michal Wajdeczkodrm/xe/vf: Use only assigned GGTT region
2024-05-27 Michal Wajdeczkodrm/xe/vf: Read VF configuration prior to GGTT initiali...
2024-05-24 Michal Wajdeczkodrm/xe/vf: Treat GMDID as another runtime register
2024-05-24 Michal Wajdeczkodrm/xe/vf: Cache value of the GMDID register
2024-05-24 Michal Wajdeczkodrm/xe/vf: Provide early access to GMDID register
2024-05-24 Michal Wajdeczkodrm/xe/vf: Obtain value of GMDID register from GuC
2024-05-24 Michal Wajdeczkodrm/xe/guc: Add GLOBAL_CFG_GMD_ID KLV definition
2024-05-24 Michal Wajdeczkodrm/xe/vf: Use register values obtained from the PF
2024-05-23 John Harrisondrm/xe/guc: Port over the slow GuC loading support...
2024-05-23 John Harrisondrm/xe: Make read_perf_limit_reasons globally accessible
2024-05-23 José Roberto... drm/xe: Nuke simple error capture
2024-05-23 José Roberto... drm/xe: Add process name to devcoredump
2024-05-23 Dr. David Alan... drm/xe: remove unused struct 'xe_gt_desc'
2024-05-23 Rodrigo Vividrm/xe: Enable D3Cold on 'low' VRAM utilization
2024-05-23 Rodrigo Vividrm/xe: Stop checking for power_lost on D3Cold
2024-05-23 Rodrigo Vividrm/xe: Prepare display for D3Cold
2024-05-23 Rodrigo Vividrm/xe: Relax runtime pm protection around VM
2024-05-23 Rodrigo Vividrm/xe: Relax runtime pm protection during execution
2024-05-23 Rodrigo Vividrm/xe: Fix xe_pm_runtime_get_if_in_use documentation
2024-05-23 Rodrigo Vividrm/xe: Fix xe_pm_runtime_get_if_active return
2024-05-22 Niranjana Vishwanath... drm/xe: Properly handle alloc_guc_id() failure
2024-05-22 Michal Wajdeczkodrm/xe/uc: Don't emit false error if running in execlis...
2024-05-22 Matthew Aulddrm/xe/display: move device_remove over to drmm
2024-05-22 Matthew Aulddrm/xe/display: stop calling domains_driver_remove...
2024-05-22 Matthew Aulddrm/xe/display: move display fini stuff to devm
2024-05-22 Matthew Aulddrm/xe: reset mmio mappings with devm
2024-05-22 Matthew Aulddrm/xe/mmio: move mmio_fini over to devm
2024-05-22 Matthew Aulddrm/xe: make gt_remove use devm
2024-05-22 Matthew Aulddrm/xe/gt: break out gt_fini into sw vs hw state
2024-05-22 Matthew Aulddrm/xe/coredump: move over to devm
2024-05-22 Matthew Aulddrm/xe/device: move xe_device_sanitize over to devm
2024-05-22 Matthew Aulddrm/xe/device: move flr to devm
2024-05-22 Matthew Aulddrm/xe/irq: move irq_uninstall over to devm
2024-05-22 Matthew Aulddrm/xe/guc_pc: s/pc_fini/pc_fini_hw/
2024-05-22 Matthew Aulddrm/xe/guc_pc: move pc_fini to devm
2024-05-22 Matthew Aulddrm/xe/guc: s/guc_fini/guc_fini_hw/
2024-05-22 Matthew Aulddrm/xe/guc: move guc_fini over to devm
2024-05-22 Matthew Aulddrm/xe/ggtt: use drm_dev_enter to mark device section
2024-05-22 Matthew Aulddrm/xe: covert sysfs over to devm
2024-05-22 Matthew Aulddrm/xe/pci: remove broken driver_release
2024-05-22 Michal Wajdeczkodrm/xe/vf: Custom GuC initialization if VF
2024-05-22 Michal Wajdeczkodrm/xe/guc: Allow to initialize submission with limited...
2024-05-22 Michal Wajdeczkodrm/xe: Cleanup xe_mmio.h
2024-05-22 Michal Wajdeczkodrm/xe: Don't rely on indirect includes from xe_mmio.h
2024-05-22 Michal Wajdeczkodrm/i915/display: Add missing include to intel_vga.c
2024-05-22 Michal Wajdeczkodrm/xe: Fix xe_guc_pc.h
2024-05-22 Michal Wajdeczkodrm/xe: Fix xe_huc.h
2024-05-22 Michal Wajdeczkodrm/xe: Fix xe_gsc.h
2024-05-22 Michal Wajdeczkodrm/xe: Fix xe_uc.h
2024-05-21 Nirmoy Dasdrm/xe/tests: Use uninterruptible VM lock
2024-05-21 Nirmoy Dasdrm/xe: Add warn when level can not be zero.
2024-05-21 Francois Dugastdrm/xe/uapi: Expose the L3 bank mask
2024-05-21 Lucas De Marchidrm/xe/client: Print runtime to fdinfo
2024-05-21 Lucas De Marchidrm/xe: Add helper to return any available hw engine
2024-05-21 Lucas De Marchidrm/xe: Cache data about user-visible engines
2024-05-21 Umesh Nerlige... drm/xe: Add helper to accumulate exec queue runtime
2024-05-21 Lucas De Marchidrm/xe: Add helper to capture engine timestamp
2024-05-21 Umesh Nerlige... drm/xe/lrc: Add helper to capture context timestamp
2024-05-21 Lucas De Marchidrm/xe: Add XE_ENGINE_CLASS_OTHER to str conversion
2024-05-21 Lucas De Marchidrm/xe: Promote xe_hw_engine_class_to_str()
2024-05-17 José Roberto... drm/xe: Replace RING_START_UDW by u64 RING_START
2024-05-16 Michal Wajdeczkodrm/xe/vf: Expose SR-IOV VF attributes to GT debugfs
2024-05-16 Michal Wajdeczkodrm/xe/vf: Custom hardware config load step if VF
2024-05-16 Michal Wajdeczkodrm/xe/vf: Add support for VF to query its configuration
2024-05-16 Michal Wajdeczkodrm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABI
2024-05-16 Michal Wajdeczkodrm/xe/guc: Add VF2GUC_VF_RESET to ABI
2024-05-16 Michal Wajdeczkodrm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI
2024-05-16 Michal Wajdeczkodrm/xe/pf: Expose PF monitor details via debugfs
2024-05-16 Michal Wajdeczkodrm/xe/pf: Track adverse events notifications from GuC
2024-05-16 Michal Wajdeczkodrm/xe/guc: Add GUC2PF_ADVERSE_EVENT to ABI
2024-05-16 Michal Wajdeczkodrm/xe/pf: Allow configuration of VF thresholds over...
2024-05-16 Michal Wajdeczkodrm/xe/pf: Introduce functions to configure VF thresholds
2024-05-16 Michal Wajdeczkodrm/xe/guc: Add support for threshold KLVs in to_string...
2024-05-16 Michal Wajdeczkodrm/xe/guc: Introduce GuC KLV thresholds set
2024-05-16 Michal Wajdeczkodrm/xe/guc: Add more KLV helper macros
2024-05-15 Michal Wajdeczkodrm/xe/pf: Implement pci_driver.sriov_configure callback
next