index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-19
drm/ttm: Simplify ttm_dma_find_pool() (v2)
Tom St Denis
1
-9
/
+6
2018-02-19
drm/ttm: Fix coding style in ttm_pool_store()
Tom St Denis
1
-3
/
+4
2018-02-19
drm/ttm: Change ttm_tt page allocations to return errors
Tom St Denis
1
-6
/
+10
2018-02-19
drm/ttm: Add a default BO destructor to simplify code (v2)
Tom St Denis
1
-5
/
+8
2018-02-19
drm/ttm: Fix coding style in ttm_bo.c
Tom St Denis
1
-5
/
+2
2018-02-19
drm/amdgpu: fill only the lower range with ATS entries v2
Christian König
1
-29
/
+53
2018-02-19
drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"
Christian König
9
-39
/
+8
2018-02-19
drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"
Christian König
14
-29
/
+21
2018-02-19
drm/amdgpu: drop root shadow sync
Christian König
1
-5
/
+0
2018-02-19
drm/amdgpu: revert "drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/...
Christian König
1
-24
/
+92
2018-02-19
drm/amdgpu: fix vcn_v1_0_dec_ring_emit_wreg
Christian König
1
-1
/
+18
2018-02-19
drm/amdgpu/pm: rework the hwmon visibility settings
Alex Deucher
1
-13
/
+17
2018-02-19
drm/amdgpu/pp: remove the get_temperature API
Alex Deucher
11
-38
/
+0
2018-02-19
drm/amdgpu/pm: use read_sensor API to get temperature
Alex Deucher
1
-8
/
+16
2018-02-19
drm/amdgpu/pm: report gpu average power via hwmon API
Alex Deucher
1
-0
/
+34
2018-02-19
drm/amdgpu/pm: report gpu voltages via hwmon API
Alex Deucher
1
-0
/
+82
2018-02-19
drm/amdgpu/pm: handle fan properly when card is powered down
Alex Deucher
1
-0
/
+20
2018-02-19
drm/amdgpu: move static CSA address to top of address space v2
Christian König
4
-13
/
+26
2018-02-19
drm/amd/pp: Delete unnecessary function argument
Rex Zhu
5
-18
/
+8
2018-02-19
drm/amd/pp: Add struct profile_mode_setting for smu7
Rex Zhu
7
-39
/
+56
2018-02-19
drm/amd/pp: Delete dead code in powerplay
Rex Zhu
12
-45
/
+15
2018-02-19
drm/amd/pp: Change activity_target for performance optimization on Polaris
Rex Zhu
5
-7
/
+4
2018-02-19
drm/amd/display: Remove timer handler.
Andrey Grodzovsky
2
-80
/
+0
2018-02-19
drm/amd/display: Remove unsued mutex and spinlock.
Andrey Grodzovsky
2
-15
/
+0
2018-02-19
drm/amd/display: Fix warning about misaligned code
Harry Wentland
1
-2
/
+2
2018-02-19
drm/amd/display: Add temporary delay on disconnect patch
John Barberiz
1
-0
/
+2
2018-02-19
drm/amd/display: Remove unnecessary register programming
Mikita Lipski
1
-4
/
+0
2018-02-19
drm/amd/display: Add temporary delay on disconnect patch
John Barberiz
2
-4
/
+16
2018-02-19
drm/amd/display: Fix unused variable compilation error
Leo (Sunpeng) Li
1
-1
/
+0
2018-02-19
drm/amd/display: eDP sequence BL off first then DP blank.
Charlene Liu
6
-6
/
+29
2018-02-19
drm/amd/display: Add debug flag for p010_mpo_support
Geling Li
1
-0
/
+1
2018-02-19
drm/amd/display: Force full update on pixel_format_change
Krunoslav Kovac
2
-1
/
+2
2018-02-19
drm/amd/display: dal 3.1.29
Tony Cheng
1
-1
/
+1
2018-02-19
drm/amd/display: dpms off mute az audio endpoint only.
Charlene Liu
3
-1
/
+7
2018-02-19
drm/amd/display: revert to hacking bounding box for pipe split
Dmytro Laktyushkin
1
-25
/
+18
2018-02-19
drm/amd/display: disable az_clock_gating for endpoint register access only
Charlene Liu
1
-1
/
+17
2018-02-19
drm/amd/display: Define dpp1_set_cursor_position in header
Arun Pandey
1
-0
/
+6
2018-02-19
drm/amd/display: fix backlight not off at resume from S4
Charlene Liu
1
-6
/
+27
2018-02-19
drm/amd/display: Add timing generator count to resource pool.
Yongqiang Sun
8
-4
/
+12
2018-02-19
drm/amd/display: Synchronize update plane addr for freesync
SivapiriyanKumarasamy
1
-16
/
+31
2018-02-19
drm/amd/display: Call update_stream_signal directly from amdgpu_dm
Harry Wentland
3
-8
/
+6
2018-02-19
drm/amd/display: Early return on crc get
Leo (Sunpeng) Li
2
-14
/
+21
2018-02-19
drm/amd/display: Move output_tf to stream_state/update
Yongqiang Sun
2
-1
/
+2
2018-02-19
drm/amd/display: Remove unused param in DML
Ken Chalmers
1
-1
/
+0
2018-02-19
drm/amd/display: Update the register GRPH_SWAP_CNTL if surface pixel format c...
Duke Du
3
-0
/
+5
2018-02-19
drm/amd/display: dc: Remove unused display_mode_vba.c
Harry Wentland
7
-8611
/
+4
2018-02-19
drm/amdgpu/soc15: don't abuse IP soft reset for adapter reset
Alex Deucher
3
-20
/
+6
2018-02-19
drm/amdgpu/psp: use a function pointer structure
Alex Deucher
6
-116
/
+113
2018-02-19
drm/amdgpu: consistently use AMDGPU_CSA_VADDR
Christian König
2
-7
/
+7
2018-02-19
drm/amdgpu: apply top reserved VA space to pre Vega10 as well
Christian König
4
-4
/
+7
[next]