summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/pmu: Stop calling kvm_pmu_reset() at RESET (it's redundant)Sean Christopherson2023-11-303-3/+1
* KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshingSean Christopherson2023-11-301-13/+22
* KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson2023-11-305-56/+40
* Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-148-29/+317
|\
| * KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-145-7/+40
| * KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-144-6/+12
| * KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroSean Christopherson2023-11-141-1/+0
| * KVM: x86/mmu: Handle page fault for private memoryChao Peng2023-11-142-5/+97
| * KVM: x86: Disallow hugepages when memory attributes are mixedChao Peng2023-11-143-2/+159
| * KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUNSean Christopherson2023-11-141-0/+1
| * KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng2023-11-131-0/+1
| * KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-131-1/+1
| * KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-132-3/+1
| * KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng2023-11-132-10/+11
* | kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* | Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-043-0/+24
|\ \
| * | virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2023-10-193-0/+24
* | | Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0419-905/+897
|\ \ \
| * | | x86/microcode/intel: Add a minimum required revision for late loadingAshok Raj2023-10-242-5/+35
| * | | x86/microcode: Prepare for minimal revision checkThomas Gleixner2023-10-245-6/+44
| * | | x86/microcode: Handle "offline" CPUs correctlyThomas Gleixner2023-10-244-6/+113
| * | | x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner2023-10-245-1/+16
| * | | x86/microcode: Protect against instrumentationThomas Gleixner2023-10-241-28/+83
| * | | x86/microcode: Rendezvous and load in NMIThomas Gleixner2023-10-245-5/+57
| * | | x86/microcode: Replace the all-in-one rendevous handlerThomas Gleixner2023-10-241-42/+9
| * | | x86/microcode: Provide new control functionsThomas Gleixner2023-10-241-0/+84
| * | | x86/microcode: Add per CPU control fieldThomas Gleixner2023-10-241-2/+18
| * | | x86/microcode: Add per CPU result stateThomas Gleixner2023-10-242-47/+68
| * | | x86/microcode: Sanitize __wait_for_cpus()Thomas Gleixner2023-10-241-22/+17
| * | | x86/microcode: Clarify the late load logicThomas Gleixner2023-10-241-22/+19
| * | | x86/microcode: Handle "nosmt" correctlyThomas Gleixner2023-10-244-31/+44
| * | | x86/microcode: Clean up mc_cpu_down_prep()Thomas Gleixner2023-10-241-7/+1
| * | | x86/microcode: Get rid of the schedule work indirectionThomas Gleixner2023-10-241-19/+10
| * | | x86/microcode: Mop up early loading leftoversThomas Gleixner2023-10-242-17/+1
| * | | x86/microcode/amd: Use cached microcode for AP loadThomas Gleixner2023-10-243-24/+13
| * | | x86/microcode/amd: Cache builtin/initrd microcode earlyThomas Gleixner2023-10-242-17/+11
| * | | x86/microcode/amd: Cache builtin microcode tooThomas Gleixner2023-10-241-1/+1
| * | | x86/microcode/amd: Use correct per CPU ucode_cpu_infoThomas Gleixner2023-10-241-3/+3
| * | | x86/microcode: Remove pointless apply() invocationThomas Gleixner2023-10-241-17/+6
| * | | x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner2023-10-242-27/+20
| * | | x86/microcode/intel: Reuse intel_cpu_collect_info()Thomas Gleixner2023-10-241-15/+1
| * | | x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner2023-10-242-26/+11
| * | | x86/microcode/intel: Unify microcode apply() functionsThomas Gleixner2023-10-241-68/+36
| * | | x86/microcode/intel: Switch to kvmalloc()Thomas Gleixner2023-10-241-23/+25
| * | | x86/microcode/intel: Save the microcode only after a successful late-loadThomas Gleixner2023-10-243-15/+20
| * | | x86/microcode/intel: Simplify early loadingThomas Gleixner2023-10-243-93/+79
| * | | x86/microcode/intel: Cleanup code furtherThomas Gleixner2023-10-191-44/+32
| * | | x86/microcode/intel: Simplify and rename generic_load_microcode()Thomas Gleixner2023-10-191-30/+17
| * | | x86/microcode/intel: Simplify scan_microcode()Thomas Gleixner2023-10-191-21/+7
| * | | x86/microcode/intel: Rip out mixed stepping support for Intel CPUsAshok Raj2023-10-194-121/+34