summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov2022-04-101-7/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-12/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan2022-05-031-12/+7
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-233-51/+85
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/speculation/srbds: Do not try to turn mitigation off when not supportedRicardo CaƱuelo2022-04-051-0/+7
| * | | | | | | | | | x86/cpu: Remove "noclflush"Borislav Petkov2022-04-041-8/+0
| * | | | | | | | | | x86/cpu: Remove "noexec"Borislav Petkov2022-04-041-3/+25
| * | | | | | | | | | x86/cpu: Remove "nosmep"Borislav Petkov2022-04-041-7/+0
| * | | | | | | | | | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-041-14/+1
| * | | | | | | | | | x86/cpu: Remove "nosep"Borislav Petkov2022-04-041-7/+0
| * | | | | | | | | | x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov2022-04-041-12/+52
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-2310-33/+302
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/tdx/ioapic: Add shared bit for IOAPIC base addressIsaku Yamahata2022-04-071-2/+16
| * | | | | | | | | | x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov2022-04-071-1/+1
| * | | | | | | | | | x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-071-2/+26
| * | | | | | | | | | x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan2022-04-072-1/+102
| * | | | | | | | | | x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson2022-04-071-2/+10
| * | | | | | | | | | x86/tdx: Port I/O: Add early boot supportAndi Kleen2022-04-071-0/+3
| * | | | | | | | | | x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov2022-04-071-0/+4
| * | | | | | | | | | x86/traps: Add #VE support for TDX guestKirill A. Shutemov2022-04-072-0/+89
| * | | | | | | | | | x86/traps: Refactor exc_general_protection()Kirill A. Shutemov2022-04-071-26/+31
| * | | | | | | | | | x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan2022-04-071-0/+8
| * | | | | | | | | | x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov2022-04-071-0/+9
| * | | | | | | | | | x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan2022-04-071-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'ras_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-233-79/+67
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mce: Add messages for panic errors in AMD's MCE gradingCarlos Bilbao2022-04-251-1/+10
| * | | | | | | | | | x86/mce: Simplify AMD severity grading logicCarlos Bilbao2022-04-251-65/+36
| * | | | | | | | | | x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi2022-04-051-13/+19
| * | | | | | | | | | x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli2022-04-051-1/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-238-73/+1404
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | x86/sev: Remove duplicated assignment to variable infoColin Ian King2022-05-171-4/+1
| * | | | | | | | | x86/sev: Fix address space sparse warningBorislav Petkov2022-05-021-3/+6
| * | | | | | | | | x86/sev: Get the AP jump table address from secrets pageBrijesh Singh2022-04-271-24/+52
| * | | | | | | | | x86/sev: Add missing __init annotations to SEV init routinesMichael Roth2022-04-271-3/+3
| * | | | | | | | | virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky2022-04-211-5/+5
| * | | | | | | | | x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()Peter Gonda2022-04-081-2/+1
| * | | | | | | | | x86/sev: Register SEV-SNP guest request platform deviceBrijesh Singh2022-04-071-0/+56
| * | | | | | | | | x86/sev: Provide support for SNP guest request NAEsBrijesh Singh2022-04-071-0/+57
| * | | | | | | | | x86/sev: Add a sev= cmdline optionMichael Roth2022-04-071-0/+44
| * | | | | | | | | x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth2022-04-072-0/+61
| * | | | | | | | | x86/sev: Add SEV-SNP feature detection/setupMichael Roth2022-04-072-0/+91
| * | | | | | | | | x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlersMichael Roth2022-04-071-0/+324
| * | | | | | | | | x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth2022-04-072-26/+58
| * | | | | | | | | x86/head/64: Re-enable stack protectionMichael Roth2022-04-063-14/+21
| * | | | | | | | | x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky2022-04-062-0/+245
| * | | | | | | | | x86/mm: Validate memory when changing the C-bitBrijesh Singh2022-04-061-0/+168
| * | | | | | | | | x86/kernel: Validate ROM memory before accessing when SEV-SNP is activeBrijesh Singh2022-04-061-1/+12
| * | | | | | | | | x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh2022-04-061-0/+13
| * | | | | | | | | x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh2022-04-061-0/+99
| * | | | | | | | | x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh2022-04-064-14/+42