Denys Vlasenko ([email protected])

Number of posts: 495 (0.24 per day)
First post: 2012-02-10 16:19:59
Last post: 2017-11-08 16:15:51

Date List Subject
2015-04-02 14:37:50 linux-kernel [PATCH 9/9] x86/asm/entry/64: Remove GET_THREAD_INFO in ret_from_fork
2015-04-02 14:37:35 linux-kernel [PATCH 7/9] x86/asm/entry/64: remove a redundant jump
2015-04-02 14:37:20 linux-kernel [PATCH 8/9] x86/asm/entry/64: simplify jumps in ret_from_fork
2015-04-02 14:37:15 linux-kernel [PATCH 4/9] x86/asm/entry/64: delay popping return address in stubs
2015-04-02 14:37:11 linux-kernel [PATCH 6/9] x86/asm/entry/64: reuse stub epilogue by ret_from_fork
2015-04-02 14:37:07 linux-kernel [PATCH 3/9] x86/asm/entry/64: do not SAVE_EXTRA_REGS in stub_sigreturn
2015-04-02 14:36:58 linux-kernel [PATCH 1/9] x86/asm/entry/64: reuse stub return code
2015-04-02 14:36:55 linux-kernel [PATCH 5/9] x86/asm/entry/64: if execve fails, no need to use IRET return
2015-04-02 14:36:33 linux-kernel [PATCH 2/9] x86/asm/entry/64: optimize [v]fork/clone stubs
2015-04-02 12:59:47 linux-kernel Re: [PATCH urgent v2] x86, asm: Disable opportunistic SYSRET if regs->flags has TF set
2015-04-02 12:24:42 linux-kernel Re: [PATCH urgent v2] x86, asm: Disable opportunistic SYSRET if regs->flags has TF set
2015-04-02 10:07:22 linux-kernel Re: [PATCH urgent v2] x86, asm: Disable opportunistic SYSRET if regs->flags has TF set
2015-04-01 21:18:25 linux-kernel Re: [PATCH urgent] x86, asm: Disable opportunistic SYSRET if regs->flags has TF set
2015-04-01 20:52:11 linux-kernel Re: [PATCH 7/9] x86/asm/entry/32: tidy up some instructions
2015-04-01 14:51:11 linux-kernel [PATCH] x86/asm/head/64: Use __BOOT_TSS instead of literal 0x20
2015-04-01 14:51:08 linux-kernel [PATCH] x86/asm/entry/64: fold test_in_nmi macro into its only user
2015-04-01 13:13:26 linux-kernel Re: [PATCH 2/9] x86/asm/entry/32: Use PUSH instructions to build pt_regs on stack
2015-04-01 11:11:34 linux-kernel Re: [PATCH 7/9] x86/asm/entry/32: tidy up some instructions
2015-02-28 00:30:33 linux-kernel [PATCH 3/3] x86: do not save callee-preserved registers around lockdep_sys_exit_thunk
2015-02-28 00:30:27 linux-kernel [PATCH 2/3] x86: fold ARCH_LOCKDEP_SYS_EXIT defines into their users
2015-02-28 00:30:18 linux-kernel [PATCH 1/3] x86: move ARCH_LOCKDEP_SYS_EXIT[IRQ] defines closer to their users
2015-02-28 00:30:04 linux-kernel [PATCH 0/3] x86: do not save callee-preserved registers around lockdep_sys_exit_thunk
2015-02-27 21:12:25 linux-kernel Re: [RFC 2/3] x86: Switch all C consumers of kernel_stack to this_cpu_sp0
2015-02-27 16:58:07 linux-kernel Re: [RFC 2/3] x86: Switch all C consumers of kernel_stack to this_cpu_sp0
2015-02-27 16:13:43 linux-kernel Re: [RFC 2/3] x86: Switch all C consumers of kernel_stack to this_cpu_sp0
2015-02-26 14:09:17 linux-kernel [PATCH] x86: fix a bug introduced by "allocate full pt_regs" commit
2015-02-25 21:29:25 linux-kernel Re: [PATCH 2/3 v3] x86: entry_64.S: always allocate complete "struct pt_regs"
2015-02-25 18:43:18 linux-kernel Re: [PATCH 2/3 v3] x86: entry_64.S: always allocate complete "struct pt_regs"
2015-02-25 16:52:55 linux-kernel Re: [PATCH 2/3 v3] x86: entry_64.S: always allocate complete "struct pt_regs"
2015-02-25 13:56:08 linux-kernel Re: [PATCH 2/3 v3] x86: entry_64.S: always allocate complete "struct pt_regs"
2015-02-25 13:25:39 linux-kernel Re: [PATCH 2/4] x86: get rid of KERNEL_STACK_OFFSET
2015-02-25 12:32:28 linux-kernel [PATCH 5/7 v3] x86: get rid of KERNEL_STACK_OFFSET
2015-02-25 00:31:05 linux-kernel [PATCH 2/7 v2] x86: entry.S: simplify optimistic SYSRET
2015-02-25 00:02:09 linux-kernel [PATCH 7/7 v2] x86: save user %rsp in pt_regs->sp
2015-02-25 00:01:56 linux-kernel [PATCH 6/7 v2] x86: save r11 into pt_regs->eflags on SYSCALL64 fastpath
2015-02-25 00:01:46 linux-kernel [PATCH 5/7 v2] x86: get rid of KERNEL_STACK_OFFSET
2015-02-25 00:01:33 linux-kernel [PATCH 4/7] x86: entry.S: use JZ mnemonic after TEST, not JE
2015-02-25 00:01:21 linux-kernel [PATCH 3/7] x86: entry.S: use smaller insns
2015-02-25 00:01:12 linux-kernel [PATCH 2/7] x86: entry.S: simplify optimistic SYSRET
2015-02-25 00:01:04 linux-kernel [PATCH 1/7] x86: ia32entry.S: use more understandable constant
2015-02-24 20:02:59 linux-kernel Re: [PATCH 2/4] x86: get rid of KERNEL_STACK_OFFSET
2015-02-24 18:53:02 linux-kernel [PATCH 3/4] x86: save r11 into pt_regs->eflags on SYSCALL64 fastpath
2015-02-24 18:52:30 linux-kernel [PATCH 4/4] x86: save user %rsp in pt_regs->sp
2015-02-24 18:52:23 linux-kernel [PATCH 2/4] x86: get rid of KERNEL_STACK_OFFSET
2015-02-24 18:52:22 linux-kernel [PATCH 1/4] x86: entry.S: tidy up several suboptimal insns
2015-02-24 12:53:17 linux-kernel [PATCH 4/6 v2] x86: entry_64.S: fold test_in_nmi macro into its only user
2015-02-24 11:45:26 linux-kernel Re: RFC: (almost) getting rid of FIXUP/RESTORE_TOP_OF_STACK?
2015-02-24 00:13:47 linux-kernel [PATCH 6/6] x86: entry_64.S: use more understandable constants
2015-02-24 00:13:38 linux-kernel [PATCH 5/6] x86: ia32entry.S: fold IA32_ARG_FIXUP macro into its callers
2015-02-24 00:13:33 linux-kernel [PATCH 4/6] x86: entry_64.S: fold test_in_nmi macro into its only user
2015-02-24 00:13:27 linux-kernel [PATCH 3/6] x86: entry_64.S: rename save_paranoid to paranoid_entry, no code changes