summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-59/+29
2015-08-22x86/traps: Weaken context tracking entry assertionsAndy Lutomirski1-9/+9
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-1/+1
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski1-59/+19
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski1-0/+9
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+4
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen1-0/+2
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen1-3/+2
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen1-9/+8
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar1-4/+3
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar1-3/+2
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-1/+1
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar1-12/+0
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-1/+1
2015-05-19x86/fpu: Factor out the exception error code handling codeIngo Molnar1-55/+12
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar1-42/+0
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-05-19x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar1-1/+1
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar1-1/+1
2015-05-10x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst1-2/+2
2015-05-07x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov1-17/+0
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-0/+5
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar1-3/+3
2015-03-23x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski1-7/+4
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-8/+8
2015-03-23x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski1-3/+3
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar1-2/+2
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov1-1/+1
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar1-2/+2
2015-03-10x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski1-2/+2
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker1-1/+1
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski1-2/+2
2015-03-06x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski1-2/+2
2015-03-05x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan1-8/+12
2015-02-26x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BPWang Nan1-2/+19
2015-02-19Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar1-1/+1
2015-02-19x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init...Oleg Nesterov1-1/+1
2015-02-09Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+5
2015-02-01x86, traps: Fix ist_enter from userspaceAndy Lutomirski1-7/+18
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov1-7/+5