index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-29
drm/i915: Move engine->needs_cmd_parser to engine->flags
Tvrtko Ursulin
3
-5
/
+12
2017-11-29
drm/i915: Disable THP until we have a GPU read BW W/A
Joonas Lahtinen
1
-1
/
+2
2017-11-28
drm/i915/pmu: Return -EINVAL when selecting the inactive CPU
Tvrtko Ursulin
1
-1
/
+1
2017-11-28
drm/i915: Enable hotplug polling after registering the outputs
Chris Wilson
2
-6
/
+15
2017-11-27
drm/i915: Rename i915_gem_timelines_mark_idle
Chris Wilson
3
-5
/
+6
2017-11-27
drm/i915: Update shrinker drm_i915_private naming convention
Chris Wilson
2
-71
/
+71
2017-11-27
drm/i915: Rename shrinker init/cleanup to match driver initialisation phase
Chris Wilson
3
-8
/
+8
2017-11-27
drm/i915: Record default HW state in the GPU error state
Chris Wilson
2
-0
/
+24
2017-11-27
drm/i915: Flush everything on switching to the kernel_context
Chris Wilson
1
-1
/
+8
2017-11-27
drm/i915: hide unused intel_panel_set_backlight function
Arnd Bergmann
1
-44
/
+44
2017-11-27
drm/i915: fix intel_backlight_device_register declaration
Arnd Bergmann
1
-1
/
+1
2017-11-26
drm/i915/fbdev: Serialise early hotplug events with async fbdev config
Chris Wilson
1
-4
/
+6
2017-11-24
drm/i915/guc: Use consistent name for scratch register count
Michal Wajdeczko
3
-4
/
+5
2017-11-24
drm/i915/pmu: Aggregate all RC6 states into one counter
Tvrtko Ursulin
2
-22
/
+7
2017-11-24
drm/i915: Use exponential backoff for wait_for()
Chris Wilson
2
-5
/
+8
2017-11-24
drm/i915/guc: Tidy ELSP port assignment
Chris Wilson
1
-5
/
+2
2017-11-24
drm/i915/guc: Advance over port[0] if set and not preempting
Chris Wilson
1
-13
/
+16
2017-11-24
drm/i915: Prevent zero length "index" write
Ville Syrjälä
1
-1
/
+2
2017-11-24
drm/i915: Don't try indexed reads to alternate slave addresses
Ville Syrjälä
1
-0
/
+1
2017-11-24
drm/i915/pmu: Stop averaging with the previous sample
Tvrtko Ursulin
2
-28
/
+2
2017-11-24
drm/i915: Select DEBUG_FS for our test suite
Chris Wilson
1
-0
/
+1
2017-11-24
drm/i915/guc: Rename i915_guc_reg.h to intel_guc_reg.h
Michal Wajdeczko
2
-3
/
+3
2017-11-24
drm/i915/guc: Update header guard name of intel_guc_submission.h
Sagar Arun Kamble
1
-2
/
+2
2017-11-24
drm/i915/pmu: Only allow running on a single CPU
Tvrtko Ursulin
1
-8
/
+4
2017-11-24
drm/i915/pmu: Remove conditional HOTPLUG_CPU registration
Chris Wilson
1
-7
/
+1
2017-11-24
drm/i915/selftests: Hold rpm wakeref for request + ggtt usage
Chris Wilson
2
-0
/
+4
2017-11-24
drm/i915/pmu: Hide the (unsigned long)ptr cast
Chris Wilson
1
-10
/
+20
2017-11-23
drm/i915: Move mi_set_context() into the legacy ringbuffer submission
Chris Wilson
2
-199
/
+185
2017-11-23
drm/i915: Unwind incomplete legacy context switches
Chris Wilson
4
-128
/
+65
2017-11-23
drm/i915/selftests: test descending addresses
Matthew Auld
1
-53
/
+70
2017-11-23
drm/i915/selftests: rein in igt_write_huge
Matthew Auld
1
-45
/
+66
2017-11-23
drm/i915: remove stale comment from sanitize_encoder
Daniel Vetter
1
-2
/
+0
2017-11-23
drm/i915: sync dp link status checks against atomic commmits
Daniel Vetter
1
-6
/
+55
2017-11-23
drm/i915/pmu: Clear the previous sample value when parking
Tvrtko Ursulin
1
-1
/
+21
2017-11-23
drm/i915/pmu: Drop I915_ENGINE_SAMPLE_MAX from uapi headers
Tvrtko Ursulin
2
-2
/
+2
2017-11-23
drm/i915/dmc: DMC 1.04 for Kabylake
Anusha Srivatsa
1
-2
/
+2
2017-11-23
drm/i915: Save/restore irq state for vlv_residency_raw()
Chris Wilson
1
-3
/
+3
2017-11-22
drm/i915: Call i915_gem_init_userptr() before taking struct_mutex
Chris Wilson
1
-6
/
+5
2017-11-22
drm/i915: Remove success dmesg noise for intel_rotate_pages()
Chris Wilson
1
-5
/
+2
2017-11-22
drm/i915/selftests: Use NOWARN for large allocations
Chris Wilson
1
-1
/
+1
2017-11-22
drm/i915/pmu: Add RC6 residency metrics
Tvrtko Ursulin
2
-1
/
+36
2017-11-22
drm/i915: Convert intel_rc6_residency_us to ns
Tvrtko Ursulin
3
-17
/
+27
2017-11-22
drm/i915/pmu: Add interrupt count metric
Tvrtko Ursulin
2
-1
/
+26
2017-11-22
drm/i915/pmu: Wire up engine busy stats to PMU
Tvrtko Ursulin
2
-2
/
+90
2017-11-22
drm/i915: Engine busy time tracking
Tvrtko Ursulin
3
-0
/
+182
2017-11-22
drm/i915: Wrap context schedule notification
Tvrtko Ursulin
1
-3
/
+14
2017-11-22
drm/i915/pmu: Suspend sampling when GPU is idle
Tvrtko Ursulin
4
-10
/
+88
2017-11-22
drm/i915/pmu: Expose a PMU interface for perf queries
Tvrtko Ursulin
9
-0
/
+902
2017-11-22
drm/i915: Extract intel_get_cagf
Tvrtko Ursulin
4
-15
/
+21
2017-11-21
drm/i915/selftests: Avoid drm_gem_handle_create under struct_mutex
Chris Wilson
1
-3
/
+18
[next]