summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel1-1/+1
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel1-2/+12
2018-07-20x86/tsc: Make use of tsc_calibrate_cpu_early()Pavel Tatashin1-1/+0
2018-07-20x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin1-0/+1
2018-07-20x86/tsc: Calibrate tsc only oncePavel Tatashin1-1/+1
2018-07-20x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin1-0/+1
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner1-7/+0
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner1-1/+0
2018-07-20Merge branch 'linus' into x86/timersThomas Gleixner3-2/+64
2018-07-19x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigationJiang Biao1-1/+0
2018-07-17x86/mm/tlb: Always use lazy TLB modeRik van Riel1-16/+0
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-0/+5
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar8-6/+74
2018-07-16x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä1-6/+0
2018-07-16x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao0-0/+0
2018-07-16x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handlingDan Williams1-1/+6
2018-07-13x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-0/+12
2018-07-13x86/l1tf: Handle EPT disabled state properThomas Gleixner1-0/+1
2018-07-13x86/litf: Introduce vmx status variableThomas Gleixner1-0/+9
2018-07-06Merge branch 'x86/urgent' into x86/hypervThomas Gleixner7-6/+71
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan1-1/+4
2018-07-04x86/KVM/VMX: Add L1D flush logicPaolo Bonzini1-0/+4
2018-07-04x86/KVM/VMX: Add L1D MSR based flushPaolo Bonzini1-0/+6
2018-07-03x86/platform/intel-mid: Remove per platform codeAndy Shevchenko1-29/+0
2018-07-03x86/platform/intel-mid: Remove custom TSC calibrationAndy Shevchenko1-14/+0
2018-07-03x86/cpu: Introduce INTEL_CPU_FAM*() helper macrosAndy Shevchenko1-0/+13
2018-07-03x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers1-1/+1
2018-07-03x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin1-0/+59
2018-07-03x86/hyper-v: Trace PV IPI sendVitaly Kuznetsov1-0/+15
2018-07-03x86/hyper-v: Implement hv_do_fast_hypercall16Vitaly Kuznetsov1-0/+34
2018-07-02Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner1-2/+0
2018-06-29x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko1-6/+6
2018-06-27x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka1-2/+33
2018-06-27x86/mm: Drop unneeded __always_inline for p4d page table helpersKirill A. Shutemov2-3/+3
2018-06-26x86/mm: Don't free P4D table when it is folded at runtimeAndrey Ryabinin1-0/+3
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+0
2018-06-26perf/arch/x86: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+5
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker1-1/+1
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-1/+4
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-06-22kvm: vmx: Nested VM-entry prereqs for event inj.Marc Orr1-0/+3
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan1-0/+1
2018-06-21x86/cpufeatures: Add detection of L1D cache flush support.Konrad Rzeszutek Wilk1-0/+1
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2-6/+12
2018-06-21x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams1-1/+1
2018-06-21x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize cod...Uros Bizjak1-3/+4
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2-18/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland3-6/+8
2018-06-21atomics/treewide: Make test ops optionalMark Rutland3-54/+8
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-19/+0