aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-57/+74
2020-05-31Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-56/+73
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-20/+0
2020-05-29x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()Al Viro3-7/+3
2020-05-29x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro4-13/+14
2020-05-29x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro1-11/+12
2020-05-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/urgentIngo Molnar1-38/+48
2020-05-28x86/ioperm: Prevent a memory leak when fork failsJay Lang3-15/+15
2020-05-28x86/spinlock: Remove obsolete ticket spinlock macros and typesWaiman Long1-22/+0
2020-05-28x86/split_lock: Add Icelake microserver and Tigerlake CPU modelsFenghua Yu1-0/+3
2020-05-28x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-05-28x86/mm: Drop deprecated DISCONTIGMEM support for 32-bitMike Rapoport4-84/+1
2020-05-28x86/Kconfig: Update config and kernel doc for MPK feature on AMDBabu Moger1-2/+2
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini1-4/+1
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini2-16/+6
2020-05-28KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini1-0/+27
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini3-19/+1
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini5-103/+58
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini4-77/+92
2020-05-28perf/x86/rapl: Add AMD Fam17h RAPL supportStephane Eranian2-0/+21
2020-05-28perf/x86/rapl: Make perf_probe_msr() more robust and flexibleStephane Eranian1-0/+13
2020-05-28perf/x86/rapl: Flip logic on default events visibilityStephane Eranian1-0/+11
2020-05-28perf/x86/rapl: Refactor to share the RAPL code between Intel and AMD CPUsStephane Eranian1-6/+23
2020-05-28perf/x86/rapl: Move RAPL support to common x86 codeStephane Eranian4-8/+10
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar40-322/+523
2020-05-27x86/PCI: Drop unused xen_register_pirq() gsi_override parameterWei Liu1-10/+6
2020-05-27copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro1-38/+48
2020-05-27KVM: x86: track manually whether an event has been injectedPaolo Bonzini1-5/+12
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov1-3/+3
2020-05-27KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson1-0/+1
2020-05-27KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-05-27KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-05-27kvm/x86: Remove redundant function implementations彭浩(Richard)5-16/+10
2020-05-27KVM: Fix the indentation to match coding styleHaiwei Li1-1/+1
2020-05-27KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin1-4/+2
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson3-3/+3
2020-05-27KVM: x86: Remove superfluous brackets from case statementSean Christopherson1-2/+2
2020-05-27KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini1-1/+1
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini5-39/+33
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini4-11/+6
2020-05-27KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky1-0/+4
2020-05-27KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky1-0/+3
2020-05-27KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson1-18/+9
2020-05-27x86: Hide the archdata.iommu field behind generic IOMMU_APIKrzysztof Kozlowski1-1/+1
2020-05-27x86/apb_timer: Drop unused declaration and macroJohan Hovold1-3/+0
2020-05-27x86/apb_timer: Drop unused TSC calibrationJohan Hovold2-55/+0
2020-05-26x86/io_apic: Remove unused function mp_init_irq_at_boot()YueHaibing1-13/+0
2020-05-26x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski1-2/+9
2020-05-26x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov1-1/+1
2020-05-25x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma1-0/+8