aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-09-09x86/realmode: Setup AP jump tableTom Lendacky1-0/+5
2020-09-09x86/realmode: Add SEV-ES specific trampoline entry pointJoerg Roedel1-0/+3
2020-09-09x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ESJoerg Roedel1-1/+15
2020-09-09x86/sev-es: Add a Runtime #VC Exception HandlerTom Lendacky1-0/+6
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel3-0/+46
2020-09-09x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel1-0/+2
2020-09-09x86/sev-es: Adjust #VC IST Stack on entering NMI handlerJoerg Roedel1-0/+19
2020-09-09x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel2-12/+22
2020-09-09x86/sev-es: Setup per-CPU GHCBs for the runtime handlerTom Lendacky1-0/+2
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel3-1/+6
2020-09-09x86/sev-es: Setup an early #VC handlerJoerg Roedel1-0/+3
2020-09-08x86: remove address space overrides using set_fs()Christoph Hellwig3-37/+2
2020-09-08x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2-3/+3
2020-09-08x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig3-49/+49
2020-09-07x86/sev-es: Add SEV-ES Feature DetectionJoerg Roedel2-0/+5
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel2-2/+4
2020-09-07x86/idt: Make IDT init functions static inlinesJoerg Roedel2-0/+34
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel1-0/+1
2020-09-07x86/head/64: Install startup GDTJoerg Roedel1-0/+1
2020-09-07x86/fpu: Move xgetbv()/xsetbv() into a separate headerJoerg Roedel2-29/+35
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel1-0/+39
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel3-0/+39
2020-09-07x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel1-0/+3
2020-09-07x86/insn: Add insn_has_rep_prefix() helperJoerg Roedel1-0/+1
2020-09-07KVM: SVM: Use __packed shorthandBorislav Petkov1-6/+6
2020-09-07x86/insn: Add insn_get_modrm_reg_off()Joerg Roedel1-0/+1
2020-09-07KVM: SVM: Add GHCB Accessor functionsJoerg Roedel1-0/+43
2020-09-07x86/umip: Factor out instruction decodingJoerg Roedel1-0/+2
2020-09-07KVM: SVM: Add GHCB definitionsTom Lendacky1-2/+49
2020-09-07x86/umip: Factor out instruction fetchJoerg Roedel1-0/+2
2020-09-07x86/traps: Move pf error codes to <asm/trap_pf.h>Joerg Roedel2-18/+25
2020-09-07x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky1-0/+1
2020-09-07Merge 'x86/cpu' to pick up dependent bitsBorislav Petkov4-17/+31
2020-09-04x86/mce: Increase maximum number of banks to 64Akshay Gupta1-6/+2
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra1-1/+1
2020-09-04x86/debug: Remove aout_dump_debugregs()Peter Zijlstra1-2/+0
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra1-0/+4
2020-09-04x86/entry: Fix AC assertionPeter Zijlstra1-2/+10
2020-09-04tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi1-1/+1
2020-09-03x86/uaccess: Use XORL %0,%0 in __get_user_asm()Uros Bizjak1-1/+1
2020-09-01x86/asm: Avoid generating unused kprobe sectionsKees Cook1-1/+5
2020-09-01static_call: Add static_call_cond()Peter Zijlstra1-3/+9
2020-09-01x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra1-0/+19
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-1/+12
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf1-0/+23
2020-08-30x86/cpufeatures: Enumerate TSX suspend load address tracking instructionsKyung Min Park1-0/+1
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu1-0/+1
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra1-0/+1
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov1-2/+2
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0