]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2019 00:28:57 +0000 (17:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2019 00:28:57 +0000 (17:28 -0700)
commitcc0ef07392d4df7fe34c495ce24e8ba244850f9b
tree8d75363fe5bc959bf03d72bc1c00275fb759f153
parentd1b87a3dc8201434a3a3ab1cacdaf0b12258c5bf
parent2b02590fa014208ca9e6e01ca844c6db3473a3c7
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 AVX512 status update from Ingo Molnar:
 "This adds a new ABI that the main scheduler probably doesn't want to
  deal with but HPC job schedulers might want to use: the
  AVX512_elapsed_ms field in the new /proc/<pid>/arch_status task status
  file, which allows the user-space job scheduler to cluster such tasks,
  to avoid turbo frequency drops"

* 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  Documentation/filesystems/proc.txt: Add arch_status file
  x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status
  proc: Add /proc/<pid>/arch_status
arch/x86/Kconfig
arch/x86/kernel/fpu/xstate.c
fs/proc/base.c