- 75ca5b2 x86/entry: spell EBX register correctly in documentation by Nicolas Iooss · 8 years ago
- 092c74e x86/entry, sched/x86: Don't save/restore EFLAGS on task switch by Brian Gerst · 9 years ago
- b038c84 x86/segments/64: When load_gs_index fails, clear the base by Andy Lutomirski · 9 years ago
- 42c748bb x86/entry/64: Make gs_change a local label by Borislav Petkov · 9 years ago
- 96e5d28 x86/cpu: Add Erratum 88 detection on AMD by Borislav Petkov · 9 years ago
- fda57b2 x86/entry: Improve system call entry comments by Andy Lutomirski · 9 years ago
- eb2a54c x86/entry/64: Fix fast-path syscall return register state by Andy Lutomirski · 9 years ago
- b776508 x86/entry/64: Fix an IRQ state error on ptregs-using syscalls by Andy Lutomirski · 9 years ago
- 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 9 years ago
- 24d978b x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork by Andy Lutomirski · 9 years ago
- 46eabf0 x86/entry/64: Call all native slow-path syscalls with full pt-regs by Andy Lutomirski · 9 years ago
- 302f5b2 x86/entry/64: Always run ptregs-using syscalls on the slow path by Andy Lutomirski · 9 years ago
- 478dc89 x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots by Andy Lutomirski · 9 years ago
- f107505 x86/entry/64: Fix irqflag tracing wrt context tracking by Andy Lutomirski · 9 years ago
- ee08c6b x86/entry/64/compat: Migrate the body of the syscall entry to C by Andy Lutomirski · 9 years ago
- 8169aff x86/entry/64/compat: Set up full pt_regs for all compat syscalls by Andy Lutomirski · 9 years ago
- 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
- 83c133c x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code by Andy Lutomirski · 9 years ago
- fc57a7c x86/paravirt: Replace the paravirt nop with a bona fide empty function by Andy Lutomirski · 9 years ago
- 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
- a97439a x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code by Andy Lutomirski · 9 years ago
- 36f1a77 x86/nmi/64: Make the "NMI executing" variable more consistent by Andy Lutomirski · 9 years ago
- 23a781e x86/nmi/64: Minor asm simplification by Andy Lutomirski · 9 years ago
- 810bc07 x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection by Andy Lutomirski · 9 years ago
- a27507c x86/nmi/64: Reorder nested NMI checks by Andy Lutomirski · 9 years ago
- 0b22930 x86/nmi/64: Improve nested NMI comments by Andy Lutomirski · 9 years ago
- 9b6e6a8 x86/nmi/64: Switch stacks on userspace NMI entry by Andy Lutomirski · 9 years ago
- 0e181bb x86/nmi/64: Remove asm code that saves CR2 by Andy Lutomirski · 9 years ago
- 06a7b36 x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h by Andy Lutomirski · 9 years ago
- 02bc776 x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly code by Andy Lutomirski · 9 years ago
- a586f98 x86/asm/entry/64: Simplify IRQ stack pt_regs handling by Andy Lutomirski · 9 years ago
- ff46759 x86/asm/entry/64: Save all regs on interrupt entry by Andy Lutomirski · 9 years ago
- 29ea1b2 x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and remove old assembly code by Andy Lutomirski · 9 years ago
- cb6f64e x86/entry/64: Really create an error-entry-from-usermode code path by Andy Lutomirski · 9 years ago
- 5e99cb7 x86/entry/64/compat: Fix bad fast syscall arg failure path by Andy Lutomirski · 9 years ago
- 539f511 x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code by Andy Lutomirski · 9 years ago
- 4d73213 x86/asm/entry/64: Clean up entry_64.S by Ingo Molnar · 9 years ago
- 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
- b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
- 138bd56 x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S by Ingo Molnar · 9 years ago
- 5ca6f70 x86/asm/entry/64: Remove pointless jump to irq_return by Andy Lutomirski · 9 years ago
- d36f947 x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/ by Ingo Molnar · 9 years ago
- 905a36a x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/ by Ingo Molnar · 9 years ago[Renamed from arch/x86/kernel/entry_64.S]
- 2f63b9d x86/asm/entry/64: Fold identical code paths by Jan Beulich · 9 years ago
- 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 9 years ago
- adeb553 x86/asm/entry/64: Use shorter MOVs from segment registers by Denys Vlasenko · 9 years ago
- 3a23208 x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code by Denys Vlasenko · 10 years ago
- 63332a8 x86/entry: Stop using PER_CPU_VAR(kernel_stack) by Denys Vlasenko · 10 years ago
- 7ae383b Merge branch 'linus' into x86/asm, before applying dependent patch by Ingo Molnar · 9 years ago
- 03335e9 x86/asm/entry/64: Clean up usage of TEST insns by Denys Vlasenko · 10 years ago
- dde74f2 x86/asm/entry/64: Tidy up JZ insns after TESTs by Denys Vlasenko · 10 years ago
- 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 10 years ago
- ac7f5df x86/asm/entry/64: Merge 32-bit execve stubs with x32 ones, as they are identical by Denys Vlasenko · 10 years ago
- 17be0ae x86/asm/entry/64: Implement better check for canonical addresses by Denys Vlasenko · 10 years ago
- a37f34a x86/asm/entry/64: Reduce padding in execve stubs by Denys Vlasenko · 10 years ago
- 54a81e9 x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_fork by Denys Vlasenko · 10 years ago
- 66ad4ef x86/asm/entry/64: Simplify jumps in ret_from_fork by Denys Vlasenko · 10 years ago
- a30b008 x86/asm/entry/64: Remove a redundant jump by Denys Vlasenko · 10 years ago
- 772951c x86/asm/entry/64: Optimize [v]fork/clone stubs by Denys Vlasenko · 10 years ago
- 0f90fb9 x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too by Denys Vlasenko · 10 years ago
- 05f1752 x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat() by Denys Vlasenko · 10 years ago
- 31f0119 x86/asm/entry/64: Use common code for rt_sigreturn() epilogue by Denys Vlasenko · 10 years ago
- 8b3607b5 x86/asm/entry/64: Add forgotten CFI annotation by Denys Vlasenko · 10 years ago
- 3304c9c x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout by Denys Vlasenko · 10 years ago
- fffbb5d x86/asm/entry/64: Move opportunistic sysret code to syscall code path by Denys Vlasenko · 10 years ago
- 4bcc782 Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
- fc3e958 x86/asm/entry: Clear EXTRA_REGS for all executable formats by Denys Vlasenko · 10 years ago
- 0784b36 x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user by Denys Vlasenko · 10 years ago
- 7ea2416 x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF set by Andy Lutomirski · 10 years ago
- a6de5a2 x86/asm/entry/64: Use local label to skip around sycall dispatch by Denys Vlasenko · 10 years ago
- 36acef2 x86/asm/entry/64: Simplify looping around preempt_schedule_irq() by Denys Vlasenko · 10 years ago
- 32a0407 x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS() by Denys Vlasenko · 10 years ago
- 6ba71b7 x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_args label local by Denys Vlasenko · 10 years ago
- 4416c5a x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 path by Denys Vlasenko · 10 years ago
- a3675b3 x86/asm/entry/64: Do not GET_THREAD_INFO() too early by Denys Vlasenko · 10 years ago
- 627276c x86/asm/entry/64: Move retint_kernel code block closer to its user by Denys Vlasenko · 10 years ago
- 27be87c x86/asm/entry/64: Add missing CFI annotation by Denys Vlasenko · 10 years ago
- 47eb582 x86/asm/entry/64: Use smaller instructions by Denys Vlasenko · 10 years ago
- 146b2b0 x86/asm/entry/64: Use better label name, fix comments by Denys Vlasenko · 10 years ago
- 06ab9c1 Merge branch 'x86/urgent' into x86/asm, to resolve conflict by Ingo Molnar · 10 years ago
- b3494a4 x86/asm/entry: Check for syscall exit work with IRQs disabled by Andy Lutomirski · 10 years ago
- dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 10 years ago
- f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 10 years ago
- 65c2377 x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup by Denys Vlasenko · 10 years ago
- a71ffdd x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros by Denys Vlasenko · 10 years ago
- 9ed8e7d x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack by Denys Vlasenko · 10 years ago
- ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
- b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
- 34061f1 x86/asm/entry/64: Fix incorrect comment by Denys Vlasenko · 10 years ago
- c38e503 x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch' by Ingo Molnar · 10 years ago
- 7fcb3bc x86/asm/entry/64: Update comments about stack frames by Ingo Molnar · 10 years ago
- 33db1fd x86/asm/entry/64: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp) by Denys Vlasenko · 10 years ago
- 263042e x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
- 616ab24 x86/asm/entry/64: Remove stub_iopl by Denys Vlasenko · 10 years ago
- 29722cd x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpath by Denys Vlasenko · 10 years ago
- 9b47668 x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST' by Andy Lutomirski · 10 years ago
- 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
- 956421f x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
- 1e3fbb8 x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
- d441c1f x86/asm/entry/64: Simplify optimistic SYSRET by Denys Vlasenko · 10 years ago