aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
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 Roedel2-0/+40
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
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-08-20amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro1-4/+1
2020-08-20i386: propagate the calling conventions change down to csum_partial_copy_generic()Al Viro1-12/+6
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro2-25/+16
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro2-5/+3
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel1-10/+0
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam1-1/+0
2020-08-19x86/cpu: Fix typos and improve the comments in sync_core()Ingo Molnar1-8/+8
2020-08-18perf/x86/intel: Support TopDown metrics on Ice LakeKan Liang2-0/+4
2020-08-18perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang1-0/+3
2020-08-18perf/x86/intel: Generic support for hardware TopDown metricsKan Liang2-0/+48
2020-08-18perf/x86/intel: Move BTS index to 47Kan Liang1-2/+2