OSDN Git Service

tomoyo/tomoyo-test1.git
2022-12-05 Marc ZyngierMerge branch kvm-arm64/pkvm-vcpu-state into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/parallel-faults into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/dirty-ring into kvmarm-master...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/52bit-fixes into kvmarm-master...
2022-12-05 Ryan RobertsKVM: arm64: Fix benign bug with incorrect use of VA_BITS
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/access-tracking into...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/s2-faults into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/linked-bps into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/memslot-fixes into...
2022-11-29 Oliver UptonKVM: selftests: Build access_tracking_perf_test for...
2022-11-29 Oliver UptonKVM: selftests: Have perf_test_util signal when to...
2022-11-22 Oliver UptonKVM: arm64: Reject shared table walks in the hyp code
2022-11-22 Oliver UptonKVM: arm64: Don't acquire RCU read lock for exclusive...
2022-11-22 Oliver UptonKVM: arm64: Take a pointer to walker data in kvm_derefe...
2022-11-12 Gavin ShanKVM: Push dirty information unconditionally to backup...
2022-11-11 Will DeaconKVM: arm64: Use the pKVM hyp vCPU structure in handle__...
2022-11-11 Quentin PerretKVM: arm64: Don't unnecessarily map host kernel section...
2022-11-11 Quentin PerretKVM: arm64: Explicitly map 'kvm_vgic_global_state'...
2022-11-11 Will DeaconKVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits'...
2022-11-11 Quentin PerretKVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the...
2022-11-11 Quentin PerretKVM: arm64: Return guest memory from EL2 via dedicated...
2022-11-11 Quentin PerretKVM: arm64: Instantiate guest stage-2 page-tables at EL2
2022-11-11 Quentin PerretKVM: arm64: Consolidate stage-2 initialisation into...
2022-11-11 Quentin PerretKVM: arm64: Add generic hyp_memcache helpers
2022-11-11 Will DeaconKVM: arm64: Provide I-cache invalidation by virtual...
2022-11-11 Will DeaconKVM: arm64: Initialise hypervisor copies of host symbol...
2022-11-11 Quentin PerretKVM: arm64: Add per-cpu fixmap infrastructure at EL2
2022-11-11 Fuad TabbaKVM: arm64: Instantiate pKVM hypervisor VM and vCPU...
2022-11-11 Fuad TabbaKVM: arm64: Add infrastructure to create and track...
2022-11-11 Will DeaconKVM: arm64: Rename 'host_kvm' to 'host_mmu'
2022-11-11 Fuad TabbaKVM: arm64: Add hyp_spinlock_t static initializer
2022-11-11 Will DeaconKVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
2022-11-11 Quentin PerretKVM: arm64: Add helpers to pin memory shared with the...
2022-11-11 Quentin PerretKVM: arm64: Prevent the donation of no-map pages
2022-11-11 Will DeaconKVM: arm64: Implement do_donate() helper for donating...
2022-11-11 Will DeaconKVM: arm64: Unify identifiers used to distinguish host...
2022-11-11 Quentin PerretKVM: arm64: Fix-up hyp stage-1 refcounts for all pages...
2022-11-11 Quentin PerretKVM: arm64: Back the hypervisor 'struct hyp_page' array...
2022-11-11 Quentin PerretKVM: arm64: Allow attaching of non-coalescable pages...
2022-11-11 Quentin PerretKVM: arm64: Move hyp refcount manipulation helpers...
2022-11-10 Ryan RobertsKVM: arm64: Fix PAR_TO_HPFAR() to work independently...
2022-11-10 Ryan RobertsKVM: arm64: Fix kvm init failure when mode!=vhe and...
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Add mix of tests into page_fau...
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Add readonly memslot tests...
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Add dirty logging tests into...
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Add userfaultfd tests into...
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Add aarch64/page_fault_test
2022-11-10 Ricardo KollerKVM: selftests: Use the right memslot for code, page...
2022-11-10 Ricardo KollerKVM: selftests: Fix alignment in virt_arch_pgd_alloc...
2022-11-10 Ricardo KollerKVM: selftests: Add vm->memslots[] and enum kvm_mem_reg...
2022-11-10 Ricardo KollerKVM: selftests: Stash backing_src_type in struct usersp...
2022-11-10 Ricardo Kollertools: Copy bitfield.h from the kernel sources
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1...
2022-11-10 Ricardo KollerKVM: selftests: Add missing close and munmap in __vm_me...
2022-11-10 Ricardo KollerKVM: selftests: aarch64: Add virt_get_pte_hva() library...
2022-11-10 Ricardo KollerKVM: selftests: Add a userfaultfd library
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Test with every breakpoint/watch...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Add a test case for a linked...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Add a test case for a linked...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Change debug_version() to take...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Stop unnecessary test stage...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Add helpers to enable debug...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Remove the hard-coded {b,w}pn...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers...
2022-11-10 Reiji WatanabeKVM: arm64: selftests: Use FIELD_GET() to extract ID...
2022-11-10 Gavin ShanKVM: selftests: memslot_perf_test: Report optimal memor...
2022-11-10 Gavin ShanKVM: selftests: memslot_perf_test: Consolidate memory
2022-11-10 Gavin ShanKVM: selftests: memslot_perf_test: Support variable...
2022-11-10 Gavin ShanKVM: selftests: memslot_perf_test: Probe memory slots...
2022-11-10 Gavin ShanKVM: selftests: memslot_perf_test: Consolidate loop...
2022-11-10 Gavin ShanKVM: selftests: memslot_perf_test: Use data->nslots...
2022-11-10 Oliver UptonKVM: arm64: Handle stage-2 faults in parallel
2022-11-10 Oliver UptonKVM: arm64: Make table->block changes parallel-aware
2022-11-10 Oliver UptonKVM: arm64: Make leaf->leaf PTE changes parallel-aware
2022-11-10 Oliver UptonKVM: arm64: Make block->table PTE changes parallel...
2022-11-10 Oliver UptonKVM: arm64: Split init and set for table PTE
2022-11-10 Oliver UptonKVM: arm64: Atomically update stage 2 leaf attributes...
2022-11-10 Oliver UptonKVM: arm64: Protect stage-2 traversal with RCU
2022-11-10 Oliver UptonKVM: arm64: Tear down unlinked stage-2 subtree after...
2022-11-10 Oliver UptonKVM: arm64: Use an opaque type for pteps
2022-11-10 Oliver UptonKVM: arm64: Add a helper to tear down unlinked stage...
2022-11-10 Oliver UptonKVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_...
2022-11-10 Oliver UptonKVM: arm64: Pass mm_ops through the visitor context
2022-11-10 Oliver UptonKVM: arm64: Stash observed pte value in visitor context
2022-11-10 Oliver UptonKVM: arm64: Combine visitor arguments into a context...
2022-11-10 Gavin ShanKVM: selftests: Automate choosing dirty ring size in...
2022-11-10 Gavin ShanKVM: selftests: Clear dirty ring states between two...
2022-11-10 Gavin ShanKVM: selftests: Use host page size to map ring buffer...
2022-11-10 Gavin ShanKVM: arm64: Enable ring-based dirty memory tracking
2022-11-10 Gavin ShanKVM: Support dirty ring in conjunction with bitmap
2022-11-10 Gavin ShanKVM: Move declaration of kvm_cpu_dirty_log_size() to...
2022-11-10 Gavin ShanKVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
2022-11-10 Marc ZyngierMerge tag 'kvmarm-fixes-6.1-3' into kvm-arm64/dirty...
2022-11-06 Linus TorvaldsLinux 6.1-rc4 v6.1-rc4
2022-11-06 Linus TorvaldsMerge tag 'cxl-fixes-for-6.1-rc4' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'hwmon-for-v6.1-rc4' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'perf_urgent_for_v6.1_rc4' of git://git....
2022-11-06 Linus TorvaldsMerge tag 'x86_urgent_for_v6.1_rc4' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'kbuild-fixes-v6.1-2' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
next