summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2019-04-30KVM: x86: Inject PMI for KVM guestLuwei Kang1-0/+4
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov1-0/+1
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe1-0/+3
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit1-2/+2
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-2/+0
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit2-0/+5
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+2
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit1-0/+1
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-29perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2-19/+1
2019-04-24x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra1-3/+4
2019-04-22x86/irq: Fix outdated commentsJiang Biao1-2/+2
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2-21/+17
2019-04-17x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner1-4/+0
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2-3/+3
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner1-1/+1
2019-04-17x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner1-2/+2
2019-04-17x86/irq/32: Make irq stack a character arrayThomas Gleixner1-1/+1
2019-04-17x86/irq/32: Define IRQ_STACK_SIZEThomas Gleixner2-2/+4
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner3-9/+10
2019-04-17x86/exceptions: Enable IST guard pagesThomas Gleixner1-6/+2
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner3-5/+17
2019-04-17x86/cpu: Remove orig_ist arrayThomas Gleixner1-9/+0
2019-04-17x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner1-0/+4
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner1-5/+47
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner1-5/+8
2019-04-17x86/exceptions: Remove unused stack defines on 32bitThomas Gleixner1-5/+1
2019-04-17x86/64: Remove stale CURRENT_MASKThomas Gleixner1-1/+0
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-8/+13
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson1-0/+1
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2-2/+6
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-6/+6
2019-04-16perf/x86/intel: Add Icelake supportKan Liang2-2/+2
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang2-0/+44
2019-04-16perf/x86: Support outputting XMM registersKan Liang1-0/+5
2019-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+18
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel3-17/+42
2019-04-12x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior1-0/+43
2019-04-11x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior1-2/+19
2019-04-11x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior2-0/+10
2019-04-11x86/fpu: Eager switch PKRU stateRik van Riel3-3/+31
2019-04-11x86/fpu: Only write PKRU if it is different from currentSebastian Andrzej Siewior1-0/+7
2019-04-11x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2-4/+10
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior1-2/+2
2019-04-10x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel2-8/+25
2019-04-10x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior1-17/+0
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior3-21/+11
2019-04-10x86/asm: Modernize sync_bitops.hJan Beulich1-22/+9