summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-31parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller
2023-08-31parisc: drivers: Fix sparse warningHelge Deller
2023-08-31selftests/bpf: Include build flavors for install targetBjörn Töpel
2023-08-31bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-31parisc: iosapic.c: Fix sparse warningsHelge Deller
2023-08-31parisc: ccio-dma: Fix sparse warningsHelge Deller
2023-08-31parisc: sba-iommu: Fix sparse warnigsHelge Deller
2023-08-31parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller
2023-08-31parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller
2023-08-31perf parse-events: Fix propagation of term's no_value when cloningIan Rogers
2023-08-31perf parse-events: Name the two term enumsIan Rogers
2023-08-31perf list: Don't print Unit for "default_core"Ian Rogers
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31x86/irq/i8259: Fix kernel-doc annotation warningVincenzo Palazzo
2023-08-31x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-08-31KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson
2023-08-31KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson
2023-08-31KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson
2023-08-31KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson
2023-08-31KVM: x86/mmu: Harden new PGD against roots without shadow pagesSean Christopherson
2023-08-31KVM: x86/mmu: Add helper to convert root hpa to shadow pageSean Christopherson
2023-08-31drm/i915/gvt: Drop final dependencies on KVM internal detailsSean Christopherson
2023-08-31KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson
2023-08-31KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson
2023-08-31KVM: x86/mmu: Bug the VM if write-tracking is used but not enabledSean Christopherson
2023-08-31KVM: x86/mmu: Assert that correct locks are held for page write-trackingSean Christopherson
2023-08-31KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson
2023-08-31KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson
2023-08-31KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson
2023-08-31KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson
2023-08-31KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao
2023-08-31drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()Yan Zhao
2023-08-31KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao
2023-08-31drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slotSean Christopherson
2023-08-31KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson
2023-08-31KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson
2023-08-31KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEsSean Christopherson
2023-08-31KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot changeSean Christopherson
2023-08-31KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson
2023-08-31drm/i915/gvt: Protect gfn hash table with vgpu_lockSean Christopherson
2023-08-31drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()Sean Christopherson
2023-08-31drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfnsSean Christopherson
2023-08-31drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTTSean Christopherson
2023-08-31drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry typeSean Christopherson
2023-08-31drm/i915/gvt: Explicitly check that vGPU is attached before shadowingSean Christopherson
2023-08-31drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()Sean Christopherson
2023-08-31drm/i915/gvt: Don't try to unpin an empty page rangeYan Zhao
2023-08-31drm/i915/gvt: Verify hugepages are contiguous in physical address spaceSean Christopherson