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
2015-06-19
drm: prime: Document gem_prime_mmap
Daniel Thompson
1
-1
/
+3
2015-06-19
drm: Avoid the double clflush on the last cache line in drm_clflush_virt_range()
Chris Wilson
1
-2
/
+3
2015-06-19
drm/atomic: Extract needs_modeset function
Daniel Vetter
3
-13
/
+12
2015-06-17
drm/i915: Don't set enabled value of all CRTCs when restoring the mode
Ander Conselvan de Oliveira
1
-17
/
+10
2015-06-17
drm/i915: Don't update staged config during force restore modesets
Ander Conselvan de Oliveira
1
-5
/
+3
2015-06-17
drm/i915: Don't check modeset state in the hw state force restore path
Ander Conselvan de Oliveira
1
-9
/
+12
2015-06-16
drm/amdkfd: fix some range checks in address watch ioctl
Dan Carpenter
1
-3
/
+3
2015-06-16
drm: rcar-du: Use the drm atomic state duplication helpers for planes
Laurent Pinchart
1
-5
/
+5
2015-06-16
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
Laurent Pinchart
1
-3
/
+9
2015-06-16
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
Laurent Pinchart
1
-5
/
+5
2015-06-16
drm: rcar-du: Clarify error message when encoder initialization fails
Laurent Pinchart
1
-2
/
+5
2015-06-16
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
4
-6
/
+7
2015-06-16
drm: rcar-du: Disable all planes when stopping the CRTC
Laurent Pinchart
1
-0
/
+13
2015-06-16
drm: rcar-du: Print the error value when DRM/KMS init fails
Laurent Pinchart
1
-1
/
+1
2015-06-16
virtio-gpu: add locking for vbuf pool
Dave Airlie
2
-0
/
+8
2015-06-16
drm/virtgpu: initialise fbdev after getting initial display info
Dave Airlie
3
-1
/
+6
2015-06-16
Add virtio-vga bits.
Gerd Hoffmann
1
-20
/
+24
2015-06-16
drm/radeon: remove obsolete kfd_bo from radeon_device
Oded Gabbay
1
-1
/
+0
2015-06-15
drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.
Francisco Jerez
1
-0
/
+7
2015-06-15
drm/i915: Extend the parser to check register writes against a mask/value pair.
Francisco Jerez
2
-47
/
+96
2015-06-15
drm/i915: Fix command parser to validate multiple register access with the same command.
Francisco Jerez
2
-31
/
+48
2015-06-15
drm/i915: Don't skip request retirement if the active list is empty
Ville Syrjälä
1
-3
/
+0
2015-06-15
drm/cma: Fix 64-bit size_t build warnings
Magnus Damm
1
-2
/
+2
2015-06-15
Documentation/drm: Update rotation property
Sonika Jindal
1
-23
/
+18
2015-06-12
drm: omapdrm: new vblank and event handling
Tomi Valkeinen
3
-76
/
+70
2015-06-12
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
Tomi Valkeinen
1
-21
/
+14
2015-06-12
drm: omapdrm: add lock for fb pinning
Tomi Valkeinen
1
-1
/
+18
2015-06-12
drm: omapdrm: if omap_plane_atomic_update fails, disable plane
Tomi Valkeinen
1
-1
/
+3
2015-06-12
drm: omapdrm: inline omap_plane_setup into update/disable
Tomi Valkeinen
1
-27
/
+17
2015-06-12
drm: omapdrm: omap_plane_setup() cannot fail, use WARN
Tomi Valkeinen
1
-9
/
+4
2015-06-12
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
Laurent Pinchart
3
-22
/
+1
2015-06-12
drm: omapdrm: Don't flush CRTC when enabling or disabling it
Laurent Pinchart
1
-4
/
+0
2015-06-12
drm: omapdrm: Move encoder setup to encoder operations
Laurent Pinchart
3
-89
/
+34
2015-06-12
drm: omapdrm: Simplify DSS power management
Laurent Pinchart
2
-11
/
+4
2015-06-12
drm: omapdrm: Remove nested PM get/sync when configuring encoders
Laurent Pinchart
1
-4
/
+0
2015-06-12
drm: omapdrm: Support unlinking page flip events prematurely
Laurent Pinchart
3
-29
/
+39
2015-06-12
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
Laurent Pinchart
1
-1
/
+0
2015-06-12
drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
Laurent Pinchart
1
-4
/
+0
2015-06-12
drm: omapdrm: Make the omap_crtc_flush function static
Laurent Pinchart
2
-2
/
+1
2015-06-12
drm: omapdrm: Remove omap_plane enabled field
Laurent Pinchart
3
-42
/
+16
2015-06-12
drm: omapdrm: Remove omap_crtc enabled field
Laurent Pinchart
1
-23
/
+9
2015-06-12
drm: omapdrm: Move crtc info out of the crtc structure
Laurent Pinchart
1
-10
/
+8
2015-06-12
drm: omapdrm: Move plane info and win out of the plane structure
Laurent Pinchart
1
-51
/
+41
2015-06-12
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
Laurent Pinchart
3
-71
/
+156
2015-06-12
drm: omapdrm: Drop manual framebuffer pin handling
Laurent Pinchart
3
-77
/
+0
2015-06-12
drm: omapdrm: Switch page flip to atomic helpers
Laurent Pinchart
3
-212
/
+41
2015-06-12
drm: omapdrm: Implement asynchronous commit support
Laurent Pinchart
2
-1
/
+120
2015-06-12
drm: omapdrm: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
1
-8
/
+8
2015-06-12
drm: omapdrm: Switch connector DPMS to atomic helpers
Laurent Pinchart
3
-32
/
+10
2015-06-12
drm: omapdrm: Switch mode config to atomic helpers
Laurent Pinchart
2
-46
/
+1
[next]