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
path:
root
/
lib
/
scatterlist.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
drm/vgem: use shmem helpers
Daniel Vetter
2
-331
/
+16
2021-08-12
drm/shmem-helpers: Allocate wc pages on x86
Daniel Vetter
1
-0
/
+19
2021-08-12
drm/shmem-helper: Switch to vmf_insert_pfn
Daniel Vetter
5
-6
/
+7
2021-08-12
drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors
Rob Clark
1
-0
/
+3
2021-08-12
drm/edid: fix edid field name
Lucas De Marchi
1
-1
/
+1
2021-08-12
drm/virtio: set non-cross device blob uuid_state
David Stevens
1
-0
/
+2
2021-08-12
udmabuf: fix general protection fault in udmabuf_create
Pavel Skripkin
1
-2
/
+2
2021-08-11
drm/ingenic: Use standard drm_atomic_helper_commit_tail
Paul Cercueil
1
-24
/
+4
2021-08-11
drm/ingenic: Remove dead code
Paul Cercueil
1
-3
/
+0
2021-08-10
drm: IRQ midlayer is now legacy
Thomas Zimmermann
12
-155
/
+27
2021-08-10
drm: Remove unused devm_drm_irq_install()
Thomas Zimmermann
2
-33
/
+0
2021-08-10
drm/vc4: Convert to Linux IRQ interfaces
Thomas Zimmermann
4
-24
/
+53
2021-08-10
drm/tilcdc: Convert to Linux IRQ interfaces
Thomas Zimmermann
2
-11
/
+43
2021-08-10
drm/tidss: Convert to Linux IRQ interfaces
Thomas Zimmermann
4
-16
/
+32
2021-08-10
drm/radeon: Convert to Linux IRQ interfaces
Thomas Zimmermann
3
-15
/
+37
2021-08-10
drm/mxsfb: Convert to Linux IRQ interfaces
Thomas Zimmermann
2
-31
/
+52
2021-08-10
drm/msm: Convert to Linux IRQ interfaces
Thomas Zimmermann
2
-46
/
+69
2021-08-10
drm/kmb: Convert to Linux IRQ interfaces
Thomas Zimmermann
1
-6
/
+20
2021-08-10
drm/gma500: Convert to Linux IRQ interfaces
Thomas Zimmermann
5
-15
/
+29
2021-08-10
drm/fsl-dcu: Convert to Linux IRQ interfaces
Thomas Zimmermann
1
-32
/
+46
2021-08-10
drm/atmel-hlcdc: Convert to Linux IRQ interfaces
Thomas Zimmermann
1
-33
/
+47
2021-08-10
drm/arm/hdlcd: Convert to Linux IRQ interfaces
Thomas Zimmermann
2
-78
/
+97
2021-08-10
drm/amdgpu: Convert to Linux IRQ interfaces
Thomas Zimmermann
3
-9
/
+15
2021-08-10
dma-buf: Fix a few typos in dma-buf documentation
Gal Pressman
1
-5
/
+5
2021-08-09
drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP"
Cai Huoqing
2
-10
/
+9
2021-08-09
drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro
Cai Huoqing
7
-14
/
+9
2021-08-09
drm/vmwgfx: fix potential UAF in vmwgfx_surface.c
Desmond Cheong Zhi Xi
1
-2
/
+2
2021-08-09
drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cmdbuf_res.c
Baokun Li
1
-2
/
+1
2021-08-09
drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cmdbuf.c
Baokun Li
1
-2
/
+1
2021-08-09
drm/vmwgfx: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-08-08
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
4
-3
/
+4
2021-08-08
drm/vbox: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-1
/
+1
2021-08-08
drm/udl: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/simpledrm: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/gm12u320: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/cirrus: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/mgag200: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/hyperv: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()
Thomas Zimmermann
1
-2
/
+3
2021-08-08
drm/ast: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-1
/
+1
2021-08-08
drm/gem: Provide offset-adjusted framebuffer BO mappings
Thomas Zimmermann
6
-5
/
+29
2021-08-08
drm/mgag200: Compute PLL values during atomic check
Thomas Zimmermann
2
-18
/
+22
2021-08-08
drm/mgag200: Introduce custom CRTC state
Thomas Zimmermann
2
-0
/
+55
2021-08-08
drm/simple-kms: Support custom CRTC state
Thomas Zimmermann
2
-3
/
+63
2021-08-08
drm/mgag200: Abstract pixel PLL via struct mgag200_pll
Thomas Zimmermann
4
-903
/
+1019
2021-08-08
drm/mgag200: Declare PLL clock constants static const
Thomas Zimmermann
1
-44
/
+31
2021-08-08
drm/mgag200: Split PLL compute function for G200SE by rev
Thomas Zimmermann
1
-70
/
+96
2021-08-08
drm/mgag200: Split PLL compute functions by device type
Thomas Zimmermann
1
-110
/
+146
2021-08-08
drm/mgag200: Store values (not bits) in struct mgag200_pll_values
Thomas Zimmermann
1
-62
/
+91
2021-08-08
drm/mgag200: Introduce separate variable for PLL S parameter
Thomas Zimmermann
1
-20
/
+16
[next]