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
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
drm/i915: Make bxt_set_cdclk() operate in terms of the current vs target DE PLL vco
Ville Syrjälä
1
-65
/
+63
2016-05-23
drm/i915: Rewrite broxton_get_display_clock_speed() in terms of the DE PLL vco/refclk
Ville Syrjälä
1
-14
/
+19
2016-05-23
drm/i915: Update cached cdclk state from broxton_init_cdclk()
Ville Syrjälä
1
-6
/
+3
2016-05-23
drm/i915: Store BXT DE PLL vco and ref clocks in dev_priv
Ville Syrjälä
1
-1
/
+26
2016-05-23
drm/i915: Extract bxt DE PLL enable/disable from broxton_set_cdclk()
Ville Syrjälä
1
-14
/
+27
2016-05-23
drm/i915: Store cdclk PLL reference clock under dev_priv
Ville Syrjälä
2
-7
/
+9
2016-05-23
drm/i915: Rename skl_vco_freq to cdclk_pll.vco
Ville Syrjälä
3
-29
/
+31
2016-05-23
drm/i915: Make 308 and 671 MHz cdclks more accurate on SKL
Ville Syrjälä
1
-9
/
+9
2016-05-23
drm/i915: Move SKL+ DBUF enable/disable to display core init/uninit
Ville Syrjälä
2
-52
/
+38
2016-05-23
drm/i915: Unify SKL cdclk init paths
Ville Syrjälä
4
-23
/
+34
2016-05-23
drm/i915: Beef up skl_sanitize_cdclk() a bit
Ville Syrjälä
1
-5
/
+13
2016-05-23
drm/i915: Keep track of preferred cdclk vco frequency on SKL
Ville Syrjälä
4
-8
/
+47
2016-05-23
drm/i915: Allow enable/disable of DPLL0 around cdclk changes on SKL
Ville Syrjälä
1
-25
/
+29
2016-05-23
drm/i915: Report the current DPLL0 vco on SKL/KBL
Ville Syrjälä
1
-2
/
+7
2016-05-23
drm/i915: Actually read out DPLL0 vco on skl from hardware
Ville Syrjälä
2
-42
/
+37
2016-05-23
drm/i915: Extract skl_calc_cdclk()
Ville Syrjälä
1
-33
/
+30
2016-05-23
drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()
Ville Syrjälä
2
-4
/
+21
2016-05-23
drm/i915/skl: SKL CDCLK change on modeset tracking VCO
Clint Taylor
4
-20
/
+104
2016-05-23
drm/i915: Fix BXT min_pixclk after state readout
Ville Syrjälä
1
-8
/
+6
2016-05-23
drm/i915/opregion: Rename init/fini functions to register/unregister
Chris Wilson
4
-8
/
+8
2016-05-23
drm/i915/opregion: Convert to using native drm_i915_private
Chris Wilson
5
-77
/
+74
2016-05-23
drm/i915: Enable GSE interrupt on BDW+
Ville Syrjälä
1
-0
/
+2
2016-05-23
drm/i915/guc: rework guc_add_workqueue_item()
Dave Gordon
3
-38
/
+38
2016-05-23
drm/i915/guc: don't spinwait if the GuC's workqueue is full
Dave Gordon
3
-17
/
+24
2016-05-23
drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
Dave Gordon
3
-18
/
+42
2016-05-23
drm/i915/guc: add enable_guc_loading parameter
Dave Gordon
5
-60
/
+89
2016-05-23
drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED
Dave Gordon
4
-5
/
+11
2016-05-23
drm/i915/guc: rename loader entry points
Dave Gordon
4
-16
/
+17
2016-05-22
drm/i915: Update DRIVER_DATE to 20160522
Daniel Vetter
1
-1
/
+1
2016-05-20
drm/i915: Inline sg_next() for the optimised SGL iterator
Dave Gordon
1
-2
/
+21
2016-05-20
drm/i915: Introduce & use new lightweight SGL iterators
Dave Gordon
5
-63
/
+112
2016-05-20
drm/i915: optimise i915_gem_object_map() for small objects
Dave Gordon
1
-5
/
+10
2016-05-20
drm/i915: refactor i915_gem_object_pin_map()
Dave Gordon
1
-23
/
+35
2016-05-20
drm/i915/psr: Implement PSR2 w/a for gen9
Daniel Vetter
2
-2
/
+16
2016-05-20
drm/i915/psr: Use ->get_aux_send_ctl functions
Daniel Vetter
2
-21
/
+5
2016-05-20
drm/i915/psr: Order DP aux transactions correctly
Daniel Vetter
1
-7
/
+7
2016-05-20
drm/i915/psr: Make idle_frames sensible again
Daniel Vetter
1
-7
/
+7
2016-05-20
drm/i915/psr: Try to program link training times correctly
Daniel Vetter
1
-8
/
+47
2016-05-19
drm/i915/userptr: Convert to drm_i915_private
Chris Wilson
3
-9
/
+3
2016-05-19
drm/i915: Allow nonblocking update of pageflips.
Maarten Lankhorst
1
-266
/
+84
2016-05-19
drm/i915: Check for unpin correctness.
Maarten Lankhorst
1
-0
/
+9
2016-05-19
Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates"
Maarten Lankhorst
1
-5
/
+7
2016-05-19
drm/i915: Make unpin async.
Maarten Lankhorst
3
-132
/
+228
2016-05-19
drm/i915: Prepare connectors for nonblocking checks.
Maarten Lankhorst
2
-14
/
+43
2016-05-19
drm/i915: Pass atomic states to fbc update functions.
Maarten Lankhorst
3
-26
/
+29
2016-05-19
drm/i915: Remove reset_counter from intel_crtc.
Maarten Lankhorst
2
-12
/
+0
2016-05-19
drm/i915: Remove queue_flip pointer.
Maarten Lankhorst
2
-264
/
+0
2016-05-19
drm/i915: Remove use_mmio_flip kernel parameter.
Maarten Lankhorst
3
-9
/
+1
2016-05-19
drm/i915: Remove cs based page flip support.
Maarten Lankhorst
4
-507
/
+33
2016-05-19
drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.
Maarten Lankhorst
3
-280
/
+441
[next]