Linus Torvalds
|
d70b3ef54c
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Dave Hansen
|
e7126cf5f1
x86/mpx: Trace #BR exceptions
|
10 years ago |
Dave Hansen
|
46a6e0cf1c
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
|
10 years ago |
Dave Hansen
|
a84eeaa96b
x86/mpx: Use the new get_xsave_field_ptr()API
|
10 years ago |
Ingo Molnar
|
9dda1658a9
Merge branch 'x86/asm' into x86/core, to prepare for new patch
|
10 years ago |
Ingo Molnar
|
b2502b418e
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32
|
10 years ago |
Ingo Molnar
|
2cd23553b4
x86/asm/entry: Rename compat syscall entry points
|
10 years ago |
Ingo Molnar
|
c2f9b0af8b
Merge branch 'x86/ras' into x86/core, to fix conflicts
|
10 years ago |
Ingo Molnar
|
e1884d69f6
x86/fpu: Pass 'struct fpu' to fpu__restore()
|
10 years ago |
Ingo Molnar
|
c47ada305d
x86/fpu: Harmonize FPU register state types
|
10 years ago |
Ingo Molnar
|
e1cebad49c
x86/fpu: Factor out the exception error code handling code
|
10 years ago |
Ingo Molnar
|
7366ed771f
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
|
10 years ago |
Ingo Molnar
|
4f83634710
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
|
10 years ago |
Ingo Molnar
|
78f7f1e54b
x86/fpu: Rename fpu-internal.h to fpu/internal.h
|
10 years ago |
Ingo Molnar
|
0c070595ce
x86/fpu: Use 'struct fpu' in fpu__save()
|
10 years ago |
Ingo Molnar
|
3a0aee4801
x86/fpu: Rename math_state_restore() to fpu__restore()
|
10 years ago |
Ingo Molnar
|
93b90712c6
x86/fpu: Move math_state_restore() to fpu/core.c
|
10 years ago |
Ingo Molnar
|
f89e32e0a3
x86/fpu: Fix header file dependencies of fpu-internal.h
|
10 years ago |
Ingo Molnar
|
c0c2803dee
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
|
10 years ago |
Ingo Molnar
|
97185c95f7
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
|
10 years ago |
Ingo Molnar
|
0a78155154
x86/fpu: Rename unlazy_fpu() to fpu__save()
|
10 years ago |
Brian Gerst
|
51bb92843e
x86/asm/entry: Remove SYSCALL_VECTOR
|
10 years ago |
Borislav Petkov
|
8cd161b1f7
x86/traps: Remove superfluous weak definitions and dead code
|
10 years ago |
Aravind Gopalakrishnan
|
24fd78a81f
x86/mce/amd: Introduce deferred error interrupt handler
|
10 years ago |
Linus Torvalds
|
e95e7f6270
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Linus Torvalds
|
421ec9017f
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Ingo Molnar
|
55474c48b4
x86/asm/entry: Remove user_mode_ignore_vm86()
|
10 years ago |
Andy Lutomirski
|
d74ef1118a
x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks
|
10 years ago |
Andy Lutomirski
|
f39b6f0ef8
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
|
10 years ago |
Andy Lutomirski
|
ae60f0710a
x86/asm/entry: Use user_mode_ignore_vm86() where appropriate
|
10 years ago |