summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-770/+51
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-113/+315
2021-02-19KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2-21/+15
2021-02-19KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson2-47/+17
2021-02-19KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson5-153/+36
2021-02-19KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare6-5/+70
2021-02-19KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson1-4/+11
2021-02-19KVM: x86: Move MMU's PML logic to common codeSean Christopherson5-100/+24
2021-02-19KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson4-13/+4
2021-02-19KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson1-1/+4
2021-02-19KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2-16/+25
2021-02-19KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson3-12/+14
2021-02-19KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson1-9/+15
2021-02-19KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson2-15/+24
2021-02-19KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson1-1/+2
2021-02-18KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini1-3/+0
2021-02-18KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini1-0/+20
2021-02-18KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky1-12/+14
2021-02-18KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky1-1/+3
2021-02-18KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson1-10/+0
2021-02-18KVM: x86: Advertise INVPCID by defaultSean Christopherson3-6/+3
2021-02-18KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson1-4/+4
2021-02-17sched,x86: Allow !PREEMPT_DYNAMICPeter Zijlstra1-6/+18
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-0/+1
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-2/+2
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-0/+7
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-8/+26
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko1-0/+1
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra1-2/+15
2021-02-17Merge branch 'perf/kprobes' into perf/core, to pick up finished branchIngo Molnar2-98/+81
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-47/+158
2021-02-15x86/platform/intel-mid: Update Copyright year and drop file namesAndy Shevchenko2-4/+4
2021-02-15x86/platform/intel-mid: Remove unused header inclusion in intel-mid.hAndy Shevchenko1-1/+0
2021-02-15x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co.Andy Shevchenko2-40/+0
2021-02-15x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.hAndy Shevchenko3-22/+5
2021-02-15x86/PCI: Describe @reg for type1_access_ok()Andy Shevchenko1-0/+1
2021-02-15x86/PCI: Get rid of custom x86 model comparisonAndy Shevchenko1-2/+15
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko29-1509/+8
2021-02-15Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich1-1/+2
2021-02-15Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich1-7/+5
2021-02-14Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-7/+22
2021-02-12um: remove process stub VMAJohannes Berg1-1/+1
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg5-34/+62
2021-02-12um: separate child and parent errors in clone stubJohannes Berg2-2/+2
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini6-16/+62
2021-02-12Merge branch 'x86/cleanups' into x86/mmIngo Molnar15-111/+60
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar57-402/+485
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov1-0/+15
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-19/+12
2021-02-11KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytesSean Christopherson1-5/+6