| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | x86/asm/entry: Remove user_mode_ignore_vm86() | Ingo Molnar | 2015-03-31 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Do not GET_THREAD_INFO() too early | Denys Vlasenko | 2015-03-31 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Move retint_kernel code block closer to its user | Denys Vlasenko | 2015-03-31 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Add missing CFI annotation | Denys Vlasenko | 2015-03-27 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Fix comment about SYSENTER MSRs | Denys Vlasenko | 2015-03-27 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Use smaller instructions | Denys Vlasenko | 2015-03-27 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Use better label name, fix comments | Denys Vlasenko | 2015-03-27 | |
| | * | | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/asm, to resolve conflict | Ingo Molnar | 2015-03-25 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() | Ingo Molnar | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro | Ingo Molnar | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Always set up SYSENTER MSRs | Ingo Molnar | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup | Denys Vlasenko | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros | Denys Vlasenko | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack | Denys Vlasenko | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL... | Denys Vlasenko | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user | Denys Vlasenko | 2015-03-24 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Fix incorrect comment | Denys Vlasenko | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks | Andy Lutomirski | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Use user_mode_ignore_vm86() where appropriate | Andy Lutomirski | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base() | Andy Lutomirski | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts | Ingo Molnar | 2015-03-23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base() | Andy Lutomirski | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 2015-03-23 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch' | Ingo Molnar | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Update comments about stack frames | Ingo Molnar | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Remove thread_struct::usersp | Ingo Molnar | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Simplify 'old_rsp' usage | Ingo Molnar | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp) | Denys Vlasenko | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_i... | Ingo Molnar | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better | Denys Vlasenko | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Unify and fix initial thread_struct::sp0 values | Andy Lutomirski | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro | Andy Lutomirski | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/signal/64: Remove 'fs' and 'gs' from sigcontext | Andy Lutomirski | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/signal/64: Fix SS handling for signals delivered to 64-bit programs | Andy Lutomirski | 2015-03-17 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath | Denys Vlasenko | 2015-03-10 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Remove stub_iopl | Denys Vlasenko | 2015-03-10 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath | Denys Vlasenko | 2015-03-10 | |
| | * | | | | | | | | | | | | | | | x86/asm: Optimize unnecessarily wide TEST instructions | Denys Vlasenko | 2015-03-07 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski | 2015-03-07 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Delay loading sp0 slightly on task switch | Andy Lutomirski | 2015-03-07 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST' | Andy Lutomirski | 2015-03-06 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' | Andy Lutomirski | 2015-03-06 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Rename 'init_tss' to 'cpu_tss' | Andy Lutomirski | 2015-03-06 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 | Andy Lutomirski | 2015-03-06 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() | Andy Lutomirski | 2015-03-06 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu | Andy Lutomirski | 2015-03-06 | |
| | * | | | | | | | | | | | | | | | x86/traps: Separate set_intr_gate() and clean up early_trap_init() | Wang Nan | 2015-03-05 | |
| | * | | | | | | | | | | | | | | | x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization | Andy Lutomirski | 2015-03-04 | |
