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-08-21
drm/i915/gtt: Add some range asserts
Chris Wilson
1
-5
/
+11
2019-08-21
drm/i915: Do not create a new max_bpc prop for MST connectors
Ville Syrjälä
1
-1
/
+9
2019-08-21
drm/i915/execlists: Set priority hint prior to submission
Chris Wilson
1
-1
/
+1
2019-08-21
drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
Chris Wilson
6
-22
/
+18
2019-08-21
drm/i915/gtt: Include asm/smp.h
Chris Wilson
1
-0
/
+1
2019-08-21
drm/i915/hdmi: make hdcp2_msg_data const
Jani Nikula
1
-1
/
+1
2019-08-21
drm/i915/hdmi: stylistic cleanup around hdcp2_msg_data
Jani Nikula
1
-20
/
+19
2019-08-21
drm/i915/dp: make hdcp2_dp_msg_data const
Jani Nikula
1
-5
/
+5
2019-08-21
drm/i915/dp: avoid shadowing variables
Jani Nikula
1
-4
/
+4
2019-08-21
drm/i915/dp: stylistic cleanup around hdcp2_msg_data
Jani Nikula
1
-34
/
+36
2019-08-21
drm/i915/gtt: Relax assertion for pt_used
Chris Wilson
1
-1
/
+2
2019-08-20
drm/i915: Fix DP-MST crtc_mask
Ville Syrjälä
1
-1
/
+1
2019-08-20
drm/i915/tgl: update DMC firmware to 2.04
Lucas De Marchi
1
-2
/
+2
2019-08-20
drm/i915/tgl: Move transcoders to pipes' powerwells
José Roberto de Souza
1
-2
/
+2
2019-08-20
drm/i915/tgl: add support for reading the timestamp frequency
Michel Thierry
1
-1
/
+1
2019-08-20
drm/i915/tgl: disable DDIC
Lucas De Marchi
1
-2
/
+1
2019-08-20
drm/i915: Update DRIVER_DATE to 20190820
Rodrigo Vivi
1
-2
/
+2
2019-08-20
drm/i915/gtt: Relax pd_used assertion
Chris Wilson
1
-1
/
+2
2019-08-20
drm/i915: Dynamically allocate s0ix struct for VLV
Daniele Ceraolo Spurio
2
-70
/
+106
2019-08-20
drm/i915/tgl: Gen12 render context size
Daniele Ceraolo Spurio
1
-0
/
+1
2019-08-20
drm/i915/tgl: Updated Private PAT programming
Michel Thierry
2
-1
/
+17
2019-08-20
drm/i915/tgl: Introduce initial Tiger Lake workarounds
Lucas De Marchi
3
-4
/
+27
2019-08-20
drm/i915/tgl: Gen12 csb support
Daniele Ceraolo Spurio
1
-2
/
+79
2019-08-20
drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID
Daniele Ceraolo Spurio
2
-1
/
+5
2019-08-20
drm/i915/tgl: add Gen12 default indirect ctx offset
Daniele Ceraolo Spurio
2
-0
/
+5
2019-08-20
drm/i915/tgl: Report valid VDBoxes with SFC capability
Michel Thierry
1
-1
/
+2
2019-08-20
drm/i915: Be defensive when starting vma activity
Chris Wilson
2
-2
/
+9
2019-08-20
drm/i915: Serialize insertion into the file->mm.request_list
Chris Wilson
2
-5
/
+10
2019-08-20
drm/i915: Sanitize PHY state during display core uninit
Imre Deak
1
-6
/
+11
2019-08-20
drm/i915: Fix HW readout for crtc_clock in HDMI mode
Imre Deak
2
-3
/
+3
2019-08-19
drm/i915: Assume exclusive access to objects inside resume
Chris Wilson
1
-4
/
+7
2019-08-19
drm/i915: Use 0 for the unordered context
Chris Wilson
6
-16
/
+5
2019-08-19
drm/i915: i915_active.retire() is optional
Chris Wilson
1
-2
/
+4
2019-08-19
drm/i915/gen11: Allow usage of all GPIO pins
Matt Roper
3
-50
/
+3
2019-08-19
drm/i915: Serialize against vma moves
Chris Wilson
11
-20
/
+56
2019-08-19
drm/i915: Only emit the 'send bug report' once for a GPU hang
Chris Wilson
1
-2
/
+1
2019-08-19
drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafe
Chris Wilson
1
-0
/
+18
2019-08-19
drm/i915: Always wrap the ring offset before resetting
Chris Wilson
1
-2
/
+1
2019-08-18
drm/i915: Propagate fence errors
Chris Wilson
4
-5
/
+34
2019-08-18
drm/i915/uc: Never fail on HuC firmware errors
Michal Wajdeczko
2
-12
/
+5
2019-08-18
drm/i915/uc: Don't always fail on unavailable GuC firmware
Michal Wajdeczko
1
-2
/
+25
2019-08-18
drm/i915/guc: Don't open log relay if GuC is not running
Michal Wajdeczko
2
-8
/
+13
2019-08-17
drm/i915/uc: Never fail on uC preparation step
Michal Wajdeczko
5
-17
/
+16
2019-08-17
drm/i915/uc: Cleanup fw fetch on every GuC/HuC init failure
Michal Wajdeczko
5
-9
/
+11
2019-08-17
drm/i915/uc: Cleanup fw fetch only if it was successful
Michal Wajdeczko
1
-5
/
+3
2019-08-17
drm/i915/selftests: Check the context size
Chris Wilson
2
-0
/
+175
2019-08-17
drm/i915/gtt: Fold gen8 insertions into one
Mika Kuoppala
1
-46
/
+46
2019-08-16
drm/i915/uc: Add explicit DISABLED state for firmware
Michal Wajdeczko
8
-31
/
+91
2019-08-16
drm/i915: Wrappers for display register waits
Daniele Ceraolo Spurio
17
-233
/
+127
2019-08-16
drm/i915: Move gmbus definitions out of i915_reg.h
Daniele Ceraolo Spurio
3
-21
/
+24
[next]