index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
s2mps11.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-20
drm/i915: invert {ilk, snb}_gt_irq_handler check
Paulo Zanoni
1
-3
/
+3
2013-07-19
drm/i915: Make i915 events part of uapi
Ben Widawsky
2
-4
/
+28
2013-07-19
drm/i915: kill ivybridge_irq_postinstall
Paulo Zanoni
1
-49
/
+20
2013-07-19
drm/i915: kill Ivybridge vblank irq vfuncs
Paulo Zanoni
2
-33
/
+11
2013-07-19
drm/i915: add ILK/SNB support to ivybridge_irq_handler
Paulo Zanoni
1
-83
/
+32
2013-07-19
drm/i915: POSTING_READ(DEIER) on ivybridge_irq_handler
Paulo Zanoni
1
-0
/
+1
2013-07-19
drm/i915: reorganize ironlake_irq_handler
Paulo Zanoni
1
-23
/
+23
2013-07-19
drm/i915: don't read or write GEN6_PMIIR on Gen 5
Paulo Zanoni
1
-5
/
+7
2013-07-19
drm/i915: extract ivb_display_irq_handler
Paulo Zanoni
1
-28
/
+35
2013-07-19
drm/i915: extract ilk_display_irq_handler
Paulo Zanoni
1
-48
/
+56
2013-07-19
drm/i915: kill ivybridge_irq_preinstall
Paulo Zanoni
1
-20
/
+1
2013-07-19
drm/i915: add prefault_disable module option
Xiong Zhang
4
-7
/
+17
2013-07-19
drm/i915: use after free on error path
Dan Carpenter
1
-1
/
+1
2013-07-19
drm/i915: checking for NULL instead of IS_ERR()
Dan Carpenter
2
-4
/
+4
2013-07-19
drm/i915: extract lpt_enable_clkout_dp from lpt_init_pch_refclk
Paulo Zanoni
1
-16
/
+22
2013-07-19
drm/i915: extract FDI mPHY functions from lpt_init_pch_refclk
Paulo Zanoni
1
-34
/
+45
2013-07-19
drm/i915: remove SDV support from lpt_pch_init_refclk
Paulo Zanoni
1
-70
/
+34
2013-07-18
drm/i915: restore debug message lost in merge resolution
Imre Deak
1
-1
/
+4
2013-07-18
drm/i915: Hook PSR functionality
Rodrigo Vivi
2
-0
/
+3
2013-07-18
drm/i915: add update function to disable/enable-back PSR
Rodrigo Vivi
2
-1
/
+31
2013-07-18
drm/intel: add enable_psr module option and disable psr by default
Rodrigo Vivi
4
-0
/
+15
2013-07-18
drm/i915: Match all PSR mode entry conditions before enabling it.
Rodrigo Vivi
4
-6
/
+123
2013-07-18
drm/i915: Added debugfs support for PSR Status
Rodrigo Vivi
2
-0
/
+119
2013-07-18
drm/i915: Enable/Disable PSR
Rodrigo Vivi
3
-0
/
+195
2013-07-18
drm/i915: split aux_clock_divider logic in a separated function for reuse.
Rodrigo Vivi
1
-25
/
+33
2013-07-18
drm/i915: Read the EDP DPCD and PSR Capability
Shobhit Kumar
2
-0
/
+14
2013-07-18
drm: Added SDP and VSC structures for handling PSR for eDP
Shobhit Kumar
1
-1
/
+30
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
[next]