index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
drm/komeda: Accept null writeback configurations for writeback
james qian wang (Arm Technology China)
2019-06-19
1
-5
/
+6
|
*
drm/komeda: Refine function to_d71_input_id
james qian wang (Arm Technology China)
2019-06-19
1
-15
/
+17
|
*
drm/komeda: Add slave pipeline support
Lowry Li (Arm Technology China)
2019-06-19
7
-3
/
+128
|
*
drm/komeda: Add layer split support
james qian wang (Arm Technology China)
2019-06-19
6
-11
/
+378
|
*
drm/komeda: Add split support for scaler
james qian wang (Arm Technology China)
2019-06-19
5
-17
/
+80
|
*
drm/komeda: Add component komeda_merger
james qian wang (Arm Technology China)
2019-06-19
4
-1
/
+143
|
*
drm/komeda: Rename main engine clk name "mclk" to "aclk"
james qian wang (Arm Technology China)
2019-06-19
7
-40
/
+40
|
*
drm/komeda: Unify mclk/pclk/pipeline->aclk to one MCLK
james qian wang (Arm Technology China)
2019-06-19
5
-42
/
+7
|
*
drm/komeda: Adds zorder support
Lowry Li (Arm Technology China)
2019-06-19
3
-2
/
+97
|
*
drm/komeda: Add format support for Y0L2, P010, YUV420_8/10BIT
james qian wang (Arm Technology China)
2019-06-19
5
-99
/
+97
|
*
drm/komeda: Add komeda_fb_check_src_coords
james qian wang (Arm Technology China)
2019-06-19
3
-11
/
+46
|
*
drm/komeda: Adds SMMU support
Lowry Li (Arm Technology China)
2019-06-19
6
-0
/
+82
|
*
drm/komeda: Enable color-encoding (YUV format) support
Lowry Li (Arm Technology China)
2019-06-19
5
-0
/
+104
|
*
drm/komeda: Update HW up-sampling on D71
Lowry Li (Arm Technology China)
2019-06-19
1
-0
/
+29
|
*
drm/komeda: Adds limitation check for AFBC wide block not support Rot90
Lowry Li (Arm Technology China)
2019-06-19
7
-15
/
+48
|
*
drm/komeda: Add rotation support on Komeda driver
Lowry Li (Arm Technology China)
2019-06-19
3
-0
/
+34
|
*
drm/komeda: Clear enable bit in CU_INPUTx_CONTROL
Lowry Li (Arm Technology China)
2019-06-19
1
-1
/
+11
|
*
arm/komeda: Convert dp_wait_cond() to return an error code.
Liviu Dudau
2019-06-19
2
-5
/
+4
|
*
drm/komeda: Creates plane alpha and blend mode properties
Lowry Li (Arm Technology China)
2019-06-19
1
-0
/
+11
|
*
drm/komeda: Add image enhancement support
james qian wang (Arm Technology China)
2019-06-19
5
-7
/
+85
|
*
drm/komeda: Add engine clock requirement check for the downscaling
james qian wang (Arm Technology China)
2019-06-19
7
-6
/
+142
|
*
drm/komeda: Add writeback scaling support
james qian wang (Arm Technology China)
2019-06-19
4
-14
/
+34
|
*
drm/komeda: Implement D71 scaler support
james qian wang (Arm Technology China)
2019-06-19
1
-1
/
+130
|
*
drm/komeda: Add the initial scaler support for CORE
james qian wang (Arm Technology China)
2019-06-19
4
-1
/
+157
|
*
drm/komeda: Attach scaler to drm as private object
james qian wang (Arm Technology China)
2019-06-19
1
-0
/
+49
|
*
drm/komeda: Added AFBC support for komeda driver
james qian wang (Arm Technology China)
2019-06-19
9
-5
/
+210
|
*
drm/komeda: Add writeback support
james qian wang (Arm Technology China)
2019-06-19
10
-3
/
+398
*
|
drm/arm: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
3
-6
/
+0
*
|
drm/arm/komeda: Remove DRIVER_HAVE_IRQ
Daniel Vetter
2019-06-21
1
-2
/
+1
*
|
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
3
-6
/
+3
|
/
*
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-19
16
-64
/
+51
|
\
|
*
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-08
7
-35
/
+7
|
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443
Thomas Gleixner
2019-06-05
7
-35
/
+7
|
*
|
drm/komeda: Potential error pointer dereference
Dan Carpenter
2019-06-06
1
-1
/
+1
|
*
|
drm/komeda: remove set but not used variable 'kcrtc'
YueHaibing
2019-06-06
1
-2
/
+0
|
*
|
drm/arm/hdlcd: Allow a bit of clock tolerance
Robin Murphy
2019-06-04
1
-1
/
+2
|
*
|
drm/arm/hdlcd: Actually validate CRTC modes
Robin Murphy
2019-06-04
1
-6
/
+5
|
*
|
drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times
Wen He
2019-06-04
1
-1
/
+12
|
*
|
drm/komeda: fixing of DMA mapping sg segment warning
Lowry Li (Arm Technology China)
2019-06-04
2
-0
/
+6
|
*
|
drm/komeda: Constify the usage of komeda_component/pipeline/dev_funcs
james qian wang (Arm Technology China)
2019-06-03
7
-18
/
+18
|
|
/
*
|
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-28
4
-24
/
+17
|
\
\
|
|
/
|
/
|
|
*
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
2019-05-20
2
-2
/
+2
|
*
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
2019-05-20
2
-2
/
+3
|
*
drm: Remove users of drm_format_(horz|vert)_chroma_subsampling
Maxime Ripard
2019-05-20
1
-4
/
+2
|
*
drm: Remove users of drm_format_num_planes
Maxime Ripard
2019-05-20
1
-1
/
+1
|
*
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2019-05-09
16
-49
/
+1652
|
|
\
|
*
|
drm/mali: Convert to using __drm_atomic_helper_crtc_reset() for reset.
Maarten Lankhorst
2019-04-25
1
-17
/
+11
*
|
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge tag 'drm-misc-next-fixes-2019-05-08' of git://anongit.freedesktop.org/d...
Dave Airlie
2019-05-09
1
-2
/
+2
|
\
\
|
*
|
drm: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-04-26
1
-2
/
+2
|
|
/
[prev]
[next]