git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83653c1
)
x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic
author
Andy Lutomirski
<luto@amacapital.net>
Thu, 20 Nov 2014 01:59:41 +0000
(17:59 -0800)
committer
Andy Lutomirski
<luto@amacapital.net>
Fri, 2 Jan 2015 18:22:46 +0000
(10:22 -0800)
In some IST handlers, if the interrupt came from user mode,
we can safely enable preemption. Add helpers to do it safely.
This is intended to be used my the memory failure code in
do_machine_check.
Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
No differences found