summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2024-04-052-0/+41
* crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2024-04-052-0/+25
* crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2024-04-052-0/+31
* crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2024-04-052-2/+209
* crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2024-04-052-1/+802
* x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers2024-04-051-0/+10
* crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae2024-04-022-7/+6
* crypto: x86/aesni - Rearrange AES key size checkChang S. Bae2024-04-021-10/+8
* Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-241-0/+9
|\
| * x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel2024-03-241-0/+9
* | Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-2414-85/+76
|\ \
| * | x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky2024-03-241-9/+7
| * | x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky2024-03-241-1/+1
| * | x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck2024-03-241-0/+1
| * | x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2024-03-242-6/+13
| * | x86/mpparse: Register APIC address only onceThomas Gleixner2024-03-231-5/+5
| * | x86/topology: Handle the !APIC case gracefullyThomas Gleixner2024-03-231-0/+11
| * | x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner2024-03-231-5/+7
| * | x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner2024-03-233-37/+14
| * | kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)2024-03-221-1/+10
| * | x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov2024-03-221-5/+5
| * | x86/kexec: Do not update E820 kexec table for setup_dataDave Young2024-03-221-16/+1
| * | x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Masahiro Yamada2024-03-211-0/+1
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-214-3/+5
|\ \ \
| * | | kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada2024-02-232-1/+4
| * | | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-202-2/+1
* | | | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-4/+0
|\ \ \ \
| * | | | platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISHMasahiro Yamada2024-03-071-4/+0
| |/ / /
* | | | Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-216-141/+157
|\ \ \ \
| * | | | x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley2024-03-181-0/+1
| * | | | x86/hyperv: Cosmetic changes for hv_spinlock.cPurna Pavan Chandra Aekkaladevi2024-03-181-1/+2
| * | | | hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves2024-03-181-1/+1
| * | | | mshyperv: Introduce hv_get_hypervisor_version functionNuno Das Neves2024-03-121-19/+15
| * | | | x86/hyperv: Use per cpu initial stack for vtl contextSaurabh Sengar2024-03-091-4/+15
| * | | | hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2024-03-044-116/+123
* | | | | Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-196-44/+122
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne2024-03-136-44/+122
* | | | | Merge tag 'perf-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-172-3/+4
|\ \ \ \ \
| * | | | | perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das2024-03-131-1/+0
| * | | | | perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das2024-03-131-2/+4
* | | | | | x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)2024-03-161-5/+5
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-1538-656/+1253
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-116-106/+310
| |\ \ \ \ \ \
| | * | | | | | KVM: x86/xen: fix recursive deadlock in timer injectionDavid Woodhouse2024-03-051-4/+0
| | * | | | | | KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn deliveryDavid Woodhouse2024-03-051-4/+2
| | * | | | | | KVM: x86/xen: inject vCPU upcall vector when local APIC is enabledDavid Woodhouse2024-03-053-2/+23
| | * | | | | | KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse2024-03-053-40/+152
| | * | | | | | KVM: x86/xen: allow vcpu_info content to be 'safely' copiedPaul Durrant2024-02-221-3/+0
| | * | | | | | KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capabilityPaul Durrant2024-02-221-1/+2
| | * | | | | | KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant2024-02-222-7/+31