kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 15:04:11 to 2020-03-04 10:35:32 UTC [more...]

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-03-03 13:14 UTC  (5+ messages)
    `  "

[PATCHv6 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-03-03 19:07 UTC  (5+ messages)
` [PATCHv6 1/3] arm64: cpufeature: Extract capped perfmon fields
` [PATCHv6 2/3] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
` [PATCHv6 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-02 14:21 UTC  (33+ messages)
` [PATCH v4 04/20] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v4 05/20] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v4 06/20] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v4 07/20] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v4 08/20] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v4 09/20] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v4 15/20] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v4 16/20] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
 2020-03-02 12:12 UTC  (2+ messages)

[PATCH v2] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
 2020-03-02 10:50 UTC  (2+ messages)

[PATCH] KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
 2020-03-02  9:20 UTC 

[PATCH v5 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-02-28 18:22 UTC  (4+ messages)
` [PATCH v5 2/3] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1

[PATCH 00/18] arm64: Modernize assembly annotations
 2020-02-28 17:35 UTC  (23+ messages)
` [PATCH 01/18] arm64: crypto: Modernize some extra "
` [PATCH 02/18] arm64: crypto: Modernize names for AES function macros
` [PATCH 03/18] arm64: entry: Annotate vector table and handlers as code
` [PATCH 04/18] arm64: entry: Annotate ret_from_fork "
` [PATCH 05/18] arm64: entry: Additional annotation conversions for entry.S
` [PATCH 06/18] arm64: entry-ftrace.S: Convert to modern annotations for assembly functions
` [PATCH 07/18] arm64: ftrace: Correct annotation of ftrace_caller assembly
` [PATCH 08/18] arm64: ftrace: Modernise annotation of return_to_handler
` [PATCH 09/18] arm64: head.S: Convert to modern annotations for assembly functions
` [PATCH 10/18] arm64: head: Annotate stext and preserve_boot_args as code
` [PATCH 11/18] arm64: kernel: Convert to modern annotations for assembly data
` [PATCH 12/18] arm64: kernel: Convert to modern annotations for assembly functions
` [PATCH 13/18] arm64: kvm: Annotate assembly using modern annoations
` [PATCH 14/18] arm64: kvm: Modernize annotation for __bp_harden_hyp_vecs
` [PATCH 15/18] arm64: kvm: Modernize __smccc_workaround_1_smc_start annotations
` [PATCH 16/18] arm64: sdei: Annotate SDEI entry points using new style annotations
` [PATCH 17/18] arm64: vdso: Convert to modern assembler annotations
` [PATCH 18/18] arm64: vdso32: "

[GIT PULL] KVM/arm fixes for 5.6
 2020-02-28 10:47 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm/arm64: Fix up includes for trace.h
` [PATCH 2/5] kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()
` [PATCH 3/5] KVM: arm64: Ask the compiler to __always_inline functions used at HYP
` [PATCH 4/5] KVM: arm64: Define our own swab32() to avoid a uapi static inline
` [PATCH 5/5] arm64: Ask the compiler to __always_inline functions used by KVM at HYP

[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-27  8:46 UTC  (15+ 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 v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (10+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables

[PATCH] irqchip/gic-v3-its: Clear Valid before writing any bits else in VPENDBASER
 2020-02-26  1:35 UTC  (5+ messages)

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-25 21:34 UTC  (17+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-02-24  9:26 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: Ask the compiler to __always_inline functions used by KVM at HYP
 2020-02-24 13:22 UTC  (13+ messages)
` [PATCH 1/3] KVM: arm64: Ask the compiler to __always_inline functions used "
` [PATCH 2/3] KVM: arm64: define our own swab32() to avoid a uapi static inline
` [PATCH 3/3] arm64: Ask the compiler to __always_inline functions used by KVM at HYP

[PATCH v6 00/22] KVM: Dynamically size memslot arrays
 2020-02-21 17:47 UTC  (27+ 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 kvmtool v3] Add emulation for CFI compatible flash memory
 2020-02-21 16:55 UTC 

[PATCHv2 0/2] arm64: add finalized cap helper
 2020-02-21 14:50 UTC  (3+ messages)
` [PATCHv2 1/2] arm64: cpufeature: add cpus_have_final_cap()
` [PATCHv2 2/2] arm64: kvm: hyp: use cpus_have_final_cap()

[PATCH kvmtool v2] Add emulation for CFI compatible flash memory
 2020-02-20 18:00 UTC  (5+ messages)

[PATCH 0/5] Random debug/PMU fixes for 5.6
 2020-02-20 14:12 UTC  (14+ messages)
` [PATCH 1/5] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 2/5] KVM: arm64: Refactor filtering of ID registers
` [PATCH 3/5] kvm: arm64: Limit PMU version to ARMv8.1
` [PATCH 4/5] KVM: arm64: Limit the debug architecture to ARMv8.0

[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 v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-18 17:10 UTC  (13+ messages)
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions

[PATCH] arm64: kvm: Modernize annotation for __bp_harden_hyp_vecs
 2020-02-18 13:45 UTC  (8+ messages)

[PATCH 0/2] KVM: arm/arm64: Fixes for scheudling htimer of emulated timers
 2020-02-17 18:35 UTC  (3+ messages)
  `  "

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-02-17 17:43 UTC  (10+ messages)
` [PATCH v2 12/94] KVM: arm64: nv: Add EL2->EL1 translation helpers
` [PATCH v2 15/94] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v2 31/94] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v2 32/94] KVM: arm64: nv: Filter out unsupported features from ID regs

[PATCH 0/2] KVM: arm64: Filtering PMU events
 2020-02-17 15:33 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Add PMU event filtering infrastructure


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).