- 9babb09 Merge tag 'v4.14-rc6' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- ce56a86 x86/mm: Limit mmap() of /dev/mem to valid physical addresses by Craig Bergstrom · 7 years ago
- 7ac7f2c x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm by Andy Lutomirski · 7 years ago
- 4e57b94 x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode" by Andy Lutomirski · 7 years ago
- e8b9b0c x86/mm/64: Remove the last VM_BUG_ON() from the TLB code by Andy Lutomirski · 7 years ago
- 723f282 x86/microcode/intel: Disable late loading on model 79 by Borislav Petkov · 7 years ago
- 9c48c09 x86/idt: Initialize early IDT before cr4_init_shadow() by Thomas Gleixner · 7 years ago
- e6fc454 x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf' by Colin Ian King · 7 years ago
- e7a36a6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 7b764ce Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 26c923a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 1f161f6 x86/microcode: Do the family check first by Borislav Petkov · 7 years ago
- b956575 x86/mm: Flush more aggressively in lazy TLB mode by Andy Lutomirski · 7 years ago
- 3be5f88 Merge tag 'for-linus-4.14c-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
- 616dd58 x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping by Len Brown · 7 years ago
- cc6afe2 x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors by Paolo Bonzini · 7 years ago
- 8eb3f87 KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit by Haozhong Zhang · 7 years ago
- 67bb8e9 x86/mm: Disable various instrumentations of mm/mem_encrypt.c and mm/tlb.c by Tom Lendacky · 7 years ago
- 829ee27 KVM: MMU: always terminate page walks at level 1 by Ladi Prosek · 7 years ago
- fd19d3b4 KVM: nVMX: update last_nonleaf_level when initializing nested EPT by Ladi Prosek · 7 years ago
- eac779a xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvm by Zhenzhong Duan · 7 years ago
- ab7ff47 x86/hyperv: Fix hypercalls with extended CPU ranges for TLB flushing by Marcelo Henrique Cerri · 7 years ago
- 60d73a7 x86/hyperv: Don't use percpu areas for pcpu_flush/pcpu_flush_ex structures by Vitaly Kuznetsov · 7 years ago
- a3b7424 x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUs by Vitaly Kuznetsov · 7 years ago
- 629eb70 perf/x86/intel/uncore: Fix memory leaks on allocation failures by Colin Ian King · 7 years ago
- d4a2d03 x86/unwind: Disable unwinder warnings on 32-bit by Josh Poimboeuf · 7 years ago
- 99bd28a x86/unwind: Align stack pointer in unwinder dump by Josh Poimboeuf · 7 years ago
- 5c99b69 x86/unwind: Use MSB for frame pointer encoding on 32-bit by Josh Poimboeuf · 7 years ago
- 62dd86a x86/unwind: Fix dereference of untrusted pointer by Josh Poimboeuf · 7 years ago
- a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
- 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
- 19c6092 locking/arch, x86: Add __down_read_killable() by Kirill Tkhai · 7 years ago
- e6fd28e locking/spinlocks, paravirt, xen: Correct the xen_nopvspin case by Juergen Gross · 7 years ago
- 9043442 locking/paravirt: Use new static key for controlling call of virt_spin_lock() by Juergen Gross · 7 years ago
- af1a34f Merge branch 'locking/urgent' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 6b32c12 x86/alternatives: Fix alt_max_short macro to really be a max() by Mathias Krause · 7 years ago
- 924c6b9 x86/mm/64: Fix reboot interaction with CR4.PCIDE by Andy Lutomirski · 7 years ago
- 8d47332 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- e42eef4 KVM: add X86_LOCAL_APIC dependency by Arnd Bergmann · 7 years ago
- 9a431ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- f26e601 x86/kvm: Move kvm_fastop_exception to .fixup section by Josh Poimboeuf · 7 years ago
- 262e681 x86/mce: Hide mca_cfg by Borislav Petkov · 7 years ago
- a2b7861 kvm/x86: Avoid async PF preempting the kernel incorrectly by Boqun Feng · 7 years ago
- 90caccd bpf: fix bpf_tail_call() x64 JIT by Alexei Starovoitov · 7 years ago
- b664d57 kprobes/x86: Remove IRQ disabling from jprobe handlers by Masami Hiramatsu · 7 years ago
- ee213fc kprobes/x86: Set up frame pointer in kprobe trampoline by Josh Poimboeuf · 7 years ago
- 368f899 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 9f2a512 Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
- 42057e1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 196bd48 x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
- bc829ee x86/mm: Disable branch profiling in mem_encrypt.c by Tom Lendacky · 7 years ago
- b862789 kvm/x86: Handle async PF in RCU read-side critical sections by Boqun Feng · 7 years ago
- 305d0ab KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume by Wanpeng Li · 7 years ago
- 520a13c x86/asm: Fix inline asm call constraints for GCC 4.4 by Josh Poimboeuf · 7 years ago
- c0a1666 KVM: VMX: use cmpxchg64 by Paolo Bonzini · 7 years ago
- 0d805ee xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mapping by Zhenzhong Duan · 7 years ago
- 39208aa locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNT by Kees Cook · 7 years ago
- 564c9cc locking/refcounts, x86/asm: Use unique .text section for refcount exceptions by Kees Cook · 7 years ago
- 30c23f2 locking/x86: Use named operands in rwsem.h by Miguel Bernal Marin · 7 years ago
- 31afb2e KVM: VMX: simplify and fix vmx_vcpu_pi_load by Paolo Bonzini · 8 years ago
- 8b306e2 KVM: VMX: avoid double list add with VT-d posted interrupts by Paolo Bonzini · 8 years ago
- cd39e11 KVM: VMX: extract __pi_post_block by Paolo Bonzini · 8 years ago
- 8474c53 Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready by Ingo Molnar · 7 years ago
- 738f48c x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES by Eric Biggers · 7 years ago
- 98c0fad9 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate() by Eric Biggers · 7 years ago
- 3d70347 x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate() by Eric Biggers · 7 years ago
- af2c432 x86/fpu: Copy the full header in copy_user_to_xstate() by Eric Biggers · 7 years ago
- af95774 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
- b89eda4 x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
- 80d8ae8 x86/fpu: Copy the full state_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
- b11e2e1 x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig() by Eric Biggers · 7 years ago
- cf9df81 x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set() by Eric Biggers · 7 years ago
- e63e5d5 x86/fpu: Introduce validate_xstate_header() by Eric Biggers · 7 years ago
- 369a036 x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]() by Ingo Molnar · 7 years ago
- 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 7 years ago
- e10078e x86/fpu: Simplify and speed up fpu__copy() by Ingo Molnar · 7 years ago
- 7f1487c x86/fpu: Fix stale comments about lazy FPU logic by Ingo Molnar · 7 years ago
- e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
- 685c930 x86/fpu: Remove fpu__current_fpstate_write_begin/end() by Ingo Molnar · 7 years ago
- 4618e90 x86/fpu: Fix fpu__activate_fpstate_read() and update comments by Ingo Molnar · 7 years ago
- 29b46df perf/x86/intel/uncore: Correct num_boxes for IIO and IRP by Kan Liang · 7 years ago
- 450a978 perf/x86/intel/rapl: Add missing CPU IDs by Kan Liang · 7 years ago
- 1aaccc4 perf/x86/msr: Add missing CPU IDs by Kan Liang · 7 years ago
- b09c146 perf/x86/intel/cstate: Add missing CPU IDs by Kan Liang · 7 years ago
- 5ac751d x86: Don't cast away the __user in __get_user_asm_u64() by Ville Syrjälä · 7 years ago
- 7d70994 x86/sysfs: Fix off-by-one error in loop termination by Sean Fu · 7 years ago
- a3c4fb7 x86/mm: Fix fault error path using unsafe vma pointer by Laurent Dufour · 7 years ago
- d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
- 814fb7b x86/fpu: Don't let userspace set bogus xcomp_bv by Eric Biggers · 7 years ago
- a141fd5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 03eaec8 x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() by Andi Kleen · 7 years ago
- 4f8cef5 x86/fpu: Fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
- 0852b37 x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs by Rik van Riel · 7 years ago
- 99dc26b x86/fpu: Remove struct fpu::fpregs_active by Ingo Molnar · 7 years ago
- 6cf4edb x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active by Ingo Molnar · 7 years ago
- f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
- b6aa855 x86/fpu: Split the state handling in fpu__drop() by Ingo Molnar · 7 years ago
- a10b6a1 x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic by Ingo Molnar · 7 years ago
- b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago