messages from 2016-10-20 08:24:13 to 2016-10-24 10:24:20 UTC [more...]
[PATCH v3 0/5] KVM: LAPIC: Add APIC Timer periodic/oneshot mode VMX preemption timer support
2016-10-24 10:23 UTC (6+ messages)
` [PATCH v3 1/5] KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
` [PATCH v3 2/5] KVM: LAPIC: guarantee the timer is in tsc-deadline mode
` [PATCH v3 3/5] KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
` [PATCH v3 4/5] KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
` [PATCH v3 5/5] KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support
[kvm-unit-tests RFC PATCH 00/14] VT-d unit test
2016-10-24 10:11 UTC (47+ messages)
` [kvm-unit-tests PATCH 01/14] x86: vm: allow multiple init for vm setup
` [kvm-unit-tests PATCH 02/14] x86: smp: allow multiple init for smp setup
` [kvm-unit-tests PATCH 03/14] x86: intel-iommu: add vt-d init test
` [kvm-unit-tests PATCH 04/14] pci: refactor init process to pci_dev_init()
` [kvm-unit-tests PATCH 05/14] page: add page alignment checker
` [kvm-unit-tests PATCH 06/14] util: move MAX/MIN macro into util.h
` [kvm-unit-tests PATCH 07/14] vm/page: provide PGDIR_OFFSET() macro
` [kvm-unit-tests PATCH 08/14] x86: pci: add pci_config_{read|write}[bw]() helpers
` [kvm-unit-tests PATCH 09/14] pci: provide pci_set_master()
` [kvm-unit-tests PATCH 10/14] pci: add bdf helpers
` [kvm-unit-tests PATCH 11/14] pci: edu: introduce pci-edu helpers
` [kvm-unit-tests PATCH 13/14] pci: add msi support for 32/64bit address
` [kvm-unit-tests PATCH 14/14] x86: intel-iommu: add IR test
[PATCH] mm: unexport __get_user_pages()
2016-10-24 9:57 UTC
[PATCH V4 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2016-10-24 9:50 UTC (14+ messages)
` [PATCH V4 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V4 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V4 03/10] efi: parse ARMv8 processor error
` [PATCH V4 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V4 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V4 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V4 07/10] efi: print unrecognized CPER section
` [PATCH V4 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V4 09/10] trace, ras: add ARM processor error trace event
` [PATCH V4 10/10] arm64: KVM: add guest SEA support
[PATCH 2/5] stop_machine: yield CPU during stop machine
2016-10-24 8:47 UTC (7+ messages)
` [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency
[PATCH v5 0/9] implement vcpu preempted check
2016-10-24 8:12 UTC (20+ messages)
` [PATCH v5 1/9] kernel/sched: introduce vcpu preempted check interface
` [PATCH v5 2/9] locking/osq: Drop the overload of osq_lock()
` [PATCH v5 3/9] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v5 4/9] powerpc/spinlock: support vcpu preempted check
` [PATCH v5 5/9] x86, paravirt: Add interface to support kvm/xen "
` [PATCH v5 6/9] x86, kvm: support "
` [PATCH v5 7/9] x86, xen: "
` [PATCH v5 8/9] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v5 9/9] Documentation: virtual: kvm: Support vcpu preempted check
[PATCH] arm/arm64: KVM: Map the BSS at HYP
2016-10-24 8:10 UTC (2+ messages)
[PATCH v9 00/12] Add Mediated device support
2016-10-24 7:07 UTC (24+ messages)
` [PATCH v9 01/12] vfio: Mediated device Core driver
` [PATCH v9 04/12] vfio iommu: Add support for mediated devices
` [PATCH v9 05/12] vfio: Introduce common function to add capabilities
` [PATCH v9 06/12] vfio_pci: Update vfio_pci to use vfio_info_add_capability()
` [PATCH v9 10/12] vfio: Add function to get device_api string from vfio_device_info.flags
[PATCH 1/2] KVM: page track: add a new notifier type: track_flush_slot
2016-10-24 6:32 UTC (25+ messages)
` [Qemu-devel] "
[PATCH kernel v3 0/4] powerpc/spapr/vfio: Put pages on VFIO container shutdown
2016-10-24 4:55 UTC (14+ messages)
` [PATCH kernel v3 1/4] powerpc/iommu: Pass mm_struct to init/cleanup helpers
` [PATCH kernel v3 2/4] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH kernel v3 3/4] vfio/spapr: Cache mm in tce_container
` [PATCH kernel v3 4/4] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
[PATCH v2 0/5] KVM: LAPIC: Add APIC Timer periodic/oneshot mode VMX preemption timer support
2016-10-24 3:46 UTC (6+ messages)
` [PATCH v2 1/5] KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
` [PATCH v2 2/5] KVM: LAPIC: guarantee the timer is in tsc-deadline mode
` [PATCH v2 3/5] KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
` [PATCH v2 4/5] KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
` [PATCH v2 5/5] KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support
[RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-10-23 11:29 UTC (11+ messages)
` [RESEND PATCH v3 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [RESEND PATCH v3 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [RESEND PATCH v3 kernel 3/7] mm: add a function to get the max pfn
` [RESEND PATCH v3 kernel 4/7] virtio-balloon: speed up inflate/deflate process
` [RESEND PATCH v3 kernel 5/7] mm: add the related functions to get unused page
` [RESEND PATCH v3 kernel 6/7] virtio-balloon: define feature bit and head for misc virt queue
` [RESEND PATCH v3 kernel 7/7] virtio-balloon: tell host vm's unused page info
[PATCH] KVM: Disable irq while unregistering user notifier
2016-10-21 22:08 UTC
[PATCH 1/2] KVM: VMX: clean up declaration of VPID/EPT invalidation types
2016-10-21 20:02 UTC (4+ messages)
` [PATCH 2/2] KVM: nVMX: invvpid handling improvements
[GIT PULL] KVM fixes for v4.9-rc2
2016-10-21 19:08 UTC
[GIT PULL] MIPS KVM fix for v4.9-rc2
2016-10-21 18:52 UTC (5+ messages)
` [GIT PULL] KVM: MIPS: Add missing uaccess.h include
[kvm-unit-tests PATCH v8 00/12] PCI bus support
2016-10-21 16:41 UTC (17+ messages)
` [kvm-unit-tests PATCH v8 01/12] pci: Fix coding style in generic PCI files
` [kvm-unit-tests PATCH v8 02/12] pci: x86: Rename pci_config_read() to pci_config_readl()
` [kvm-unit-tests PATCH v8 03/12] pci: Add 'extern' to public function declarations
` [kvm-unit-tests PATCH v8 04/12] pci: x86: Add remaining PCI configuration space accessors
` [kvm-unit-tests PATCH v8 05/12] pci: Factor out pci_bar_get()
` [kvm-unit-tests PATCH v8 06/12] pci: Rework pci_bar_addr()
` [kvm-unit-tests PATCH v8 07/12] pci: Add pci_bar_set_addr()
` [kvm-unit-tests PATCH v8 08/12] pci: Add pci_dev_exists()
` [kvm-unit-tests PATCH v8 09/12] pci: Add pci_print()
` [kvm-unit-tests PATCH v8 10/12] pci: Add generic ECAM host support
` [kvm-unit-tests PATCH v8 11/12] pci: Add pci-testdev PCI bus test device
` [kvm-unit-tests PATCH v8 12/12] arm/arm64: pci: Add pci-testdev PCI device operation test
[PATCH] KVM: x86: fix wbinvd_dirty_mask use-after-free
2016-10-21 16:39 UTC
v4.9-rc1 fails booting as a guest on ARM64 Cavium ThunderX
2016-10-21 16:34 UTC (15+ messages)
[Bug 177791] New: screen flickering with intel_iommu=on
2016-10-21 15:54 UTC (2+ messages)
` [Bug 177791] "
[RFC,v1,1/2] iommu/arm-smmu: support s2 domain attribute
2016-10-21 14:48 UTC (4+ messages)
` [RFC,v1,2/2] vfio/iommu-type1: set only stage 2 translation
[PATCH 0/5] KVM: LAPIC: Add APIC Timer periodic/oneshot mode VMX preemption timer support
2016-10-21 13:38 UTC (6+ messages)
` [PATCH 5/5] KVM: LAPIC: add "
URGENT REPLY FOR MORE DETAILS
2016-10-21 13:19 UTC
[kvm-unit-tests PATCH v3 00/10] arm/arm64: add gic framework
2016-10-21 12:49 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 07/10] arm/arm64: add initial gicv3 support
` [Qemu-devel] "
[PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64
2016-10-21 9:26 UTC (3+ messages)
[PATCH qemu v3 0/6] Fast (de)inflating & fast live migration
2016-10-21 7:22 UTC (9+ messages)
` [PATCH qemu v3 1/6] virtio-balloon: update linux head file
` [PATCH qemu v3 2/6] virtio-balloon: speed up inflating & deflating process
` [PATCH qemu v3 3/6] balloon: get free page info from guest
` [PATCH qemu v3 4/6] bitmap: Add a new bitmap_move function
` [PATCH qemu v3 5/6] kvm: Add two new arch specific functions
` [PATCH qemu v3 6/6] migration: skip free pages during live migration
` [Qemu-devel] [PATCH qemu v3 0/6] Fast (de)inflating & fast "
[PATCH,v1] vfio/platform: fix incorrect IRQ_NOAUTOEN setting
2016-10-21 4:42 UTC
China Large Aluminum castings supplier
2016-10-20 19:28 UTC
[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
2016-10-20 19:26 UTC (8+ messages)
[PATCH] KVM: MIPS: Add missing uaccess.h include
2016-10-20 19:15 UTC (5+ messages)
[PATCH V2] kvm/stats: Update kvm stats to clear on write to their debugfs entry
2016-10-20 18:52 UTC (2+ messages)
[GIT PULL 0/1] KVM: s390: fix for 4.9 (via kvm/master)
2016-10-20 18:47 UTC (4+ messages)
` [GIT PULL 1/1] KVM: s390: reject invalid modes for runtime instrumentation
[PATCH 1/7] kvmtool: 9p: fix path traversal vulnerabilities
2016-10-20 18:13 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;
as well as URLs for NNTP newsgroup(s).