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
2019-03-19
drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll()
Ville Syrjälä
1
-18
/
+17
2019-03-19
drm/i915: Pass crtc_state down to icl dpll funcs
Ville Syrjälä
1
-4
/
+8
2019-03-19
drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll()
Ville Syrjälä
1
-8
/
+7
2019-03-19
drm/i915: Pass crtc_state down to cnl dpll funcs
Ville Syrjälä
1
-17
/
+12
2019-03-19
drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()
Ville Syrjälä
1
-16
/
+10
2019-03-19
drm/i915: Pass crtc_state down to bxt dpll funcs
Ville Syrjälä
3
-26
/
+29
2019-03-19
drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll()
Ville Syrjälä
1
-8
/
+7
2019-03-19
drm/i915: Pass crtc_state down to skl dpll funcs
Ville Syrjälä
1
-10
/
+7
2019-03-19
drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll()
Ville Syrjälä
3
-33
/
+30
2019-03-19
drm/i915: Don't pass crtc to intel_find_shared_dpll()
Ville Syrjälä
1
-9
/
+9
2019-03-19
drm/i915: Hold a reference to the active HW context
Chris Wilson
7
-5
/
+35
2019-03-19
drm/i915: Lock the gem_context->active_list while dropping the link
Chris Wilson
4
-12
/
+11
2019-03-19
drm/i915/psr: remove drmP.h include that crept in
Jani Nikula
1
-1
/
+0
2019-03-19
drm/i915: stick to kernel fixed size types
Jani Nikula
3
-7
/
+7
2019-03-18
drm/i915: Hold a ref to the ring while retiring
Chris Wilson
6
-8
/
+27
2019-03-18
drm/i915: Switch to use HWS indices rather than addresses
Chris Wilson
4
-23
/
+17
2019-03-18
drm/i915: Turn off the CUS when turning off a HDR plane
Ville Syrjälä
1
-0
/
+3
2019-03-18
drm/i915: Fix legacy gamma mode for ICL
Ville Syrjälä
1
-0
/
+3
2019-03-18
drm/i915: use REG_FIELD_PREP() to define register bitfield values
Jani Nikula
1
-30
/
+39
2019-03-18
drm/i915: deprecate _SHIFT in favor of _MASK passed to accessors
Jani Nikula
3
-66
/
+63
2019-03-18
drm/i915: introduce REG_BIT() and REG_GENMASK() to define register contents
Jani Nikula
1
-33
/
+61
2019-03-18
drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set
Chris Wilson
2
-9
/
+7
2019-03-18
drm/i915: Sanity check mmap length against object size
Chris Wilson
1
-6
/
+9
2019-03-16
drm/i915: do not pass dev_priv to low-level forcewake functions
Daniele Ceraolo Spurio
2
-63
/
+66
2019-03-15
drm/i915: Fix off-by-one in reporting hanging process
Chris Wilson
1
-1
/
+1
2019-03-15
drm/i915: Split ilk vs. icl csc matrix handling
Ville Syrjälä
1
-29
/
+42
2019-03-15
drm/i915: Clean the csc limited range/identity programming
Ville Syrjälä
1
-26
/
+27
2019-03-15
drm/i915: Extract ilk_csc_convert_ctm()
Ville Syrjälä
1
-44
/
+53
2019-03-15
drm/i915: Clean up ilk/icl pipe/output CSC programming
Ville Syrjälä
1
-86
/
+82
2019-03-15
drm/i915: Extract ilk_csc_limited_range()
Ville Syrjälä
1
-8
/
+14
2019-03-15
drm/i915: Precompute/readout/check CHV CGM mode
Ville Syrjälä
3
-10
/
+35
2019-03-15
drm/i915: Readout and check csc_mode
Ville Syrjälä
2
-2
/
+7
2019-03-15
drm/i915/icl: remove intel_dpll_is_combophy()
Lucas De Marchi
2
-8
/
+0
2019-03-15
drm/i915/icl: split combo and tbt pll funcs
Lucas De Marchi
1
-20
/
+54
2019-03-15
drm/i915/icl: split combo and mg pll disable
Lucas De Marchi
1
-7
/
+23
2019-03-15
drm/i915/icl: split pll enable in three steps
Lucas De Marchi
1
-19
/
+37
2019-03-15
drm/i915/icl: split combo and mg pll enable
Lucas De Marchi
1
-4
/
+21
2019-03-15
drm/i915: Always kick the execlists tasklet after reset
Chris Wilson
2
-3
/
+9
2019-03-15
drm/i915/gtt: Refactor common ppgtt initialisation
Chris Wilson
1
-24
/
+19
2019-03-15
drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl
Chris Wilson
6
-26
/
+21
2019-03-15
drm/i915: Drop address size from ppgtt_type
Chris Wilson
5
-7
/
+4
2019-03-15
drm/i915: Record platform specific ppGTT size in intel_device_info
Chris Wilson
6
-17
/
+22
2019-03-15
drm/i915: Mark up vGPU support for full-ppgtt
Chris Wilson
5
-6
/
+6
2019-03-14
drm/i915: Also use new comparative stuff for more ICP+ stuff
Rodrigo Vivi
2
-5
/
+5
2019-03-14
drm/i915: Refactor to common helpers for prepare/finish between reset & wedge
Chris Wilson
1
-9
/
+11
2019-03-14
drm/i915/selftests: Disable preemption while setting up fence-timers
Chris Wilson
1
-1
/
+8
2019-03-14
drm/i915/guc: Preparing for GuC reset along with engine reset
Sujaritha Sundaresan
1
-0
/
+2
2019-03-13
drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR1
José Roberto de Souza
2
-0
/
+4
2019-03-13
drm/i915/psr: Move logic to get TPS registers values to another function
José Roberto de Souza
1
-24
/
+33
2019-03-13
drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
José Roberto de Souza
4
-4
/
+33
[next]