summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-038-17/+35
* x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32Borislav Petkov2015-04-032-9/+0
* x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski2015-04-031-13/+40
* x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski2015-04-032-15/+16
* x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING commentAndy Lutomirski2015-04-031-3/+6
* x86/asm: Add support for the CLWB instructionRoss Zwisler2015-04-032-0/+15
* x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky2015-04-023-27/+24
* x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20Denys Vlasenko2015-04-021-1/+1
* x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only userDenys Vlasenko2015-04-021-15/+13
* x86/asm/entry/64: Use local label to skip around sycall dispatchDenys Vlasenko2015-04-011-1/+2
* x86/asm: Replace "MOVQ $imm, %reg" with MOVLDenys Vlasenko2015-04-013-7/+7
* x86/asm/entry/64: Simplify looping around preempt_schedule_irq()Denys Vlasenko2015-04-011-4/+3
* x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()Denys Vlasenko2015-04-011-1/+0
* x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_arg...Denys Vlasenko2015-04-011-8/+4
* x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_...Denys Vlasenko2015-04-011-36/+46
* x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 pathDenys Vlasenko2015-04-011-6/+7
* x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2015-03-313-21/+4
* x86/asm/entry/64: Do not GET_THREAD_INFO() too earlyDenys Vlasenko2015-03-311-3/+2
* x86/asm/entry/64: Move retint_kernel code block closer to its userDenys Vlasenko2015-03-311-12/+13
* x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko2015-03-271-4/+10
* x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko2015-03-271-18/+27
* x86/asm/entry/64: Add missing CFI annotationDenys Vlasenko2015-03-271-0/+1
* x86/asm/entry/64: Fix comment about SYSENTER MSRsDenys Vlasenko2015-03-271-2/+4
* x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_ex...Denys Vlasenko2015-03-271-2/+0
* x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their usersDenys Vlasenko2015-03-271-9/+7
* x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their usersDenys Vlasenko2015-03-271-20/+17
* x86/asm/entry/64: Use smaller instructionsDenys Vlasenko2015-03-271-2/+2
* x86/asm/entry/64: Use better label name, fix commentsDenys Vlasenko2015-03-271-7/+6
* Merge branch 'x86/urgent' into x86/asm, to resolve conflictIngo Molnar2015-03-251-2/+13
|\
| * x86/asm/entry: Check for syscall exit work with IRQs disabledAndy Lutomirski2015-03-241-4/+14
* | x86/asm: Further improve segment.h readabilityIngo Molnar2015-03-241-101/+141
* | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar2015-03-243-19/+19
* | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar2015-03-243-19/+19
* | x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar2015-03-241-4/+23
* | x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar2015-03-241-3/+7
* | x86/asm: Deobfuscate segment.hDenys Vlasenko2015-03-241-71/+54
* | x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixupDenys Vlasenko2015-03-241-4/+1
* | x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macrosDenys Vlasenko2015-03-241-33/+2
* | x86/asm/entry/64: Use PUSH instructions to build pt_regs on stackDenys Vlasenko2015-03-241-22/+32
* | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-248-16/+11
* | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko2015-03-243-20/+22
* | x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko2015-03-241-21/+10
* | x86/asm/entry/64: Fix incorrect commentDenys Vlasenko2015-03-231-1/+1
* | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski2015-03-231-7/+4
* | x86/asm/entry: Remove user_mode_vm()Andy Lutomirski2015-03-231-5/+0
* | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-2317-30/+30
* | x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski2015-03-231-10/+7
* | x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski2015-03-231-3/+3
* | x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()Andy Lutomirski2015-03-231-6/+7
* | x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski2015-03-231-0/+17
OpenPOWER on IntegriCloud