summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds3-8/+14
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-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini1-0/+1
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 Liang2-1/+27
2019-04-12Merge 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
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-109/+36
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior1-1/+0
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior1-1/+0
2019-04-09x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig1-10/+0
2019-04-08x86/io: Remove useless definition of mmiowb()Will Deacon1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-4/+3
2019-04-08x86/asm: Clarify static_cpu_has()'s intended useBorislav Petkov1-3/+6
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2019-04-06x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko1-23/+18
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-53/+16
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-56/+17
2019-04-05xen: Prevent buffer overflow in privcmd ioctlDan Carpenter1-0/+3
2019-04-03x86/uaccess: Fix implicit cast of __user pointerJann Horn1-2/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-237/+0
2019-04-03sched/x86_64: Don't save flags on context switchPeter Zijlstra1-1/+1