summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-101-1/+1
| * | x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-101-0/+8
| * | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-101-9/+43
| * | x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski2016-03-101-3/+12
| * | x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski2016-03-101-5/+7
| * | x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-011-28/+19
| |/
* | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-3/+3
|/
* x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-141-1/+1
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-59/+29
|\
| * x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-221-9/+9
| * x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-071-59/+19
| * x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-071-0/+9
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-1/+1
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-17/+4
|\
| * Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-4/+3
| |\
| | * x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-3/+2
| | * x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-1/+1
| * | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-071-12/+0
| |\ \ | | |/ | |/|
| | * x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-071-17/+0
| | * x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-0/+5
| * | x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-101-2/+2
| |/
* | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-091-0/+2
* | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-091-3/+2
* | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-091-9/+8
* | x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-1/+1
* | x86/fpu: Factor out the exception error code handling codeIngo Molnar2015-05-191-55/+12
* | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar2015-05-191-42/+0
* | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
* | x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar2015-05-191-1/+1
* | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar2015-05-191-1/+1
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-141-1/+1
|\
| * context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-091-1/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-131-2/+2
|\ \
| * | x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov2015-03-231-1/+1
| * | Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar2015-03-231-2/+2
| |\ \
| * \ \ Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2015-02-191-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init...Oleg Nesterov2015-02-191-1/+1
* | | | x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2015-03-311-3/+3
* | | | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski2015-03-231-7/+4
* | | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-8/+8
* | | | x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski2015-03-231-3/+3
OpenPOWER on IntegriCloud