messages from 2016-05-16 09:36:26 to 2016-05-16 09:53:43 UTC [more...]
[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
2016-05-16 9:54 UTC (151+ 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 (23+ messages)
` [U-Boot] [PATCH 01/12] x86: qemu: fix ACPI Kconfig options
` [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 09/12] cmd: qfw: workaround qfw build issue
` [U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86
` [U-Boot] [PATCH 12/12] x86: qemu: rename qemu/acpi_table.c
[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()
[Intel-wired-lan] [jkirsher-next-queue:master] f23e0f6507d9e5bcfc30a7f6be5d8df8fad9ec85 BUILD INCOMPLETE
2016-05-16 9:46 UTC
[Intel-wired-lan] [jkirsher-next-queue:dev-queue] f3cc7498b00c0ce291816859503fcf91fb5bc85e BUILD INCOMPLETE
2016-05-16 9:46 UTC
[PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels
2016-05-16 9:44 UTC (4+ messages)
[RFC Design Doc] Intel L2 Cache Allocation Technology (L2 CAT) Feature enabling
2016-05-16 9:44 UTC (10+ messages)
unable to create domain after enabling XSM
2016-05-16 9:43 UTC (5+ messages)
[xen-unstable test] 94442: regressions - FAIL
2016-05-16 9:42 UTC (5+ messages)
[PATCH] openssh: change URI to http:
2016-05-16 9:42 UTC
[PATCH 1/2 v6] iio: st_sensors: switch to a threaded interrupt
2016-05-16 9:41 UTC (4+ messages)
ath10k+hostapd: dynamic VLAN issue
2016-05-16 9:40 UTC (3+ messages)
[PATCHv8 resend 1/2] x86/vdso: add mremap hook to vm_special_mapping
2016-05-16 9:38 UTC (2+ messages)
[PATCH V2] xen/arm: mm: fix nr_second calculation in setup_frametable_mappings
2016-05-16 9:39 UTC (3+ messages)
[U-Boot] [PATCH v3 02/12] spi: davinci_spi: Convert to driver to adapt to DM
2016-05-16 9:38 UTC (2+ messages)
` [U-Boot] [PATCH v4 "
[Buildroot] [PATCH 0/3] OrangePi Plus: Add support
2016-05-16 9:38 UTC (4+ messages)
[PATCH RFC 0/3] sched/fair: cpu time reserves for cgroups
2016-05-16 9:36 UTC (6+ messages)
` [PATCH RFC 1/3] sched/fair: call __refill_cfs_bandwidth_runtime only for finite quota
` [PATCH RFC 2/3] sched/fair: copy taskgroup shares to each cfs_rq
` [PATCH RFC 3/3] sched/fair: pulse-weight modulation controller for cpu cgroup
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.