summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/extable.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski1-0/+10
2016-04-13x86/extable: Add a comment about early exception handlersAndy Lutomirski1-0/+14
2016-04-13x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski1-0/+27
2016-04-13x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski1-17/+2
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski1-5/+24
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski1-0/+5
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski1-3/+3
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel1-108/+0
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-28/+72
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin1-8/+123
2012-04-19x86, extable: Add early_fixup_exception()H. Peter Anvin1-0/+17
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski1-1/+1
2009-10-12x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst1-31/+0
2009-01-23x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto1-0/+6
2008-01-30x86: unify extable_{32|64}.cHarvey Harrison1-0/+62