Borislav Petkov
|
5d9070b1f0
x86/debug/32: Convert a smp_processor_id() call to raw to avoid DEBUG_PREEMPT warning
|
8 年之前 |
Kyle Huey
|
79170fda31
x86/syscalls/32: Wire up arch_prctl on x86-32
|
8 年之前 |
Ingo Molnar
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 年之前 |
Ingo Molnar
|
299300258d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
|
8 年之前 |
Linus Torvalds
|
eb254f323b
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 年之前 |
Linus Torvalds
|
212f30008a
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 年之前 |
Linus Torvalds
|
518bacf5a5
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 年之前 |
Thomas Gleixner
|
34bc3560c6
x86: Remove empty idle.h header
|
8 年之前 |
Fenghua Yu
|
4f341a5e48
x86/intel_rdt: Add scheduler hook
|
8 年之前 |
Josh Poimboeuf
|
bb5e5ce545
x86/dumpstack: Remove kernel text addresses from stack dump
|
8 年之前 |
Rik van Riel
|
c474e50711
x86/fpu: Split old_fpu & new_fpu handling into separate functions
|
9 年之前 |
Andy Lutomirski
|
1ef55be16e
x86/asm: Get rid of __read_cr4_safe()
|
9 年之前 |
Brian Gerst
|
ffcb043ba5
sched/x86: Fix thread_saved_pc()
|
9 年之前 |
Brian Gerst
|
616d24835e
sched/x86: Pass kernel thread parameters in 'struct fork_frame'
|
9 年之前 |
Brian Gerst
|
0100301bfd
sched/x86: Rewrite the switch_to() code
|
9 年之前 |
Paul Gortmaker
|
186f43608a
x86/kernel: Audit and remove any unnecessary uses of module.h
|
9 年之前 |
Peter Zijlstra
|
d87b7a3379
sched/core, sched/x86: Kill thread_info::saved_preempt_count
|
10 年之前 |
Thomas Gleixner
|
7ba78053aa
x86/process: Unify 32bit and 64bit implementations of get_wchan()
|
10 年之前 |
Brian Gerst
|
ba3e127ec1
x86/vm86: Clean up vm86.h includes
|
10 年之前 |
Josh Triplett
|
c1bd55f922
x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
|
10 年之前 |
Linus Torvalds
|
d70b3ef54c
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 年之前 |
Ingo Molnar
|
78f7f1e54b
x86/fpu: Rename fpu-internal.h to fpu/internal.h
|
10 年之前 |
Ingo Molnar
|
384a23f939
x86/fpu: Use 'struct fpu' in switch_fpu_finish()
|
10 年之前 |
Ingo Molnar
|
cb8818b6ac
x86/fpu: Use 'struct fpu' in switch_fpu_prepare()
|
10 年之前 |
Ingo Molnar
|
3a0aee4801
x86/fpu: Rename math_state_restore() to fpu__restore()
|
10 年之前 |
Ingo Molnar
|
f89e32e0a3
x86/fpu: Fix header file dependencies of fpu-internal.h
|
10 年之前 |
Denys Vlasenko
|
fed7c3f0f7
x86/entry: Remove unused 'kernel_stack' per-cpu variable
|
10 年之前 |
Denys Vlasenko
|
ef593260f0
x86/asm/entry: Get rid of KERNEL_STACK_OFFSET
|
10 年之前 |
Andy Lutomirski
|
f39b6f0ef8
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
|
10 年之前 |
Brian Gerst
|
1daeaa3151
x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET
|
10 年之前 |