All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-25 00:24:42 to 2016-03-25 02:29:40 UTC [more...]

[PATCH v12 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-25  2:29 UTC  (13+ messages)
` [PATCH v12 12/26] secondary vm suspend/resume/checkpoint code
` [PATCH v12 14/26] primary "
` [PATCH v12 19/26] Introduce COLO mode and refactor relevant function
` [PATCH v12 23/26] COLO nic: implement COLO nic subkind

[RFC PATCH v2 0/3] start to support MST
 2016-03-25  2:26 UTC  (6+ messages)
` [RFC PATCH v2 1/3] ALSA: hda - add DP mst verb support

[Qemu-devel] block IO thread creation question
 2016-03-25  2:25 UTC  (2+ messages)

[PATCH v3 0/5] libxl: add support for qemu base pvusb backend
 2016-03-25  2:23 UTC  (5+ messages)
` [PATCH v3 2/5] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v3 4/5] libxl: check for dynamic device model start required

[Qemu-devel] [patch v5 00/12] vfio-pci: pass the aer error to guest, part2
 2016-03-25  2:22 UTC  (5+ messages)
` [Qemu-devel] [patch v5 11/12] vfio: device may stuck in D3 when doing aer recovery

[RFC] host and guest kernel trace merging
 2016-03-25  2:22 UTC  (11+ messages)
` [Qemu-devel] "

[PATCH] Add '--nodes' option in GROW mode
 2016-03-25  2:22 UTC  (5+ messages)
      ` [PATCH] mdadm:Add "

[PATCH v4 0/2] media: soc_camera: rcar_vin: add fallback and r8a7792 bindings
 2016-03-25  2:20 UTC  (2+ messages)

[PATCH 0/2] Fix aarch64 multilib SDK problems
 2016-03-25  2:19 UTC  (3+ messages)
` [PATCH 1/2] cross-canadian/libgcc: fix aarch64's multilib SDK
` [PATCH 2/2] libgcc: ensure gnueabi suffix is added when necessary

[PATCH v2] media: rcar_vin: Use ARCH_RENESAS
 2016-03-25  2:17 UTC  (2+ messages)

End-to-end performance visualization
 2016-03-25  2:14 UTC 

[PATCH] ARM: uniphier: drop weird sizeof()
 2016-03-25  2:14 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/8] virtio/vhost DMAR support
 2016-03-25  2:13 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH 1/8] virtio: convert to use DMA api
` [Qemu-devel] [RFC PATCH 2/8] intel_iommu: name vtd address space with devfn
` [Qemu-devel] [RFC PATCH 3/8] intel_iommu: allocate new key when creating new address space
` [Qemu-devel] [RFC PATCH 4/8] exec: introduce address_space_get_iotlb_entry()
` [Qemu-devel] [RFC PATCH 5/8] virtio-pci: address space translation service (ATS) support
` [Qemu-devel] [RFC PATCH 6/8] intel_iommu: support device iotlb descriptor
` [Qemu-devel] [RFC PATCH 7/8] memory: handle alias for iommu notifier
` [Qemu-devel] [RFC PATCH 8/8] vhost_net: device IOTLB support

[PATCH 1/2] drivers/ata: delete unused ata_using_mwdma function
 2016-03-25  2:12 UTC  (2+ messages)
` [PATCH 2/2] drivers/ata: make ata_using_udma return directly and bool

[PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS
 2016-03-25  2:12 UTC  (3+ messages)

[PATCH v3 0/2] phy: rcar-gen2, rcar-gen3-usb2: add fallback binding
 2016-03-25  2:09 UTC  (2+ messages)

[PATCHSET][RFC] Make background writeback not suck
 2016-03-25  2:08 UTC  (5+ messages)
` [PATCH 1/6] block: ensure we don't truncate top bits of the request command flags

[LTP] [PATCH 1/2] preadv/preadv02.c: add specific error for preadv()
 2016-03-25  2:08 UTC  (2+ messages)
` [LTP] [PATCH 2/2] pwritev/pwritev02.c: add specific error for pwritev()

[PATCH] x86/cpu: add some advanced power management bits
 2016-03-25  2:08 UTC 

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-03-25  2:05 UTC  (92+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [RFC PATCH 02/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [RFC PATCH 03/45] KVM: arm/arm64: arch_timer: rework VGIC <-> timer interface
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 07/45] KVM: arm/arm64: vgic-new: Add vgic GICv2 change_affinity
` [RFC PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [RFC PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [RFC PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [RFC PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [RFC PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [RFC PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [RFC PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [RFC PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [RFC PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [RFC PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 emulation framework
` [RFC PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [RFC PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor TYPER handler
` [RFC PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [RFC PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [RFC PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [RFC PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [RFC PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [RFC PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [RFC PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [RFC PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [RFC PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [RFC PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [RFC PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [RFC PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [RFC PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [RFC PATCH 43/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[PATCH net] net: ipv4: Multipath needs to handle unreachable nexthops
 2016-03-25  2:05 UTC  (3+ messages)

Availability of SH hardware?
 2016-03-25  2:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/4] qemu-img: Fix preallocation with -S 0 for convert
 2016-03-25  2:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/4] block/null-{co, aio}: Allow reading zeroes
` [Qemu-devel] [PATCH v2 3/4] block/null-{co, aio}: Implement get_block_status()

[Ocfs2-devel] The comment should be started with 0x08
 2016-03-25  2:02 UTC 

[PATCH v2] ata: sata_rcar: add gen[23] fallback compatibility strings
 2016-03-25  2:01 UTC 

[PATCH] fs/vfs: improve __mnt_is_readonly
 2016-03-25  2:01 UTC 

[GIT PULL] Power management and ACPI material for v4.6-rc1, part 2
 2016-03-25  2:00 UTC 

[RFC Design Doc]Speed up live migration by skipping free pages
 2016-03-25  1:59 UTC  (19+ messages)
                        ` [Qemu-devel] "

[PATCH v8 00/27][For 4.7] Btrfs: Add inband (write time) de-duplication framework
 2016-03-25  1:59 UTC  (11+ messages)
` [PATCH v8 10/27] btrfs: dedupe: Add basic tree structure for on-disk dedupe method
` [PATCH v8 25/27] btrfs: dedupe: Add support for compression and dedpue

[PATCH] btrfs-progs: mkfs: allow DUP on multidev fs, only warn
 2016-03-25  1:59 UTC  (3+ messages)
` [PATCH] btrfs-progs: mkfs: fix an error when using DUP on multidev fs

[PATCH v3 09/16] phy: da8xx-usb: new driver for DA8xx SoC USB PHY
 2016-03-25  1:57 UTC  (4+ messages)
` [PATCH] "

[PATCH] fs/gfs2: __lockref_is_dead can be boolean
 2016-03-25  1:51 UTC  (2+ messages)
` [Cluster-devel] "

[RFT Patch net 1/2] ipv6: invalidate the socket cached route on pmtu events if possible
 2016-03-25  1:51 UTC  (4+ messages)

Jawbone VOX button
 2016-03-25  1:51 UTC 

[PATCH] add option -n (--no-checkout) to git-worktree add
 2016-03-25  1:49 UTC  (8+ messages)
` [PATCH v2] worktree: add: introduce --checkout option

Bug - bcache: "unable to handle kernel NULL pointer dereference" when trying to add a md caching device
 2016-03-25  1:49 UTC  (2+ messages)

[GIT PULL] RTC for 4.6 #2
 2016-03-25  1:47 UTC  (2+ messages)
` [rtc-linux] "

[PATCH v3 repost] media: platform: rcar_jpu, vsp1: Use ARCH_RENESAS
 2016-03-25  1:46 UTC 

zram: per-cpu compression streams
 2016-03-25  1:47 UTC  (3+ messages)

veth regression with "don’t modify ip_summed; doing so treats packets with bad checksums as good."
 2016-03-25  1:44 UTC  (6+ messages)

[RFC PATCH] tcp: Add SOF_TIMESTAMPING_TX_EOR and allow MSG_EOR in tcp_sendmsg
 2016-03-25  1:39 UTC  (2+ messages)

[PATCH v2] drm: rcar-du: Use ARCH_RENESAS
 2016-03-25  1:38 UTC 

[U-Boot] [PATCH 1/5] arm: include: Import unified.h from Linux kernel
 2016-03-25  1:37 UTC  (9+ messages)
` [U-Boot] [PATCH 5/5] lib: Enable private libgcc by default

Updating bnx2x firmware
 2016-03-25  1:31 UTC  (3+ messages)

call_usermodehelper in containers
 2016-03-25  1:28 UTC  (10+ messages)

[RFC 0/5] virtio support for container
 2016-03-25  1:25 UTC  (6+ messages)
` [PATCH v2 "

[PATCH] firefox: fix install issue and do_package_qa issues
 2016-03-25  1:21 UTC  (2+ messages)
` [meta-browser][PATCH] "

[PATCH v10 0/8] ethdev: 100G and link speed API refactoring
 2016-03-25  1:02 UTC  (8+ messages)
` [PATCH v11 "

[linux-mingo-tip-master test] 87146: regressions - FAIL
 2016-03-25  1:01 UTC 

[PATCH 1/2] sched/fair: move cpufreq hook to update_cfs_rq_load_avg()
 2016-03-25  1:01 UTC  (4+ messages)
` [PATCH 2/2] sched/fair: do not call cpufreq hook unless util changed

"git svn fetch" error: [main] perl 9296 child_info_fork::abort: unable to map
 2016-03-25  0:53 UTC  (3+ messages)

Lockdep warning at device replace finishing
 2016-03-25  0:46 UTC 

[Bug 94484] Kernel BUG with latest radeon driver
 2016-03-25  0:44 UTC  (2+ messages)

[GSoC] Proposal
 2016-03-25  0:43 UTC  (4+ messages)
` [PATCH/GSoC] add a add.patch config variable

[meta-multimedia][jethro][PATCH] gstreamer: fix argument parsing when using Bison 3]
 2016-03-25  0:42 UTC 

[RFD] minor frustration in 'git add' pathname completion
 2016-03-25  0:38 UTC  (6+ messages)

[RFC PATCH 0/9] RFC6864 compliant GRO and GSO partial offload
 2016-03-25  0:37 UTC  (19+ messages)
` [RFC PATCH 7/9] GSO: Support partial segmentation offload

[PATCH] tag.c: move PGP verification code from plumbing
 2016-03-25  0:33 UTC 

[meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update revision to include rpi3 support
 2016-03-25  0:34 UTC  (3+ messages)
` [meta-raspberrypi][PATCH 4/6] linux-firmware: Add brcmfmac43430 firmware

[PATCHv2 0/4] submodule helper: cleanup prefix passing
 2016-03-25  0:33 UTC  (4+ messages)
` [PATCH 4/4] submodule: add more tests for recursive submodule behavior

[PATCH 0/3] ARM, arm64: dts: Use USB3.0 fallback compatibility strings
 2016-03-25  0:33 UTC  (3+ messages)

[PATCH 1/1] net: Add SO_REUSEPORT_LISTEN_OFF socket option as drain mode
 2016-03-25  0:25 UTC  (6+ messages)

[net-next RFC 0/4] SO_BINDTOSUBNET
 2016-03-25  0:25 UTC  (2+ messages)

[PATCH 0/5 v2] drm/vc4: DPI panel support
 2016-03-25  0:23 UTC  (3+ messages)
` [PATCH 1/5] of: Add vendor prefix for On Tat Industrial Company
` [PATCH 2/5] panel-simple: Add the 7" DPI panel from Adafruit


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.