public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Misc x86 cleanups
@ 2016-05-05  2:44 Brian Gerst
  2016-05-05  2:44 ` [PATCH 1/3] x86: Don't save/restore EFLAGS on task switch Brian Gerst
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Brian Gerst @ 2016-05-05  2:44 UTC (permalink / raw)
  To: x86, linux-kernel
  Cc: Ingo Molnar, H. Peter Anvin, Denys Vlasenko, Andy Lutomirski,
	Borislav Petkov

Here are a few cleanups from the recent x86 entry code rewrite.

[PATCH 1/3] x86: Don't save/restore EFLAGS on task switch
[PATCH 2/3] x86-32: Remove GET_THREAD_INFO from entry code
[PATCH 3/3] x86-32: Remove asmlinkage_protect

 arch/x86/entry/entry_32.S        |  7 -------
 arch/x86/entry/entry_64.S        |  3 ---
 arch/x86/include/asm/linkage.h   | 34 ----------------------------------
 arch/x86/include/asm/switch_to.h |  4 +---
 4 files changed, 1 insertion(+), 47 deletions(-)

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

end of thread, other threads:[~2016-05-05  9:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05  2:44 [PATCH 0/3] Misc x86 cleanups Brian Gerst
2016-05-05  2:44 ` [PATCH 1/3] x86: Don't save/restore EFLAGS on task switch Brian Gerst
2016-05-05  3:27   ` Andy Lutomirski
2016-05-05  9:36   ` [tip:x86/asm] x86/entry, sched/x86: " tip-bot for Brian Gerst
2016-05-05  2:44 ` [PATCH 2/3] x86-32: Remove GET_THREAD_INFO from entry code Brian Gerst
2016-05-05  3:27   ` Andy Lutomirski
2016-05-05  9:37   ` [tip:x86/asm] x86/entry/32: Remove GET_THREAD_INFO() " tip-bot for Brian Gerst
2016-05-05  2:44 ` [PATCH 3/3] x86-32: Remove asmlinkage_protect Brian Gerst
2016-05-05  3:29   ` Andy Lutomirski
2016-05-05  9:37   ` [tip:x86/asm] x86/entry/32: Remove asmlinkage_protect() tip-bot for Brian Gerst

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