summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST buildMasahiro Yamada2022-06-153-12/+12
* certs/blacklist_hashes.c: fix const confusion in certs blacklistMasahiro Yamada2022-06-151-1/+1
* Merge tag 'fs.fixes.v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-151-6/+20
|\
| * fs: account for group membershipChristian Brauner2022-06-141-6/+20
* | netfs: fix up netfs_inode_init() docbook commentLinus Torvalds2022-06-141-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-1437-312/+640
|\ \
| * | KVM: selftests: Restrict test region to 48-bit physical addresses when using ...David Matlack2022-06-091-3/+15
| * | KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2022-06-098-8/+182
| * | KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack2022-06-091-5/+31
| * | KVM: selftests: Link selftests directly with lib object filesDavid Matlack2022-06-091-7/+4
| * | KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack2022-06-091-1/+0
| * | KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack2022-06-091-1/+6
| * | KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack2022-06-092-3/+2
| * | KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack2022-06-091-4/+12
| * | KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack2022-06-091-1/+0
| * | KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack2022-06-091-50/+60
| * | KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack2022-06-094-24/+29
| * | KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSEPaolo Bonzini2022-06-092-20/+23
| * | KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky2022-06-093-27/+8
| * | KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blockingMaxim Levitsky2022-06-091-2/+6
| * | KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky2022-06-091-0/+2
| * | KVM: x86: SVM: fix avic_kick_target_vcpus_fastMaxim Levitsky2022-06-091-36/+69
| * | KVM: x86: SVM: remove avic's broken code that updated APIC IDMaxim Levitsky2022-06-091-35/+0
| * | KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseMaxim Levitsky2022-06-094-6/+37
| * | KVM: x86: document AVIC/APICv inhibit reasonsMaxim Levitsky2022-06-091-2/+57
| * | KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRsYuan Yao2022-06-091-1/+1
| * | Merge tag 'kvmarm-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-06-0914-74/+95
| |\ \
| | * | KVM: arm64: Drop stale commentMarc Zyngier2022-06-091-5/+0
| | * | KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsWill Deacon2022-06-091-4/+0
| | * | KVM: arm64: Extend comment in has_vhe()Will Deacon2022-06-091-0/+3
| | * | KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon2022-06-093-11/+6
| | * | KVM: arm64: Handle all ID registers trapped for a protected VMMarc Zyngier2022-06-091-8/+34
| | * | KVM: arm64: Return error from kvm_arch_init_vm() on allocation failureWill Deacon2022-06-091-1/+3
| | * | KVM: arm64: Warn if accessing timer pending state outside of vcpu contextMarc Zyngier2022-06-081-0/+3
| | * | KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pendingMarc Zyngier2022-06-082-39/+22
| | * | KVM: arm64: Don't read a HW interrupt pending state in user contextMarc Zyngier2022-06-073-5/+21
| | * | KVM: arm64: Fix inconsistent indentingsunliming2022-06-071-1/+1
| | * | KVM: arm64: Always start with clearing SME flag on loadMarc Zyngier2022-06-071-0/+1
| | * | KVM: arm64: Always start with clearing SVE flag on loadMarc Zyngier2022-06-071-0/+1
| | |/
| * | Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-0912724-253920/+1036618
| |\ \
| | * | MAINTAINERS: Limit KVM RISC-V entry to existing selftestsLukas Bulwahn2022-06-091-1/+0
| | * | RISC-V: KVM: fix typos in commentsJulia Lawall2022-06-091-1/+1
| | |/
* | | Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-1416-39/+674
|\ \ \
| * | | x86/speculation/mmio: Print SMT warningJosh Poimboeuf2022-06-011-0/+11
| * | | KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-05-215-0/+86
| * | | x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta2022-05-211-7/+14
| * | | x86/speculation/srbds: Update SRBDS mitigation selectionPawan Gupta2022-05-211-3/+5
| * | | x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-05-214-0/+34
| * | | x86/speculation/mmio: Enable CPU Fill buffer clearing on idlePawan Gupta2022-05-211-2/+14
| * | | x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigationsPawan Gupta2022-05-211-10/+16