aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-21x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski2-3/+2
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski1-2/+13
2021-01-19efi: x86: clean up previous struct mm switchingArd Biesheuvel1-12/+5
2021-01-19efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel1-2/+1
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov1-2/+2
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel4-169/+0
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel1-74/+0
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel1-32/+0
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel1-4/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel1-6/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel1-12/+0
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel1-21/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel1-18/+0
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik1-0/+12
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik1-0/+10
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky1-0/+33
2021-01-12x86: __always_inline __{rd,wr}msr()Peter Zijlstra1-2/+2
2021-01-12x86/entry: Remove now unused do_IRQ() declarationHao Lee1-2/+0
2021-01-11Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+2
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider1-4/+7
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+17
2021-01-08x86/mm: Remove duplicate definition of _PAGE_PAT_LARGEArvind Sankar1-2/+0
2021-01-08x86/asm: Add a missing __iomem annotation in enqcmds()Dave Jiang1-1/+1
2021-01-08x86/asm: Annotate movdir64b()'s dst argument with __iomemDave Jiang1-2/+2
2021-01-07KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky1-0/+3
2021-01-07KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon1-2/+14
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini6-6/+32
2021-01-06x32: make X32, !IA32_EMULATION setups able to execute x32 binariesAl Viro1-1/+1
2021-01-06[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyAl Viro2-14/+31
2021-01-05x86/hyperv: Fix kexec panic/hang issuesDexuan Cui1-0/+2
2021-01-05x86/kprobes: Do not decode opcode in resume_execution()Masami Hiramatsu1-4/+7
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro1-4/+7
2020-12-31x86/microcode: Make microcode_init() staticBorislav Petkov1-2/+0
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-9/+86
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+20
2020-12-16Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+2
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+20
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+6
2020-12-16xen: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+1
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-11/+3
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-1/+2
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky1-3/+7
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky1-1/+14