public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Forcibly enable some MISC_ENABLE features on Intel
@ 2011-08-17 14:03 Andy Lutomirski
  2011-08-17 14:03 ` [PATCH v4 1/2] x86: Enable fast strings on Intel if BIOS hasn't already Andy Lutomirski
  2011-08-17 14:03 ` [PATCH v4 2/2] x86: Enable monitor/mwait " Andy Lutomirski
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Lutomirski @ 2011-08-17 14:03 UTC (permalink / raw)
  To: x86, linux-kernel
  Cc: Fenghua Yu, Matthew Garrett, Len Brown, linux-acpi, Ingo Molnar,
	Andy Lutomirski

Intel allows BIOS or the OS to enable or disable some CPU fueatures via
IA32_MISC_ENABLE.  I have machines that don't enable fast strings or
monitor/mwait in BIOS, so do it on bootup instead.

Changes from v3:
 - Don't display CPU index (and therefore don't break !SMP build)
 - Don't display "Failed to enable..." when kmemcheck is on

Changes from v2:
 - Don't linebreak printk messages (for ease of grepping)
 - Use printk_once
 - Update the "Disabled fast string operations" message

Changes from v1:
 - Display FW_WARN messages.
 - Don't change the kmemcheck message.
 - Improve the fast string comment.
 - Improve the changelogs.

Andy Lutomirski (2):
  x86: Enable fast strings on Intel if BIOS hasn't already
  x86: Enable monitor/mwait on Intel if BIOS hasn't already

 arch/x86/kernel/cpu/intel.c |   51 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 46 insertions(+), 5 deletions(-)

-- 
1.7.6


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

end of thread, other threads:[~2011-08-17 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 14:03 [PATCH v4 0/2] Forcibly enable some MISC_ENABLE features on Intel Andy Lutomirski
2011-08-17 14:03 ` [PATCH v4 1/2] x86: Enable fast strings on Intel if BIOS hasn't already Andy Lutomirski
2011-08-17 21:38   ` Yu, Fenghua
2011-08-17 14:03 ` [PATCH v4 2/2] x86: Enable monitor/mwait " Andy Lutomirski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox