index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2015-04-03
x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING comment
Andy Lutomirski
2015-04-03
x86/asm: Add support for the CLWB instruction
Ross Zwisler
2015-04-02
x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests
Boris Ostrovsky
2015-04-02
x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20
Denys Vlasenko
2015-04-02
x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user
Denys Vlasenko
2015-04-01
x86/asm/entry/64: Use local label to skip around sycall dispatch
Denys Vlasenko
2015-04-01
x86/asm: Replace "MOVQ $imm, %reg" with MOVL
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/32: Use smaller PUSH instructions instead of MOV, to build 'pt_...
Denys Vlasenko
2015-04-01
x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 path
Denys Vlasenko
2015-03-31
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-27
x86/asm/entry/32: Make register zero-extension more prominent
Denys Vlasenko
2015-03-27
x86/asm/entry/32: Update "interrupt off" comments
Denys Vlasenko
2015-03-27
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/irq/tracing: Do not save callee-preserved registers around lockdep_sys_ex...
Denys Vlasenko
2015-03-27
x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their users
Denys Vlasenko
2015-03-27
x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their users
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: Further improve segment.h readability
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: Improve the THREAD_INFO() macro explanation
Ingo Molnar
2015-03-24
x86/asm/entry/64: Always set up SYSENTER MSRs
Ingo Molnar
2015-03-24
x86/asm: Deobfuscate segment.h
Denys Vlasenko
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-23
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: Remove user_mode_vm()
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: Make user_mode() work correctly if regs came from VM86 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
x86/asm/entry: Add user_mode_ignore_vm86()
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/mm/fault: Use TASK_SIZE_MAX in is_prefetch()
Andy Lutomirski
2015-03-23
x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET
Brian Gerst
[next]