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-03-22
drm/i915: simplify intel_ddi_pll_select()
Paulo Zanoni
1
-51
/
+7
2017-03-22
drm/i915: Implement cdclk restrictions based on Azalia BCLK
Pandiyan, Dhinakaran
1
-0
/
+12
2017-03-22
drm/i915/glk: Apply cdclk workaround for DP audio
Pandiyan, Dhinakaran
1
-6
/
+11
2017-03-21
drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq
Tvrtko Ursulin
2
-6
/
+4
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
6
-34
/
+7
2017-03-21
drm/i915/execlists: Split the atomic test_and_clear_bit for irq handler
Chris Wilson
1
-1
/
+6
2017-03-21
drm/i915: split out check for noncontiguous pfn range
Arnd Bergmann
1
-1
/
+10
2017-03-21
drm/i915: intel_engine_init_global_seqno() requires atomic kmap
Chris Wilson
1
-2
/
+2
2017-03-21
drm/i915: Protect intel_engine_wakeup() for call from irq context
Chris Wilson
1
-2
/
+3
2017-03-21
drm/i915/guc: Correct the request_in tracepoint position
Tvrtko Ursulin
1
-1
/
+1
2017-03-20
drm/i915: Skip force-wake for uncached mmio flush of GGTT writes
Chris Wilson
1
-2
/
+5
2017-03-20
drm/i915: Reset tasklet back to execlists after disabling guc
Chris Wilson
1
-0
/
+1
2017-03-20
drm/i915: Update DRIVER_DATE to 20170320
Daniel Vetter
1
-2
/
+2
2017-03-17
drm/i915: Initialise i915_gem_object_create_from_data() directly
Chris Wilson
1
-16
/
+29
2017-03-17
drm/i915: Correct error handling for i915_gem_object_create_from_data()
Chris Wilson
1
-2
/
+2
2017-03-17
drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex
Chris Wilson
2
-5
/
+1
2017-03-17
drm/i915: Retire an active batch pool object rather than allocate new
Chris Wilson
1
-20
/
+17
2017-03-17
drm/i915: Add i810/i815 pci-ids for completeness
Chris Wilson
1
-0
/
+8
2017-03-17
drm/i915: Skip execlists_dequeue() early if the list is empty
Chris Wilson
2
-0
/
+24
2017-03-17
drm/i915: Stop using obj->obj_exec_link outside of execbuf
Chris Wilson
1
-25
/
+35
2017-03-17
drm/i915: Squelch WARN for VLV_COUNTER_CONTROL
Chris Wilson
1
-6
/
+13
2017-03-17
drm/i915/glk: Enable pooled EUs for Geminilake
Ander Conselvan de Oliveira
1
-4
/
+5
2017-03-17
drm/i915: Remove superfluous i915_add_request_no_flush() helper
Chris Wilson
6
-11
/
+9
2017-03-17
drm/i915/vgpu: Neuter forcewakes for VGPU more thoroughly
Tvrtko Ursulin
1
-49
/
+27
2017-03-17
drm/i915: Fix vGPU balloon for ggtt guard page
Zhenyu Wang
1
-6
/
+2
2017-03-17
drm/i915: Avoid use-after-free of ctx in request tracepoints
Chris Wilson
1
-4
/
+4
2017-03-16
drm/i915: Assert that the context pin_counts do not overflow
Chris Wilson
2
-0
/
+2
2017-03-16
drm/i915: Wait for reset to complete before returning from debugfs/i915_wedged
Chris Wilson
1
-0
/
+4
2017-03-16
drm/i915: Restore engine->submit_request before unwedging
Chris Wilson
3
-3
/
+66
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
6
-14
/
+35
2017-03-16
drm/i915: Split I915_RESET_IN_PROGRESS into two flags
Chris Wilson
8
-59
/
+71
2017-03-16
drm/i915: make context status notifier head be per engine
Changbin Du
7
-32
/
+27
2017-03-16
drm/i915/scheduler: emulate a scheduler for guc
Chris Wilson
3
-16
/
+112
2017-03-16
drm/i915: Replace irq_seqno_barrier on hws write with a clflush
Chris Wilson
2
-2
/
+5
2017-03-16
drm/i915: Use coarse grained residency counter with byt
Mika Kuoppala
2
-12
/
+4
2017-03-16
drm/i915: Use ktime to calculate rc0 residency
Mika Kuoppala
3
-9
/
+5
2017-03-16
drm/i915: Convert debugfs to use generic residency calculator
Mika Kuoppala
1
-12
/
+18
2017-03-16
drm/i915: Extend vlv/chv residency resolution
Mika Kuoppala
1
-9
/
+51
2017-03-16
drm/i915: Return residency as microseconds
Mika Kuoppala
3
-9
/
+10
2017-03-16
drm/i915: Move residency calculation into intel_pm.c
Mika Kuoppala
3
-26
/
+34
2017-03-16
drm/i915/userptr: Reinvent GGTT self-faulting protection
Chris Wilson
1
-41
/
+13
2017-03-16
drm/i915: Make intel_uc_sanitize_options() more robust
Michal Wajdeczko
1
-12
/
+17
2017-03-16
drm/i915/uc: Rename intel_uc_fw.fw to .type
Arkadiusz Hiler
4
-5
/
+5
2017-03-16
drm/i915/breadcrumbs: Tweak commentary
Chris Wilson
1
-8
/
+17
2017-03-15
drm/i915: Only attempt to signal the request once from the interrupt handler
Chris Wilson
1
-1
/
+3
2017-03-15
drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-half
Chris Wilson
1
-1
/
+4
2017-03-15
drm/i915/breadcrumbs: Disable interrupt bottom-half first on idling
Chris Wilson
1
-7
/
+8
2017-03-15
drm/i915/breadcrumbs: Update bottom-half before marking as complete
Chris Wilson
1
-17
/
+17
2017-03-15
drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()
Chris Wilson
1
-2
/
+2
2017-03-15
drm/i915: Extend rpm wakelock during i915_handle_error()
Chris Wilson
1
-11
/
+14
[next]