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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
drm/amd/display: Add writeback_config to VBA vars
Ilya Bakoulin
1
-0
/
+6
2019-05-31
drm/amd/display: Refactor clk_mgr functions
Eric Yang
5
-52
/
+65
2019-05-31
drm/amd/display: Fix type of pp_smu_wm_set_range struct
Eric Yang
1
-5
/
+26
2019-05-31
drm/amd/display: do not power on eDP power rail early
Anthony Koo
2
-6
/
+0
2019-05-31
drm/amd/display: fix crash on setmode when mode is close to bw limit
Su Sung Chung
1
-2
/
+13
2019-05-31
drm/amd/display: fix calculation of total_data_read_bandwidth
Su Sung Chung
1
-1
/
+38
2019-05-31
drm/amd/display: 3.2.32
Aric Cyr
1
-1
/
+1
2019-05-31
drm/amd/display: Move link functions from dc to dc_link
Chris Park
2
-123
/
+126
2019-05-31
drm/amd/display: Add min_dcfclk_mhz field to bb overrides
Jun Lei
1
-0
/
+1
2019-05-31
drm/amd/display: move clk_mgr files to right place
Eric Yang
22
-21
/
+106
2019-05-31
drm/amd/display: disable PSR/ABM before destroy DMCU struct
Paul Hsieh
5
-2
/
+24
2019-05-31
drm/amd/display: Ensure DRR triggers in BP
Eryk Brol
7
-22
/
+96
2019-05-31
drm/amd/display: Add GSL source select registers
Krunoslav Kovac
1
-3
/
+11
2019-05-31
drm/amd/display: Disable audio stream only if it's currently enabled
Eryk Brol
2
-0
/
+11
2019-05-31
drm/amd/display: assign new stream id in dc_copy_stream
Wenjing Liu
1
-0
/
+3
2019-05-31
drm/amd/display: Move CLK_BASE_INNER macro
Eric Yang
2
-2
/
+5
2019-05-31
drm/amd/display: Implement CM dealpha and bias interfaces
Gary Kattan
2
-14
/
+34
2019-05-31
drm/amd/display: Don't use ROM for output TF if GAMMA_CS_TFM_1D
Hugo Hu
1
-1
/
+2
2019-05-31
drm/amd/display: make clk mgr soc specific
Eric Yang
43
-1174
/
+1673
2019-05-31
drm/amdgpu:Fix the unpin warning about csb buffer
Emily Deng
1
-3
/
+1
2019-05-31
drm/amdgpu: ras injection use gpu address
xinhui pan
1
-0
/
+16
2019-05-31
Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
200
-2463
/
+6354
2019-05-29
drm/amdkfd: fix null pointer dereference on dev
Colin Ian King
1
-3
/
+4
2019-05-28
drm/amdgpu: Need to set the baco cap before baco reset
Emily Deng
5
-14
/
+42
2019-05-28
drm/amdgpu/soc15: skip reset on init
Alex Deucher
1
-0
/
+5
2019-05-28
drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu
Chunming Zhou
1
-1
/
+2
2019-05-28
drm/amdkfd: PM4 packets change to support GWS
Oak Zeng
2
-3
/
+5
2019-05-28
drm/amdkfd: New IOCTL to allocate queue GWS
Oak Zeng
1
-0
/
+27
2019-05-28
drm/amdkfd: Add function to set queue gws
Oak Zeng
2
-0
/
+63
2019-05-28
drm/amdgpu: Add function to add/remove gws to kfd process
Oak Zeng
2
-5
/
+100
2019-05-28
drm/amdkfd: Allocate gws on device initialization
Oak Zeng
2
-1
/
+16
2019-05-28
drm/amdgpu: Add interface to alloc gws from amdgpu
Oak Zeng
2
-0
/
+36
2019-05-28
drm/amdkfd: Add gws number to kfd topology node properties
Oak Zeng
6
-0
/
+29
2019-05-28
drm/amdkfd: Use kfd fd to mmap mmio
Oak Zeng
2
-0
/
+46
2019-05-28
drm/amdgpu: fix unload driver fail
Emily Deng
1
-3
/
+4
2019-05-28
Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
211
-4991
/
+11205
2019-05-28
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
189
-4509
/
+5232
2019-05-26
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
Linus Torvalds
1
-3
/
+13
2019-05-26
random: fix soft lockup when trying to read from an uninitialized blocking pool
Theodore Ts'o
1
-3
/
+13
2019-05-25
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
9
-43
/
+103
2019-05-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
11
-226
/
+189
2019-05-24
Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-41
/
+76
2019-05-24
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
598
-7672
/
+598
2019-05-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-118
/
+120
2019-05-24
drm/amd/doc: Add RAS documentation to guide
Tom St Denis
1
-2
/
+2
2019-05-24
drm/amd/doc: Add XGMI sysfs documentation
Tom St Denis
1
-0
/
+28
2019-05-24
drm/amdgpu: sort probed modes before adding common modes
Yogesh Mohan Marimuthu
1
-0
/
+9
2019-05-24
drm/i915: Update DRIVER_DATE to 20190524
Jani Nikula
1
-2
/
+2
2019-05-24
drm/amd/display: Use new connector state when getting color depth
Nicholas Kazlauskas
1
-12
/
+15
2019-05-24
drm/amd/display: Switch the custom "max bpc" property to the DRM prop
Nicholas Kazlauskas
4
-24
/
+12
[next]