summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-11x86/cpu/centaur: Add Centaur family >=7 CPUs initialization supportTony W Wang-oc1-2/+6
2020-09-11x86/cpu/centaur: Replace two-condition switch-case with an if statementTony W Wang-oc1-15/+8
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig1-3/+3
2020-09-11x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov2-12/+70
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev2-0/+18
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky1-0/+30
2020-09-10x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar1-8/+22
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry1-5/+6
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry3-3/+3
2020-09-10x86/tsc: Use seqcount_latch_tAhmed S. Darwish1-5/+5
2020-09-09x86/sev-es: Handle NMI StateJoerg Roedel2-0/+24
2020-09-09x86/sev-es: Support CPU offline/onlineJoerg Roedel1-0/+63
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel1-0/+12
2020-09-09x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2-1/+24
2020-09-09x86/realmode: Setup AP jump tableTom Lendacky1-0/+69
2020-09-09x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli1-5/+45
2020-09-09x86/kvm: Add KVM-specific VMMCALL handling under SEV-ESTom Lendacky1-6/+29
2020-09-09x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ESJoerg Roedel1-0/+12
2020-09-09x86/sev-es: Handle #DB EventsJoerg Roedel1-0/+17
2020-09-09x86/sev-es: Handle #AC EventsJoerg Roedel1-0/+19
2020-09-09x86/sev-es: Handle VMMCALL EventsTom Lendacky1-0/+23
2020-09-09x86/sev-es: Handle MWAIT/MWAITX EventsTom Lendacky1-0/+10
2020-09-09x86/sev-es: Handle MONITOR/MONITORX EventsTom Lendacky1-0/+13
2020-09-09x86/sev-es: Handle INVD EventsTom Lendacky1-0/+4
2020-09-09x86/sev-es: Handle RDPMC EventsTom Lendacky1-0/+22
2020-09-09x86/sev-es: Handle RDTSC(P) EventsTom Lendacky2-0/+27
2020-09-09x86/sev-es: Handle WBINVD EventsTom Lendacky1-0/+9
2020-09-09x86/sev-es: Handle DR7 read/write eventsTom Lendacky1-0/+85
2020-09-09x86/sev-es: Handle MSR eventsTom Lendacky1-0/+28
2020-09-09x86/sev-es: Handle MMIO String InstructionsJoerg Roedel1-0/+77
2020-09-09x86/sev-es: Handle MMIO eventsTom Lendacky1-0/+222
2020-09-09x86/sev-es: Handle instruction fetches from user-spaceJoerg Roedel1-9/+22
2020-09-09x86/sev-es: Wire up existing #VC exit-code handlersJoerg Roedel2-4/+9
2020-09-09x86/sev-es: Add a Runtime #VC Exception HandlerTom Lendacky2-8/+249
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel1-0/+45
2020-09-09x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel2-19/+26
2020-09-09x86/sev-es: Adjust #VC IST Stack on entering NMI handlerJoerg Roedel2-0/+62
2020-09-09x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel3-2/+41
2020-09-09x86/sev-es: Setup per-CPU GHCBs for the runtime handlerTom Lendacky2-1/+58
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel5-7/+169
2020-09-09x86/sev-es: Setup an early #VC handlerJoerg Roedel2-1/+54
2020-09-09x86/sev-es: Compile early handler code into kernel imageJoerg Roedel3-10/+175
2020-09-09x86: remove address space overrides using set_fs()Christoph Hellwig1-3/+0
2020-09-08x86/kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-105/+3
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel2-14/+16
2020-09-07x86/idt: Make IDT init functions static inlinesJoerg Roedel1-34/+0
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel2-0/+44
2020-09-07x86/head/64: Switch to initial stack earlierJoerg Roedel1-3/+6
2020-09-07x86/head/64: Load segment registers earlierJoerg Roedel1-26/+26
2020-09-07x86/head/64: Load GDT after switch to virtual addressesJoerg Roedel1-8/+8