summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-24drm/amd/amdgpu: Add MEM_LOAD to amdgpu_pm_info debugfs fileTom St Denis1-0/+4
2019-05-24drm/amdkfd: Cosmetic cleanupKent Russell9-11/+11
2019-05-24drm/amdgpu: Fix CIK references in gmc_v8Kent Russell1-7/+7
2019-05-24drm/amdgpu: Add PCIe replay count sysfs fileKent Russell6-0/+85
2019-05-24drm/amdgpu: Add replay counter defines to NBIO headersKent Russell3-0/+9
2019-05-24drm/amdgpu: Update latest xgmi topology info after each device is enumulatedshaoyunl1-12/+20
2019-05-24drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan5-20/+122
2019-05-24drm/amdgpu: add new sysfs interface for memory realtime utilizationEvan Quan1-0/+40
2019-05-24drm/amd/powerplay: expose SMU7 asics realtime memory utilizationEvan Quan8-1/+17
2019-05-24drm/amd/powerplay: expose Vega12 realtime memory utilizationEvan Quan1-2/+14
2019-05-24drm/amd/powerplay: expose Vega20 realtime memory utilizationEvan Quan2-2/+15
2019-05-24drm/amdkfd: Adjust weight to represent num_hops info when report xgmi iolinkshaoyunl2-3/+7
2019-05-24drm/amdgpu: Implement get num of hops between two xgmi deviceshaoyunl5-18/+50
2019-05-24drm/amdkfd: Expose HDP registers to user spaceOak Zeng6-3/+20
2019-05-24drm/amdgpu: Remap hdp coherency registersOak Zeng5-6/+49
2019-05-24drm/amd/powerplay: add helper function to get smu firmware & if versionKevin Wang3-8/+46
2019-05-24drm/amd/powerplay: expose Vega12 current gpu activityEvan Quan1-15/+6
2019-05-24drm/amd/powerplay: expose Vega12 current powerEvan Quan1-11/+10
2019-05-24drm/amd/powerplay: support hwmon temperature channel labels V2Evan Quan2-1/+40
2019-05-24drm/amd/powerplay: expose current hotspot and memory temperatures V2Evan Quan5-9/+90
2019-05-24drm/amd/powerplay: support SMU metrics table on Vega12Evan Quan3-0/+45
2019-05-24drm/amd/powerplay: support temperature emergency max valuesEvan Quan8-5/+80
2019-05-24drm/amd/powerplay: support hotspot/memory critical limit valuesEvan Quan8-16/+103
2019-05-20Linux 5.2-rc1Linus Torvalds1-2/+2
2019-05-20Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+8
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-257/+889
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds74-172/+178
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+111
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-65/+107
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-51/+173
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds94-214/+5414
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-136/+202
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-229/+2511
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-26/+27
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds25-124/+277
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-5/+7
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds18-659/+831
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds36-321/+635
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada1-3/+1
2019-05-19panic: add an option to replay all the printk message in bufferFeng Tang5-4/+24
2019-05-19initramfs: don't free a non-existent initrdSteven Price1-1/+1
2019-05-19fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue1-3/+8
2019-05-19mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman1-2/+2
2019-05-19mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)1-0/+43
2019-05-19mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)1-0/+48
2019-05-19mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2-247/+763
2019-05-18Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...Ingo Molnar94-214/+5414
2019-05-18kbuild: check uniqueness of module namesMasahiro Yamada2-0/+17
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov1-1/+12