summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Merge branch 'x86/entry' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jens Axboe13-43/+46
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe1-2/+2
2020-11-08Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-32/+54
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis1-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis1-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis1-2/+5
2020-11-05x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry1-18/+33
2020-11-05Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+9
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song3-9/+3
2020-11-03Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-8/+167
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+30
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-32/+31
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini1-2/+0
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov3-5/+5
2020-10-30KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai1-4/+4
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini3-21/+21
2020-10-29x86/sev-es: Do not support MMIO to/from encrypted memoryJoerg Roedel1-7/+13
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2-0/+17
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel4-0/+96
2020-10-29x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handlerJoerg Roedel1-0/+26
2020-10-29x86: Wire up TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2020-10-29x86/boot/compressed/64: Introduce sev_statusJoerg Roedel1-1/+15
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2020-10-28x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse1-0/+1
2020-10-27x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra1-3/+6
2020-10-27x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra1-6/+6
2020-10-27x86/debug: Fix BTF handlingPeter Zijlstra1-7/+21
2020-10-27Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+17
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2020-10-26x86/hyperv: Clarify comment on x2apic modeMichael Kelley1-5/+9
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2-10/+0
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi4-10/+20
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2-4/+6
2020-10-26x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2-5/+5
2020-10-26x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi1-1/+1
2020-10-26x86/oprofile: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi1-1/+1
2020-10-26x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi1-8/+7
2020-10-26perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi4-4/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches18-29/+29
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+13
2020-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-9/+6
2020-10-24Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-16/+40
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-24crypto: x86/poly1305 - add back a needed assignmentEric Biggers1-0/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds44-2359/+5013
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2