| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-16 | 4 | -13/+221 |
|\ |
|
| * | Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready | Ingo Molnar | 2018-04-12 | 56 | -590/+677 |
| |\ |
|
| | * | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 1 | -9/+9 |
| | * | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys... | Dominik Brodowski | 2018-04-09 | 1 | -17/+46 |
| | * | syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 2 | -23/+23 |
| | * | syscalls/core, syscalls/x86: Clean up syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 1 | -17/+18 |
| | * | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64 | Dominik Brodowski | 2018-04-05 | 2 | -18/+6 |
| | * | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a... | Dominik Brodowski | 2018-04-05 | 1 | -4/+113 |
| | * | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi... | Dominik Brodowski | 2018-04-05 | 3 | -0/+81 |
| * | | x86/apic: Fix signedness bug in APIC ID validity checks | Li RongQing | 2018-04-10 | 1 | -2/+2 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-15 | 4 | -27/+49 |
|\ \ \ |
|
| * | | | x86/pti: Leave kernel text global for !PCID | Dave Hansen | 2018-04-12 | 1 | -0/+2 |
| * | | | x86/mm: Do not auto-massage page protections | Dave Hansen | 2018-04-12 | 1 | -5/+22 |
| * | | | x86/mm: Introduce "default" kernel PTE mask | Dave Hansen | 2018-04-09 | 1 | -13/+16 |
| * | | | Merge branch 'linus' into x86/pti to pick up upstream changes | Ingo Molnar | 2018-04-09 | 52 | -542/+556 |
| |\ \ \ |
|
| * | | | | x86/uapi: Fix asm/bootparam.h userspace compilation errors | Dmitry V. Levin | 2018-04-05 | 1 | -9/+9 |
* | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-15 | 1 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th... | Sai Praneeth | 2018-04-05 | 1 | -1/+6 |
| | |_|_|/
| |/| | | |
|
* | | | | | kexec_file,x86,powerpc: factor out kexec_file_ops functions | AKASHI Takahiro | 2018-04-14 | 1 | -1/+1 |
* | | | | | xen, mm: allow deferred page initialization for xen pv domains | Pavel Tatashin | 2018-04-11 | 1 | -0/+2 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-04-09 | 9 | -114/+394 |
|\ \ \ \ \ |
|
| * | | | | | KVM: x86: Rename interrupt.pending to interrupt.injected | Liran Alon | 2018-03-28 | 1 | -1/+1 |
| * | | | | | x86/hyper-v: detect nested features | Vitaly Kuznetsov | 2018-03-28 | 2 | -0/+5 |
| * | | | | | x86/hyper-v: define struct hv_enlightened_vmcs and clean field bits | Vitaly Kuznetsov | 2018-03-28 | 1 | -0/+200 |
| * | | | | | x86/hyper-v: allocate and use Virtual Processor Assist Pages | Vitaly Kuznetsov | 2018-03-28 | 2 | -0/+26 |
| * | | | | | x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE | Ladi Prosek | 2018-03-28 | 1 | -5/+5 |
| * | | | | | x86/hyper-v: move definitions from TLFS to hyperv-tlfs.h | Vitaly Kuznetsov | 2018-03-28 | 2 | -77/+58 |
| * | | | | | x86/hyper-v: move hyperv.h out of uapi | Vitaly Kuznetsov | 2018-03-28 | 4 | -4/+11 |
| * | | | | | KVM: SVM: Add pause filter threshold | Babu Moger | 2018-03-28 | 1 | -1/+2 |
| * | | | | | KVM: SVM: add struct kvm_svm to hold SVM specific KVM vars | Sean Christopherson | 2018-03-23 | 1 | -18/+0 |
| * | | | | | KVM: VMX: add struct kvm_vmx to hold VMX specific KVM vars | Sean Christopherson | 2018-03-23 | 1 | -4/+0 |
| * | | | | | KVM: x86: move setting of ept_identity_map_addr to vmx.c | Sean Christopherson | 2018-03-23 | 1 | -0/+1 |
| * | | | | | KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm | Sean Christopherson | 2018-03-23 | 1 | -0/+13 |
| * | | | | | KVM: nVMX: Do not load EOI-exitmap while running L2 | Liran Alon | 2018-03-21 | 1 | -0/+2 |
| * | | | | | x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE | Vitaly Kuznetsov | 2018-03-16 | 1 | -0/+5 |
| * | | | | | x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread | Vitaly Kuznetsov | 2018-03-16 | 1 | -0/+5 |
| * | | | | | KVM: X86: Provide a capability to disable PAUSE intercepts | Wanpeng Li | 2018-03-16 | 1 | -0/+1 |
| * | | | | | KVM: X86: Provide a capability to disable HLT intercepts | Wanpeng Li | 2018-03-16 | 1 | -0/+1 |
| * | | | | | KVM: X86: Provide a capability to disable MWAIT intercepts | Wanpeng Li | 2018-03-16 | 1 | -0/+2 |
| * | | | | | KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor | Liran Alon | 2018-03-16 | 1 | -0/+1 |
| * | | | | | KVM: x86: Add emulation_type to not raise #UD on emulation failure | Liran Alon | 2018-03-16 | 1 | -0/+1 |
| * | | | | | KVM: x86: add kvm_fast_pio() to consolidate fast PIO code | Sean Christopherson | 2018-03-16 | 1 | -2/+1 |
| * | | | | | x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect... | Vitaly Kuznetsov | 2018-03-16 | 1 | -0/+2 |
| * | | | | | x86/kvm/hyper-v: add reenlightenment MSRs support | Vitaly Kuznetsov | 2018-03-16 | 1 | -0/+4 |
| * | | | | | x86/msr: Add AMD Core Perf Extension MSRs | Janakarajan Natarajan | 2018-03-16 | 1 | -0/+14 |
| * | | | | | KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED | Wanpeng Li | 2018-03-06 | 2 | -2/+12 |
| * | | | | | KVM: x86: KVM_CAP_SYNC_REGS | Ken Hofsass | 2018-03-06 | 1 | -1/+18 |
| * | | | | | kvm: x86: hyperv: guest->host event signaling via eventfd | Roman Kagan | 2018-03-06 | 2 | -0/+4 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2018-04-05 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | treewide: Align function definition open/close braces | Joe Perches | 2018-03-26 | 1 | -1/+1 |