summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-2810-16/+43
|\
| * tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi2022-01-281-1/+2
| * tracing: Propagate is_signed to expressionTom Zanussi2022-01-281-0/+3
| * tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi2022-01-281-1/+1
| * tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi2022-01-281-1/+3
| * tools/tracing: Update Makefile to build rtlaShuah Khan2022-01-281-4/+14
| * rtla: Make doc build optionalShuah Khan2022-01-281-1/+1
| * tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook2022-01-282-3/+4
| * tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu2022-01-281-3/+4
| * tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang2022-01-281-0/+1
| * ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)2022-01-284-2/+10
* | Merge branch 'ucount-rlimit-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/...Linus Torvalds2022-01-281-0/+2
|\ \
| * | ucount: Make get_ucount a safe get_user replacementEric W. Biederman2022-01-271-0/+2
| |/
* | Merge tag 'rcu-urgent.2022.01.26a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-4/+8
|\ \
| * | rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney2022-01-261-4/+8
| |/
* | Merge tag 'hyperv-fixes-signed-20220128' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-282-13/+10
|\ \
| * | video: hyperv_fb: Fix validation of screen resolutionMichael Kelley2022-01-241-13/+3
| * | Drivers: hv: balloon: account for vmbus packet header in max_pkt_sizeYanming Liu2022-01-231-0/+7
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-2835-228/+490
|\ \
| * \ Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-01-284-15/+28
| |\ \
| | * | KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier2022-01-241-1/+4
| | * | KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systemsMarc Zyngier2022-01-222-2/+18
| | * | KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier2022-01-141-12/+6
| * | | KVM: eventfd: Fix false positive RCU usage warningHou Wenlong2022-01-281-4/+4
| * | | KVM: nVMX: Allow VMREAD when Enlightened VMCS is in useVitaly Kuznetsov2022-01-282-16/+51
| * | | KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()Vitaly Kuznetsov2022-01-282-10/+25
| * | | KVM: nVMX: Rename vmcs_to_field_offset{,_table}Vitaly Kuznetsov2022-01-283-8/+8
| * | | KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMERVitaly Kuznetsov2022-01-281-1/+3
| * | | KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCSVitaly Kuznetsov2022-01-281-0/+1
| * | | selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini2022-01-283-0/+19
| * | | KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini2022-01-284-1/+58
| * | | KVM: x86: Add a helper to retrieve userspace address from kvm_device_attrSean Christopherson2022-01-281-6/+14
| * | | selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-265-14/+9
| * | | KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any timeLike Xu2022-01-261-2/+2
| * | | KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSSLike Xu2022-01-261-0/+1
| * | | KVM: x86: Keep MSR_IA32_XSS unchanged for INITXiaoyao Li2022-01-261-2/+1
| * | | KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN KVM_SET_CPUID{,2}Sean Christopherson2022-01-261-2/+8
| * | | KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02Sean Christopherson2022-01-261-10/+12
| * | | KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson2022-01-261-1/+0
| * | | KVM: x86: Check .flags in kvm_cpuid_check_equal() tooVitaly Kuznetsov2022-01-261-0/+1
| * | | KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson2022-01-266-7/+12
| * | | KVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_nested_enlightenments()Vitaly Kuznetsov2022-01-262-13/+1
| * | | KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for realVitaly Kuznetsov2022-01-261-0/+3
| * | | KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermodeSean Christopherson2022-01-261-1/+15
| * | | KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT accessSean Christopherson2022-01-261-9/+34
| * | | KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn bufferSean Christopherson2022-01-261-34/+55
| * | | KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guestsSean Christopherson2022-01-261-0/+5
| * | | KVM: x86: Pass emulation type to can_emulate_instruction()Sean Christopherson2022-01-264-7/+17
| * | | KVM: SVM: Explicitly require DECODEASSISTS to enable SEV supportSean Christopherson2022-01-261-2/+7
| * | | KVM: SVM: Don't intercept #GP for SEV guestsSean Christopherson2022-01-261-3/+8