linux-2.6-microblaze.git
2023-12-19 Thomas Hellströmdrm/xe/tests: Grab a memory access reference around...
2023-12-19 Thomas Hellströmdrm/xe/tests: Remove CONFIG_FB dependency
2023-12-19 Lucas De Marchidrm/xe: Fix ROW_CHICKEN2 define
2023-12-19 Lucas De Marchidrm/xe: Fix duplicated setting for register 0x6604
2023-12-19 José Roberto... drm/xe: Fix size of xe_eu_mask_t
2023-12-19 Lucas De Marchidrm/xe: Fix typo persitent->persistent
2023-12-19 Lucas De Marchidrm/xe/device: Prefer the drm-managed mutex_init
2023-12-19 Matthew Aulddrm/xe/bo: explicitly reject zero sized BO
2023-12-19 Matthew Aulddrm/xe: prefer xe_bo_create_pin_map()
2023-12-19 Matt Roperdrm/xe/mocs: Drop HAS_RENDER_L3CC flag
2023-12-19 Matt Roperdrm/xe/mocs: LNCF MOCS settings only need to be restore...
2023-12-19 Philippe Leclusedrm/xe/mocs: add MTL mocs
2023-12-19 Matt Roperdrm/xe/mocs: Drop duplicate assignment of uc_index
2023-12-19 Matt Roperdrm/xe/mocs: Drop xe_mocs_info_index
2023-12-19 Matt Roperdrm/xe/mocs: Add missing RKL handling
2023-12-19 Matt Roperdrm/xe/mocs: Drop unwanted TGL table
2023-12-19 Lucas De Marchidrm/xe: Do not spread i915_reg_defs.h include
2023-12-19 Lucas De Marchidrm/xe: Prefer single underscore for header guards
2023-12-19 Lucas De Marchidrm/xe: Remove dependency on intel_mchbar_regs.h
2023-12-19 Lucas De Marchidrm/xe/guc_pc: Move gt register to the proper place
2023-12-19 Lucas De Marchidrm/xe: Remove dependency on i915_reg.h
2023-12-19 Lucas De Marchidrm/xe: Remove dependency on intel_gpu_commands.h
2023-12-19 Lucas De Marchidrm/xe: Remove dependency on intel_lrc_reg.h
2023-12-19 Lucas De Marchidrm/xe: Remove dependency on intel_gt_regs.h
2023-12-19 Lucas De Marchidrm/xe: Remove dependency on intel_engine_regs.h
2023-12-19 Lucas De Marchidrm/xe: Sort includes
2023-12-19 Matt Roperdrm/xe: Assume MTL's forcewake register continues to...
2023-12-19 Matt Roperdrm/xe: Remove gen-based mmio offsets from hw engine...
2023-12-19 Lucas De Marchidrm/xe: Fix kunit integration due to missing prototypes
2023-12-19 Matthew Aulddrm/xe/pm: fix unbalanced ref handling
2023-12-19 Lucas De Marchidrm/xe/guc: Remove i915_regs.h include
2023-12-19 Lucas De Marchidrm/xe: Remove outdated build workaround
2023-12-19 Lucas De Marchidrm/xe: Remove duplicate media_ver
2023-12-19 Lucas De Marchidrm/xe: Add missing include xe_wait_user_fence.h
2023-12-19 Lucas De Marchidrm/xe: Add missing doc for xe parameter
2023-12-19 Lucas De Marchidrm/xe: Remove unused functions
2023-12-19 Lucas De Marchidrm/xe: Fix application of LRC tunings
2023-12-19 Lucas De Marchidrm/xe: Make local functions static
2023-12-19 Matthew Aulddrm/xe/query: zero the region info
2023-12-19 Matthew Aulddrm/xe/stolen: don't map stolen on small-bar
2023-12-19 Matthew Aulddrm/xe/mmio: fix forcewake ref leak in xe_mmio_ioctl
2023-12-19 Rodrigo Vividrm/xe: Remove unseless xe_force_wake_prune.
2023-12-19 Carlos Santadrm/xe: Update the list of devices to add even more...
2023-12-19 José Roberto... drm/xe: Initialize ret in mcr_lock()
2023-12-19 Lucas De Marchidrm/xe/rtp: Support multiple actions per entry
2023-12-19 Lucas De Marchidrm/xe/rtp: Split action and entry flags
2023-12-19 Lucas De Marchidrm/xe: Rename xe_rtp_regval to xe_rtp_action
2023-12-19 Lucas De Marchidrm/xe/mcr: Add SQIDI steering for DG2
2023-12-19 Lucas De Marchidrm/xe/mcr: Use designated init for xe_steering_types
2023-12-19 Lucas De Marchidrm/xe: Remove TODO from workaround documentation
2023-12-19 Lucas De Marchidrm/xe: Remove TODO from rtp infra
2023-12-19 Lucas De Marchidrm/xe: Fix xe_tuning include
2023-12-19 Lucas De Marchidrm/xe: Fix typo in MCR documentation
2023-12-19 Maarten Lankhorstdrm/xe: Add debugfs for dumping GGTT mappings
2023-12-19 Matthew Brostdrm/xe: Drop TLB invalidation from ring operations
2023-12-19 Matthew Brostdrm/xe: Add TLB invalidation fence after rebinds issued...
2023-12-19 Matthew Brostdrm/xe: Add has_asid to device info
2023-12-19 Matthew Brostdrm/xe: Signal invalidation fence immediately if CT...
2023-12-19 Matthew Brostdrm/xe: Propagate VM unbind error to invalidation fence
2023-12-19 Matthew Brostdrm/xe: Lock GGTT on when restoring kernel BOs
2023-12-19 Matthew Brostdrm/xe: Use GuC to do GGTT invalidations for the GuC...
2023-12-19 Matthew Brostdrm/xe: Propagate error from bind operations to async...
2023-12-19 Matthew Brostdrm/xe: Add range based TLB invalidations
2023-12-19 Matthew Brostdrm/xe: Add has_range_tlb_invalidation device attribute
2023-12-19 Matthew Brostdrm/xe: Delete debugfs entry to issue TLB invalidation
2023-12-19 Matthew Brostdrm/xe: Only set VM->asid for platforms that support...
2023-12-19 Matthew Brostdrm/xe: Add TDR for invalidation fence timeout cleanup
2023-12-19 Matthew Brostdrm/xe: Add TLB invalidation fence ftrace
2023-12-19 Matthew Brostdrm/xe: Kernel doc GT TLB invalidations
2023-12-19 Matthew Brostdrm/xe: Invalidate TLB after unbind is complete
2023-12-19 Matthew Brostdrm/xe: Add TLB invalidation fence
2023-12-19 Matthew Brostdrm/xe: Move TLB invalidation variable to own sub-struc...
2023-12-19 Matthew Brostdrm/xe: Break of TLB invalidation into its own file
2023-12-19 Matthew Brostdrm/xe: Don't process TLB invalidation done in CT fast...
2023-12-19 Matthew Brostdrm/xe/migrate: Update emit_pte to cope with a size...
2023-12-19 Matthew Aulddrm/xe/ggtt: fix GGTT scratch usage for DG2
2023-12-19 Matthew Aulddrm/xe/ggtt: fix alignment usage for DG2
2023-12-19 Matthew Aulddrm/xe/ppgtt: fix scratch page usage on DG2
2023-12-19 Matthew Aulddrm/xe/ppgtt: clear the scratch page
2023-12-19 Matthew Aulddrm/xe/bo: reduce xe_bo_create_pin_map() restrictions
2023-12-19 Maarten Lankhorstdrm/xe: Map initial FB at the same place in GGTT too
2023-12-19 Maarten Lankhorstdrm/xe: Convert memory device refcount to s32
2023-12-19 José Roberto... drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPI
2023-12-19 José Roberto... drm/xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_S...
2023-12-19 Francois Dugastdrm/xe: Use global macros to set PM functions
2023-12-19 Mauro Carvalho... drm/xe: skip Kunit tests requiring real hardware when...
2023-12-19 Rodrigo Vividrm/xe/guc_pc: Fix Meteor Lake registers.
2023-12-19 Philippe Leclusedrm/xe: Fix Meteor Lake rsa issue on guc loading
2023-12-19 Balasubramani... drm/xe/gt: Enable interrupt while initializing root gt
2023-12-19 Mauro Carvalho... drm/xe: KUnit tests depend on CONFIG_DRM_FBDEV_EMULATION
2023-12-19 Mauro Carvalho... drm/xe/Kconfig.debug: select DEBUG_FS for KUnit runs
2023-12-19 Lucas De Marchidrm/xe: Add min config for kunit integration ARCH=um
2023-12-19 Lucas De Marchidrm/xe: Add documentation for mem_type
2023-12-12 Lucas De Marchidrm/xe/gt: Fix min() with u32 and u64
2023-12-12 Lucas De Marchidrm/xe: Fix tracepoints on 32b
2023-12-12 Lucas De Marchidrm/xe/mmio: Use non-atomic writeq/readq variant for 32b
2023-12-12 Lucas De Marchidrm/xe: Fix some log messages on 32b
2023-12-12 Lucas De Marchidrm/xe/ggtt: Use BIT_ULL() for 64bit
2023-12-12 Philippe Leclusedrm/xe: fix xe_mmio_total_vram_size
2023-12-12 Matthew Aulddrm/xe/pcode: fix pcode error check
next