All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-16 09:05:47 to 2016-05-16 09:53:04 UTC [more...]

[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-16  9:54 UTC  (81+ 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 18/56] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v4 20/56] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [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 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  (14+ 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  (8+ 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  (5+ 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  (8+ 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

[PATCH RFC 0/3] sched/fair: cpu time reserves for cgroups
 2016-05-16  9:36 UTC 

[PATCH 0/4] ext4: DAX fixes
 2016-05-16  9:35 UTC  (4+ messages)

[PATCH -next v2 0/4] net: w5100: collection of small changes
 2016-05-16  9:33 UTC  (3+ messages)
` [PATCH -next v2 3/4] net: w5100: increase TX timeout period

next: Crashes in x86 images due to 'locking/rwsem, x86: Clean up ____down_write()'
 2016-05-16  9:34 UTC  (7+ messages)
    ` [PATCH] x86/rwsem: Save and restore all callee-clobbered regs in 32-bit ____down_write()
          ` [PATCH] locking/rwsem: Fix comment on register clobbering

[PATCH / RFC ] ethdev: Allow rte_eth_dev_configure with zero RX/TX queues
 2016-05-16  9:33 UTC 

[PATCH 1/3] mmc: core: fix using wrong io voltage if mmc_select_hs200 fails
 2016-05-16  9:32 UTC  (5+ messages)
` [PATCH 3/3] mmc: core: support hs speed mode if hs200 mode fails

why the count nr_file_pages is not equal to nr_inactive_file + nr_active_file ?
 2016-05-16  9:31 UTC  (3+ messages)

[RFC PATCH] tools:new tool for system info CPU, memory and huge pages
 2016-05-16  9:32 UTC  (2+ messages)

[U-Boot] [PATCH 00/20] dm: rockchip: Move rockchip boards to to use CONFIG_BLK
 2016-05-16  9:31 UTC  (5+ messages)
` [U-Boot] [PATCH 01/20] tiny-printf: Tidy up a few nits
` [U-Boot] [PATCH 02/20] tiny-printf: Support snprintf()

[PATCH] drm/i915/dmc: Step away from symbolic links
 2016-05-16  9:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 0/4] Mediatek MT2701 SCPSYS power domain support
 2016-05-16  9:28 UTC  (15+ messages)
` [PATCH v7 1/4] soc: mediatek: Refine scpsys to support multiple platform
` [PATCH v7 2/4] soc: mediatek: Init MT8173 scpsys driver earlier
` [PATCH v7 3/4] soc: mediatek: Add MT2701 power dt-bindings
` [PATCH v7 4/4] soc: mediatek: Add MT2701 scpsys driver

[U-Boot] a couple drivers/rtc/* drivers now superfluous?
 2016-05-16  9:29 UTC 

x86: strange behavior of invlpg
 2016-05-16  9:28 UTC  (2+ messages)

BUG: use-after-free in netlink_dump
 2016-05-16  9:28 UTC  (3+ messages)

[PATCH 1/1] weston-init: add dependency on SGX DDK service
 2016-05-16  9:25 UTC 

[PATCH V3 1/2] xen/arm: mm: remove unnecessary tlb flush in setup_pagetables
 2016-05-16  9:22 UTC  (3+ messages)
` [PATCH V3 2/2] xen/arm: mm: clean up code "

[PATCH] rte mempool: division or modulo by zero
 2016-05-16  9:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] pci: fix pci_requester_id()
 2016-05-16  9:21 UTC  (4+ messages)

[PATCH v3 0/3] Extend the LED panic trigger
 2016-05-16  9:21 UTC  (17+ messages)
` [PATCH v3 1/3] leds: triggers: Allow to switch the trigger to "panic" on a kernel panic
        ` Brightness control irrespective of blink state

[PATCH/RFC v2 0/4] Meta-data video device type
 2016-05-16  9:21 UTC  (5+ messages)

[Qemu-arm] help! I have downloaded "debian-8.4.0-armel-CD-1.iso" from "http://get.debian.org/cdimage/release/current/armel/iso-cd/"
 2016-05-16  9:18 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/12] Convert davinci_spi to DM
 2016-05-16  9:18 UTC  (5+ messages)
` [U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem()
  ` [U-Boot] [PATCH v5] dm: core: implement dev_map_physmem()

[PATCH] mmc: block: Use the mmc host device index as the mmcblk device index
 2016-05-16  9:12 UTC  (9+ messages)

[PATCH net-next] tipc: check nl sock before parsing nested attributes
 2016-05-16  9:14 UTC 

[PATCH] mbuf: decrease refcnt when detaching
 2016-05-16  9:13 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2
 2016-05-16  9:12 UTC 

[U-Boot] [PATCH] sunxi: Enable a bunch of commands by default on sunxi
 2016-05-16  9:12 UTC  (2+ messages)

[PATCH 1/3] ACPICA: Events: Introduce acpi_block_gpe()/acpi_unblock_gpe()/acpi_control_gpe_handling() to allow administrative GPE enabling/disabling
 2016-05-16  9:11 UTC  (6+ messages)
` [PATCH 2/3] ACPI / sys: Update /sys/firmware/acpi/interrupts/gpexx using new GPE forced disabling/enabling mechanism
` [PATCH 3/3] ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding

ppc64 sbrk returns executable heap in 32-bit emulation mode
 2016-05-16  9:09 UTC  (4+ messages)

xc_altp2m_set_vcpu_enable_notify fail
 2016-05-16  9:06 UTC  (12+ messages)

[Bug 94900] Regression: HD6950 GPU lockup with octodad: dadliest catch
 2016-05-16  9:05 UTC  (2+ messages)
` [Bug 94900] HD6950 GPU lockup loop with various steam games (octodad, saints row 4, grid autosport)


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.