index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-18
drm/i915: Create VMAs
Ben Widawsky
5
-34
/
+120
2013-07-17
drm/i915: Free stolen node on failed preallocation
Ben Widawsky
1
-2
/
+3
2013-07-17
drm/i915: Move active/inactive lists to new mm
Ben Widawsky
7
-59
/
+67
2013-07-17
drm/i915: Create a global list of vms
Ben Widawsky
2
-0
/
+8
2013-07-17
drm/i915: Put the mm in the parent address space
Ben Widawsky
6
-18
/
+22
2013-07-17
drm/i915: Move gtt and ppgtt under address space umbrella
Ben Widawsky
5
-111
/
+123
2013-07-16
drm/i915: introduce i915_queue_hangcheck
Mika Kuoppala
3
-13
/
+15
2013-07-16
drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID
Chris Wilson
1
-3
/
+3
2013-07-16
drm/i915: Fix retrieval of hangcheck stats
Chris Wilson
2
-16
/
+9
2013-07-16
drm/i915: Don't try to calculate RC6 residency on GEN4 and before
Damien Lespiau
1
-0
/
+4
2013-07-16
drm/i915: We implement WaMPhyProgramming on Haswell
Damien Lespiau
1
-1
/
+4
2013-07-16
drm/i915: We implement WaFbcDisableDpfcClockGating on ilk
Damien Lespiau
1
-1
/
+4
2013-07-16
drm/i915: We implement WaFbcAsynchFlipDisableFbcQueue on ilk and snb
Damien Lespiau
1
-0
/
+3
2013-07-16
drm/i915: We implement WaFbcWaitForVBlankBeforeEnable for ilk and snb
Damien Lespiau
1
-0
/
+2
2013-07-16
drm/i915: simplify rps interrupt enabling/disabling sequence
Daniel Vetter
1
-3
/
+1
2013-07-16
drm/i915: extract rps interrupt enable/disable helpers
Daniel Vetter
1
-30
/
+29
2013-07-16
drm/i915: unify GT/PM irq postinstall code
Daniel Vetter
2
-54
/
+43
2013-07-16
drm/i915: unify PM interrupt preinstall sequence
Daniel Vetter
1
-18
/
+21
2013-07-16
drm/i915: debugfs entries for [e]LLC
Ben Widawsky
1
-0
/
+14
2013-07-16
drm/i915: Use eLLC/LLC by default when available
Ben Widawsky
1
-1
/
+16
2013-07-16
drm/i915: store eLLC size
Ben Widawsky
3
-1
/
+14
2013-07-16
drm/i915: Define some of the eLLC magic
Ben Widawsky
2
-2
/
+6
2013-07-16
drm/i915/hsw: Set correct Haswell PTE encodings.
Ben Widawsky
1
-2
/
+11
2013-07-12
drm/i915: clear DPLL reg when disabling i9xx dplls
Daniel Vetter
1
-11
/
+5
2013-07-12
drm/i915: Fix up cpt pixel multiplier enable sequence
Daniel Vetter
1
-9
/
+11
2013-07-12
drm/i915: clean up vlv ->pre_pll_enable and pll enable sequence
Daniel Vetter
1
-27
/
+20
2013-07-12
drm/i915: move error state to own compilation unit
Mika Kuoppala
7
-965
/
+983
2013-07-12
drm/i915: Don't attempt to read an unitialized stack value
Damien Lespiau
1
-11
/
+13
2013-07-11
drm/i915: Use for_each_pipe() when possible
Damien Lespiau
1
-2
/
+2
2013-07-11
drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPT
Daniel Vetter
2
-4
/
+2
2013-07-11
drm/i915: unify ring irq refcounts (again)
Daniel Vetter
2
-14
/
+11
2013-07-11
drm/i915: kill dev_priv->rps.lock
Daniel Vetter
6
-24
/
+23
2013-07-11
drm/i915: queue work outside spinlock in hsw_pm_irq_handler
Daniel Vetter
1
-2
/
+2
2013-07-11
drm/i915: streamline hsw_pm_irq_handler
Daniel Vetter
1
-11
/
+9
2013-07-11
drm/i915: irq handlers don't need interrupt-safe spinlocks
Daniel Vetter
1
-24
/
+18
2013-07-11
drm/i915: kill lpt pch transcoder->crtc mapping code for fifo underruns
Daniel Vetter
1
-25
/
+15
2013-07-11
drm/i915: improve GEN7_ERR_INT clearing for fifo underrun reporting
Daniel Vetter
2
-7
/
+14
2013-07-11
drm/i915: improve SERR_INT clearing for fifo underrun reporting
Daniel Vetter
2
-4
/
+14
2013-07-11
drm/i915: extract ibx_display_interrupt_update
Daniel Vetter
1
-15
/
+36
2013-07-10
drm/i915: remove unused members from drm_i915_private
Maarten Lankhorst
1
-2
/
+0
2013-07-10
drm/i915: don't frob mm.suspended when not using ums
Daniel Vetter
5
-40
/
+50
2013-07-09
drm/i915: Fix VLV DP RBR/HDMI/DAC PLL LPF coefficients
Ville Syrjälä
1
-1
/
+1
2013-07-09
drm/i915: WARN if the bios reserved range is bigger than stolen size
Daniel Vetter
1
-0
/
+3
2013-07-09
drm/i915: clean up media reset on gm45
Daniel Vetter
1
-8
/
+9
2013-07-09
drm/i915: Verify that our stolen memory doesn't conflict
Chris Wilson
1
-0
/
+17
2013-07-08
drm/i915: convert debugfs creation/destruction to table
Daniel Vetter
1
-64
/
+30
2013-07-08
drm/i915: dvo needs a P2 divisor of 4
Daniel Vetter
1
-2
/
+17
2013-07-08
drm/i915: fix dvo DPLL regression
Daniel Vetter
3
-8
/
+9
2013-07-08
drm/i915: Embed drm_mm_node in i915 gem obj
Ben Widawsky
5
-65
/
+28
2013-07-08
drm/i915: Kill obj->gtt_offset
Ben Widawsky
4
-19
/
+15
[next]