messages from 2020-02-07 18:07:20 to 2020-03-16 18:49:35 UTC [more...]
ensure device private pages have an owner
2020-03-16 18:49 UTC (7+ messages)
` [PATCH 1/2] mm: handle multiple owners of device private pages in migrate_vma
` [PATCH 2/2] mm: remove device private page support from hmm_range_fault
[RFC PATCH v1] powerpc/XIVE: SVM: share the event-queue page with the Hypervisor
2020-03-16 8:33 UTC (2+ messages)
[PATCH kernel] powerpc/prom_init: Pass the "os-term" message to hypervisor
2020-03-13 11:57 UTC (2+ messages)
[PATCH -next 016/491] KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc): Use fallthrough;
2020-03-11 4:51 UTC
[PATCH] KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests
2020-03-10 23:05 UTC (2+ messages)
[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
2020-03-08 10:54 UTC (17+ messages)
` [PATCH v3 01/14] arm/arm64: add support for folded p4d page tables
` [PATCH v3 02/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v3 03/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 04/14] ia64: add support for folded p4d page tables
` [PATCH v3 05/14] nios2: "
` [PATCH v3 06/14] openrisc: "
` [PATCH v3 07/14] powerpc/32: drop get_pteptr()
` [PATCH v3 08/14] powerpc: add support for folded p4d page tables
` [PATCH v3 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v3 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v3 11/14] sh: add support for folded p4d page tables
` [PATCH v3 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v3 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
[PATCH] KVM: PPC: Book3S HV: Fix typos in comments
2020-03-06 2:09 UTC (3+ messages)
[PATCH kernel v3] powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
2020-03-06 0:27 UTC (6+ messages)
[RFC PATCH v1] powerpc/prom_init: disable XIVE in Secure VM
2020-03-05 15:36 UTC (24+ messages)
` [EXTERNAL] "
[RFC PATCH 13/13] ppc/spapr: KVM should not enable FWNMI until the guest requests it
2020-03-04 5:28 UTC
[PATCH 2/6] powerpc: kvm: no need to check return value of debugfs_create functions
2020-03-03 10:32 UTC (6+ messages)
Problem with virtual to physical memory translation when KVM is enabled
2020-03-03 2:39 UTC (3+ messages)
[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
2020-02-26 17:40 UTC (3+ messages)
` [PATCH V2 3/4] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
2020-02-26 11:20 UTC (25+ 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
[PATCH 3/7] docs: fix broken references to text files
2020-02-24 9:26 UTC (3+ messages)
[PATCH v6 00/22] KVM: Dynamically size memslot arrays
2020-02-21 17:47 UTC (28+ messages)
` [PATCH v6 01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v6 02/22] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v6 03/22] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v6 04/22] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v6 05/22] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v6 06/22] KVM: Drop kvm_arch_create_memslot()
` [PATCH v6 07/22] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v6 08/22] KVM: Refactor error handling for setting memory region
` [PATCH v6 09/22] KVM: Move setting of memslot into helper routine
` [PATCH v6 10/22] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v6 11/22] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v6 12/22] KVM: Move memslot deletion to helper function
` [PATCH v6 13/22] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v6 14/22] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v6 15/22] KVM: Provide common implementation for generic dirty log functions
` [PATCH v6 16/22] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v6 17/22] KVM: Terminate memslot walks via used_slots
` [PATCH v6 18/22] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v6 19/22] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
` [PATCH v6 20/22] KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
` [PATCH v6 21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush
` [PATCH v6 22/22] KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
[PATCH v3] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
2020-02-21 16:29 UTC
[PATCH] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
2020-02-20 21:40 UTC (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid one
[PATCH kernel 0/5] powerpc/powenv/ioda: Allow huge DMA window at 4GB
2020-02-20 18:19 UTC (7+ messages)
` [PATCH kernel 1/5] powerpc/powernv/ioda: Move TCE bypass base to PE
` [PATCH kernel 2/5] powerpc/powernv/ioda: Rework for huge DMA window at 4GB
` [PATCH kernel 3/5] powerpc/powernv/ioda: Allow smaller TCE table levels
` [PATCH kernel 4/5] powerpc/powernv/phb4: Add 4GB IOMMU bypass mode
` [PATCH kernel 5/5] vfio/spapr_tce: Advertise and allow a huge DMA windows at 4GB
[PATCH] KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
2020-02-19 18:00 UTC (2+ messages)
[PATCH v2 0/9] KVM: Move x86 init ops to separate struct
2020-02-19 7:52 UTC (11+ messages)
` [PATCH v2 1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH v2 2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH v2 3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH v2 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH v2 5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
` [PATCH v2 6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
` [PATCH v2 7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
` [PATCH v2 8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata
` [PATCH v2 9/9] KVM: SVM: Annotate svm_x86_ops "
[PATCH] KVM: PPC: Book3S HV: Treat unrecognized TM instructions as illegal
2020-02-18 21:23 UTC (8+ messages)
[PATCH v5 00/19] KVM: Dynamically size memslot arrays
2020-02-18 17:10 UTC (28+ messages)
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots
[PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
2020-02-18 16:02 UTC (10+ messages)
[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
2020-02-17 20:55 UTC (8+ messages)
` [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 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()
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
4K video rendering speed in Windows 10 virtual machine with GPU passthrough (QEMU/KVM)
2020-02-12 15:08 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()
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