aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-07-25Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-19/+15
2021-07-22Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2021-07-21Revert "x86/hyperv: fix logical processor creation"Gravatar Wei Liu 1-1/+1
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Gravatar Jonathan Marek 1-19/+15
2021-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-51/+161
2021-07-15KVM: nSVM: Restore nested control upon leaving SMMGravatar Vitaly Kuznetsov 3-3/+10
2021-07-15KVM: nSVM: Fix L1 state corruption upon return from SMMGravatar Vitaly Kuznetsov 1-1/+38
2021-07-15KVM: nSVM: Introduce svm_copy_vmrun_state()Gravatar Vitaly Kuznetsov 2-18/+24
2021-07-15KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNGravatar Vitaly Kuznetsov 1-0/+5
2021-07-15KVM: nSVM: Check the value written to MSR_VM_HSAVE_PAGravatar Vitaly Kuznetsov 1-1/+10
2021-07-15KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesGravatar Sean Christopherson 1-4/+5
2021-07-15KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsGravatar Sean Christopherson 1-2/+3
2021-07-15KVM: SVM: add module param to control the #SMI interceptionGravatar Maxim Levitsky 3-1/+14
2021-07-15KVM: SVM: remove INIT intercept handlerGravatar Maxim Levitsky 1-1/+0
2021-07-15KVM: SVM: #SMI interception must not skip the instructionGravatar Maxim Levitsky 1-1/+6
2021-07-15KVM: VMX: Remove vmx_msr_index from vmx.hGravatar Yu Zhang 1-2/+0
2021-07-15KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Gravatar Lai Jiangshan 1-0/+2
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+3
2021-07-14KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on ...Gravatar Like Xu 1-1/+2
2021-07-14KVM: SVM: Revert clearing of C-bit on GPA in #NPF handlerGravatar Sean Christopherson 1-1/+1
2021-07-14KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsGravatar Sean Christopherson 4-8/+18
2021-07-14KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDRGravatar Sean Christopherson 1-7/+20
2021-07-14KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledGravatar Sean Christopherson 1-1/+7
2021-07-14Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enab...Gravatar Sean Christopherson 1-3/+0
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Paolo Bonzini 22-151/+243
2021-07-13jump_labels: Mark __jump_label_transform() as __always_inlined to work around...Gravatar Ingo Molnar 1-3/+4
2021-07-11Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-8/+21
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+0
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-07-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-14/+13
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeGravatar John Fastabend 1-0/+3
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+5
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Gravatar Aneesh Kumar K.V 2-4/+4
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Gravatar Aneesh Kumar K.V 3-5/+5
2021-07-08x86/dumpstack: use %pSb/%pBb for backtrace printingGravatar Stephen Boyd 1-1/+1
2021-07-08x86: convert to setup_initial_init_mm()Gravatar Kefeng Wang 1-4/+1
2021-07-08arch, mm: wire up memfd_secret system call where relevantGravatar Mike Rapoport 2-0/+2
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 30-1169/+1151
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-0/+235
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-15/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 11-41/+31
2021-07-02perf/x86/intel/uncore: Clean up error handling path of iio mappingGravatar Kan Liang 1-2/+4
2021-07-02perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportGravatar Zhang Rui 1-6/+17
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+2
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Gravatar Barry Song 1-6/+0
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 5-0/+6
2021-07-01mm/thp: define default pmd_pgtable()Gravatar Anshuman Khandual 1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSGravatar Anshuman Khandual 1-2/+0