aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-06-11Merge tag 'v5.2.45' into v5.2/standard/baseBruce Ashfield
2020-06-11Merge tag 'v5.2.44' into v5.2/standard/baseBruce Ashfield
2020-06-09x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-09x86/cpu: Add 'table' argument to cpu_matches()Mark Gross
2020-06-09x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross
2020-06-09x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor
2020-06-09mm: Fix mremap not considering huge pmd devmapFan Yang
2020-06-08copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro
2020-06-08x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl
2020-06-08KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-06-08x86/apic: Move TSC deadline timer debug printkThomas Gleixner
2020-06-08x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe
2020-06-08KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-06-08x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-06-05Merge tag 'v5.2.43' into v5.2/standard/baseBruce Ashfield
2020-06-05Merge tag 'v5.2.42' into v5.2/standard/baseBruce Ashfield
2020-06-04KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-04KVM: nVMX: always update CR3 in VMCSPaolo Bonzini
2020-06-04x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-06-04x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-06-04KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-dateSean Christopherson
2020-06-04arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
2020-06-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-06-04x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-06-04x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-06-04x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-06-04x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2020-06-04x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-06-04x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
2020-06-04x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf
2020-06-04KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-06-04crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2020-06-04x86: hyperv: report value of misc_featuresOlaf Hering
2020-06-04bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson
2020-06-04bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson
2020-06-04bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson
2020-06-04KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-06-01x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski
2020-06-01KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-06-01x86: ACPI: fix CPU hotplug deadlockQian Cai
2020-06-01x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan
2020-06-01x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan
2020-06-01x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen
2020-06-01x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse
2020-06-01KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-06-01KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson
2020-06-01KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson
2020-06-01KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-06-01KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-06-01x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner