All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-09 06:17:55 to 2017-01-09 06:51:51 UTC [more...]

[PATCH v2 0/2] Set STAMPCLEAN for externalsrc when S == B
 2017-01-09  6:51 UTC  (2+ messages)
` [PATCH v2 1/2] oe-selftest: devtool: Reverting a change should trigger rebuild

[PATCH 1/4] drm/amd/powerplay: Configuring DIDT blocks only SQ enabled on Polaris11
 2017-01-09  6:51 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amd/powerplay: add new smu message
  ` [PATCH 3/4] drm/amd/powerplay: refine DIDT feature in Powerplay
  ` [PATCH 4/4] drm/amdgpu: extend profiling mode

[PATCH v1] net/mlx4_core: VF probe fail when HW support 64-bit coherent DMA
 2017-01-09  6:51 UTC  (4+ messages)

[RFC] Handling multiple endpoints for a single peer
 2017-01-09  7:00 UTC  (3+ messages)

[PATCH 0/4] cxlflash: Enhancements, cleanup and fixes
 2017-01-09  6:50 UTC  (3+ messages)
` [PATCH 3/4] cxlflash: Cleanup prints

[LSF/MM TOPIC][LSF/MM ATTEND] OCSSDs - SMR, Hierarchical Interface, and Vector I/Os
 2017-01-09  6:49 UTC  (12+ messages)

[PATCH] ACPI/IORT: Fix iort_node_get_id() mapping entries indexing
 2017-01-09  6:48 UTC  (4+ messages)

[PATCH v3 1/2] x86/efi: don't allocate memmap through memblock after mm_init()
 2017-01-09  6:43 UTC  (2+ messages)
` [tip:efi/urgent] x86/efi: Don't "

[PATCH v2] perf/x86/intel/uncore: Remove hardcoded socket 0 in Haswell init code
 2017-01-09  6:43 UTC  (2+ messages)
` [tip:perf/urgent] perf/x86/intel/uncore: Fix hardcoded socket 0 assumption in the "

[PATCH] of: base: add chosen node if it does not exist when adding initrd
 2017-01-09  6:42 UTC  (4+ messages)

[PATCH] svcrdma: avoid duplicate dma unmapping during error recovery
 2017-01-09 10:30 UTC  (3+ messages)

[Xenomai] arm64 support
 2017-01-09  6:42 UTC  (2+ messages)

[PATCH v4] mmc: dw_mmc: force setup bus if active slots exist
 2017-01-09  6:40 UTC  (6+ messages)

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-01-09  6:24 UTC  (168+ messages)
` [RFC 01/55] arm64: Add missing TCR hw defines
` [RFC 02/55] KVM: arm64: Add nesting config option
` [RFC 03/55] KVM: arm64: Add KVM nesting feature
` [RFC 04/55] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC 05/55] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 07/55] KVM: arm/arm64: Add virtual EL2 state emulation framework
` [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level
` [RFC 09/55] KVM: arm64: Set shadow EL1 registers for virtual EL2 execution
` [RFC 10/55] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 13/55] KVM: arm64: Handle eret instruction traps
` [RFC 14/55] KVM: arm64: Take account of system "
` [RFC 15/55] KVM: arm64: Trap EL1 VM register accesses in virtual EL2
` [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor
` [RFC 17/55] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 in virtual EL2
` [RFC 18/55] KVM: arm64: Forward traps due to HCR_EL2.NV1 bit to the guest hypervisor
` [RFC 19/55] KVM: arm64: Trap CPACR_EL1 access in virtual EL2
` [RFC 20/55] KVM: arm64: Forward CPACR_EL1 traps to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 22/55] KVM: arm64: Handle PSCI call from the guest
` [RFC 23/55] KVM: arm64: Forward WFX to the guest hypervisor
` [RFC 24/55] KVM: arm64: Forward FP exceptions "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [RFC 26/55] KVM: arm/arm64: Add VGIC data structures for the nesting
` [RFC 27/55] KVM: arm/arm64: Emulate GICH interface on GICv2
` [RFC 28/55] KVM: arm/arm64: Prepare vgic state for the nested VM
` [RFC 29/55] KVM: arm/arm64: Set up the prepared vgic state
` [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor
` [RFC 31/55] KVM: arm/arm64: Inject maintenance interrupts "
` [RFC 32/55] KVM: arm/arm64: register GICH iodev for "
` [RFC 33/55] KVM: arm/arm64: Remove unused params in mmu functions
` [RFC 34/55] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 36/55] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC 37/55] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC 38/55] KVM: arm/arm64: Make mmu functions non-static
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting
` [RFC 40/55] KVM: arm/arm64: Handle vttbr_el2 write operation from the guest hypervisor
` [RFC 41/55] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC 42/55] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC 43/55] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC 44/55] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC 45/55] KVM: arm64: KVM: Inject stage-2 page faults
` [RFC 46/55] KVM: arm64: Add more info to the S2 translation result
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 48/55] KVM: arm64: Emulate TLBI instruction
` [RFC 49/55] KVM: arm64: Fixes to toggle_cache for nesting
` [RFC 50/55] KVM: arm/arm64: Abstract kvm_phys_addr_ioremap() function
` [RFC 51/55] KVM: arm64: Expose physical address of vcpu interface
` [RFC 52/55] KVM: arm/arm64: Create a vcpu mapping for the nested VM
` [RFC 53/55] KVM: arm64: Reflect shadow VMPIDR_EL2 value to MPIDR_EL1
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
` [RFC 55/55] KVM: arm64: Enable nested virtualization

[PATCH v11 3/3] fpga: Add support for Lattice iCE40 FPGAs
 2017-01-09  6:34 UTC  (3+ messages)

BUG: 4.10 i915 drm display noise regression - bisected to a6a7cc4b7
 2017-01-09  6:32 UTC 

[PATCH v4 00/12] Introducing EAL Bus-Device-Driver Model
 2017-01-09  6:35 UTC  (17+ messages)
` [PATCH v5 "
  ` [PATCH v5 04/12] eal: integrate bus scan and probe with EAL
` [PATCH v5 01/12] eal/bus: introduce bus abstraction
` [PATCH v5 05/12] eal: add probe and remove support for rte_driver

[PATCH v4 0/3] support DP MST audio
 2017-01-09  6:22 UTC  (6+ messages)
    ` [alsa-devel] "

Preserve/Prune Old Pack Files
 2017-01-09  6:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/4] Add HAX support
 2017-01-09  6:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 3/4] Plumb the HAXM-based hardware acceleration support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.