All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-27 12:05:19 to 2014-11-27 12:43:48 UTC [more...]

[Qemu-devel] [PATCH v3 0/2] balloon: add a feature bit to let Guest OS deflate virtio_balloon on OOM
 2014-11-27 12:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] balloon: call qdev_alias_all_properties for proxy dev in balloon class init
` [Qemu-devel] [PATCH 2/2] balloon: add a feature bit to let Guest OS deflate balloon on oom

[RFC PATCH 0/4] Genericise the IOVA allocator
 2014-11-27 12:43 UTC  (3+ messages)

[Qemu-devel] [2.2 PATCH V2] virtio-net: fix unmap leak
 2014-11-27 12:42 UTC  (3+ messages)

[meta-fsl-demos][PATCH v2] packagegroup-fslc-gstreamer1.0-commercial: remove commercial recipe
 2014-11-27 12:41 UTC  (4+ messages)

[diamon-discuss] Diamon CTF Roadmap?
 2014-11-27 12:41 UTC  (6+ messages)

[Qemu-devel] [Bug] : write back operation in ld /st [aarch64] inst
 2014-11-27 12:40 UTC  (2+ messages)

[PATCH v5 00/45] linux: towards virtio-1 guest support
 2014-11-27 12:33 UTC  (74+ messages)
` [PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
` [PATCH v5 02/45] mic_virtio: robust feature array size calculation
` [PATCH v5 03/45] virtio: add support for 64 bit features
` [PATCH v5 04/45] virtio: assert 32 bit features in transports
` [PATCH v5 05/45] virtio_ccw: add support for 64 bit features
` [PATCH v5 06/45] virtio: add virtio 1.0 feature bit
` [PATCH v5 07/45] virtio: memory access APIs
` [PATCH v5 08/45] virtio_ring: switch to new "
` [PATCH v5 09/45] virtio_config: endian conversion for v1.0
` [PATCH v5 10/45] virtio: allow transports to get avail/used addresses
` [PATCH v5 11/45] virtio: set FEATURES_OK
` [PATCH v5 12/45] virtio: simplify feature bit handling
` [PATCH v5 13/45] virtio: add legacy feature table support
` [PATCH v5 14/45] virtio_net: v1.0 endianness
` [PATCH v5 15/45] virtio_blk: v1.0 support
` [PATCH v5 16/45] KVM: s390: Set virtio-ccw transport revision
` [PATCH v5 17/45] KVM: s390: virtio-ccw revision 1 SET_VQ
` [PATCH v5 18/45] KVM: s390 allow virtio_ccw status writes to fail
` [PATCH v5 19/45] KVM: s390: enable virtio-ccw revision 1
` [PATCH v5 20/45] virtio_blk: make serial attribute static
` [PATCH v5 21/45] virtio_blk: fix race at module removal
` [PATCH v5 22/45] virtio_net: pass vi around
` [PATCH v5 23/45] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
` [PATCH v5 24/45] virtio_net: stricter short buffer length checks
` [PATCH v5 25/45] virtio_net: bigger header when VERSION_1 is set
` [PATCH v5 26/45] virtio_net: enable v1.0 support
` [PATCH v5 27/45] vhost: make features 64 bit
` [PATCH v5 28/45] vhost: add memory access wrappers
` [PATCH v5 29/45] vhost/net: force len for TX to host endian
` [PATCH v5 30/45] vhost: virtio 1.0 endian-ness support
` [PATCH v5 31/45] vhost/net: virtio 1.0 byte swap
` [PATCH v5 32/45] vhost/net: larger header for virtio 1.0
` [PATCH v5 33/45] virtio_net: disable mac write "
` [PATCH v5 34/45] vhost/net: enable "
` [PATCH v5 35/45] vhost/net: suppress compiler warning
` [PATCH v5 36/45] tun: move internal flag defines out of uapi
` [PATCH v5 37/45] tun: drop most type defines
` [PATCH v5 38/45] tun: add VNET_LE flag
` [PATCH v5 39/45] tun: TUN_VNET_LE support, fix sparse warnings for virtio headers
` [PATCH v5 40/45] macvtap: TUN_VNET_HDR support
` [PATCH v5 41/45] virtio_scsi: v1.0 support
` [PATCH v5 42/45] virtio_scsi: move to uapi
` [PATCH v5 43/45] virtio_scsi: export to userspace
` [PATCH v5 44/45] vhost/scsi: partial virtio 1.0 support
` [PATCH v5 45/45] af_packet: virtio 1.0 stubs

[PATCH] x86/HVM: prevent infinite VM entry retries
 2014-11-27 12:39 UTC 

unable to install libnftnl Error : "XT_EXTENSION_MAXNAMELEN undeclared here"
 2014-11-27 12:38 UTC  (5+ messages)

[Qemu-devel] [PATCH] hmp: fix regression of HMP device_del auto-completion
 2014-11-27 12:38 UTC  (8+ messages)

[PATCH 00/19] arm64: Add the support for new 64-bit Exynos5433 SoC
 2014-11-27 12:36 UTC  (19+ messages)
` [PATCH 01/19] pinctrl: exynos: Add support for Exynos5433
` [PATCH 11/19] clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains

[PATCH v3 0/8] Resurrect and use struct page extension for some debugging features
 2014-11-27 12:35 UTC  (4+ messages)
` [PATCH v3 2/8] mm/debug-pagealloc: prepare boottime configurable on/off

[patch net-next v3 00/17] introduce rocker switch driver with hardware accelerated datapath api - phase 1: bridge fdb offload
 2014-11-27 12:35 UTC  (21+ messages)
` [patch net-next v3 02/17] net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
` [patch net-next v3 04/17] net: introduce generic switch devices support

[RFC] mac80211: take reserved vif into account when calculating the min_def
 2014-11-27 12:30 UTC 

[Qemu-devel] [PATCH v2 0/2] balloon: add a feature bit to let Guest OS deflate virtio_balloon on OOM
 2014-11-27 12:34 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] balloon: add a feature bit to let Guest OS deflate balloon on oom

[PATCH-v4 0/7] add support for a lazytime mount option
 2014-11-27 12:34 UTC  (5+ messages)
` [PATCH-v4 1/7] vfs: split update_time() into update_time() and write_time()

[PATCH for-4.5 0/3] Coverity fixes for python lowlevel libraries
 2014-11-27 12:34 UTC  (4+ messages)
` [PATCH for-4.5 1/3] python/xc: Fix multiple issues in pyflask_context_to_sid()
` [PATCH for-4.5 2/3] python/xc: Fix multiple issues in pyxc_readconsolering()
` [PATCH for-4.5 3/3] python/xs: Correct the indirection of the NULL xshandle() check

Getting rid of my former cards: NV4B*2, NVA0*1
 2014-11-27 12:33 UTC  (2+ messages)

[PATCH 0/4] spi: st: New driver for ST's SPI Controller
 2014-11-27 12:33 UTC  (5+ messages)
` [PATCH 1/4] spi: Add new driver for STMicroelectronics' "
  ` [STLinux Kernel] "

[Cluster-devel] [RFC] Organizing HA Summit 2015
 2014-11-27 12:33 UTC  (11+ messages)
` [Cluster-devel] [ha-wg] "
        ` [Cluster-devel] [Linux-HA] "
            ` [Cluster-devel] [Pacemaker] "
              ` [Cluster-devel] [ha-wg] [Pacemaker] [Linux-HA] "
                ` [Cluster-devel] [ha-wg-technical] "
                  ` [Cluster-devel] [Pacemaker] [ha-wg-technical] [ha-wg] "

[Bug 84500] New: [radeonsi] radeon 0000:01:00.0: Packet0 not allowed!
 2014-11-27 12:33 UTC  (2+ messages)
` [Bug 84500] "

issue with nftable - goto : Operation not supported
 2014-11-27 12:31 UTC  (7+ messages)

pulseaudio makes system unstable
 2014-11-27 12:31 UTC  (8+ messages)
` Status of imx28evk recipes/images

[PATCH rfc 1/4] net-timestamp: pull headers for SOCK_STREAM
 2014-11-27 12:30 UTC  (8+ messages)

[Qemu-devel] [RFC 0/6] memory: make dirty_memory[] accesses atomic
 2014-11-27 12:29 UTC  (7+ messages)
` [Qemu-devel] [RFC 1/6] bitmap: add atomic set functions
` [Qemu-devel] [RFC 2/6] bitmap: add atomic test and clear
` [Qemu-devel] [RFC 3/6] memory: use atomic ops for setting dirty memory bits
` [Qemu-devel] [RFC 4/6] migration: move dirty bitmap sync to ram_addr.h
` [Qemu-devel] [RFC 5/6] memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
` [Qemu-devel] [RFC 6/6] memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic

[PATCH v4 0/2] ath10k: device tree support
 2014-11-27 12:28 UTC  (12+ messages)
  ` [PATCH v4 1/2] dt: bindings: add ath10k wireless device
  ` [PATCH v4 2/2] ath10k: read calibration data from Device Tree

+ oom-pm-oom-killed-task-cannot-escape-pm-suspend.patch added to -mm tree
 2014-11-27 12:29 UTC  (5+ messages)
    ` oom && coredump

[Qemu-devel] [RfC PATCH] hid: handle full ptr queues in post_load
 2014-11-27 12:28 UTC  (7+ messages)

Tutorials/howto to modify exiting tcp/ip app for rdma
 2014-11-27 12:28 UTC  (3+ messages)

how to avoid "non-matching type" in my program with dpdk
 2014-11-27 12:28 UTC 

[Qemu-devel] [PATCH v4 0/6] machvirt dynamic sysbus device instantiation
 2014-11-27 12:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 5/6] hw/arm/sysbus-fdt: helpers for platform bus nodes addition

disables SSLv3 in Python 2.7.3
 2014-11-27 12:26 UTC 

[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
 2014-11-27 12:25 UTC  (3+ messages)

[PATCH] arm64:mm: free the useless initial page table
 2014-11-27 12:26 UTC  (4+ messages)

[U-Boot] [PATCH v8 2/6] fat: Prepare API change for files greater than 2GB
 2014-11-27 12:23 UTC  (5+ messages)
` [U-Boot] [U-Boot, v8, "

[PATCH 1/2] backlight/lp855x: Refactor dt parsing code
 2014-11-27 12:23 UTC  (8+ messages)
` [PATCH 2/2] backlight/lp855x: Add supply regulator to lp855x

SELinux Userspace Release: 20140826-rc6
 2014-11-27 12:23 UTC  (5+ messages)

[PATCH v11 1/3] Bluetooth: add hci_restart_le_scan
 2014-11-27 12:22 UTC  (2+ messages)

[PATCH] doc: new sample app UG for VM power management
 2014-11-27 12:19 UTC  (2+ messages)

[RFC PATCH 0/2] powerpc: CR based local atomic operation implementation
 2014-11-27 12:18 UTC  (3+ messages)
` [RFC PATCH 1/2]powerpc: foundation code to handle CR5 for local_t
` [RFC PATCH 2/2]powerpc: rewrite local_* to use CR5 flag

[PATCH v2] ARM: dts: imx: Update VPU compatible strings
 2014-11-27 12:18 UTC 

Question: Does dma_alloc_coherent have problem?
 2014-11-27 12:16 UTC  (4+ messages)

[PATCH v2 0/2] of: support passing console options with stdout-path
 2014-11-27 12:15 UTC  (8+ messages)
` [PATCH v2 2/2] "

Allocating dedicated RAM to host that guest can not use
 2014-11-27 12:16 UTC  (4+ messages)

[PATCH] drm: allow drm_property_change_is_valid() to work on FB's
 2014-11-27 12:15 UTC  (3+ messages)

[Buildroot] [PATCH] toolchain/external: fix building the wrapper on MIPS
 2014-11-27 12:15 UTC  (2+ messages)

[PATCH] drm/radeon: sync all BOs involved in a CS
 2014-11-27 12:14 UTC  (3+ messages)

[PATCH] drm/radeon: sync all BOs involved in a CS v2
 2014-11-27 12:12 UTC 

save kernel configuration
 2014-11-27 12:12 UTC  (3+ messages)

[PATCH v3 0/5] Add Spreadtrum Sharkl64 Platform support
 2014-11-27 12:12 UTC  (11+ messages)
  ` [PATCH v3 1/5] Documentation: DT: Renamed of-serial.txt to 8250.txt
  ` [PATCH v3 3/5] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile

[Buildroot] [PATCH] git: bump version to 2.2.0
 2014-11-27 12:12 UTC 

[PATCH] Drivers:staging:octeon: Fixed checkpatch warning
 2014-11-27 12:12 UTC  (3+ messages)

Xen Security Advisory 112 (CVE-2014-8867) - Insufficient bounding of "REP MOVS" to MMIO emulated inside the hypervisor
 2014-11-27 12:08 UTC 

[char-misc-next 1/3 V2] mei: add ABI documentation for fw_status exported through sysfs
 2014-11-27 12:07 UTC  (3+ messages)
` [char-misc-next 2/3 V2] mei: bus: use ssize_t as the return type for send and receive
` [char-misc-next 3/3 V2] mei: add reference counting for me clients

[PATCH 0/2] ARM: tegra: a couple of irq-related fixes
 2014-11-27 12:08 UTC  (5+ messages)
` [PATCH 1/2] ARM: tegra: irq: fix buggy usage of irq_data irq field

[RFC 0/2] Reenable might_sleep() checks for might_fault() when atomic
 2014-11-27 12:08 UTC  (13+ messages)

[PATCH 0/3] i40e VXLAN TX checksum rework
 2014-11-27 12:07 UTC  (5+ messages)

[PATCH v2] tiptop: Add new recipe
 2014-11-27 12:07 UTC  (4+ messages)
` [meta-oe][PATCH v3] "

Xen Security Advisory 111 (CVE-2014-8866) - Excessive checking in compatibility mode hypercall argument translation
 2014-11-27 12:06 UTC 

[PATCH v3 0/2] ath10k: device tree support
 2014-11-27 12:04 UTC  (2+ messages)


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.