aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-10x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross1-1/+0
2022-11-10x86: Decouple PAT and MTRR handlingJuergen Gross1-3/+2
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross2-7/+6
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross2-2/+2
2022-11-10x86/mtrr: Disentangle MTRR init from PAT initJuergen Gross2-0/+3
2022-11-10x86/mtrr: Split MTRR-specific handling from cache dis/enablingJuergen Gross1-0/+4
2022-11-10x86/mtrr: Rename prepare_set() and post_set()Juergen Gross1-0/+3
2022-11-10x86/mtrr: Replace use_intel() with a local flagJuergen Gross1-0/+5
2022-11-09KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu1-2/+3
2022-11-09KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()Like Xu1-0/+1
2022-11-09KVM: x86/pmu: Force reprogramming of all counters on PMU filter changeSean Christopherson1-1/+10
2022-11-09KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pagesSean Christopherson1-8/+3
2022-11-09KVM: x86/mmu: Rename NX huge pages fields/functions for consistencySean Christopherson1-4/+15
2022-11-09KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis1-0/+2
2022-11-09KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis1-0/+1
2022-11-09KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelAaron Lewis1-0/+2
2022-11-09KVM: x86: smm: use smram structs in the common codeMaxim Levitsky1-2/+3
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini1-1/+2
2022-11-09KVM: x86: do not define KVM_REQ_SMI if SMM disabledPaolo Bonzini1-0/+2
2022-11-09KVM: x86: remove SMRAM address space if SMM is not supportedPaolo Bonzini1-5/+8
2022-11-09KVM: x86: compile out vendor-specific code if SMM is disabledPaolo Bonzini2-0/+4
2022-11-09KVM: x86: move SMM entry to a new filePaolo Bonzini1-0/+1
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini1-6/+0
2022-11-09KVM: SVM: Name and check reserved fields with structs offsetCarlos Bilbao1-28/+65
2022-11-09KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()Miaohe Lin1-2/+0
2022-11-09perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stubSean Christopherson1-3/+3
2022-11-09Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2-2/+11
2022-11-09KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu1-0/+1
2022-11-09KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu1-1/+5
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini1-5/+5
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang2-10/+0
2022-11-06Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+11
2022-11-06x86/cpufeatures: Move X86_FEATURE_CALL_DEPTH from bit 18 to bit 19 of word 11...Ingo Molnar1-1/+2
2022-11-04KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang1-0/+1
2022-11-04x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen1-7/+26
2022-11-04x86/cpu: Add several Intel server CPU model numbersTony Luck1-1/+10
2022-11-03x86/intel_epb: Set Alder Lake N and Raptor Lake P normal EPBSrinivas Pandruvada1-0/+1
2022-11-02x86/microcode: Drop struct ucode_cpu_info.validBorislav Petkov1-1/+0
2022-11-02x86/microcode: Kill refresh_fwBorislav Petkov1-2/+1
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra2-3/+5
2022-11-01x86: Unconfuse CONFIG_ and X86_FEATURE_ namespacesPeter Zijlstra1-2/+2
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-10/+14
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko1-4/+7
2022-10-28x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko1-6/+7
2022-10-24x86/syscall: Include asm/ptrace.h in syscall_wrapper headerJiri Olsa1-1/+1
2022-10-23kill extern of vsyscall32_sysctlAl Viro1-1/+0
2022-10-21iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan1-1/+3
2022-10-20x86/paravirt: Fix a !PARAVIRT build warningBorislav Petkov1-7/+7
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst1-0/+1
2022-10-19x86/signal: Add ABI prefixes to frame setup functionsBrian Gerst2-5/+5