summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang2023-09-281-5/+25
* x86/srso: Add SRSO mitigation for Hygon processorsPu Wen2023-09-281-1/+1
* x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET2023-09-241-1/+0
* Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-222-8/+2
|\
| * x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2023-09-222-1/+3
| * x86/alternatives: Remove faulty optimizationJosh Poimboeuf2023-09-221-8/+0
* | Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-225-48/+45
|\ \
| * | x86/shstk: Add warning for shadow stack double unmapRick Edgecombe2023-09-191-0/+11
| * | x86/shstk: Remove useless clone error handlingRick Edgecombe2023-09-191-7/+0
| * | x86/shstk: Handle vfork clone failure correctlyRick Edgecombe2023-09-191-2/+20
| * | x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf2023-09-191-1/+1
| * | x86/srso: Don't probe microcode in a guestJosh Poimboeuf2023-09-191-1/+1
| * | x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2023-09-192-31/+10
| * | x86/srso: Fix srso_show_state() side effectJosh Poimboeuf2023-09-191-1/+1
| * | x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel2023-09-181-6/+2
| |/
* / x86/xen: move paravirt lazy codeJuergen Gross2023-09-191-67/+0
|/
* Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-171-6/+5
|\
| * x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
* | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-3/+9
|\ \ | |/ |/|
| * x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
* | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-103-2/+5
|\ \
| * | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-061-0/+3
| * | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-061-1/+1
| * | x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-041-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-072-47/+50
|\ \ \
| * \ \ Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-312-47/+50
| |\ \ \
| | * | | x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabledSean Christopherson2023-08-031-1/+4
| | * | | x86/reboot: Disable virtualization during reboot iff callback is registeredSean Christopherson2023-08-031-2/+1
| | * | | x86/reboot: Hoist "disable virt" helpers above "emergency reboot" pathSean Christopherson2023-08-031-45/+45
| | * | | x86/reboot: Assert that IRQs are disabled when turning off virtualizationSean Christopherson2023-08-031-1/+7
| | * | | x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callbackSean Christopherson2023-08-031-3/+0
| | * | | x86/reboot: KVM: Handle VMXOFF in KVM's reboot callbackSean Christopherson2023-08-031-20/+9
| | * | | x86/reboot: Harden virtualization hooks for emergency rebootSean Christopherson2023-08-031-6/+24
| | * | | x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson2023-08-032-31/+22
* | | | | Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-041-7/+84
|\ \ \ \ \
| * | | | | x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui2023-08-251-6/+4
| * | | | | x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui2023-08-251-4/+4
| * | | | | x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui2023-08-251-2/+7
| * | | | | x86/hyperv: Fix serial console interrupts for fully enlightened TDX guestsDexuan Cui2023-08-251-0/+22
| * | | | | Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui2023-08-251-0/+14
| * | | | | x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui2023-08-251-0/+2
| * | | | | x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_H...Dexuan Cui2023-08-231-4/+5
| * | | | | x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ESTianyu Lan2023-08-221-0/+21
| * | | | | x86/hyperv: Add smp support for SEV-SNP guestTianyu Lan2023-08-221-1/+10
| * | | | | x86/hyperv: Add sev-snp enlightened guest static keyTianyu Lan2023-08-221-2/+7
* | | | | | Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-014-13/+6
|\ \ \ \ \ \
| * | | | | | x86/fpu/xstate: Fix PKRU covert channelJim Mattson2023-08-311-1/+1
| * | | | | | x86/irq/i8259: Fix kernel-doc annotation warningVincenzo Palazzo2023-08-311-3/+1
| * | | | | | x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen2023-08-311-4/+4
| * | | | | | x86/audit: Fix -Wmissing-variable-declarations warning for ia32_xyz_classJustin Stitt2023-08-301-5/+0
| | |/ / / / | |/| | | |