index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
entry_64.S
Age
Commit message (
Expand
)
Author
2015-04-26
x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
Andy Lutomirski
2015-04-09
x86/asm/entry/64: Reduce padding in execve stubs
Denys Vlasenko
2015-04-09
x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_fork
Denys Vlasenko
2015-04-09
x86/asm/entry/64: Simplify jumps in ret_from_fork
Denys Vlasenko
2015-04-09
x86/asm/entry/64: Remove a redundant jump
Denys Vlasenko
2015-04-09
x86/asm/entry/64: Optimize [v]fork/clone stubs
Denys Vlasenko
2015-04-09
x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too
Denys Vlasenko
2015-04-09
x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat()
Denys Vlasenko
2015-04-09
x86/asm/entry/64: Use common code for rt_sigreturn() epilogue
Denys Vlasenko
2015-04-08
x86/asm/entry/64: Add forgotten CFI annotation
Denys Vlasenko
2015-04-08
x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout
Denys Vlasenko
2015-04-08
x86/asm/entry/64: Move opportunistic sysret code to syscall code path
Denys Vlasenko
2015-04-08
Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts
Ingo Molnar
2015-04-06
x86/asm/entry: Clear EXTRA_REGS for all executable formats
Denys Vlasenko
2015-04-02
x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user
Denys Vlasenko
2015-04-02
x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF set
Andy Lutomirski
2015-04-01
x86/asm/entry/64: Use local label to skip around sycall dispatch
Denys Vlasenko
2015-04-01
x86/asm/entry/64: Simplify looping around preempt_schedule_irq()
Denys Vlasenko
2015-04-01
x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()
Denys Vlasenko
2015-04-01
x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_arg...
Denys Vlasenko
2015-04-01
x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 path
Denys Vlasenko
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-27
x86/asm/entry/64: Add missing CFI annotation
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-25
Merge branch 'x86/urgent' into x86/asm, to resolve conflict
Ingo Molnar
2015-03-24
x86/asm/entry: Check for syscall exit work with IRQs disabled
Andy Lutomirski
2015-03-24
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: 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-23
x86/asm/entry/64: Fix incorrect comment
Denys Vlasenko
2015-03-17
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: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp)
Denys Vlasenko
2015-03-10
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-06
x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST'
Andy Lutomirski
2015-03-06
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
Andy Lutomirski
2015-03-05
x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
Andy Lutomirski
2015-03-04
x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
Andy Lutomirski
2015-03-04
x86/asm/entry/64: Simplify optimistic SYSRET
Denys Vlasenko
2015-03-04
x86/asm/entry/64: Use more readable constants
Denys Vlasenko
2015-03-04
x86/asm/entry/64: Clean up and document various entry code details
Denys Vlasenko
2015-03-04
x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their users
Denys Vlasenko
[next]