aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-03-08x86/virtio: Have SEV guests enforce restricted virtio memory accessTom Lendacky2-0/+7
2021-03-08x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian4-15/+10
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley3-12/+4
2021-03-08clocksource/drivers/hyper-v: Handle sched_clock differences inlineMichael Kelley1-11/+0
2021-03-08clocksource/drivers/hyper-v: Handle vDSO differences inlineMichael Kelley1-4/+0
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley2-10/+4
2021-03-08Drivers: hv: vmbus: Handle auto EOI quirk inlineMichael Kelley1-3/+0
2021-03-08Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley1-27/+0
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley3-68/+75
2021-03-08x86/hyper-v: Move hv_message_type to architecture neutral moduleMichael Kelley1-29/+0
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley2-27/+0
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel4-2/+19
2021-03-08x86/entry/32: Remove leftover macros after stackprotector cleanupsAndy Lutomirski1-41/+2
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski18-217/+55
2021-03-08x86/platform/uv: Set section block size for hubless architecturesMike Travis1-0/+3
2021-03-08x86: Remove duplicate TSC DEADLINE MSR definitionsDave Hansen2-6/+4
2021-03-06x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski1-1/+2
2021-03-06x86/unwind/orc: Silence warnings caused by missing ORC dataJosh Poimboeuf1-1/+1
2021-03-06x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf1-6/+6
2021-03-06Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar1-2/+2
2021-03-06x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit1-3/+3
2021-03-06x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit1-1/+2
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit4-27/+33
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit9-40/+56
2021-03-06x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit1-5/+32
2021-03-06x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit2-47/+39
2021-03-06x86/cpu/hygon: Set __max_die_per_package on HygonPu Wen1-2/+2
2021-03-06perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang1-1/+4
2021-03-06x86/jump_label: Mark arguments as const to satisfy asm constraintsJason Gerecke1-2/+2
2021-03-06x86/sev-es: Remove subtraction of res variableBorislav Petkov1-1/+1
2021-03-06x86/vdso: Use proper modifier for len's format specifier in extract()Jiri Slaby1-1/+1
2021-03-06kvm: x86: use NULL instead of using plain integer as pointerMuhammad Usama Anjum1-1/+1
2021-03-05KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'Sean Christopherson1-12/+13
2021-03-05KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson1-1/+10
2021-03-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-16/+400
2021-03-04Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-29/+62
2021-03-03xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross3-26/+21
2021-03-03Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich1-3/+41
2021-03-02KVM: SVM: Clear the CR4 register on resetBabu Moger1-0/+1
2021-03-02KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse4-2/+343
2021-03-02KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_infoDavid Woodhouse1-0/+4
2021-03-02KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini4-2/+42
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-3/+7
2021-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-415/+311
2021-02-26x86: fix seq_file iteration for pat/memtype.cNeilBrown1-2/+2
2021-02-26kfence: add test suiteMarco Elver1-1/+2
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver2-7/+1
2021-02-26x86, kfence: enable KFENCE for x86Alexander Potapenko3-0/+76
2021-02-26KVM: xen: flush deferred static key before checking itPaolo Bonzini1-0/+1