All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86/asm: Remove some static_cpu_has() usage
@ 2019-03-30 11:20 Borislav Petkov
  2019-03-30 11:20 ` [PATCH 1/5] x86/asm: Clarify static_cpu_has()'s intended use Borislav Petkov
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Borislav Petkov @ 2019-03-30 11:20 UTC (permalink / raw)
  To: LKML; +Cc: Nadav Amit, Andy Lutomirski, Peter Zijlstra

From: Borislav Petkov <bp@suse.de>

Hi,

this came about after Nadav asked about static_cpu_has() and when it
should be used. The resulting converts a bunch of slow-paths to use
the plain boot_cpu_has() tester which is straight-forward and doesn't
require to be patched in by alternatives, leaving static_cpu_has() only
to the fast paths, where it should be used anyway.

Thx.

Borislav Petkov (5):
  x86/asm: Clarify static_cpu_has()'s intended use
  x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
  x86/kvm: Convert some slow-path static_cpu_has() callers to
    boot_cpu_has()
  x86/mm: Convert some slow-path static_cpu_has() callers to
    boot_cpu_has()
  drivers/cpufreq: Convert some slow-path static_cpu_has() callers to
    boot_cpu_has()

 arch/x86/include/asm/cpufeature.h      |  9 ++++++---
 arch/x86/include/asm/fpu/internal.h    |  7 +++----
 arch/x86/kernel/apic/apic_numachip.c   |  2 +-
 arch/x86/kernel/cpu/aperfmperf.c       |  6 +++---
 arch/x86/kernel/cpu/common.c           |  2 +-
 arch/x86/kernel/cpu/mce/inject.c       |  2 +-
 arch/x86/kernel/cpu/proc.c             | 10 +++++-----
 arch/x86/kernel/ldt.c                  | 14 +++++++-------
 arch/x86/kernel/paravirt.c             |  2 +-
 arch/x86/kernel/process.c              |  4 ++--
 arch/x86/kernel/reboot.c               |  2 +-
 arch/x86/kernel/vm86_32.c              |  2 +-
 arch/x86/kvm/svm.c                     | 10 +++++-----
 arch/x86/kvm/vmx/vmx.c                 |  4 ++--
 arch/x86/mm/dump_pagetables.c          |  4 ++--
 arch/x86/mm/pgtable.c                  |  4 ++--
 arch/x86/mm/pti.c                      |  2 +-
 drivers/cpufreq/amd_freq_sensitivity.c |  2 +-
 drivers/cpufreq/intel_pstate.c         | 18 +++++++++---------
 drivers/cpufreq/powernow-k8.c          |  2 +-
 20 files changed, 55 insertions(+), 53 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-04-08 14:31 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-30 11:20 [PATCH 0/5] x86/asm: Remove some static_cpu_has() usage Borislav Petkov
2019-03-30 11:20 ` [PATCH 1/5] x86/asm: Clarify static_cpu_has()'s intended use Borislav Petkov
2019-04-01  8:06   ` Peter Zijlstra
2019-04-08 14:29   ` [tip:x86/asm] " tip-bot for Borislav Petkov
2019-03-30 11:20 ` [PATCH 2/5] x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has() Borislav Petkov
2019-03-30 11:20   ` [2/5] " Borislav Petkov
2019-03-30 12:47   ` [PATCH 2/5] " Rik van Riel
2019-03-30 12:47     ` [2/5] " Rik van Riel
2019-03-30 12:50   ` [PATCH 2/5] " Juergen Gross
2019-03-30 12:50   ` Juergen Gross
2019-03-30 12:50     ` [2/5] " Juergen Gross
2019-04-08 14:29   ` [tip:x86/asm] " tip-bot for Borislav Petkov
2019-03-30 11:20 ` [PATCH 2/5] " Borislav Petkov
2019-03-30 11:20 ` [PATCH 3/5] x86/kvm: " Borislav Petkov
2019-03-31 14:20   ` Paolo Bonzini
2019-03-31 15:12     ` Borislav Petkov
2019-04-01  7:24       ` Paolo Bonzini
2019-04-01  7:33         ` Borislav Petkov
2019-03-30 11:20 ` [PATCH 4/5] x86/mm: " Borislav Petkov
2019-04-08 14:30   ` [tip:x86/asm] " tip-bot for Borislav Petkov
2019-03-30 11:20 ` [PATCH 5/5] drivers/cpufreq: " Borislav Petkov
2019-04-01  9:31   ` Rafael J. Wysocki
2019-04-01  9:32     ` Rafael J. Wysocki
2019-04-01 12:48       ` Borislav Petkov
2019-04-01 21:34         ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.