summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-05-31Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Ingo Molnar
2020-05-28x86/ioperm: Prevent a memory leak when fork failsJay Lang
2020-05-28x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl
2020-05-27copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro
2020-05-27x86: Hide the archdata.iommu field behind generic IOMMU_APIKrzysztof Kozlowski
2020-05-26x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-24Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-23x86: bitops: fix build regressionNick Desaulniers
2020-05-22Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov
2020-05-22x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-05-19Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-19x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor
2020-05-17Merge tag 'objtool-urgent-2020-05-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-15x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14x86/boot: Mark global variables as staticArvind Sankar
2020-05-13KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-13x86/hyperv: Properly suspend/resume reenlightenment notificationsVitaly Kuznetsov
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-08KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit
2020-05-08KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit
2020-05-08KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini
2020-05-07arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
2020-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-07KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini
2020-05-07KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu
2020-05-07KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-06KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini
2020-05-06KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-05-04kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini
2020-05-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini
2020-05-04KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson
2020-05-03x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf