index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_engine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/gt: Re-work intel_write_status_page
Michael Cheng
2022-03-22
1
-9
/
+4
*
drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODE
Matt Roper
2022-03-02
1
-0
/
+2
*
drm/i915: move intel_hws_csb_write_index() out of i915_drv.h
Jani Nikula
2022-02-10
1
-0
/
+2
*
drm/i915: Only include i915_reg.h from .c files
Matt Roper
2022-02-02
1
-1
/
+0
*
drm/i915/guc: Connect UAPI to GuC multi-lrc interface
Matthew Brost
2021-10-15
1
-1
/
+11
*
drm/i915/gt: add asm/cacheflush.h for use of clflush()
Lucas De Marchi
2021-10-12
1
-0
/
+1
*
drm/i915: remove IS_ACTIVE
Lucas De Marchi
2021-10-07
1
-2
/
+2
*
drm/i915/pxp: allocate a vcs context for pxp usage
Daniele Ceraolo Spurio
2021-10-04
1
-0
/
+2
*
drm/i915/gt: rename CNL references in intel_engine.h
Lucas De Marchi
2021-07-29
1
-1
/
+1
*
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
2021-07-27
1
-0
/
+3
*
drm/i915/guc: Capture error state on context reset
Matthew Brost
2021-07-27
1
-1
/
+20
*
drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
Matthew Brost
2021-07-27
1
-0
/
+3
*
drm/i915/guc: GuC virtual engines
Matthew Brost
2021-07-27
1
-1
/
+29
*
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
2021-06-18
1
-14
/
+0
*
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
2021-06-18
1
-2
/
+0
*
drm/i915/gt: Pipelined page migration
Chris Wilson
2021-06-17
1
-0
/
+1
*
drm/i915/gt: Export the pinned context constructor and destructor
Chris Wilson
2021-06-17
1
-0
/
+11
*
drm/i915/gt: Move submission_method into intel_gt
Chris Wilson
2021-05-25
1
-1
/
+7
*
drm/i915/gt: Another tweak for flushing the tasklets
Chris Wilson
2020-12-20
1
-1
/
+6
*
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
2020-12-16
1
-86
/
+0
*
drm/i915/gt: Expose more parameters for emitting writes into the ring
Chris Wilson
2020-11-03
1
-20
/
+35
*
drm/i915: Cancel outstanding work after disabling heartbeats on an engine
Chris Wilson
2020-09-30
1
-0
/
+9
*
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
2020-09-07
1
-17
/
+0
*
drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
Chris Wilson
2020-09-07
1
-3
/
+0
*
drm/i915/gt: Always report the sample time for busy-stats
Chris Wilson
2020-06-18
1
-1
/
+2
*
drm/i915/gt: Split low level gen2-7 CS emitters
Chris Wilson
2020-06-02
1
-1
/
+0
*
drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
Chris Wilson
2020-05-14
1
-0
/
+3
*
drm/i915/gen12: Fix HDC pipeline flush
Mika Kuoppala
2020-05-07
1
-6
/
+28
*
drm/i915/gt: Make timeslicing an explicit engine property
Chris Wilson
2020-05-01
1
-9
/
+0
*
drm/i915/gt: Always enable busy-stats for execlists
Chris Wilson
2020-04-30
1
-3
/
+0
*
drm/i915/gt: Free request pool from virtual engines
Chris Wilson
2020-04-03
1
-0
/
+2
*
drm/i915/gt: Defend against concurrent updates to execlists->active
Chris Wilson
2020-03-09
1
-1
/
+14
*
drm/i915/selftests: Drop live_preempt_hang
Chris Wilson
2020-02-10
1
-20
/
+0
*
drm/i915: extract engine WA programming to common resume function
Daniele Ceraolo Spurio
2020-01-31
1
-0
/
+2
*
drm/i915: Start chopping up the GPU error capture
Chris Wilson
2020-01-10
1
-1
/
+1
*
drm/i915/gt: Flush other retirees inside intel_gt_retire_requests()
Chris Wilson
2019-12-24
1
-1
/
+1
*
drm/i915/gt: Merge engine init/setup loops
Chris Wilson
2019-12-22
1
-2
/
+0
*
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
2019-12-22
1
-3
/
+5
*
drm/i915/gt: Repeat wait_for_idle for retirement workers
Chris Wilson
2019-12-21
1
-1
/
+1
*
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Chris Wilson
2019-12-18
1
-3
/
+1
*
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
2019-12-13
1
-0
/
+7
*
drm/i915/gt: Replace I915_READ with intel_uncore_read
Andi Shyti
2019-12-05
1
-1
/
+1
*
drm/i915/gt: Mark the execlists->active as the primary volatile access
Chris Wilson
2019-11-25
1
-3
/
+1
*
drm/i915/gt: Make timeslice duration configurable
Chris Wilson
2019-10-29
1
-2
/
+11
*
drm/i915: Move intel_engine_context_in/out into intel_lrc.c
Tvrtko Ursulin
2019-10-25
1
-55
/
+0
*
drm/i915/gt: Split intel_ring_submission
Chris Wilson
2019-10-24
1
-114
/
+0
*
drm/i915/gt: Replace hangcheck by heartbeats
Chris Wilson
2019-10-23
1
-32
/
+0
*
drm/i915/execlists: Force preemption
Chris Wilson
2019-10-23
1
-0
/
+9
*
drm/i915: Pass intel_gt to intel_engines_init
Tvrtko Ursulin
2019-10-22
1
-1
/
+1
*
drm/i915: Pass intel_gt to intel_engines_setup
Tvrtko Ursulin
2019-10-22
1
-1
/
+1
[next]