| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | x86: Replace cpumask_weight() with cpumask_empty() where appropriate | Yury Norov | 2022-04-10 | 1 | -7/+7 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-23 | 1 | -12/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86/traps: Use pt_regs directly in fixup_bad_iret() | Lai Jiangshan | 2022-05-03 | 1 | -12/+7 | |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-23 | 3 | -51/+85 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86/speculation/srbds: Do not try to turn mitigation off when not supported | Ricardo CaƱuelo | 2022-04-05 | 1 | -0/+7 | |
| | * | | | | | | | | | | x86/cpu: Remove "noclflush" | Borislav Petkov | 2022-04-04 | 1 | -8/+0 | |
| | * | | | | | | | | | | x86/cpu: Remove "noexec" | Borislav Petkov | 2022-04-04 | 1 | -3/+25 | |
| | * | | | | | | | | | | x86/cpu: Remove "nosmep" | Borislav Petkov | 2022-04-04 | 1 | -7/+0 | |
| | * | | | | | | | | | | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap" | Borislav Petkov | 2022-04-04 | 1 | -14/+1 | |
| | * | | | | | | | | | | x86/cpu: Remove "nosep" | Borislav Petkov | 2022-04-04 | 1 | -7/+0 | |
| | * | | | | | | | | | | x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid= | Borislav Petkov | 2022-04-04 | 1 | -12/+52 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-23 | 10 | -33/+302 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86/tdx/ioapic: Add shared bit for IOAPIC base address | Isaku Yamahata | 2022-04-07 | 1 | -2/+16 | |
| | * | | | | | | | | | | x86/mm/cpa: Add support for TDX shared memory | Kirill A. Shutemov | 2022-04-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | x86/boot: Avoid #VE during boot for TDX platforms | Sean Christopherson | 2022-04-07 | 1 | -2/+26 | |
| | * | | | | | | | | | | x86/acpi/x86/boot: Add multiprocessor wake-up support | Kuppuswamy Sathyanarayanan | 2022-04-07 | 2 | -1/+102 | |
| | * | | | | | | | | | | x86/boot: Add a trampoline for booting APs via firmware handoff | Sean Christopherson | 2022-04-07 | 1 | -2/+10 | |
| | * | | | | | | | | | | x86/tdx: Port I/O: Add early boot support | Andi Kleen | 2022-04-07 | 1 | -0/+3 | |
| | * | | | | | | | | | | x86/tdx: Add HLT support for TDX guests | Kirill A. Shutemov | 2022-04-07 | 1 | -0/+4 | |
| | * | | | | | | | | | | x86/traps: Add #VE support for TDX guest | Kirill A. Shutemov | 2022-04-07 | 2 | -0/+89 | |
| | * | | | | | | | | | | x86/traps: Refactor exc_general_protection() | Kirill A. Shutemov | 2022-04-07 | 1 | -26/+31 | |
| | * | | | | | | | | | | x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions | Kuppuswamy Sathyanarayanan | 2022-04-07 | 1 | -0/+8 | |
| | * | | | | | | | | | | x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers | Kirill A. Shutemov | 2022-04-07 | 1 | -0/+9 | |
| | * | | | | | | | | | | x86/tdx: Detect running as a TDX guest in early boot | Kuppuswamy Sathyanarayanan | 2022-04-07 | 1 | -0/+4 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge tag 'ras_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-05-23 | 3 | -79/+67 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86/mce: Add messages for panic errors in AMD's MCE grading | Carlos Bilbao | 2022-04-25 | 1 | -1/+10 | |
| | * | | | | | | | | | | x86/mce: Simplify AMD severity grading logic | Carlos Bilbao | 2022-04-25 | 1 | -65/+36 | |
| | * | | | | | | | | | | x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails | Ammar Faizi | 2022-04-05 | 1 | -13/+19 | |
| | * | | | | | | | | | | x86/mce: Avoid unnecessary padding in struct mce_bank | Smita Koralahalli | 2022-04-05 | 1 | -1/+3 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-23 | 8 | -73/+1404 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | x86/sev: Remove duplicated assignment to variable info | Colin Ian King | 2022-05-17 | 1 | -4/+1 | |
| | * | | | | | | | | | x86/sev: Fix address space sparse warning | Borislav Petkov | 2022-05-02 | 1 | -3/+6 | |
| | * | | | | | | | | | x86/sev: Get the AP jump table address from secrets page | Brijesh Singh | 2022-04-27 | 1 | -24/+52 | |
| | * | | | | | | | | | x86/sev: Add missing __init annotations to SEV init routines | Michael Roth | 2022-04-27 | 1 | -3/+3 | |
| | * | | | | | | | | | virt: sevguest: Change driver name to reflect generic SEV support | Tom Lendacky | 2022-04-21 | 1 | -5/+5 | |
| | * | | | | | | | | | x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate() | Peter Gonda | 2022-04-08 | 1 | -2/+1 | |
| | * | | | | | | | | | x86/sev: Register SEV-SNP guest request platform device | Brijesh Singh | 2022-04-07 | 1 | -0/+56 | |
| | * | | | | | | | | | x86/sev: Provide support for SNP guest request NAEs | Brijesh Singh | 2022-04-07 | 1 | -0/+57 | |
| | * | | | | | | | | | x86/sev: Add a sev= cmdline option | Michael Roth | 2022-04-07 | 1 | -0/+44 | |
| | * | | | | | | | | | x86/sev: Use firmware-validated CPUID for SEV-SNP guests | Michael Roth | 2022-04-07 | 2 | -0/+61 | |
| | * | | | | | | | | | x86/sev: Add SEV-SNP feature detection/setup | Michael Roth | 2022-04-07 | 2 | -0/+91 | |
| | * | | | | | | | | | x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers | Michael Roth | 2022-04-07 | 1 | -0/+324 | |
| | * | | | | | | | | | x86/sev: Move MSR-based VMGEXITs for CPUID to helper | Michael Roth | 2022-04-07 | 2 | -26/+58 | |
| | * | | | | | | | | | x86/head/64: Re-enable stack protection | Michael Roth | 2022-04-06 | 3 | -14/+21 | |
| | * | | | | | | | | | x86/sev: Use SEV-SNP AP creation to start secondary CPUs | Tom Lendacky | 2022-04-06 | 2 | -0/+245 | |
| | * | | | | | | | | | x86/mm: Validate memory when changing the C-bit | Brijesh Singh | 2022-04-06 | 1 | -0/+168 | |
| | * | | | | | | | | | x86/kernel: Validate ROM memory before accessing when SEV-SNP is active | Brijesh Singh | 2022-04-06 | 1 | -1/+12 | |
| | * | | | | | | | | | x86/kernel: Mark the .bss..decrypted section as shared in the RMP table | Brijesh Singh | 2022-04-06 | 1 | -0/+13 | |
| | * | | | | | | | | | x86/sev: Add helper for validating pages in early enc attribute changes | Brijesh Singh | 2022-04-06 | 1 | -0/+99 | |
| | * | | | | | | | | | x86/sev: Register GHCB memory when SEV-SNP is active | Brijesh Singh | 2022-04-06 | 4 | -14/+42 | |
