messages from 2015-07-10 07:39:59 to 2015-07-17 08:45:44 UTC [more...]
[PATCH 00/18] KVM: ARM64: Add guest PMU support
2015-07-17 8:45 UTC (10+ messages)
` [PATCH 02/18] KVM: ARM64: Add initial support for PMU
` [PATCH 03/18] KVM: ARM64: Add offset defines for PMU registers
` [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
[PATCH v2 0/7] KVM: arm/arm64: gsi routing support
2015-07-17 7:27 UTC (15+ messages)
` [PATCH v2 1/7] KVM: api: introduce KVM_IRQ_ROUTING_EXTENDED_MSI
` [PATCH v2 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v2 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v2 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v2 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping
[PATCH v2] virt: IRQ bypass manager
2015-07-17 7:26 UTC (2+ messages)
[RFC/RFT PATCH v2 0/4] KVM: x86: full virtualization of guest MTRR
2015-07-17 2:31 UTC (11+ messages)
` [PATCH 2/4] KVM: SVM: use NPT page attributes
[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
2015-07-16 21:29 UTC (3+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "
` [PATCH v4 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64
[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits for non-VHE
2015-07-16 19:22 UTC (7+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 non-VHE fpsimd skip 30-50% save/restore on exits
` [PATCH v4 2/2] keep arm vfp/simd exit handling consistent with arm64
[PATCH 00/13] arm64: Virtualization Host Extension support
2015-07-16 18:08 UTC (13+ messages)
` [PATCH 01/13] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH 03/13] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH 07/13] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 10/13] arm64: Add support for running Linux in EL2 mode
` [PATCH 11/13] arm64: Panic when VHE and non VHE CPUs coexist
[PULL 1/8] mips/kvm: Fix Big endian 32-bit register access
2015-07-16 18:02 UTC (2+ messages)
` [PULL 2/8] mips/kvm: Sign extend registers written to KVM
[PULL 01/11] mips/kvm: Fix Big endian 32-bit register access
2015-07-16 16:55 UTC (2+ messages)
` [PULL 02/11] mips/kvm: Sign extend registers written to KVM
[PATCH 0/2] Two fixes for dynamic micro-threading
2015-07-16 14:06 UTC (4+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Fix preempted vcore list locking
` [PATCH 2/2] KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
KVM slow LAMP guest
2015-07-16 13:54 UTC (8+ messages)
[PATCH v2 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
2015-07-16 13:30 UTC (8+ messages)
` [PATCH v2 1/3] KVM: arm: Fix NULL pointer dereference if KVM is used "
` [PATCH v2 2/3] KVM: arm: Detect vGIC presence at runtime
` [PATCH v2 3/3] KVM: arm64: Introduce default dummy save/restore functions
[PATCH -mm v8 5/7] mmu-notifier: add clear_young callback
2015-07-16 11:35 UTC (2+ messages)
[PATCH v4 0/2] vhost: support more than 64 memory regions
2015-07-16 11:05 UTC (3+ messages)
` [PATCH v4 2/2] vhost: add max_mem_regions module parameter
[PATCH 1/3] KVM: MTRR: fix memory type handling if MTRR is completely disabled
2015-07-16 4:10 UTC (4+ messages)
` [PATCH 2/3] KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
` [PATCH 3/3] KVM: x86: quirkily apply WB to all memory if cache is disabled
[PATCH v3 00/10] KVM: MTRR fixes and some cleanups
2015-07-15 19:41 UTC (17+ messages)
` [PATCH v3 01/10] KVM: MMU: fix decoding cache type from MTRR
` MTRR setup in OVMF [was: PATCH v3 01/10 KVM: MMU: fix decoding cache type from MTRR]
` [edk2] "
[PATCH] fixup! vhost: extend memory regions allocation to vmalloc
2015-07-15 14:48 UTC
[patch] vhost: NULL vs ERR_PTR bug
2015-07-15 14:40 UTC (6+ messages)
[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
2015-07-15 12:02 UTC (20+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 02/15] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v2 03/15] KVM: arm/arm64: add emulation model specific destroy function
` [PATCH v2 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v2 05/15] KVM: arm/arm64: make GIC frame address initialization model specific
` [PATCH v2 06/15] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v2 07/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v2 08/15] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v2 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v2 10/15] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v2 11/15] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH v2 12/15] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v2 13/15] KVM: arm64: implement ITS command queue command handlers
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v2 15/15] KVM: arm64: enable ITS emulation as a virtual MSI controller
[PULL] vhost: cleanups and fixes
2015-07-15 11:26 UTC (2+ messages)
[GIT PULL] KVM fixes for 4.2-rc3
2015-07-14 10:12 UTC
Virtio IRQ problem
2015-07-14 2:33 UTC (4+ messages)
[v5 00/19] Add VT-d Posted-Interrupts support
2015-07-14 1:08 UTC (28+ messages)
` [v5 01/19] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
` [v5 02/19] KVM: Add some helper functions for Posted-Interrupts
` [v5 03/19] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [v5 04/19] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
` [v5 05/19] KVM: Add interfaces to control PI outside vmx
` [v5 06/19] KVM: Make struct kvm_irq_routing_table accessible
` [v5 07/19] KVM: make kvm_set_msi_irq() public
` [v5 08/19] vfio: Select IRQ_BYPASS_MANAGER for vfio PCI devices
` [v5 09/19] vfio: Register/unregister irq_bypass_producer
` [v5 10/19] KVM, x86: Select IRQ_BYPASS_MANAGER for KVM_INTEL
` [v5 11/19] KVM: create kvm_irqfd.h
` [v5 12/19] KVM: eventfd: add irq bypass information in irqfd
` [v5 13/19] KVM: x86: Update IRTE for posted-interrupts
` [v5 14/19] KVM: x86: Add arch specific routines for irqbypass manager
` [v5 15/19] KVM: eventfd: add irq bypass consumer management
` [v5 16/19] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
` [v5 17/19] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
` [v5 18/19] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
` [v5 19/19] KVM: Warn if 'SN' is set during posting interrupts by software
[PATCH] virt: IRQ bypass manager
2015-07-13 21:31 UTC (7+ messages)
[kvm-unit-tests PATCH v2 0/6] Generate standalone tests
2015-07-13 17:03 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] run_tests.sh: share run_all as for_each_unittest
` [kvm-unit-tests PATCH v2 2/6] run: check DRYRUN
` [kvm-unit-tests PATCH v2 3/6] scripts: Introduce mkstandalone.sh
` [kvm-unit-tests PATCH v2 4/6] arm/unittests.cfg: changes to be more standalone friendly
` [kvm-unit-tests PATCH v2 5/6] Makefile: change 'make install' to install standalone tests
` [kvm-unit-tests PATCH v2 6/6] standalone: add documentation to README
Extensions for KVM MSI related ioctls
2015-07-13 14:29 UTC (5+ messages)
[RFC PATCH] irq: IRQ bypass manager
2015-07-13 13:23 UTC (3+ messages)
[PATCH v3 00/11] KVM: arm: debug infrastructure support
2015-07-13 12:12 UTC (9+ messages)
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for debug registers
[kvm-unit-tests PATCH 0/9] Generate standalone tests
2015-07-13 9:46 UTC (11+ messages)
` [kvm-unit-tests PATCH 1/9] x86/run: source config.mak
` [kvm-unit-tests PATCH 2/9] run_tests.sh: remove blank line from start of log
` [kvm-unit-tests PATCH 3/9] run_tests.sh: add '-d' for dry-run
` [kvm-unit-tests PATCH 4/9] run_tests.sh: allow default unittests.cfg override
` [kvm-unit-tests PATCH 5/9] unittests.cfg: use double quotes
` [kvm-unit-tests PATCH 6/9] arm/unittests.cfg: make test names more friendly
` [kvm-unit-tests PATCH 7/9] scripts: introduce mk[all]standalone.sh
` [kvm-unit-tests PATCH 8/9] Makefile: change 'make install' to install standalone tests
` [kvm-unit-tests PATCH 9/9] standalone: add documentation to README
[PULL] virtio/vhost: cross endian support
2015-07-13 9:24 UTC (3+ messages)
` [PATCH] KVM: Add Kconfig option to signal cross-endian guests
[RFC PATCH 0/4] Shared vhost design
2015-07-13 4:07 UTC (5+ messages)
` [RFC PATCH 1/4] vhost: Introduce a universal thread to serve all users
` [RFC PATCH 2/4] vhost: Limit the number of devices served by a single worker thread
` [RFC PATCH 3/4] cgroup: Introduce a function to compare cgroups
` [RFC PATCH 4/4] vhost: Add cgroup-aware creation of worker threads
[PATCH] x86,kvm: Add a kernel parameter to disable PV spinlock
2015-07-11 20:44 UTC
[PATCH] vhost-blk: Add vhost-blk support v6
2015-07-10 22:50 UTC (2+ messages)
[PATCH] KVM: svm: remove KVM_QUIRK_CD_NW_CLEARED quirk
2015-07-10 16:04 UTC (3+ messages)
[PATCH] kvm/x86: add support for MONITOR_TRAP_FLAG
2015-07-10 16:05 UTC (4+ messages)
[PATCH] KVM: x86: Add host physical address width capability
2015-07-10 15:45 UTC (11+ messages)
[RFC v1 0/5] irq bypass interface implementation for VT-d Posted-interrupts
2015-07-10 14:11 UTC (7+ messages)
` [RFC v1 5/5] Call irqbypass update routine when updating irqfd
[PATCH 0/6] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
2015-07-10 8:21 UTC (6+ messages)
` [PATCH 4/6] irqchip: GIC: Use chip_data instead of handler_data for cascaded interrupts
[PATCH] vfio: Drop owner assignment from platform_driver
2015-07-10 8:04 UTC (2+ messages)
TV WALL MOUNT
2015-07-10 7:12 UTC
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).