summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps.c (follow)
Commit message (Expand)AuthorAge
* x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski2019-06-11
* x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-05-16
* x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2018-06-16
* x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski2018-03-28
* x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2018-01-23
* Revert "x86/mm: Expand the exception table logic to allow new handling options"Greg Kroah-Hartman2016-10-31
* x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-10-31
* x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski2016-06-24
* x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-14
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-14
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\
| * x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-22
| * x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-31
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-07
| * x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-07
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-22
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-22
|\
| * Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-08
| |\
| | * x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-08
| | * x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-08
| * | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-07
| |\ \ | | |/ | |/|
| | * x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-07
| | * x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-07
| * | x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-10
| |/
* | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-09
* | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-09
* | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-09
* | x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2015-05-19
* | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-19
* | x86/fpu: Factor out the exception error code handling codeIngo Molnar2015-05-19
* | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-19
* | x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-19
* | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-19
* | x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar2015-05-19
* | x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-19
* | x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar2015-05-19
* | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-19
* | x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar2015-05-19
* | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-19
* | x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar2015-05-19
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-14
|\
| * context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-09
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-13
|\ \
| * | x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov2015-03-23
| * | Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar2015-03-23
| |\ \
| * \ \ Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2015-02-19
| |\ \ \ | | |_|/ | |/| |
| | * | x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init...Oleg Nesterov2015-02-19
* | | | x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2015-03-31
* | | | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski2015-03-23
* | | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-23