summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner
2022-11-17clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.hThomas Gleixner
2022-11-16KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masksDavid Matlack
2022-11-16locking: Fix qspinlock/x86 inline asm errorGuo Jin
2022-11-16x86/debug: Include percpu.h in debugreg.h to get DECLARE_PER_CPU() et alSean Christopherson
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov
2022-11-10KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.hGavin Shan
2022-11-10x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross
2022-11-10x86: Decouple PAT and MTRR handlingJuergen Gross
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross
2022-11-10x86/mtrr: Disentangle MTRR init from PAT initJuergen Gross
2022-11-10x86/mtrr: Split MTRR-specific handling from cache dis/enablingJuergen Gross
2022-11-10x86/mtrr: Rename prepare_set() and post_set()Juergen Gross
2022-11-10x86/mtrr: Replace use_intel() with a local flagJuergen Gross
2022-11-09KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu
2022-11-09KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()Like Xu
2022-11-09KVM: x86/pmu: Force reprogramming of all counters on PMU filter changeSean Christopherson
2022-11-09KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pagesSean Christopherson
2022-11-09KVM: x86/mmu: Rename NX huge pages fields/functions for consistencySean Christopherson
2022-11-09KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis
2022-11-09KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis
2022-11-09KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelAaron Lewis
2022-11-09KVM: x86: smm: use smram structs in the common codeMaxim Levitsky
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini
2022-11-09KVM: x86: do not define KVM_REQ_SMI if SMM disabledPaolo Bonzini
2022-11-09KVM: x86: remove SMRAM address space if SMM is not supportedPaolo Bonzini
2022-11-09KVM: x86: compile out vendor-specific code if SMM is disabledPaolo Bonzini
2022-11-09KVM: x86: move SMM entry to a new filePaolo Bonzini
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini
2022-11-09KVM: SVM: Name and check reserved fields with structs offsetCarlos Bilbao
2022-11-09KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()Miaohe Lin
2022-11-09perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stubSean Christopherson
2022-11-09Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2022-11-09KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu
2022-11-09KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-11-06Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-06x86/cpufeatures: Move X86_FEATURE_CALL_DEPTH from bit 18 to bit 19 of word 11...Ingo Molnar
2022-11-04KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang
2022-11-04x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen
2022-11-04x86/cpu: Add several Intel server CPU model numbersTony Luck
2022-11-03x86/intel_epb: Set Alder Lake N and Raptor Lake P normal EPBSrinivas Pandruvada
2022-11-02x86/microcode: Drop struct ucode_cpu_info.validBorislav Petkov
2022-11-02x86/microcode: Kill refresh_fwBorislav Petkov
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-11-01x86: Unconfuse CONFIG_ and X86_FEATURE_ namespacesPeter Zijlstra
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds