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
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
202
-2467
/
+6405
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
2
-1
/
+46
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
218
-5016
/
+11477
2019-05-28
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
220
-4590
/
+5940
2019-05-26
Linux 5.2-rc2
Linus Torvalds
1
-2
/
+2
2019-05-26
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-10
/
+20
2019-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
44
-303
/
+399
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
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
3
-10
/
+20
2019-05-25
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
3
-18
/
+19
2019-05-25
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
10
-43
/
+129
2019-05-25
Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-3
/
+11
2019-05-24
ext4: fix dcache lookup of !casefolded directories
Gabriel Krisman Bertazi
1
-1
/
+1
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
18
-246
/
+241
2019-05-24
Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
12
-13
/
+21
[next]