messages from 2016-05-16 09:46:42 to 2016-05-16 09:53:58 UTC [more...]
[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-16 9:54 UTC (177+ messages)
` [PATCH v4 01/56] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v4 02/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PATCH v4 03/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v4 04/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PATCH v4 05/56] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH v4 06/56] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v4 07/56] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v4 08/56] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v4 09/56] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v4 10/56] KVM: arm/arm64: Export mmio_read/write_bus
` [PATCH v4 11/56] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v4 12/56] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PATCH v4 13/56] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v4 14/56] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v4 15/56] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v4 16/56] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v4 17/56] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v4 18/56] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v4 19/56] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v4 20/56] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v4 21/56] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH v4 22/56] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v4 23/56] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v4 25/56] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v4 26/56] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v4 27/56] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v4 28/56] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v4 29/56] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v4 30/56] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v4 31/56] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v4 32/56] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v4 33/56] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v4 34/56] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v4 35/56] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v4 36/56] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v4 37/56] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v4 38/56] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v4 39/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v4 40/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v4 41/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v4 42/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v4 43/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v4 44/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v4 45/56] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v4 46/56] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v4 47/56] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v4 48/56] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v4 49/56] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v4 50/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v4 51/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v4 52/56] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v4 53/56] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v4 54/56] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v4 55/56] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v4 56/56] KVM: arm/arm64: vgic-new: enable build
[RFC 00/13] make direct compaction more deterministic
2016-05-16 9:52 UTC (12+ messages)
` [RFC 12/13] mm, compaction: more reliably increase direct compaction priority
` [RFC 13/13] mm, compaction: fix and improve watermark handling
[GRUB2 PATCH v6 0/4] multiboot2: Add two extensions
2016-05-16 9:52 UTC (3+ messages)
Problem Reading from XenStore in DomU
2016-05-16 9:52 UTC (9+ messages)
[PATCH v8 00/14] USB OTG/dual-role framework
2016-05-16 9:51 UTC (7+ messages)
` [PATCH v8 13/14] usb: gadget: udc: adapt to OTG core
[U-Boot] [PATCH 0/5] MIPS Release 6 Support
2016-05-16 9:52 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] MIPS: Use unchecked immediate addition/subtraction
` [U-Boot] [PATCH 2/5] MIPS: Simplify CONFIG_SYS_CPU values
` [U-Boot] [PATCH 3/5] MIPS: Support for targetting MIPSr6
` [U-Boot] [PATCH 4/5] malta: Remove ".set mips32" directive
` [U-Boot] [PATCH 5/5] malta: Support MIPS32r6 configurations
[PATCH v5 0/2] USB: serial: GPIO support and GE Device ID for cp210x
2016-05-16 9:50 UTC (6+ messages)
` [PATCH v5 1/2] USB: serial: cp210x: Adding GPIO support for CP2105
[U-Boot] [PATCH 00/12] cleanup QEMU fw_cfg code
2016-05-16 9:50 UTC (8+ messages)
` [U-Boot] [PATCH 03/12] cmd: qfw: remove qemu_fwcfg_free_files()
` [U-Boot] [PATCH 05/12] x86: qemu: split qfw command interface and qfw core
[U-Boot] [PATCH 0/4] am57xx: beagle-x15: get usb host working
2016-05-16 9:49 UTC (7+ messages)
` [U-Boot] [PATCH 2/4] board: ti: am57xx: Fix USB configuration
` [U-Boot] [PATCH v2 "
[PATCH v3 1/9] monitor: Rename vm_event_monitor_get_capabilities
2016-05-16 9:48 UTC (3+ messages)
` [PATCH v3 2/9] monitor: Don't call vm_event_fill_regs from common
(unknown),
2016-05-16 15:47 UTC
[Buildroot] [PATCH next] lvm2: bump version to 2.02.154
2016-05-16 9:46 UTC
[RFC][PATCH 0/5] sched: Diagnostic checks for missing rq clock updates
2016-05-16 9:46 UTC (4+ messages)
` [RFC][PATCH 5/5] sched/core: Add debug code to catch missing update_rq_clock()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.