index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-28
drm/bridge: dw-hdmi: allow forcing vendor phy-type
Heiko Stuebner
2
-1
/
+4
2018-09-28
drm/vmwgfx: Make user resource lookups reference-free during validation
Thomas Hellstrom
3
-133
/
+187
2018-09-28
drm/vmwgfx: Don't refcount cotable lookups during command buffer validation
Thomas Hellstrom
4
-10
/
+6
2018-09-28
drm/vmwgfx: Don't refcount command-buffer managed resource lookups during command buffer validation
Thomas Hellstrom
2
-45
/
+27
2018-09-28
drm/vmwgfx: Make buffer object lookups reference-free during validation
Thomas Hellstrom
1
-55
/
+30
2018-09-28
drm/vmwgfx: Look up user buffer objects without taking a reference
Thomas Hellstrom
2
-0
/
+53
2018-09-28
drm/vmwgfx: Adapt validation code for reference-free lookups
Thomas Hellstrom
2
-6
/
+74
2018-09-28
drm/ttm: Export ttm_bo_get_unless_zero()
Thomas Hellstrom
2
-2
/
+19
2018-09-28
selftests/powerpc: Fix Makefiles for headers_install change
Michael Ellerman
17
-0
/
+17
2018-09-28
Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
118
-715
/
+1854
2018-09-28
Merge tag 'drm/tegra/for-4.20-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
11
-53
/
+233
2018-09-28
Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
39
-947
/
+1683
2018-09-28
Merge tag 'drm-misc-next-2018-09-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
41
-282
/
+367
2018-09-28
Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Dave Airlie
8
-28
/
+142
2018-09-28
Merge tag 'drm-misc-fixes-2018-09-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
3
-11
/
+5
2018-09-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Greg Kroah-Hartman
14
-130
/
+184
2018-09-27
Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Greg Kroah-Hartman
1
-1
/
+1
2018-09-27
blk-mq: I/O and timer unplugs are inverted in blktrace
Ilya Dryomov
1
-2
/
+2
2018-09-27
dax: Fix deadlock in dax_lock_mapping_entry()
Jan Kara
1
-0
/
+1
2018-09-27
x86/boot: Fix kexec booting failure in the SEV bit detection code
Kairui Song
1
-19
/
+0
2018-09-27
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
3
-3
/
+12
2018-09-27
drm/amd/display: Fix Edid emulation for linux
Bhawanpreet Lakha
3
-7
/
+137
2018-09-27
drm/amd/display: Fix Vega10 lightup on S3 resume
Roman Li
3
-18
/
+1
2018-09-27
drm/amdgpu: Fix vce work queue was not cancelled when suspend
Rex Zhu
2
-3
/
+4
2018-09-27
Revert "drm/panel: Add device_link from panel device to DRM device"
Linus Walleij
2
-11
/
+0
2018-09-27
drm/scheduler: remove timeout work_struct from drm_sched_job (v3)
Nayan Deshmukh
4
-20
/
+21
2018-09-27
Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
Thomas Gleixner
1
-6
/
+14
2018-09-27
drm/amd/powerplay: Change id parameter type in pp_atomfwctrl_get_clk_information_by_clkid
Nathan Chancellor
2
-2
/
+3
2018-09-27
drm/amdkfd: Remove the requirement for atomic Ops on vg20
Shaoyun Liu
1
-1
/
+1
2018-09-27
xen/blkfront: When purging persistent grants, keep them in the buffer
Boris Ostrovsky
1
-3
/
+1
2018-09-27
drm/vmwgfx: Look up objects without taking a reference
Thomas Hellstrom
2
-0
/
+50
2018-09-27
drm/vmwgfx: Make the object handles idr-generated
Thomas Hellstrom
10
-62
/
+65
2018-09-27
drm/vmwgfx: Remove the user resource destructor check
Thomas Hellstrom
1
-3
/
+0
2018-09-27
drm/vmwgfx: Remove the resource avail field
Thomas Hellstrom
10
-73
/
+68
2018-09-27
drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counterpart
Thomas Hellstrom
3
-6
/
+6
2018-09-27
drm/vmwgfx: Reduce the size of buffer object relocations
Thomas Hellstrom
1
-4
/
+5
2018-09-27
drm/vmwgfx: Use a validation context allocator for relocations and validations
Thomas Hellstrom
4
-64
/
+132
2018-09-27
drm/vmwgfx: Use new validation interface for the modesetting code v2
Thomas Hellstrom
4
-215
/
+85
2018-09-27
drm/vmwgfx: Adapt execbuf to the new validation api
Thomas Hellstrom
3
-594
/
+360
2018-09-27
drm/vmwgfx: Modify the resource validation interface
Thomas Hellstrom
5
-9
/
+12
2018-09-27
drm/vmwgfx: Add a validation module v2
Thomas Hellstrom
3
-0
/
+862
2018-09-27
drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driver
Thomas Hellstrom
10
-38
/
+15
2018-09-27
drm: stm: implement get_scanout_position function
Benjamin Gaignard
3
-0
/
+52
2018-09-27
drm/panel: Add support for Olimex LCD-OLinuXino panel
Stefan Mavrodiev
5
-0
/
+391
2018-09-27
drm/panel: simple: Add DLC1010GIG panel
Marco Felsch
2
-0
/
+45
2018-09-27
drm/panel: simple: Add support for Banana Pi 7" S070WV20-CT16 panel
Chen-Yu Tsai
2
-0
/
+37
2018-09-27
drm/panel: p079zca: unconditionally remove the panel on removal
Heiko Stuebner
1
-2
/
+1
2018-09-27
dt-bindings: Add CDTech S043WQ26H-CT7 panel bindings
Giulio Benetti
1
-0
/
+12
2018-09-27
drm/panel: add panel CDTech S043WQ26H-CT7 to panel-simple
Giulio Benetti
1
-0
/
+28
2018-09-27
dt-bindings: Add CDTech S070WV95-CT16 panel bindings
Giulio Benetti
1
-0
/
+12
[prev]
[next]