| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 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 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init... | Oleg Nesterov | 2015-02-19 | 1 | -1/+1 |
* | | | | x86/asm/entry: Remove user_mode_ignore_vm86() | Ingo Molnar | 2015-03-31 | 1 | -3/+3 |
* | | | | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks | Andy Lutomirski | 2015-03-23 | 1 | -7/+4 |
* | | | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski | 2015-03-23 | 1 | -8/+8 |
* | | | | x86/asm/entry: Use user_mode_ignore_vm86() where appropriate | Andy Lutomirski | 2015-03-23 | 1 | -3/+3 |
* | | | | Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts | Ingo Molnar | 2015-03-23 | 1 | -2/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | x86/asm/entry/32: Fix user_mode() misuses | Andy Lutomirski | 2015-03-10 | 1 | -2/+2 |
| |/ / |
|
* | | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski | 2015-03-07 | 1 | -2/+2 |
* | | | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() | Andy Lutomirski | 2015-03-06 | 1 | -2/+2 |
* | | | x86/traps: Separate set_intr_gate() and clean up early_trap_init() | Wang Nan | 2015-03-05 | 1 | -8/+12 |
* | | | x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP | Wang Nan | 2015-02-26 | 1 | -2/+19 |
|/ / |
|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-09 | 1 | -7/+5 |
|\ \ |
|
| * | | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | Oleg Nesterov | 2015-01-20 | 1 | -7/+5 |
| |/ |
|
* | | x86, traps: Fix ist_enter from userspace | Andy Lutomirski | 2015-02-01 | 1 | -7/+18 |
* | | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic | Andy Lutomirski | 2015-01-02 | 1 | -0/+38 |
* | | x86, traps: Track entry into and exit from IST context | Andy Lutomirski | 2015-01-02 | 1 | -6/+41 |
* | | x86, entry: Switch stacks on a paranoid entry from userspace | Andy Lutomirski | 2015-01-02 | 1 | -18/+5 |
|/ |
|
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-19 | 1 | -1/+1 |
|\ |
|
| * | x86_64/traps: Fix always true condition | Dan Carpenter | 2014-12-08 | 1 | -1/+1 |
* | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-10 | 1 | -1/+84 |
|\ \
| |/ |
|