index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-08
drm/i915: Fix error handling for cursor/sprite plane create failure
Ville Syrjälä
1
-2
/
+2
2016-11-08
drm/i915: Grab the rotation from the passed plane state for VLV sprites
Ville Syrjälä
1
-1
/
+1
2016-11-08
drm/i915: Remove chipset flush after cache flush
Chris Wilson
2
-16
/
+9
2016-11-08
drm/i915: Remove two sloppy inline functions from .h
Joonas Lahtinen
3
-18
/
+9
2016-11-08
drm/i915: Update DRIVER_DATE to 20161108
Daniel Vetter
1
-2
/
+2
2016-11-07
drm/i915: Mark CPU cache as dirty when used for rendering
Chris Wilson
1
-0
/
+8
2016-11-07
drm/i915: Add assert for no pending GPU requests during suspend/resume in LR mode
Imre Deak
1
-0
/
+3
2016-11-07
drm/i915: Make sure engines are idle during GPU idling in LR mode
Imre Deak
3
-0
/
+33
2016-11-07
drm/i915: Avoid early GPU idling due to race with new request
Imre Deak
1
-0
/
+7
2016-11-07
drm/i915: Avoid early GPU idling due to already pending idle work
Imre Deak
1
-3
/
+3
2016-11-07
drm/i915: Limit Valleyview and earlier to only using mappable scanout
Chris Wilson
1
-2
/
+16
2016-11-07
drm/i915: Round tile chunks up for constructing partial VMAs
Chris Wilson
1
-1
/
+1
2016-11-07
drm/i915: Remove the vma from the object list upon close
Chris Wilson
1
-2
/
+3
2016-11-04
drm/i915: Reinit polling before hpd when resuming
Lyude
1
-1
/
+2
2016-11-04
drm/i915: Remove redundant reprobe in i915_drm_resume
Lyude
1
-2
/
+0
2016-11-04
drm/i915/dp: Extend BDW DP audio workaround to GEN9 platforms
Dhinakaran Pandiyan
1
-2
/
+4
2016-11-04
drm/i915/dp: BDW cdclk fix for DP audio
Dhinakaran Pandiyan
1
-3
/
+24
2016-11-04
drm/i915: Fix pages pin counting around swizzle quirk
Chris Wilson
3
-21
/
+34
2016-11-03
drm/i915: Fix test on inputs for vma_compare()
Chris Wilson
1
-1
/
+1
2016-11-03
drm/i915/guc: Cache the client mapping
Chris Wilson
2
-20
/
+20
2016-11-03
drm/i915: Tidy slab cache allocations
Tvrtko Ursulin
1
-27
/
+10
2016-11-03
drm/i915: Introduce HAS_64BIT_RELOC
Joonas Lahtinen
4
-4
/
+10
2016-11-02
drm/i915: Show the execlist queue in debugfs/i915_engine_info
Chris Wilson
1
-0
/
+6
2016-11-02
drm/i915: Unify global_list into global_link
Joonas Lahtinen
6
-23
/
+23
2016-11-02
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
6
-422
/
+453
2016-11-02
drm/i915/gtt: Mark tlbs dirty on clear
Mika Kuoppala
1
-10
/
+12
2016-11-02
drm/i915/gtt: Fix pte clear range
Mika Kuoppala
1
-5
/
+7
2016-11-02
drm/i915/bxt: Don't set OCL2_LDOFUSE_PWR_DIS bit in phy init sequence
Ander Conselvan de Oliveira
1
-21
/
+0
2016-11-01
drm/i915: Allow shrinking of userptr objects once again
Tvrtko Ursulin
5
-5
/
+15
2016-11-01
drm/i915: Pass dev_priv to intel_init_pm()
Ville Syrjälä
3
-7
/
+5
2016-11-01
drm/i915: Pass dev_priv to ilk_setup_wm_latency() & co.
Ville Syrjälä
1
-23
/
+15
2016-11-01
drm/i915: Pass dev_priv to intel_suspend_hw()
Ville Syrjälä
3
-8
/
+6
2016-11-01
drm/i915: Pass dev_priv to init_clock_gating
Ville Syrjälä
5
-89
/
+49
2016-11-01
drm/i915: Pass dev_priv to single_enabled_crtc()
Ville Syrjälä
1
-13
/
+9
2016-11-01
drm/i915: Pass dev_priv to rest of IS_FOO() macros for the old platforms
Ville Syrjälä
3
-7
/
+7
2016-11-01
drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINE
Ville Syrjälä
3
-5
/
+5
2016-11-01
drm/i915: Pass dev_priv to HAS_FW_BLC
Ville Syrjälä
2
-2
/
+2
2016-11-01
drm/i915: Pass dev_priv to .get_fifo_size()
Ville Syrjälä
2
-14
/
+10
2016-11-01
drm/i915: Pass dev_priv to i915_pineview_get_mem_freq() and i915_ironlake_get_mem_freq()
Ville Syrjälä
1
-6
/
+4
2016-11-01
drm/i915: Pass dev_priv to IS_PINEVIEW()
Ville Syrjälä
3
-16
/
+14
2016-11-01
drm/i915: Pass dev_priv to IS_MOBILE()
Ville Syrjälä
3
-8
/
+6
2016-11-01
drm/i915: Pass dev_priv to .get_display_clock_speed()
Ville Syrjälä
3
-43
/
+38
2016-11-01
drm/i915: Pass dev_priv to cdclk update funcs
Ville Syrjälä
1
-20
/
+15
2016-11-01
drm/i915: Pass dev_priv to intel_crtc_init()
Ville Syrjälä
1
-6
/
+5
2016-11-01
drm/i915: Always use intel_get_crtc_for_pipe()
Ville Syrjälä
5
-19
/
+26
2016-11-01
drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()
Ville Syrjälä
7
-20
/
+17
2016-11-01
drm/i915: Pass dev_priv to g4x wm functions
Ville Syrjälä
1
-9
/
+9
2016-11-01
drm/i915: Pass dev_priv to vlv force pll functions
Ville Syrjälä
3
-13
/
+12
2016-11-01
drm/i915: Pass dev_priv to intel_wait_for_vblank()
Ville Syrjälä
8
-36
/
+38
2016-11-01
drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]
Ville Syrjälä
9
-76
/
+64
[next]