index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
drm/i915/guc/slpc: Add SLPC selftest
Vinay Belgaumkar
3
-0
/
+313
2021-08-03
drm/i915/guc/slpc: Sysfs hooks for SLPC
Vinay Belgaumkar
5
-67
/
+207
2021-08-03
drm/i915/guc/slpc: Cache platform frequency limits
Vinay Belgaumkar
3
-0
/
+151
2021-08-03
drm/i915/guc/slpc: Enable ARAT timer interrupt
Vinay Belgaumkar
3
-0
/
+27
2021-08-03
drm/i915/guc/slpc: Add debugfs for SLPC info
Vinay Belgaumkar
3
-0
/
+54
2021-08-03
drm/i915/guc/slpc: Add get max/min freq hooks
Vinay Belgaumkar
2
-0
/
+78
2021-08-03
drm/i915/guc/slpc: Add methods to set min/max frequency
Vinay Belgaumkar
2
-0
/
+91
2021-08-03
drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disable
Vinay Belgaumkar
1
-4
/
+0
2021-08-03
drm/i915/guc/slpc: Enable SLPC and add related H2G events
Vinay Belgaumkar
3
-0
/
+215
2021-08-03
drm/i915/guc/slpc: Allocate, initialize and release SLPC
Vinay Belgaumkar
3
-1
/
+43
2021-08-03
drm/i915/guc/slpc: Adding SLPC communication interfaces
Vinay Belgaumkar
4
-1
/
+245
2021-08-03
drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
Vinay Belgaumkar
2
-1
/
+24
2021-08-03
drm/i915/guc/slpc: Initial definitions for SLPC
Vinay Belgaumkar
8
-2
/
+105
2021-07-30
drm/i915/xehp: Fix missing sentinel on mcr_ranges_xehp
Lucas De Marchi
1
-0
/
+1
2021-07-30
drm/i915/selftests: prefer the create_user helper
Matthew Auld
1
-30
/
+4
2021-07-29
drm/i915/gt: remove GRAPHICS_VER == 10
Lucas De Marchi
9
-65
/
+22
2021-07-29
drm/i915/gt: rename CNL references in intel_engine.h
Lucas De Marchi
2
-3
/
+3
2021-07-29
drm/i915/gt: remove explicit CNL handling from intel_sseu.c
Lucas De Marchi
2
-80
/
+1
2021-07-29
drm/i915/gt: remove explicit CNL handling from intel_mocs.c
Lucas De Marchi
1
-1
/
+1
2021-07-28
drm/i915: Extract i915_module.c
Daniel Vetter
4
-114
/
+125
2021-07-28
drm/i915: Remove i915_globals
Daniel Vetter
5
-82
/
+0
2021-07-28
drm/i915: move vma slab to direct module init/exit
Daniel Vetter
5
-22
/
+14
2021-07-28
drm/i915: move scheduler slabs to direct module init/exit
Daniel Vetter
5
-28
/
+20
2021-07-28
drm/i915: move request slabs to direct module init/exit
Daniel Vetter
4
-30
/
+24
2021-07-28
drm/i915: move gem_objects slab to direct module init/exit
Daniel Vetter
5
-20
/
+12
2021-07-28
drm/i915: move gem_context slab to direct module init/exit
Daniel Vetter
5
-20
/
+13
2021-07-28
drm/i915: move intel_context slab to direct module init/exit
Daniel Vetter
5
-20
/
+13
2021-07-28
drm/i915: move i915_buddy slab to direct module init/exit
Daniel Vetter
4
-20
/
+12
2021-07-28
drm/i915: move i915_active slab to direct module init/exit
Daniel Vetter
5
-23
/
+16
2021-07-28
drm/i915: Check for nomodeset in i915_init() first
Daniel Vetter
1
-1
/
+1
2021-07-28
drm/i915/xehpsdv: Correct parameters for IS_XEHPSDV_GT_STEP()
Matt Roper
1
-2
/
+2
2021-07-27
drm/i915/guc: Unblock GuC submission on Gen11+
Daniele Ceraolo Spurio
4
-7
/
+18
2021-07-27
drm/i915/guc: Implement GuC priority management
Matthew Brost
10
-5
/
+282
2021-07-27
drm/i915/selftest: Bump selftest timeouts for hangcheck
John Harrison
3
-3
/
+3
2021-07-27
drm/i915/selftest: Fix hangcheck self test for GuC submission
John Harrison
7
-71
/
+236
2021-07-27
drm/i915/selftest: Increase some timeouts in live_requests
Matthew Brost
1
-2
/
+2
2021-07-27
drm/i915/selftest: Fix MOCS selftest for GuC submission
Rahul Kumar Singh
1
-14
/
+35
2021-07-27
drm/i915/selftest: Fix workarounds selftest for GuC submission
Rahul Kumar Singh
6
-34
/
+203
2021-07-27
drm/i915/selftest: Better error reporting from hangcheck selftest
John Harrison
1
-18
/
+75
2021-07-27
drm/i915/guc: Support request cancellation
Matthew Brost
7
-14
/
+251
2021-07-27
drm/i915/guc: Implement banned contexts for GuC submission
Matthew Brost
8
-37
/
+195
2021-07-27
drm/i915/guc: Add golden context to GuC ADS
John Harrison
7
-30
/
+202
2021-07-27
drm/i915/guc: Include scheduling policies in the debugfs state dump
John Harrison
3
-0
/
+19
2021-07-27
drm/i915/guc: Connect reset modparam updates to GuC policy flags
John Harrison
2
-1
/
+33
2021-07-27
drm/i915/guc: Hook GuC scheduling policies up
John Harrison
3
-5
/
+49
2021-07-27
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
9
-47
/
+229
2021-07-27
drm/i915/guc: Capture error state on context reset
Matthew Brost
7
-26
/
+91
2021-07-27
drm/i915/guc: Enable GuC engine reset
John Harrison
1
-2
/
+1
2021-07-27
drm/i915/guc: Don't complain about reset races
John Harrison
3
-1
/
+10
2021-07-27
drm/i915/guc: Provide mmio list to be saved/restored on engine reset
John Harrison
5
-26
/
+222
[next]