index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
entry_64.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
Ingo Molnar
2015-06-03
1
-1442
/
+0
*
x86/asm/entry/64: Fold identical code paths
Jan Beulich
2015-06-02
1
-8
/
+2
*
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
Ingo Molnar
2015-06-02
1
-240
/
+48
*
x86/asm/entry/64: Use shorter MOVs from segment registers
Denys Vlasenko
2015-05-17
1
-4
/
+4
*
x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code
Denys Vlasenko
2015-05-08
1
-1
/
+1
*
x86/entry: Stop using PER_CPU_VAR(kernel_stack)
Denys Vlasenko
2015-05-08
1
-1
/
+1
*
Merge branch 'linus' into x86/asm, before applying dependent patch
Ingo Molnar
2015-05-08
1
-0
/
+9
|
\
|
*
x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
Andy Lutomirski
2015-04-26
1
-0
/
+9
*
|
x86/asm/entry/64: Clean up usage of TEST insns
Denys Vlasenko
2015-05-08
1
-6
/
+5
*
|
x86/asm/entry/64: Tidy up JZ insns after TESTs
Denys Vlasenko
2015-05-08
1
-4
/
+4
*
|
x86/asm/entry/64: Merge 32-bit execve stubs with x32 ones, as they are identical
Denys Vlasenko
2015-04-22
1
-18
/
+5
*
|
x86/asm/entry/64: Implement better check for canonical addresses
Denys Vlasenko
2015-04-22
1
-11
/
+12
|
/
*
x86/asm/entry/64: Reduce padding in execve stubs
Denys Vlasenko
2015-04-09
1
-6
/
+14
*
x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_fork
Denys Vlasenko
2015-04-09
1
-2
/
+0
*
x86/asm/entry/64: Simplify jumps in ret_from_fork
Denys Vlasenko
2015-04-09
1
-4
/
+4
*
x86/asm/entry/64: Remove a redundant jump
Denys Vlasenko
2015-04-09
1
-1
/
+0
*
x86/asm/entry/64: Optimize [v]fork/clone stubs
Denys Vlasenko
2015-04-09
1
-2
/
+1
*
x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too
Denys Vlasenko
2015-04-09
1
-0
/
+15
*
x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat()
Denys Vlasenko
2015-04-09
1
-17
/
+17
*
x86/asm/entry/64: Use common code for rt_sigreturn() epilogue
Denys Vlasenko
2015-04-09
1
-10
/
+16
*
x86/asm/entry/64: Add forgotten CFI annotation
Denys Vlasenko
2015-04-08
1
-0
/
+1
*
x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout
Denys Vlasenko
2015-04-08
1
-31
/
+10
*
x86/asm/entry/64: Move opportunistic sysret code to syscall code path
Denys Vlasenko
2015-04-08
1
-72
/
+86
*
Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts
Ingo Molnar
2015-04-08
1
-1
/
+15
|
\
|
*
x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF set
Andy Lutomirski
2015-04-02
1
-1
/
+15
*
|
x86/asm/entry: Clear EXTRA_REGS for all executable formats
Denys Vlasenko
2015-04-06
1
-28
/
+22
*
|
x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user
Denys Vlasenko
2015-04-02
1
-15
/
+13
*
|
x86/asm/entry/64: Use local label to skip around sycall dispatch
Denys Vlasenko
2015-04-01
1
-1
/
+2
*
|
x86/asm/entry/64: Simplify looping around preempt_schedule_irq()
Denys Vlasenko
2015-04-01
1
-4
/
+3
*
|
x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()
Denys Vlasenko
2015-04-01
1
-1
/
+0
*
|
x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_arg...
Denys Vlasenko
2015-04-01
1
-8
/
+4
*
|
x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 path
Denys Vlasenko
2015-04-01
1
-6
/
+7
*
|
x86/asm/entry/64: Do not GET_THREAD_INFO() too early
Denys Vlasenko
2015-03-31
1
-3
/
+2
*
|
x86/asm/entry/64: Move retint_kernel code block closer to its user
Denys Vlasenko
2015-03-31
1
-12
/
+13
*
|
x86/asm/entry/64: Add missing CFI annotation
Denys Vlasenko
2015-03-27
1
-0
/
+1
*
|
x86/asm/entry/64: Use smaller instructions
Denys Vlasenko
2015-03-27
1
-2
/
+2
*
|
x86/asm/entry/64: Use better label name, fix comments
Denys Vlasenko
2015-03-27
1
-7
/
+6
*
|
Merge branch 'x86/urgent' into x86/asm, to resolve conflict
Ingo Molnar
2015-03-25
1
-2
/
+13
|
\
|
|
*
x86/asm/entry: Check for syscall exit work with IRQs disabled
Andy Lutomirski
2015-03-24
1
-4
/
+14
|
*
x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
Andy Lutomirski
2015-03-05
1
-5
/
+8
*
|
x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()
Ingo Molnar
2015-03-24
1
-2
/
+2
*
|
x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro
Ingo Molnar
2015-03-24
1
-2
/
+2
*
|
x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixup
Denys Vlasenko
2015-03-24
1
-4
/
+1
*
|
x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros
Denys Vlasenko
2015-03-24
1
-33
/
+2
*
|
x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack
Denys Vlasenko
2015-03-24
1
-22
/
+32
*
|
x86/asm/entry: Get rid of KERNEL_STACK_OFFSET
Denys Vlasenko
2015-03-24
1
-3
/
+2
*
|
x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...
Denys Vlasenko
2015-03-24
1
-2
/
+2
*
|
x86/asm/entry/64: Fix incorrect comment
Denys Vlasenko
2015-03-23
1
-1
/
+1
*
|
x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch'
Ingo Molnar
2015-03-17
1
-5
/
+5
*
|
x86/asm/entry/64: Update comments about stack frames
Ingo Molnar
2015-03-17
1
-8
/
+11
[next]