Age | Commit message (Expand) | Author | Files | Lines |
2018-03-12 | Merge branch 'x86/mm' into efi/core | Ingo Molnar | 7 | -584/+611 |
2018-03-09 | efi: Make const array 'apple' static | Colin Ian King | 1 | -1/+1 |
2018-03-09 | x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store() | Jia-Ju Bai | 1 | -1/+1 |
2018-03-06 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+65 |
2018-03-06 | signal/x86: Include the field offsets in the build time checks | Eric W. Biederman | 1 | -0/+65 |
2018-03-04 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 5 | -17/+20 |
2018-03-04 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -25/+48 |
2018-03-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -17/+149 |
2018-03-02 | Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+4 |
2018-03-02 | KVM: x86: fix vcpu initialization with userspace lapic | Radim Krčmář | 2 | -7/+6 |
2018-03-02 | KVM: X86: Allow userspace to define the microcode version | Wanpeng Li | 4 | -5/+12 |
2018-03-02 | KVM: X86: Introduce kvm_get_msr_feature() | Wanpeng Li | 1 | -3/+15 |
2018-03-01 | KVM: SVM: Add MSR-based feature support for serializing LFENCE | Tom Lendacky | 2 | -1/+36 |
2018-03-01 | KVM: x86: Add a framework for supporting MSR-based features | Tom Lendacky | 4 | -5/+84 |
2018-03-01 | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table | Thomas Gleixner | 6 | -25/+32 |
2018-02-28 | x86/xen: add tty0 and hvc0 as preferred consoles for dom0 | Juergen Gross | 1 | -2/+4 |
2018-02-28 | x86/platform/intel-mid: Handle Intel Edison reboot correctly | Sebastian Panceac | 1 | -1/+1 |
2018-02-28 | x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend | Juergen Gross | 1 | -0/+16 |
2018-02-28 | x86/asm: Add instruction suffixes to bitops | Jan Beulich | 2 | -14/+17 |
2018-02-28 | x86/entry/64: Add instruction suffix | Jan Beulich | 1 | -1/+1 |
2018-02-28 | x86/refcounts: Switch to UD2 for exceptions | Kees Cook | 1 | -1/+1 |
2018-02-26 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 35 | -258/+438 |
2018-02-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 9 | -34/+50 |
2018-02-26 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -12/+33 |
2018-02-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2018-02-26 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2018-02-24 | KVM: SVM: Fix SEV LAUNCH_SECRET command | Brijesh Singh | 1 | -3/+7 |
2018-02-24 | KVM: SVM: install RSM intercept | Brijesh Singh | 1 | -1/+10 |
2018-02-24 | KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE command | Brijesh Singh | 1 | -9/+7 |
2018-02-24 | KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d... | Wanpeng Li | 1 | -2/+4 |
2018-02-24 | x86/kvm: Make parse_no_xxx __init for kvm | Dou Liyang | 1 | -3/+3 |
2018-02-24 | KVM: x86: fix backward migration with async_PF | Radim Krčmář | 3 | -5/+7 |
2018-02-24 | kvm: fix warning for non-x86 builds | Sebastian Ott | 1 | -3/+0 |
2018-02-24 | KVM: X86: Fix SMRAM accessing even if VM is shutdown | Wanpeng Li | 1 | -1/+1 |
2018-02-24 | KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2 | Chao Gao | 1 | -1/+6 |
2018-02-24 | KVM/x86: remove WARN_ON() for when vm_munmap() fails | Eric Biggers | 1 | -4/+2 |
2018-02-24 | KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP | Radim Krčmář | 1 | -1/+2 |
2018-02-24 | KVM: x86: move LAPIC initialization after VMCS creation | Paolo Bonzini | 2 | -1/+1 |
2018-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -4/+42 |
2018-02-23 | x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ... | Samuel Neves | 1 | -0/+1 |
2018-02-23 | KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path... | Paolo Bonzini | 2 | -2/+2 |
2018-02-23 | KVM/x86: Remove indirect MSR op calls from SPEC_CTRL | Paolo Bonzini | 2 | -6/+8 |
2018-02-23 | x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo... | Wang Hui | 1 | -0/+1 |
2018-02-23 | x86/apic/vector: Handle vector release on CPU unplug correctly | Thomas Gleixner | 1 | -3/+22 |
2018-02-23 | bpf, x64: implement retpoline for tail call | Daniel Borkmann | 2 | -4/+42 |
2018-02-22 | x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 | H.J. Lu | 3 | -0/+5 |
2018-02-22 | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar | 1 | -2/+2 |
2018-02-21 | objtool, retpolines: Integrate objtool with retpoline support more closely | Peter Zijlstra | 2 | -7/+4 |
2018-02-21 | x86/entry/64: Simplify ENCODE_FRAME_POINTER | Josh Poimboeuf | 1 | -6/+1 |
2018-02-21 | extable: Make init_kernel_text() global | Josh Poimboeuf | 1 | -2/+1 |