summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar
2020-05-18x86/cpu: Use RDRAND and RDSEED mnemonics in archrandom.hUros Bizjak
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar
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-16x86/fpu/xstate: Restore supervisor states for signal returnYu-cheng Yu
2020-05-16x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...Yu-cheng Yu
2020-05-16x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu
2020-05-16x86/nmi: Remove edac.h include leftoverBorislav Petkov
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/fpu/xstate: Update copy_kernel_to_xregs_err() for supervisor statesYu-cheng Yu
2020-05-14x86/boot: Mark global variables as staticArvind Sankar
2020-05-13x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstatesYu-cheng Yu
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-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu
2020-05-13x86/fpu/xstate: Introduce XSAVES supervisor statesYu-cheng Yu
2020-05-13x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu
2020-05-12x86/cpu: Use INVPCID mnemonic in invpcid.hUros Bizjak
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-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
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-07x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-05-07x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov
2020-05-07x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macroBorislav Petkov
2020-05-07KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov
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