messages from 2020-01-08 20:24:38 to 2020-02-17 15:35:05 UTC [more...]
[PATCH v5 00/19] KVM: Dynamically size memslot arrays
2020-02-17 15:35 UTC (68+ messages)
` [PATCH v5 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v5 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v5 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v5 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v5 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v5 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v5 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v5 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v5 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v5 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v5 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v5 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v5 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v5 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
[PATCH 0/5] mm/vma: Use available wrappers when possible
2020-02-17 9:33 UTC (3+ messages)
` [PATCH 3/5] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
[PATCH] KVM: PPC: Book3S HV: Treat unrecognized TM instructions as illegal
2020-02-17 7:37 UTC (7+ messages)
[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
2020-02-17 6:23 UTC (18+ messages)
` [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables
` [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 04/13] ia64: add support for folded p4d page tables
` [PATCH v2 05/13] nios2: "
` [PATCH v2 06/13] openrisc: "
` [PATCH v2 07/13] powerpc: "
` [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages
` [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v2 10/13] sh: add support for folded p4d page tables
` [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
Kernel (little-endian) crashing on POWER8 on heavy PowerKVM load
2020-02-16 22:57 UTC
Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual
2020-02-15 6:43 UTC
[PATCH AUTOSEL 5.4 341/459] KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'
2020-02-14 15:59 UTC
[PATCH AUTOSEL 5.5 395/542] KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'
2020-02-14 15:48 UTC (2+ messages)
` [PATCH AUTOSEL 5.5 493/542] KVM: PPC: Book3S HV: Release lock on page-out failure path
[PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
2020-02-13 20:46 UTC (7+ messages)
4K video rendering speed in Windows 10 virtual machine with GPU passthrough (QEMU/KVM)
2020-02-12 15:08 UTC
[PATCH 2/6] powerpc: kvm: no need to check return value of debugfs_create functions
2020-02-09 10:58 UTC
[PATCH v4 00/19] KVM: Dynamically size memslot arrays
2020-02-07 18:52 UTC (6+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
2020-02-07 8:01 UTC (28+ messages)
` [PATCH v6 01/11] asm-generic/pgtable: Adds generic functions to track lockless pgtable walks
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
` [PATCH v6 03/11] powerpc/mm: Adds arch-specificic functions to track lockless pgtable walks
` [PATCH v6 04/11] powerpc/mce_power: Use functions to track lockless pgtbl walks
` [PATCH v6 05/11] powerpc/perf: "
` [PATCH v6 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v6 07/11] powerpc/kvm/e500: "
` [PATCH v6 08/11] powerpc/kvm/book3s_hv: "
` [PATCH v6 09/11] powerpc/kvm/book3s_64: "
` [PATCH v6 10/11] powerpc/mm: Adds counting method to track lockless pagetable walks
` [PATCH v6 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing
[PATCH 0/5] KVM: Move x86 init ops to separate struct
2020-01-31 18:55 UTC (9+ messages)
` [PATCH 1/5] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH 2/5] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH 3/5] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH 4/5] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH 5/5] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
[PATCH] KVM: PPC: Book3S PR: Fix -Werror=return-type build failure
2020-01-30 0:57 UTC (2+ messages)
[PATCH FIX] KVM: PPC: Book3S HV: Release lock on page-out failure path
2020-01-30 0:55 UTC (3+ messages)
[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
2020-01-30 0:54 UTC (4+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.6-1 tag
` [GIT PULL] Please pull my kvm-ppc-next-5.6-2 tag
[PATCH v3] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
2020-01-29 5:17 UTC (3+ messages)
[PATCH v2 00/45] KVM: Refactor vCPU creation
2020-01-26 3:02 UTC (19+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 30/45] KVM: Move vcpu alloc and init "
` [PATCH v2 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()
[PATCH v4 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
2020-01-22 5:50 UTC (2+ messages)
` [PATCH v4 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access
[PATCH 00/14] KVM: x86/mmu: Huge page fixes, cleanup, and DAX
2020-01-21 15:12 UTC (19+ messages)
` [PATCH 04/14] KVM: Play nice with read-only memslots when querying host page size
` [PATCH 05/14] x86/mm: Introduce lookup_address_in_mm()
` [PATCH 06/14] KVM: x86/mmu: Refactor THP adjust to prep for changing query
` [PATCH 07/14] KVM: x86/mmu: Walk host page tables to find THP mappings
` [PATCH 08/14] KVM: x86/mmu: Drop level optimization from fast_page_fault()
` [PATCH 09/14] KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings
` [PATCH 10/14] KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)
` [PATCH 11/14] KVM: x86/mmu: Zap any compound page when collapsing sptes
` [PATCH 12/14] KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()
` [PATCH 13/14] KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()
` [PATCH 14/14] KVM: x86/mmu: Use huge pages for DAX-backed files
[PATCH AUTOSEL 4.14 103/371] KVM: PPC: Release all hardware TCE tables attached to a group
2020-01-16 17:19 UTC
[PATCH AUTOSEL 4.19 319/671] KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
2020-01-16 16:59 UTC
[PATCH AUTOSEL 4.19 192/671] KVM: PPC: Release all hardware TCE tables attached to a group
2020-01-16 16:51 UTC
[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
2020-01-15 18:10 UTC (3+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()
[PATCH v3 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
2020-01-12 21:48 UTC (3+ messages)
` [PATCH v3 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access
[PATCH kernel] vfio/spapr/nvlink2: Skip unpinning pages on error exit
2020-01-10 16:03 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox