All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-20 12:11:44 to 2014-06-20 13:06:29 UTC [more...]

[PATCH] arm, imx6, dts: add aristainetos board support
 2014-06-20 13:06 UTC  (5+ messages)

[PATCH] arm: use cpu_online_mask when using forced irq_set_affinity
 2014-06-20 13:04 UTC  (4+ messages)

[PATCH] btrfs: adjust message levels in open_ctree
 2014-06-20 13:04 UTC 

[PATCH 1/1] PM / Runtime: let rpm_resume fail if rpm disabled and device suspended
 2014-06-20 13:20 UTC  (2+ messages)

qemu build tool version assumptions vs ours
 2014-06-20 13:00 UTC 

[PATCH v3 0/9] arm64: KVM: debug infrastructure support
 2014-06-20 13:00 UTC  (20+ messages)
` [PATCH v3 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
` [PATCH v3 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h
` [PATCH v3 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v3 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v3 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH v3 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH v3 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH v3 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH v3 9/9] arm64: KVM: enable trapping of all "

Understanding #ifdef in .h files
 2014-06-20 12:59 UTC  (3+ messages)

[xen-unstable test] 27380: trouble: broken/fail/pass
 2014-06-20 12:59 UTC 

[PATCH] x86/HVM: consolidate and sanitize CR4 guest reserved bit determination
 2014-06-20 12:58 UTC  (2+ messages)

[meta-oe][PATCHv3] php 5.4.14: use pkg-config for libxml2 detection
 2014-06-20 12:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] hw/mips: gt64xxx_pci: Add VMStateDescription
 2014-06-20 12:56 UTC  (3+ messages)

[PATCH] Microsoft Visual C patches
 2014-06-20 12:55 UTC  (6+ messages)
  ` [PATCH 1/4] "

[Qemu-devel] [PATCH 00/16] linux-user fixes & improvements
 2014-06-20 12:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH 11/16] linux-user: support ioprio_{get, set} syscalls

[RFC PATCH 1/1] Move two pinned pages to non-movable node in kvm
 2014-06-20 12:53 UTC  (8+ messages)

[meta-oe][PATCH] libsdl-image: use pkg-config for libSDL detection
 2014-06-20 12:53 UTC  (2+ messages)

[PATCH/RFC 0/2] spi: sh-msiof: Add DT DMA support on r8a7791
 2014-06-20 12:52 UTC  (4+ messages)
` [PATCH/RFC 1/2] spi: sh-msiof: Add DT support to DMA setup

[PATCH RFC] nfs: ensure cached data is correct before using delegation
 2014-06-20 12:51 UTC  (6+ messages)

[PATCH] libxl: Rewind toolstack_save_fd in libxl_save_helper when using remus
 2014-06-20 12:50 UTC  (2+ messages)

[RFC][PATCH] gpu:drm:i915:intel_detect_pch: back to check devfn instead of check class type
 2014-06-20 12:48 UTC  (7+ messages)
  ` [Qemu-devel] "

[PATCH] nfs: Fix handling of change_attr updates in nfs_update_inode()
 2014-06-20 12:45 UTC 

TASK05
 2014-06-20 12:45 UTC  (6+ messages)

Mapping of F11 and F12 on new lenovo laptops and Lenovo Compact Keyboard
 2014-06-20 12:44 UTC  (3+ messages)

[PATCH] nfs: Fix cache_validity check in nfs_write_pageuptodate()
 2014-06-20 12:44 UTC 

[PATCH RFC 00/30] Initial round of Freescale FEC ethernet patches
 2014-06-20 12:39 UTC  (63+ messages)
` [PATCH RFC 01/30] net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
` [PATCH RFC 02/30] net: fec: iMX6 FEC does not support half-duplex gigabit
` [PATCH RFC 03/30] net: fec: fix ethtool set_pauseparam duplex bug
` [PATCH RFC 04/30] net: fec: fix interrupt handling races
` [PATCH RFC 05/30] net: fec: use netif_tx_disable() rather than netif_stop_queue()
` [PATCH RFC 06/30] net: fec: remove checking for NULL phy_dev in fec_enet_close()
` [PATCH RFC 07/30] net: fec: ensure that a disconnected phy isn't configured
` [PATCH RFC 08/30] net: fec: stop the phy before shutting down the MAC
` [PATCH RFC 09/30] net: fec: remove useless fep->opened
` [PATCH RFC 10/30] net: fec: make rx skb handling more robust
` [PATCH RFC 11/30] net: fec: clean up transmit descriptor setup
` [PATCH RFC 12/30] net: fec: ensure fec_enet_free_buffers() properly cleans the rings
` [PATCH RFC 13/30] net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
` [PATCH RFC 14/30] net: fec: improve safety of suspend/resume/transmit timeout paths
` [PATCH RFC 15/30] net: fec: ensure fec_enet_close() copes with resume failure
` [PATCH RFC 16/30] net: fec: only restart or stop the device if it is present and running
` [PATCH RFC 17/30] net: fec: move calls to quiesce/resume packet processing out of fec_restart()
` [PATCH RFC 18/30] net: fec: remove inappropriate calls around fec_restart()
` [PATCH RFC 19/30] net: fec: quiesce packet processing before stopping device in fec_suspend()
` [PATCH RFC 20/30] net: fec: quiesce packet processing before stopping device in fec_set_features()
` [PATCH RFC 21/30] net: fec: quiesce packet processing before changing features
` [PATCH RFC 22/30] net: fec: quiesce packet processing when taking link down in fec_enet_adjust_link()
` [PATCH RFC 23/30] net: fec: clean up duplex mode handling
` [PATCH RFC 24/30] net: fec: better implementation of iMX6 ERR006358 quirk
` [PATCH RFC 25/30] net: fec: replace delayed work with standard work
` [PATCH RFC 26/30] net: fec: clear receive interrupts before processing a packet
` [PATCH RFC 27/30] net: fec: reorder ethtool ops to match order in struct declaration
` [PATCH RFC 28/30] net: fec: add support for dumping transmit ring on timeout
` [PATCH RFC 29/30] net: fec: remove useless status check in tx reap path
` [PATCH RFC 30/30] net: fec: consolidate hwtstamp implementation

[PATCH] slightly consolidate code in free_domheap_pages()
 2014-06-20 12:40 UTC 

[PATCH v5 0/6] vgic emulation and GICD_ITARGETSR
 2014-06-20 12:39 UTC  (7+ messages)
` [PATCH v5 5/6] xen/arm: support irq delivery to vcpu > 0
` [PATCH v5 6/6] xen/arm: physical irq follow virtual irq

[PATCH 0/4] dmaengine: shdma: Register documentation
 2014-06-20 12:37 UTC  (10+ messages)
` [PATCH 1/4] dmaengine: shdma: Add more register documentation
` [PATCH 2/4] ARM: shmobile: dma: Use defines instead of hardcoded numbers
` [PATCH 3/4] sh: "
` [PATCH 4/4] dmaengine: shdma: "

[PATCH] ARM: i.MX: Remove Freescale i.MX27 IP Camera board support
 2014-06-20 12:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: added fake open() for /proc/self/cmdline
 2014-06-20 12:37 UTC  (4+ messages)

[dm-crypt] Cryptsetup-reencrypt failing with error with option --new reduce-device-size
 2014-06-20 12:36 UTC 

[PATCH v9 0/3] arm: Add basic support for Mediatek Cortex-A7 SoCs
 2014-06-20 12:36 UTC  (4+ messages)
` [PATCH v9 3/3] dt-bindings: add mtk-timer bindings

[PATCH 0/7] ARM: dts: ssi device node updates
 2014-06-20 12:33 UTC  (2+ messages)

[PATCH 00/19]: add mrfld DSP support
 2014-06-20 12:33 UTC  (9+ messages)
` [PATCH 10/19] ASoC: Intel: add mrfld DSP registers
` [PATCH 13/19] ASoC: Intel: mrfld: add bytes control for modules

pvrusb2 has a new device (wintv-hvr-1955)
 2014-06-20 12:29 UTC  (2+ messages)

[PATCH v9 1/3] of: Provide function to request and map memory
 2014-06-20 12:28 UTC  (3+ messages)
` [PATCH v9.1] "

master - locking: Introduce LCK_ACTIVATION
 2014-06-20 12:28 UTC 

[RFC PATCH 0/6] Support for QPNP PMIC's
 2014-06-20 12:21 UTC  (7+ messages)
` [RFC PATCH 1/6] dt: qpnp: add binding description of Qualcomm QPNP PMICs
` [RFC PATCH 2/6] qpnp: add support for "
` [RFC PATCH 3/6] dt: qcom: msm8974: add qpnp-spmi device nodes
` [RFC PATCH 4/6] rtc: add qpnp rtc driver
` [RFC PATCH 5/6] dt: msm8974: add qpnp rtc device node
` [RFC PATCH 6/6] dt: rtc: add binding document for rtc-qpnp

[Xenomai] Kernel freezes in __ipipe_sync_stage
 2014-06-20 12:25 UTC  (4+ messages)

[meta-oe][PATCH] pm-qa: update to 0.4.11 release
 2014-06-20 12:24 UTC 

lustre virtual block device doesn't build w/ CONFIG_ARM64_64K_PAGES=y
 2014-06-20 12:23 UTC  (4+ messages)
  ` [PATCH] staging/lustre: disable virtual block device for 64K pages

[PATCH_v2 0/7] Initial implementation for MCAP data channel
 2014-06-20 12:23 UTC  (8+ messages)
` [PATCH_v2 1/7] android/health: Fix queue creation for mdeps and devices
` [PATCH_v2 2/7] android/health: Check if device and channel already exists or not
` [PATCH_v2 3/7] android/health: Cache remote mdep id on channel connect request
` [PATCH_v2 4/7] android/health: Notify channel status on channel destroy call
` [PATCH_v2 5/7] android/health: Create and connect MDL
` [PATCH_v2 6/7] android/health: Implement mcap_mdl_deleted_cb
` [PATCH_v2 7/7] anrdroid/client/health: Cache fd and close on channel disconnection

[PATCH v7] x86: initialize secondary CPU only if master CPU will wait for it
 2014-06-20 12:23 UTC 

[PATCH v7] x86: initialize secondary CPU only if master CPU will wait for it
 2014-06-20 12:23 UTC 

[Patch] iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
 2014-06-20 12:23 UTC  (3+ messages)

[PATCH] scripts/Makefile.clean: clean also $(extra-m) and $(extra-)
 2014-06-20 12:22 UTC  (3+ messages)

[Qemu-devel] [PATCH 2.1 v7 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-06-20 12:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2.1 v7 3/3] xen-hvm: Handle machine opt max-ram-below-4g
    `  "

[PATCH net-next v7 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio
 2014-06-20 12:17 UTC  (3+ messages)
` [PATCH net-next v7 2/3] ieee802154: cc2520: add driver to kernel build system
` [PATCH net-next v7 3/3] devicetree: add device tree bindings for cc2520 driver

[PATCH net-next v7 0/3] Driver for TI CC2520 Radio
 2014-06-20 12:17 UTC 

[U-Boot] Trying to reduce boot time of U-BOOT zynq-microzed
 2014-06-20 12:20 UTC  (2+ messages)

[PATCH] mfd: syscon: Make it possible to mark syscon as read only
 2014-06-20 12:17 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] ivshmem: update documentation, add client/server tools
 2014-06-20 12:15 UTC  (6+ messages)
`  "
` [Qemu-devel] [PATCH 1/2] docs: update ivshmem device spec
  `  "
` [Qemu-devel] [PATCH 2/2] contrib: add ivshmem client and server
  `  "

[PATCH 0/2] clocksource: add rockchip rk3288 specific armv7-timer
 2014-06-20 12:14 UTC  (7+ messages)
` [PATCH 2/2] clocksource: add rockchip-specific armv7-timer setup

[PATCH 1/2] drm/exynos/fbdev: don't set fix.smem/mmio_{start,len}
 2014-06-20 12:15 UTC  (4+ messages)
    ` [PATCH 1/2] drm/exynos/fbdev: don't set fix.smem/mmio_{start, len}

[PATCH 0/2] xfsprogs: fixes for CRC support
 2014-06-20 12:14 UTC  (5+ messages)
` [PATCH 1/2] repair: support more than 25 ACLs

cifs SRV record
 2014-06-20 12:14 UTC  (10+ messages)

[Bug 80269] New: build failure on Ubuntu 13.10 and 14.04
 2014-06-20 12:13 UTC  (2+ messages)
  ` [Bug 80269] "

[Qemu-devel] [PULL 00/14] Pending KVM patches for 2.1
 2014-06-20 12:11 UTC  (13+ messages)
` [Qemu-devel] [PULL 02/14] target-mips: Reset CPU timer consistently
` [Qemu-devel] [PULL 04/14] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
` [Qemu-devel] [PULL 05/14] target-mips: get_physical_address: Add defines for segment bases
` [Qemu-devel] [PULL 06/14] target-mips: get_physical_address: Add KVM awareness
` [Qemu-devel] [PULL 07/14] kvm: Allow arch to set sigmask length
` [Qemu-devel] [PULL 08/14] target-mips: kvm: Add main KVM support for MIPS
` [Qemu-devel] [PULL 09/14] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()
` [Qemu-devel] [PULL 10/14] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls
` [Qemu-devel] [PULL 11/14] hw/mips: malta: Add KVM support
` [Qemu-devel] [PULL 12/14] target-mips: Enable KVM support in build system
` [Qemu-devel] [PULL 13/14] MAINTAINERS: Add entry for MIPS KVM
` [Qemu-devel] [PULL 14/14] hw/mips: malta: Don't boot from flash with KVM T&E


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.