Re: [PATCH] x86/Centaur: show more HW features in /proc/cpuinfo

2018-04-18 Thread David Wang
h...@via-alliance.com; > cooper...@zhaoxin.com; qiyuanw...@zhaoxin.com; > benjamin...@viatech.com; luke...@viacpu.com; tim...@zhaoxin.com > Subject: Re: [PATCH] x86/Centaur: show more HW features in /proc/cpuinfo > > On Sun, 8 Apr 2018, David Wang wrote: > > > We add this p

Re: [PATCH] x86/Centaur: show more HW features in /proc/cpuinfo

2018-04-17 Thread Thomas Gleixner
On Sun, 8 Apr 2018, David Wang wrote: > We add this patch to show correct HW features(arch_perfmon, tpr_shadow, > vnmi, flexpriority, ept and vpid) when user execute "cat /proc/cpuinfo". See the other mail vs. the changelog. > > Signed-off-by: David Wang > --- > arch/x86/kernel/cpu/centaur.c

Re: [PATCH] x86/Centaur: show more HW features in /proc/cpuinfo

2018-04-08 Thread David Wang
-alliance.com; cooper...@zhaoxin.com; > qiyuanw...@zhaoxin.com; benjamin...@viatech.com; luke...@viacpu.com; > tim...@zhaoxin.com; David Wang > 主题: [PATCH] x86/Centaur: show more HW features in /proc/cpuinfo > > We add this patch to show correct HW features(arch_perfmon, tpr_shadow, > vnmi

[PATCH] x86/Centaur: show more HW features in /proc/cpuinfo

2018-04-08 Thread David Wang
We add this patch to show correct HW features(arch_perfmon, tpr_shadow, vnmi, flexpriority, ept and vpid) when user execute "cat /proc/cpuinfo". Signed-off-by: David Wang --- arch/x86/kernel/cpu/centaur.c | 49 +++ 1 file changed, 49 insertions(+) diff --