aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-23Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-20x86: Remove empty filesBorislav Petkov
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner
2022-05-06x86/mm: Simplify RESERVE_BRK()Josh Poimboeuf
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan
2022-05-02x86/aperfperf: Make it correct on 32bit and UP kernelsThomas Gleixner
2022-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner
2022-04-27x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky
2022-04-19x86/static_call: Add ANNOTATE_NOENDBR to static call trampolineJosh Poimboeuf
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2022-04-19x86/cpu: Add new Alderlake and Raptorlake CPU model numbersTony Luck
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval
2022-04-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-11KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov
2022-04-11KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-10x86/PCI: Add $IRT PIRQ routing table supportMaciej W. Rozycki
2022-04-07ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov
2022-04-07x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov
2022-04-07x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov
2022-04-07x86: Adjust types used in port I/O helpersKirill A. Shutemov
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov