All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-21 11:18:18 to 2012-09-21 12:50:30 UTC [more...]

[Qemu-devel] [PATCH 00/41] Migration cleanups, refactorings, stats, and more
 2012-09-21 12:50 UTC  (45+ messages)
` [Qemu-devel] [PATCH 01/41] buffered_file: g_realloc() can't fail
` [Qemu-devel] [PATCH 02/41] fix migration sync
` [Qemu-devel] [PATCH 03/41] migration: store end_time in a local variable
` [Qemu-devel] [PATCH 04/41] migration: print total downtime for final phase of migration
` [Qemu-devel] [PATCH 05/41] migration: rename expected_time to expected_downtime
` [Qemu-devel] [PATCH 07/41] migration: print expected downtime in info migrate
` [Qemu-devel] [PATCH 15/41] migration: Add dirty_pages_rate to query migrate output
` [Qemu-devel] [PATCH 21/41] buffered_file: unfold migrate_fd_put_buffer
` [Qemu-devel] [PATCH 22/41] "
` [Qemu-devel] [PATCH 23/41] buffered_file: We can access directly to bandwidth_limit
` [Qemu-devel] [PATCH 24/41] buffered_file: callers of buffered_flush() already check for errors
` [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code
` [Qemu-devel] [PATCH 26/41] migration: make migrate_fd_wait_for_unfreeze() return errors
` [Qemu-devel] [PATCH 27/41] savevm: unexport qemu_fflush
` [Qemu-devel] [PATCH 28/41] virtio-net: use qemu_get_buffer() in a temp buffer
` [Qemu-devel] [PATCH 29/41] savevm: Remove qemu_fseek()
` [Qemu-devel] [PATCH 30/41] savevm: make qemu_fflush() return an error code
` [Qemu-devel] [PATCH 31/41] savevm: unfold qemu_fclose_internal()
` [Qemu-devel] [PATCH 32/41] savevm: unexport qemu_ftell()
` [Qemu-devel] [PATCH 33/41] savevm: make qemu_fill_buffer() be consistent
` [Qemu-devel] [PATCH 34/41] savevm: Only qemu_fflush() can generate errors
` [Qemu-devel] [PATCH 35/41] buffered_file: buffered_put_buffer() don't need to set last_error

[U-Boot] [PATCH] pci: fix some warnings related to assumptions about
 2012-09-21 12:49 UTC  (9+ messages)
` [U-Boot] arch/powerpc/lib/board.c:get_effective_memsize() for 4GB+ systems

[PATCH v4] of: Add videomode helper
 2012-09-21 12:47 UTC  (5+ messages)

[U-Boot] [PATCH 00/11] Add DM blockdev subsystem
 2012-09-21 12:47 UTC  (10+ messages)
` [U-Boot] [PATCH 01/11] DM: add block device core
` [U-Boot] [PATCH 02/11] DM: add support for scanning DOS partitions to blockdev core
` [U-Boot] [U-Boot-DM] [PATCH 01/11] DM: add block device core

[PATCH 1/4] mm: fix invalidate_complete_page2 lock ordering
 2012-09-21 12:47 UTC  (9+ messages)
` [PATCH 2/4] mm: remove vma arg from page_evictable
` [PATCH 4/4] mm: remove free_page_mlock

[PATCH 1/4] module: add syscall to load module from fd
 2012-09-21 12:42 UTC  (3+ messages)
` [PATCH 2/4] security: introduce kernel_module_from_file hook

[linux-next] drivers/mfd/88pm860x-core.c:982:11: error: too few arguments to function 'mfd_add_devic
 2012-09-21 12:44 UTC 

[PATCH] printk: prefer %#x et at over 0x%x
 2012-09-21 12:44 UTC  (5+ messages)

Constant noise on HDA ALC275
 2012-09-21 12:43 UTC  (3+ messages)

bluetoothd: Refusing input device connect: Operation already in progress (114)
 2012-09-21 12:43 UTC  (2+ messages)

[RFC] mac80211: validate key before MIC verify
 2012-09-21 12:41 UTC 

gma500_gfx black screen
 2012-09-21 12:41 UTC 

[Qemu-devel] [PATCH] New syscalls to the seccomp whitelist
 2012-09-21 12:40 UTC  (3+ messages)

[PATCH 1/1] drivers/mtd/devices/m25p80.c: Fix whole device erase
 2012-09-21 12:39 UTC  (2+ messages)
` Fwd: "

[PATCH] trace: don't call page_to_pfn() if page is NULL
 2012-09-21 12:37 UTC  (2+ messages)
` [tip:perf/urgent] tracing: Don't "

[signal:master 94/94] kernel/signal.c:3119:35: error: expected identifier before '(' token
 2012-09-21 12:38 UTC  (2+ messages)

fio 2.0.9 fails: shmget: No space left on device
 2012-09-21 12:37 UTC  (4+ messages)

[PATCH] mac80211: Peer STA VHT cap
 2012-09-21 12:38 UTC  (2+ messages)

[PATCH] amd64_edac: Memory size reported double on processor family 0Fh
 2012-09-21 12:36 UTC  (11+ messages)

[PATCH v3 00/18] neard plugin
 2012-09-21 12:36 UTC  (19+ messages)
` [PATCH v3 01/18] Add initial neard plugin implementation
` [PATCH v3 02/18] eir: Add support for parsing SSP hash and randomizer
` [PATCH v3 03/18] eir: Store class in struct eir_data as uint32_t
` [PATCH v3 04/18] eir: Add eir_parse_oob function
` [PATCH v3 05/18] oob: Allow to register pairing complete callback
` [PATCH v3 06/18] Handle missing randomizer in mgmt_add_remote_oob_data
` [PATCH v3 07/18] neard: Implement PushOOB function
` [PATCH v3 08/18] eir: Add support creating EIR with hash and randomizer fields
` [PATCH v3 09/18] eir: Add support for creating EIR with CoD field
` [PATCH v3 10/18] eir: Rename eir_create to eir_create_oob
` [PATCH v3 11/18] eir: Remove support for creating EIR with tx_power fields
` [PATCH v3 12/18] eir: Return number of bytes written by eir_create_oob
` [PATCH v3 13/18] eir: Remove struct uuid_info
` [PATCH v3 14/18] eir: Add support for creating proper OOB EIR
` [PATCH v3 15/18] adapter: Add btd_adapter_get_services function
` [PATCH v3 16/18] adapter: Rename btd_adapter_get_class to btd_adapter_read_class
` [PATCH v3 17/18] adapter: Add btd_adapter_get_class function
` [PATCH v3 18/18] neard: Implement RequestOOB function

[Qemu-devel] [PATCH 0/9] tcg/optimize: rework copy propagation
 2012-09-21 12:36 UTC  (2+ messages)

[PATCH] ASoC: wm8960: remove 'dres' field from platform data structure
 2012-09-21 12:35 UTC  (2+ messages)

[PATCH v4 00/17] Allow changing of Hypervisor CPUIDs
 2012-09-21 12:36 UTC  (5+ messages)
` [PATCH v4 02/17] target-i386: Add missing kvm bits
    ` [Qemu-devel] "

[PATCH v3 1/2] mmc: Move mmc_delay() to include/linux/mmc/core.h
 2012-09-21 20:52 UTC  (5+ messages)

[RFC PATCH 0/3] In non-blocking mode return EAGAIN in hwseek
 2012-09-21 12:33 UTC  (6+ messages)
` [RFC PATCH 1/3] DocBook: EAGAIN == EWOULDBLOCK
  ` [RFC PATCH 2/3] DocBook: in non-blocking mode return EAGAIN in hwseek
  ` [RFC PATCH 3/3] radio drivers: "

ACPI errors on Dell Latitude E5430
 2012-09-21 12:10 UTC 

[Qemu-devel] [PATCH v4 00/19] block: bdrv_reopen() patches
 2012-09-21 12:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 15/19] block: raw-win32 driver reopen support

[GIT PULL] slave-dmaengine fixes
 2012-09-21 12:24 UTC 

[Qemu-devel] [PATCH v4 0/9] linux framebuffer display driver
 2012-09-21 12:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/9] fbdev: add "

[Buildroot] [PATCH] unionfs: add missing dependency on host-pkg-config
 2012-09-21 12:27 UTC  (10+ messages)

[RFC] Processing context in the V4L2 subdev and V4L2 controls API ?
 2012-09-21 12:26 UTC  (2+ messages)

Guest Debugging Facilities in KVM
 2012-09-21 12:25 UTC  (5+ messages)

[Qemu-devel] [PATCH] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
 2012-09-21 12:25 UTC  (9+ messages)

[MTD website] UBI: now we reserve 20/1024 PEB for bad block handling
 2012-09-21 12:25 UTC  (2+ messages)

[PATCH V2] drm/exynos: Add match table for drm platform device
 2012-09-21 18:37 UTC  (2+ messages)

[PATCH] Persistent grant maps for xen blk drivers
 2012-09-21 12:23 UTC  (6+ messages)
` [Xen-devel] "

[PATCH 0/4] x86: assembly improvements
 2012-09-21 12:22 UTC  (5+ messages)
` [PATCH 1/4] x86: enhance rsp-relative calculations
` [PATCH 2/4] x86: use compiler visible "add" instead of inline assembly "or" in get_cpu_info()
` [PATCH 3/4] x86: slightly streamline __prepare_to_wait() inline assembly
` [PATCH 4/4] x86: clean up interrupt stub generation

HD-audio runtime->delay accounting
 2012-09-21 12:22 UTC  (3+ messages)

[PATCH v3] USB: PHY: Re-organize Tegra USB PHY driver
 2012-09-21 12:20 UTC 

[PATCH 01/11] ARM: defconfig: Remove CONFIG_MISC_DEVICES
 2012-09-21 12:20 UTC  (5+ messages)

[PATCH] core: Actually EIO is a fatal error
 2012-09-21 12:20 UTC  (6+ messages)

[PATCH 1/2] mtd: gpmi-nand: Convert to platform driver
 2012-09-21 12:19 UTC  (2+ messages)

[RFC PATCH 0/3] amba-clcd: add device tree support
 2012-09-21 12:19 UTC  (8+ messages)
` [RFC PATCH 1/3] amba-clcd: Add Device Tree support to amba-clcd driver

[Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
 2012-09-21 12:19 UTC  (4+ messages)

[RFC v4 Patch 0/4] fs/inode.c: optimization for inode lock usage
 2012-09-21 12:17 UTC  (2+ messages)

Using other recipes output in Makefile-project
 2012-09-21 12:14 UTC  (3+ messages)

RCU idle CPU detection is broken in linux-next
 2012-09-21 12:13 UTC  (9+ messages)

[PATCH] mvsas: use correct named constants
 2012-09-21 12:11 UTC 

[PATCH] serial: omap: fix the overrun case
 2012-09-21 12:07 UTC  (13+ messages)

[PATCH 0/7] dw_dmac: introduce autoconfiguration
 2012-09-21 12:05 UTC  (8+ messages)
` [PATCHv2 0/6] "
  ` [PATCHv2 1/6] dw_dmac: mark dwc_dump_chan_regs as inline
  ` [PATCHv2 2/6] dw_dmac: fill optional encoded parameters in register structure
  ` [PATCHv2 3/6] dw_dmac: get number of channels from hardware if possible
  ` [PATCHv2 4/6] dw_dmac: autoconfigure block_size or use platform data
  ` [PATCHv2 5/6] dw_dmac: autoconfigure data_width or get it via "
  ` [PATCHv2 6/6] dw_dmac: introduce software emulation of LLP transfers

[PATCH RFC 0/2] kvm: Improving undercommit,overcommit scenarios in PLE handler
 2012-09-21 12:00 UTC  (3+ messages)
` [PATCH RFC 1/2] kvm: Handle undercommitted guest case "
` [PATCH RFC 2/2] kvm: Be courteous to other VMs in overcommitted scenario "

sound/pci/hda/patch_ca0132.c: potential null dereference 'dma_engine'
 2012-09-21 12:00 UTC  (6+ messages)

[PATCH] x86: eliminate code affecting only 64-bit-incapable CPUs
 2012-09-21 11:57 UTC 

[patch net-next] team: send port changed when added
 2012-09-21 11:51 UTC 

[PATCH] rtc: m41t80: remove disabled alarm functionality
 2012-09-21 11:51 UTC 

[PATCH[ Makefile: Fix scripts_basic / archscripts build order
 2012-09-21 11:50 UTC  (4+ messages)
  ` [PATCH] x86/kbuild: archscripts depends on scripts_basic

[patch net-next] teamd: send port changed when added
 2012-09-21 11:50 UTC 

[Powertop] Software resource usage by cpu's
 2012-09-21 11:47 UTC 

[PATCH 2/2] drivers/mtd/devices/m25p80.c: Fix whole device erase
 2012-09-21 11:44 UTC  (2+ messages)

GPT Table broken on a Raid1
 2012-09-21 11:42 UTC  (4+ messages)

[PATCH] x86: enable VIA CPU support
 2012-09-21 11:40 UTC 

memstick: add support for legacy memorysticks
 2012-09-21 11:39 UTC  (2+ messages)

[PATCH v2] x86/mce: Honour bios-set CMCI threshold
 2012-09-21 11:39 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] hob: The title of the packages screen depends on the screen you arrive from
 2012-09-21 10:28 UTC 

[next:akpm 340/376] arch/mips/kernel/../../../fs/binfmt_elf.c:1419:2: error: implicit
 2012-09-21 11:36 UTC 

[PATCH] New Target Extension OBSF
 2012-09-21 11:36 UTC  (5+ messages)

[PATCH 0/2] cpuidle adjustments
 2012-09-21 11:35 UTC  (2+ messages)

[oe-commits] Saul Wold : xserver-xorg: Modify RREPLACES for RCONFLICTS
 2012-09-21 11:21 UTC 

PCI device not working
 2012-09-21 11:33 UTC 

[ath9k-devel] AR9280 - OFDM RX errors?
 2012-09-21 11:33 UTC  (5+ messages)

[PATCH] x86: replace literal numbers
 2012-09-21 11:33 UTC 

[U-Boot] QE firmware/microcode handling
 2012-09-21 11:32 UTC  (3+ messages)
` [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

[PATCH v3] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-09-21 11:30 UTC  (2+ messages)

[can:master 118/170] ERROR: "sysctl_llc_station_ack_timeout" [net/llc/llc2.ko] undefined!
 2012-09-21 11:27 UTC  (2+ messages)

[PATCH 1/3] fdisk: add guid
 2012-09-21 11:25 UTC  (3+ messages)

[PATCH] Added OBSF_print()
 2012-09-21 11:23 UTC 

[PATCH V6 0/2] video: drm: Add Device tree support to exynos DRM-FIMD
 2012-09-21 11:22 UTC  (3+ messages)
` [PATCH V6 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd
` [PATCH V6 2/2] video: drm: exynos: Add device tree support

[PATCH] ASoC: core: Configure pin muxing via pinctrl when registering a DAI
 2012-09-21 11:13 UTC  (2+ messages)

[PATCH] net/stmmac: Use clk_prepare_enable and clk_disable_unprepare
 2012-09-21 11:21 UTC  (2+ messages)

[RFC PATCH v3 00/19] ACPI memory hotplug
 2012-09-21 11:20 UTC  (6+ messages)
` [RFC PATCH v3 19/19][SeaBIOS] Calculate pcimem_start and pcimem64_start from SRAT entries
  ` [Qemu-devel] [RFC PATCH v3 19/19] alternative: Introduce paravirt interface QEMU_CFG_PCI_WINDOW
    `  "
  ` [Qemu-devel] [RFC PATCH v3 20/19][SeaBIOS] alternative: Use paravirt interface for pci windows
    `  "


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.