messages from 2018-12-19 18:03:31 to 2018-12-26 13:15:07 UTC [more...]
[RFC][PATCH v2 00/21] PMEM NUMA node and hotness accounting/migration
2018-12-26 13:15 UTC (22+ messages)
` [RFC][PATCH v2 01/21] e820: cheat PMEM as DRAM
` [RFC][PATCH v2 02/21] acpi/numa: memorize NUMA node type from SRAT table
` [RFC][PATCH v2 03/21] x86/numa_emulation: fix fake NUMA in uniform case
` [RFC][PATCH v2 04/21] x86/numa_emulation: pass numa node type to fake nodes
` [RFC][PATCH v2 05/21] mmzone: new pgdat flags for DRAM and PMEM
` [RFC][PATCH v2 06/21] x86,numa: update numa node type
` [RFC][PATCH v2 07/21] mm: export node type {pmem|dram} under /sys/bus/node
` [RFC][PATCH v2 08/21] mm: introduce and export pgdat peer_node
` [RFC][PATCH v2 09/21] mm: avoid duplicate peer target node
` [RFC][PATCH v2 10/21] mm: build separate zonelist for PMEM and DRAM node
` [RFC][PATCH v2 11/21] kvm: allocate page table pages from DRAM
` [RFC][PATCH v2 12/21] x86/pgtable: "
` [RFC][PATCH v2 13/21] x86/pgtable: dont check PMD accessed bit
` [RFC][PATCH v2 14/21] kvm: register in mm_struct
` [RFC][PATCH v2 15/21] ept-idle: EPT walk for virtual machine
` [RFC][PATCH v2 16/21] mm-idle: mm_walk for normal task
` [RFC][PATCH v2 17/21] proc: introduce /proc/PID/idle_pages
` [RFC][PATCH v2 18/21] kvm-ept-idle: enable module
` [RFC][PATCH v2 19/21] mm/migrate.c: add move_pages(MPOL_MF_SW_YOUNG) flag
` [RFC][PATCH v2 20/21] mm/vmscan.c: migrate anon DRAM pages to PMEM node
` [RFC][PATCH v2 21/21] mm/vmscan.c: shrink anon list if can migrate to PMEM
[PATCH v4 00/10] Guest LBR Enabling
2018-12-26 9:25 UTC (11+ messages)
` [PATCH v4 01/10] perf/x86: fix the variable type of the LBR MSRs
` [PATCH v4 02/10] perf/x86: add a function to get the lbr stack
` [PATCH v4 03/10] KVM/x86: KVM_CAP_X86_GUEST_LBR
` [PATCH v4 04/10] KVM/x86: intel_pmu_lbr_enable
` [PATCH v4 05/10] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v4 06/10] perf/x86: no counter allocation support
` [PATCH v4 07/10] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack
` [PATCH v4 08/10] perf/x86: save/restore LBR_SELECT on vCPU switching
` [PATCH v4 09/10] perf/x86: function to check lbr user callstack mode
` [PATCH v4 10/10] KVM/x86/lbr: lazy save the guest lbr stack
[PATCH v1 0/8] This patch-set is to enable kvm Guest OS CET support
2018-12-26 8:52 UTC (10+ messages)
` [PATCH v1 1/8] kvm:vmx Introduce CET related VMCS field definitions
` [PATCH v1 2/8] kvm: Define CR4.CET[bit 23] (master enable bit) for guest OS
` [PATCH v1 3/8] kvm:vmx Enable loading CET state bit while guest CR4.CET is being set
` [PATCH v1 4/8] kvm:vmx Pass through host CET related MSRs to Guest
` [PATCH v1 5/8] kvm:x86 Enable MSR_IA32_XSS bit 11 and 12 for CET xsaves/xrstors
` [PATCH v1 6/8] kvm:cpuid Add CPUID support for CET xsaves component query
` [PATCH v1 7/8] kvm:cpuid Fix xsaves area size calculation for CPUID.(EAX=0xD,ECX=1)
` [PATCH v1 8/8] kvm:cpuid Report CET SHSTK and IBT support in CPUID.(EAX=0x7,ECX=0)
[Qemu-devel][PATCH 0/4] This patch-set is to enable Guest CET support
2018-12-26 8:25 UTC (5+ messages)
` [Qemu-devel][PATCH 1/4] Add CET xsaves/xrstors related macros and structures
` [Qemu-devel][PATCH 2/4] Add CET SHSTK and IBT CPUID feature-word definitions
` [Qemu-devel][PATCH 3/4] Add hepler functions for CPUID xsave area size calculation
` [Qemu-devel][PATCH 4/4] Report CPUID xsave area support for CET
[PATCH net V2 0/4] Fix various issue of vhost
2018-12-26 5:43 UTC (12+ messages)
` [PATCH net V2 4/4] vhost: log dirty page correctly
[PATCH net-next 0/3] vhost: accelerate metadata access through vmap()
2018-12-26 3:59 UTC (24+ messages)
` [PATCH net-next 3/3] vhost: access vq metadata through kernel virtual address
[PATCH 0/2] optimize waiting for free thread to do compression
2018-12-24 13:36 UTC (3+ messages)
` [PATCH 0/2] optimize waiting for free thread to do compression(Internet mail)
[RESEND PATCH] kvm/x86: propagate fetch fault into guest
2018-12-24 12:00 UTC
[GIT PULL] Changes for KVM 4.21
2018-12-23 9:14 UTC
[GIT PULL] Last straggler for 4.20-rc8 or final
2018-12-23 8:45 UTC (7+ messages)
[RFC RESEND PATCH] kvm: arm64: export memory error recovery capability to user space
2018-12-21 18:17 UTC (4+ messages)
[PATCH 4.14 121/146] x86/fpu: Disable bottom halves while loading FPU registers
2018-12-21 16:38 UTC (7+ messages)
` [PATCH v4.9 STABLE] "
[GIT PULL] VFIO updates for v4.21-rc1
2018-12-21 16:31 UTC
[PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface
2018-12-21 15:22 UTC (9+ messages)
` [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory
` [PATCH v4 05/14] KVM: Introduce a new guest mapping API
[PATCH V7 0/10] KVM: X86: Introducing ROE Protection Kernel Hardening
2018-12-21 14:05 UTC (4+ messages)
linux-next: Signed-off-by missing for commit in the kvm tree
2018-12-21 13:57 UTC
[PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
2018-12-21 12:42 UTC (17+ messages)
` [PATCH 1/3] vfio-ccw: add capabilities chain
[PATCH] KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
2018-12-21 11:18 UTC (4+ messages)
[PATCH] MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
2018-12-21 10:47 UTC (2+ messages)
[Resend PATCH V5 0/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
2018-12-21 9:32 UTC (4+ messages)
` [Resend PATCH V5 2/10] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
linux-next: manual merge of the kvm tree with the powerpc tree
2018-12-21 5:16 UTC
[PATCH kernel v7 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
2018-12-21 2:08 UTC (30+ messages)
` [PATCH kernel v7 01/20] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
` [PATCH kernel v7 02/20] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel v7 03/20] powerpc/vfio/iommu/kvm: Do not pin device memory
` [PATCH kernel v7 04/20] powerpc/powernv: Move npu struct from pnv_phb to pci_controller
` [PATCH kernel v7 05/20] powerpc/powernv/npu: Move OPAL calls away from context manipulation
` [PATCH kernel v7 06/20] powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
` [PATCH kernel v7 07/20] powerpc/pseries/npu: Enable platform support
` [PATCH kernel v7 08/20] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel v7 09/20] powerpc/powernv/pseries: Rework device adding to IOMMU groups
` [PATCH kernel v7 10/20] powerpc/iommu_api: Move IOMMU groups setup to a single place
` [PATCH kernel v7 11/20] powerpc/powernv: Reference iommu_table while it is linked to a group
` [PATCH kernel v7 12/20] powerpc/powernv/npu: Move single TVE handling to NPU PE
` [PATCH kernel v7 13/20] powerpc/powernv/npu: Convert NPU IOMMU helpers to iommu_table_group_ops
` [PATCH kernel v7 14/20] powerpc/powernv/npu: Add compound IOMMU groups
` [PATCH kernel v7 15/20] powerpc/powernv/npu: Add release_ownership hook
` [PATCH kernel v7 16/20] powerpc/powernv/npu: Check mmio_atsd array bounds when populating
` [PATCH kernel v7 17/20] powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
` [PATCH kernel v7 18/20] vfio_pci: Allow mapping extra regions
` [PATCH kernel v7 19/20] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel v7 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver
[PATCH] KVM: MMU: Introduce single thread to zap collapsible sptes
2018-12-21 0:46 UTC (5+ messages)
[PATCH v3] x86/kvmclock : convert to SPDX identifiers
2018-12-20 20:23 UTC (2+ messages)
[PATCH] selftests: kvm: report failed stage when exit reason is unexpected
2018-12-20 20:07 UTC (2+ messages)
[PATCH v5 00/15] KVM: s390: make use of the GIB
2018-12-20 16:40 UTC (33+ messages)
` [PATCH v5 01/15] KVM: s390: unregister debug feature on failing arch init
` [PATCH v5 02/15] KVM: s390: coding style issue kvm_s390_gisa_init/clear()
` [PATCH v5 03/15] KVM: s390: factor out nullify_gisa()
` [PATCH v5 04/15] KVM: s390: use pending_irqs_no_gisa() where appropriate
` [PATCH v5 05/15] KVM: s390: unify pending_irqs() and pending_irqs_no_gisa()
` [PATCH v5 06/15] KVM: s390: remove prefix kvm_s390_gisa_ from static inline functions
` [PATCH v5 07/15] s390/cio: add function chsc_sgib()
` [PATCH v5 08/15] KVM: s390: add the GIB and its related life-cyle functions
` [PATCH v5 09/15] KVM: s390: add kvm reference to struct sie_page2
` [PATCH v5 10/15] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean
` [PATCH v5 12/15] KVM: s390: do not restore IAM immediately before SIE entry
` [PATCH v5 13/15] KVM: s390: add function process_gib_alert_list()
` [PATCH v5 14/15] KVM: s390: add and wire function gib_alert_irq_handler()
` [PATCH v5 15/15] KVM: s390: start using the GIB
kvm: RDTSCP on AMD
2018-12-20 12:10 UTC (11+ messages)
` [PATCH] target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models
` [PATCH -v2] target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models "
[PATCH kernel v6 18/20] vfio_pci: Allow mapping extra regions
2018-12-20 8:03 UTC (2+ messages)
[PULL] virtio fix
2018-12-20 2:50 UTC (2+ messages)
[GIT PULL] KVM fixes for 4.20-rc8 (or final)
2018-12-20 2:50 UTC (2+ messages)
[PATCH kernel v6 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver
2018-12-20 1:10 UTC (2+ messages)
` [PATCH kernel v6.1 20/20 REPOST] "
linux-next: manual merge of the kvm tree with the tip tree
2018-12-19 21:40 UTC (6+ messages)
` "x86: Remove Intel MPX" is wrong (Re: linux-next: manual merge of the kvm tree with the tip tree)
[PATCH 52/52] fuse: fix fuse_permission() for the default_permissions case
2018-12-19 21:25 UTC (2+ messages)
[PATCH] KVM: x86: nSVM: fix switch to guest mmu
2018-12-19 21:20 UTC (2+ messages)
[GIT PULL] KVM/arm updates for 4.21
2018-12-19 19:34 UTC (21+ messages)
` [PATCH 10/28] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH 11/28] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH 12/28] KVM: arm64: Update age handlers to support "
` [PATCH 13/28] KVM: arm64: Add support for creating PUD hugepages at stage 2
` [PATCH 14/28] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
` [PATCH 15/28] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
` [PATCH 16/28] KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
` [PATCH 17/28] KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
` [PATCH 18/28] KVM: arm/arm64: vgic: Consider priority and active state for pending irq
` [PATCH 19/28] KVM: arm/arm64: Fixup the kvm_exit tracepoint
` [PATCH 20/28] KVM: arm/arm64: Remove arch timer workqueue
` [PATCH 21/28] KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate
` [PATCH 22/28] KVM: arm64: Make vcpu const in vcpu_read_sys_reg
` [PATCH 23/28] arm64: KVM: Add trapped system register access tracepoint
` [PATCH 24/28] arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
` [PATCH 25/28] KVM: arm/arm64: Fix unintended stage 2 PMD mappings
` [PATCH 26/28] arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
` [PATCH 27/28] arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
` [PATCH 28/28] arm: KVM: Add S2_PMD_{MASK,SIZE} constants
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;
as well as URLs for NNTP newsgroup(s).