All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-19 11:28:17 to 2012-12-19 13:14:33 UTC [more...]

[Qemu-devel] [PATCH qom-cpu v2] cpu: Introduce CPUListState struct
 2012-12-19 13:07 UTC  (3+ messages)

[PATCH/WIP 0/3] Bye bye fnmatch()
 2012-12-19 13:08 UTC  (2+ messages)
` [PATCH 3/3] Convert all fnmatch() calls to wildmatch()

[RFC] Capabilities still can't be inherited by normal programs
 2012-12-19 13:14 UTC  (17+ messages)

[Buildroot] [PATCH] package/uboot-tools: Add mkenvimage for host
 2012-12-19 13:13 UTC  (4+ messages)

[PATCH] of: add 'const' to of_node_full_name parameter
 2012-12-19 13:13 UTC  (2+ messages)

[BUG] Cannot push some grafted branches
 2012-12-19 13:12 UTC  (18+ messages)

[PATCH 0/2] gpio: dt: add gpio-export support
 2012-12-19 13:11 UTC  (7+ messages)
` [PATCH 1/2] gpiolib: add gpio_export_with_name

downscaling YUV fails
 2012-12-19 13:10 UTC  (12+ messages)

[Buildroot] [PATCH 2/4] gstreamer: port to gstreamer-1.0
 2012-12-19 13:09 UTC 

[PATCH v4 0/5] s390: Host support for channel I/O
 2012-12-19 13:07 UTC  (5+ messages)
` [PATCH 2/5] KVM: s390: Add support for machine checks

[Buildroot] [PATCH] ortp: disable Werror
 2012-12-19 13:07 UTC 

[xen-4.1-testing test] 14783: tolerable FAIL - PUSHED
 2012-12-19 13:06 UTC 

[PATCH v2] qemu-xen:Correctly expose PCH ISA bridge for IGD passthrough
 2012-12-19 13:06 UTC 

[PATCH] x86: also print CRn register values upon double fault
 2012-12-19 13:03 UTC 

[PATCH] serial: tegra: add serial driver
 2012-12-19 13:03 UTC  (9+ messages)

32kHz clock removal causes problems omap_hsmmc
 2012-12-19 13:01 UTC  (11+ messages)

[PATCH v3 0/8] xen: ARM HDLCD video driver
 2012-12-19 12:58 UTC  (11+ messages)
` [PATCH v3 1/8] xen/arm: introduce early_ioremap
` [PATCH v3 4/8] xen/vesa: use the new fb_* functions
` [PATCH v3 5/8] xen/arm: preserve DTB mappings
` [PATCH v3 7/8] xen/arm: introduce vexpress_syscfg
` [PATCH v3 8/8] xen/arm: introduce a driver for the ARM HDLCD controller

[PATCH 0/5] Add ChromeOS Embedded Controller support
 2012-12-19 12:57 UTC  (5+ messages)
` [PATCH 5/5] Input: Add ChromeOS EC keyboard driver

[PATCH BlueZ] build: Check for UDEV before setting rulesdir/rules_DATA
 2012-12-19 12:56 UTC 

[meta-fsl-arm][PATCH 0/2] Fixes for current state of 1.4
 2012-12-19 12:55 UTC  (11+ messages)
` [meta-fsl-arm][PATCH 1/2] udev: Drop bbappend as Meta-OpenEmbedded does not has it anymore
` [meta-fsl-arm][PATCH 2/2] README: Update for current state regarding master branch

[PATCH] of: Support a PCI device that is compatible with 'simple-bus'
 2012-12-19 12:54 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/34] migration thread and queue
 2012-12-19 12:54 UTC  (36+ messages)
` [Qemu-devel] [PATCH 01/34] migration: fix migration_bitmap leak
` [Qemu-devel] [PATCH 02/34] buffered_file: do not send more than s->bytes_xfer bytes per tick
` [Qemu-devel] [PATCH 03/34] migration: remove double call to migrate_fd_close
` [Qemu-devel] [PATCH 04/34] migration: include qemu-file.h
` [Qemu-devel] [PATCH 05/34] migration-fd: remove duplicate include
` [Qemu-devel] [PATCH 06/34] exec: change ramlist from MRU order to a 1-item cache
` [Qemu-devel] [PATCH 07/34] exec: change RAM list to a TAILQ
` [Qemu-devel] [PATCH 08/34] exec: sort the memory from biggest to smallest
` [Qemu-devel] [PATCH 09/34] add a version number to ram_list
` [Qemu-devel] [PATCH 10/34] protect the ramlist with a separate mutex
` [Qemu-devel] [PATCH 11/34] buffered_file: Move from using a timer to use a thread
` [Qemu-devel] [PATCH 12/34] migration: make qemu_fopen_ops_buffered() return void
` [Qemu-devel] [PATCH 13/34] migration: move migration thread init code to migrate_fd_put_ready
` [Qemu-devel] [PATCH 14/34] migration: make writes blocking
` [Qemu-devel] [PATCH 15/34] migration: remove unfreeze logic
` [Qemu-devel] [PATCH 16/34] migration: just lock migrate_fd_put_ready
` [Qemu-devel] [PATCH 17/34] buffered_file: Unfold the trick to restart generating migration data
` [Qemu-devel] [PATCH 18/34] buffered_file: don't flush on put buffer
` [Qemu-devel] [PATCH 19/34] buffered_file: unfold buffered_append in buffered_put_buffer
` [Qemu-devel] [PATCH 20/34] savevm: New save live migration method: pending
` [Qemu-devel] [PATCH 21/34] migration: move buffered_file.c code into migration.c
` [Qemu-devel] [PATCH 22/34] migration: add XFER_LIMIT_RATIO
` [Qemu-devel] [PATCH 23/34] migration: move migration_fd_put_ready()
` [Qemu-devel] [PATCH 24/34] migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
` [Qemu-devel] [PATCH 25/34] migration: move migration notifier
` [Qemu-devel] [PATCH 26/34] ram: rename last_block to last_seen_block
` [Qemu-devel] [PATCH 27/34] ram: Add last_sent_block
` [Qemu-devel] [PATCH 28/34] memory: introduce memory_region_test_and_clear_dirty
` [Qemu-devel] [PATCH 29/34] ram: Use memory_region_test_and_clear_dirty
` [Qemu-devel] [PATCH 30/34] ram: optimize migration bitmap walking
` [Qemu-devel] [PATCH 31/34] ram: account the amount of transferred ram better
` [Qemu-devel] [PATCH 32/34] ram: refactor ram_save_block() return value
` [Qemu-devel] [PATCH 33/34] migration: fix qemu_get_fd for BufferedFile
` [Qemu-devel] [PATCH 34/34] migration: merge QEMUFileBuffered into MigrationState

[PATCH 00/14] perf report: Add support for event group view (v7)
 2012-12-18 19:30 UTC  (3+ messages)
` [PATCH 07/14] perf ui/hist: Add support for event group view

[PATCH v2] mm: clean up transparent hugepage sysfs error messages
 2012-12-19 12:51 UTC 

Proposed XENMEM_claim_pages hypercall: Analysis of problem and alternate solutions
 2012-12-19 12:53 UTC  (3+ messages)

[PATCH 1/1] ARM: dts: omap3-igep: remove VSIM regulator
 2012-12-19 12:53 UTC  (6+ messages)

[PATCH] Correctly expose PCH ISA bridge for IGD passthrough (was PCI-PCI bridge)
 2012-12-19 12:50 UTC  (3+ messages)

LCD support during Kernel boot proccess or after is impossible for me
 2012-12-19 12:49 UTC 

use perf to get LLC-loads count in Guest
 2012-12-19 12:49 UTC 

[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
 2012-12-19 12:40 UTC  (11+ messages)
` [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers

[RFC 0/2] auto-ballooning prototype (guest part)
 2012-12-19 12:47 UTC  (6+ messages)
` [RFC 1/2] virtio_balloon: move locking to the balloon thread

[PATCH 0/3] virtio: don't poll masked vectors with irqfd
 2012-12-19 12:35 UTC  (4+ messages)
` [PATCH 3/3] virtio-pci: don't poll masked vectors
    ` [Qemu-devel] "

python packages that are installed with easyinstall require an accumulated easyinstall.pth in the rootfs
 2012-12-19 12:24 UTC  (5+ messages)
` [PATCH 1/2] easyinstall: class to create and extend the easyinstall.pth file

[PATCH 0/7] KVM: Alleviate mmu_lock hold time when we start dirty logging
 2012-12-19 12:30 UTC  (2+ messages)

[Buildroot] Bug report in pkg-autotools.mk
 2012-12-19 12:35 UTC  (2+ messages)

[PATCH 0/2] few trivial omap patches
 2012-12-19 12:34 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: Add an entry for omap related .dts files

[PATCH 1/2] ARM: OMAP2+: omap2plus_defconfig: enable TFP410 chip support
 2012-12-19 12:33 UTC  (4+ messages)
` [PATCH 2/2] ARM: OMAP2+: omap2plus_defconfig: enable CMA allocator

[PATCH] dt: fix tegra SPI binding examples
 2012-12-19 12:33 UTC  (2+ messages)

[PATCH 0/2] i2c: Implement generic gpio based bus arbitration
 2012-12-19 12:32 UTC  (4+ messages)
` [PATCH 1/2] i2c-core: Add gpio based bus arbitration implementation

[Lustre-devel] [wc-discuss] Important changes to libcfs primitives usage
 2012-12-19 12:32 UTC  (4+ messages)

[PATCH] ARM: cache-l2x0.c: Apply the workaround to r3p0 only
 2012-12-19 12:29 UTC  (4+ messages)

[Lustre-devel] Important changes to libcfs primitives usage
 2012-12-19 12:26 UTC  (4+ messages)
` [Lustre-devel] [wc-discuss] "

[PATCH] drm/i915: optionally disable shrinker lock stealing
 2012-12-19 12:22 UTC  (2+ messages)

ARM fixes for my improved privcmd patch
 2012-12-19 12:22 UTC  (5+ messages)

[Qemu-devel] [Bug 1091766] [NEW] Physical host crash with Mellanox IB PCI passthrough
 2012-12-19 12:11 UTC  (3+ messages)
` [Qemu-devel] [Bug 1091766] "

[PATCH] drm/i915: Use pixel size for computing linear offsets into a sprite
 2012-12-19 12:14 UTC 

[PATCH] rbd: Add --json flag for the showmapped command
 2012-12-19 12:17 UTC  (2+ messages)
` [PATCH v2] rbd: Support plain/json/xml output formatting

I/O scheduling on block devices
 2012-12-19 12:17 UTC  (3+ messages)

mm, ksm: NULL ptr deref in unstable_tree_search_insert
 2012-12-19 12:16 UTC  (4+ messages)

[PATCH 00/16] audio: Use device/adapter reference instead of bdaddr_t
 2012-12-19 12:16 UTC  (2+ messages)

[PATCH V3 1/2] cfg80211: Move the definition of struct mac_address up
 2012-12-19 12:16 UTC  (3+ messages)
` [PATCH V3 2/2] cfg80211/nl80211: Enable drivers to implement mac address based ACL

[PATCH] drm/i915: The hw does not support source offsets into a YUV linear fb
 2012-12-19 12:14 UTC  (5+ messages)

[PATCH] proc: fix inconsistent lock state
 2012-12-19 12:13 UTC  (2+ messages)

[PATCH 0/2] mmc: sdio: enhance irq handling during suspend/resume
 2012-12-19 12:12 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdio: defer sdio irq handling when host suspended
` [PATCH 2/2] mmc: sdio: handle interrupt corner case during suspend

ceph stability
 2012-12-19 12:11 UTC  (4+ messages)

[PATCH 06/26] aio: Kill return value of aio_complete()
 2012-12-19 12:03 UTC 

[PATCH 04/26] aio: remove retry-based AIO
 2012-12-19 12:04 UTC 

[PATCH] mac80211: RMC buckets are just list heads
 2012-12-19 12:09 UTC  (2+ messages)

mmc: sdhci: add wakeup support
 2012-12-19 11:56 UTC  (3+ messages)
` [PATCH 2/3] mmc: sdhci: add wake up support
` [PATCH 3/3] mmc: sdhci-pxav3: "

[PATCH] wireless: more 'capability info' bits
 2012-12-19 12:08 UTC  (2+ messages)

AM33xx and BeagleBone support
 2012-12-19 12:07 UTC  (3+ messages)
` [PATCH 18/19] arm: beaglebone: add first-stage support for AM335x and board

How to use IPv6 SNPT?
 2012-12-19 12:07 UTC 

Weird networking problem
 2012-12-19 11:57 UTC  (2+ messages)

Error in installing xen-4.2 on Debian
 2012-12-19 12:04 UTC  (2+ messages)

[PATCH BlueZ] gdbus: Fix crash error when calling g_dbus_remove_all_watches
 2012-12-19 12:01 UTC  (2+ messages)
` [PATCH] gdbus: Fix double free "

[PATCH 1/3] drm/i915; Protect intel_gen4_compute_offset_xtiled() against unknown pixel format
 2012-12-19 12:00 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: The sprite scaler on Ironlake also support YUV planes
` [PATCH 3/3] drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error paths

[PATCH] libxc: Add xc_domain_hvm_get_mtrr_type() call
 2012-12-19 12:00 UTC  (8+ messages)

kvm is not used in guset os
 2012-12-19 11:59 UTC  (2+ messages)

[RFC] KVM on arm64
 2012-12-19 11:59 UTC  (2+ messages)

[Buildroot] elfutils successfully compiled with buildroot 2012.05
 2012-12-19 11:59 UTC  (3+ messages)

[PATCH 1/2] rt2x00: rt2800pci: verify ioremap return value
 2012-12-19 11:59 UTC  (3+ messages)

[PATCH 25/26] aio: use xchg() instead of completion_lock
 2012-12-19 11:59 UTC 

[PATCH V4] memcg, oom: provide more precise dump info while memcg oom happening
 2012-12-19 11:58 UTC  (3+ messages)

tc ipt action
 2012-12-19 11:56 UTC  (27+ messages)
              ` [PATCH] iproute2: act_ipt fix xtables breakage
                ` RFC [PATCH] iproute2: temporary solution to fix xt breakage
                          ` [PATCH] pkt_sched: act_xt support new Xtables interface

[Pkg-xen-devel] Bug#695056: xen - Missing support for XZ compressed bzimage kernels
 2012-12-19 11:56 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/26] usb: Hans' pending qemu usb patches
 2012-12-19 11:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH 26/26] usbredir: Add support for buffered bulk input

Striped images and cluster misbehavior
 2012-12-19 11:53 UTC  (3+ messages)

[PATCH 1/2] drivers/net: Use of_match_ptr() macro in smc91x.c
 2012-12-19 11:17 UTC  (2+ messages)
` [PATCH 2/2] drivers/net: Use of_match_ptr() macro in smsc911x.c

[PATCH V3 00/11] ubiformat for barebox
 2012-12-19 11:50 UTC  (2+ messages)

[GIT PULL net-next] NDISC Updates (sender-side clean-up)
 2012-12-19 11:47 UTC  (3+ messages)
` [GIT PULL net-next 04/17] ndisc: Introduce ndisc_fill_redirect_hdr_option()

About btrfs qgroup import/export command
 2012-12-19 11:40 UTC  (2+ messages)

[PATCH 1/6] drm/i915: BUG() if fences are used on unsupported platform
 2012-12-19 11:45 UTC  (3+ messages)
` [PATCH 6/6 v2] drm/i915: Make GSM void

Barebox under qemu for beagleboard
 2012-12-19 11:44 UTC 

[Qemu-devel] [PATCH] e1000: Discard oversized packets based on SBP|LPE
 2012-12-19 11:42 UTC  (6+ messages)

[PATCH 1/1] ecryptfs: Migrate to ablkcipher API
 2012-12-19 11:44 UTC  (2+ messages)

[PATCH BlueZ 1/4] core: Print profile name in device_profile_connected
 2012-12-19 11:41 UTC  (2+ messages)

[PATCH v4 0/7] leds: leds-pwm: Device tree support
 2012-12-19 11:40 UTC  (3+ messages)
` [PATCH v4 7/7] leds: leds-pwm: Add device tree bindings

[Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug
 2012-12-19 11:40 UTC  (5+ messages)

[PATCH] i915: ensure that VGA plane is disabled
 2012-12-19 11:40 UTC  (2+ messages)

[Bug 56634] New: r600g: fix abysmal performance in Reaction Quake : Huge slowdown
 2012-12-19 11:34 UTC  (2+ messages)
` [Bug 56634] "

[PATCH] xen/netfront: improve truesize tracking
 2012-12-19 11:34 UTC  (4+ messages)

[Qemu-devel] [RFC 0/3] auto-ballooning prototype (host part)
 2012-12-19 11:30 UTC  (6+ messages)
` [Qemu-devel] [RFC 3/3] virtio-balloon: add auto-ballooning support
  `  "

[PATCH] gpio: mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG
 2012-12-19 11:31 UTC 

[PATCH v3] pwm: atmel: add Timer Counter Block PWM driver
 2012-12-19 11:26 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] sf: New flash command support
 2012-12-19 11:28 UTC  (8+ messages)
` [U-Boot] [PATCH 4/4] sf: Add Quad-input Page Program(32h) instruction support


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.