| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 1 | -2/+1 |
|\ |
|
| * | x86/fpu: Speed up lazy FPU restores slightly | Andy Lutomirski | 2016-02-09 | 1 | -1/+1 |
| * | x86/fpu: Fix math emulation in eager fpu mode | Andy Lutomirski | 2016-02-09 | 1 | -1/+0 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 1 | -48/+90 |
|\ \ |
|
| * | | x86/entry/traps: Show unhandled signal for i386 in do_trap() | Jianyu Zhan | 2016-03-10 | 1 | -2/+0 |
| * | | x86/entry/32: Change INT80 to be an interrupt gate | Andy Lutomirski | 2016-03-10 | 1 | -1/+1 |
| * | | x86/entry/32: Add and check a stack canary for the SYSENTER stack | Andy Lutomirski | 2016-03-10 | 1 | -0/+8 |
| * | | x86/entry: Vastly simplify SYSENTER TF (single-step) handling | Andy Lutomirski | 2016-03-10 | 1 | -9/+43 |
| * | | x86/entry/traps: Clear DR6 early in do_debug() and improve the comment | Andy Lutomirski | 2016-03-10 | 1 | -3/+12 |
| * | | x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions | Andy Lutomirski | 2016-03-10 | 1 | -5/+7 |
| * | | x86/entry/traps: Refactor preemption and interrupt flag handling | Alexander Kuleshov | 2016-02-01 | 1 | -28/+19 |
| |/ |
|
* / | x86/mm: Expand the exception table logic to allow new handling options | Tony Luck | 2016-02-18 | 1 | -3/+3 |
|/ |
|
* | x86/fpu/mpx: Rework MPX 'xstate' types | Dave Hansen | 2015-09-14 | 1 | -1/+1 |
* | x86/fpu: Rename XSAVE macros | Dave Hansen | 2015-09-14 | 1 | -1/+1 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -59/+29 |
|\ |
|
| * | x86/traps: Weaken context tracking entry assertions | Andy Lutomirski | 2015-08-22 | 1 | -9/+9 |
| * | x86/vm86: Clean up vm86.h includes | Brian Gerst | 2015-07-31 | 1 | -0/+1 |
| * | x86/entry: Remove exception_enter() from most trap handlers | Andy Lutomirski | 2015-07-07 | 1 | -59/+19 |
| * | x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception... | Andy Lutomirski | 2015-07-07 | 1 | -0/+9 |
* | | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() | Paul E. McKenney | 2015-07-23 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-23 | 1 | -17/+4 |
|\ |
|
| * | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar | 2015-06-08 | 1 | -4/+3 |
| |\ |
|
| | * | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64... | Ingo Molnar | 2015-06-08 | 1 | -3/+2 |
| | * | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 2015-06-08 | 1 | -1/+1 |
| * | | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 2015-06-07 | 1 | -12/+0 |
| |\ \
| | |/
| |/| |
|
| | * | x86/traps: Remove superfluous weak definitions and dead code | Borislav Petkov | 2015-05-07 | 1 | -17/+0 |
| | * | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 2015-05-07 | 1 | -0/+5 |
| * | | x86/asm/entry: Remove SYSCALL_VECTOR | Brian Gerst | 2015-05-10 | 1 | -2/+2 |
| |/ |
|
* | | x86/mpx: Trace #BR exceptions | Dave Hansen | 2015-06-09 | 1 | -0/+2 |
* | | x86/mpx: Clean up the code by not passing a task pointer around when unnecessary | Dave Hansen | 2015-06-09 | 1 | -3/+2 |
* | | x86/mpx: Use the new get_xsave_field_ptr()API | Dave Hansen | 2015-06-09 | 1 | -9/+8 |
* | | x86/fpu: Pass 'struct fpu' to fpu__restore() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Harmonize FPU register state types | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Factor out the exception error code handling code | Ingo Molnar | 2015-05-19 | 1 | -55/+12 |
* | | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Use 'struct fpu' in fpu__save() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Rename math_state_restore() to fpu__restore() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Move math_state_restore() to fpu/core.c | Ingo Molnar | 2015-05-19 | 1 | -42/+0 |
* | | x86/fpu: Fix header file dependencies of fpu-internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+0 |
* | | x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | x86/fpu: Rename unlazy_fpu() to fpu__save() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | context_tracking: Rename context symbols to prepare for transition state | Frederic Weisbecker | 2015-03-09 | 1 | -1/+1 |
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 | 1 | -2/+2 |
|\ \ |
|
| * | | x86/fpu: Rename drop_init_fpu() to fpu_reset_state() | Borislav Petkov | 2015-03-23 | 1 | -1/+1 |
| * | | Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts | Ingo Molnar | 2015-03-23 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Ingo Molnar | 2015-02-19 | 1 | -1/+1 |
| |\ \ \
| | |_|/
| |/| | |
|