aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-06x86/alternatives: Guard NOPs optimizationBorislav Petkov1-0/+3
2015-04-06x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko3-31/+35
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst3-28/+15
2015-04-04x86/alternatives: Fix ALTERNATIVE_2 padding generation properlyBorislav Petkov3-8/+26
2015-04-03x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov2-1/+3
2015-04-03x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR valueBorislav Petkov1-1/+1
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov7-17/+29
2015-04-03x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32Borislav Petkov2-9/+0
2015-04-03x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski1-13/+40
2015-04-03x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski2-15/+16
2015-04-03x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING commentAndy Lutomirski1-3/+6
2015-04-03x86/asm: Add support for the CLWB instructionRoss Zwisler2-0/+15
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky3-27/+24
2015-04-02x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20Denys Vlasenko1-1/+1
2015-04-02x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only userDenys Vlasenko1-15/+13
2015-04-01x86/asm/entry/64: Use local label to skip around sycall dispatchDenys Vlasenko1-1/+2
2015-04-01x86/asm: Replace "MOVQ $imm, %reg" with MOVLDenys Vlasenko3-7/+7
2015-04-01x86/asm/entry/64: Simplify looping around preempt_schedule_irq()Denys Vlasenko1-4/+3
2015-04-01x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()Denys Vlasenko1-1/+0
2015-04-01x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_args label localDenys Vlasenko1-8/+4
2015-04-01x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_regs' on stackDenys Vlasenko1-36/+46
2015-04-01x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 pathDenys Vlasenko1-6/+7
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar3-21/+4
2015-03-31x86/asm/entry/64: Do not GET_THREAD_INFO() too earlyDenys Vlasenko1-3/+2
2015-03-31x86/asm/entry/64: Move retint_kernel code block closer to its userDenys Vlasenko1-12/+13
2015-03-27x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko1-4/+10
2015-03-27x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko1-18/+27
2015-03-27x86/asm/entry/64: Add missing CFI annotationDenys Vlasenko1-0/+1
2015-03-27x86/asm/entry/64: Fix comment about SYSENTER MSRsDenys Vlasenko1-2/+4
2015-03-27x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_exit_thunkDenys Vlasenko1-2/+0
2015-03-27x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their usersDenys Vlasenko1-9/+7
2015-03-27x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their usersDenys Vlasenko1-20/+17
2015-03-27x86/asm/entry/64: Use smaller instructionsDenys Vlasenko1-2/+2
2015-03-27x86/asm/entry/64: Use better label name, fix commentsDenys Vlasenko1-7/+6
2015-03-25Merge branch 'x86/urgent' into x86/asm, to resolve conflictIngo Molnar1-2/+13
2015-03-24x86/asm: Further improve segment.h readabilityIngo Molnar1-101/+141
2015-03-24x86/asm/entry: Check for syscall exit work with IRQs disabledAndy Lutomirski1-4/+14
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar3-19/+19
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar3-19/+19
2015-03-24x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar1-4/+23
2015-03-24x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar1-3/+7
2015-03-24x86/asm: Deobfuscate segment.hDenys Vlasenko1-71/+54
2015-03-24x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixupDenys Vlasenko1-4/+1
2015-03-24x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macrosDenys Vlasenko1-33/+2
2015-03-24x86/asm/entry/64: Use PUSH instructions to build pt_regs on stackDenys Vlasenko1-22/+32
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko8-16/+11
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSETDenys Vlasenko3-20/+22
2015-03-24x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko1-21/+10
2015-03-23x86/asm/entry/64: Fix incorrect commentDenys Vlasenko1-1/+1
2015-03-23x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski1-7/+4