aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2021-04-20KVM: x86: Remove unused function declarationKeqian Zhu
2021-04-19KVM: X86: Count attempted/successful directed yieldWanpeng Li
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri
2021-04-19x86/cpufeatures: Enumerate Intel Hybrid Technology feature bitRicardo Neri
2021-04-19KVM: x86/mmu: Protect the tdp_mmu_roots list with RCUBen Gardon
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson
2021-04-17KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-17KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson
2021-04-17Merge remote-tracking branch 'tip/x86/sgx' into kvm-nextPaolo Bonzini
2021-04-14lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()Christophe Leroy
2021-04-12x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka
2021-04-10x86/cpu: Comment Skylake server stepping tooAndrew Cooper
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-09kfence, x86: fix preemptible warning on KPTI-enabled systemsMarco Elver
2021-04-08x86/cpu: Resort and comment Intel modelsPeter Zijlstra
2021-04-08x86/entry: Enable random_kstack_offset supportKees Cook
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson
2021-04-06x86/sgx: Add helpers to expose ECREATE and EINIT to KVMSean Christopherson
2021-04-06x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)Sean Christopherson
2021-04-06x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov
2021-03-31Merge 'x86/alternatives'Borislav Petkov
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra
2021-03-29Merge tag 'v5.12-rc5' into locking/core, to pick up fixesIngo Molnar
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu
2021-03-28x86/cpufeatures: Enumerate #DB for bus lock detectionFenghua Yu
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan
2021-03-26Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-25x86/cpufeatures: Add SGX1 and SGX2 sub-featuresSean Christopherson
2021-03-25x86/syscalls: Fix -Wmissing-prototypes warnings from COND_SYSCALL()Masahiro Yamada
2021-03-24Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-21x86: Remove unusual Unicode characters from commentsIngo Molnar
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-19Merge branch 'locking/urgent' into locking/core, to pick up dependent commitsIngo Molnar
2021-03-18KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-18Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar
2021-03-18KVM: x86: hyper-v: Track Hyper-V TSC page statusVitaly Kuznetsov