messages from 2013-11-29 09:19:08 to 2013-11-29 10:18:49 UTC [more...]
[Qemu-devel] [PATCH v4 00/30] virtio: cleanup, fix hot-unplug, move to realize
2013-11-29 10:17 UTC (23+ messages)
` [Qemu-devel] [PATCH 01/30] virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplug
` [Qemu-devel] [PATCH 02/30] virtio-bus: remove vdev field
` [Qemu-devel] [PATCH 03/30] virtio-ccw: "
` [Qemu-devel] [PATCH 04/30] virtio-pci: "
` [Qemu-devel] [PATCH 05/30] virtio-bus: cleanup plug/unplug interface
` [Qemu-devel] [PATCH 06/30] virtio-blk: switch exit callback to VirtioDeviceClass
` [Qemu-devel] [PATCH 07/30] virtio-serial: "
` [Qemu-devel] [PATCH 08/30] virtio-net: "
` [Qemu-devel] [PATCH 09/30] virtio-scsi: "
` [Qemu-devel] [PATCH 10/30] virtio-balloon: "
` [Qemu-devel] [PATCH 11/30] virtio-rng: "
` [Qemu-devel] [PATCH 12/30] virtio-pci: add device_unplugged callback
` [Qemu-devel] [PATCH 13/30] virtio-blk-dataplane: Improve error reporting
` [Qemu-devel] [PATCH 14/30] virtio-9p: QOM realize preparations
` [Qemu-devel] [PATCH 15/30] virtio-blk: "
` [Qemu-devel] [PATCH 16/30] virtio-serial: "
` [Qemu-devel] [PATCH 17/30] virtio-net: "
` [Qemu-devel] [PATCH 18/30] virtio-balloon: "
` [Qemu-devel] [PATCH 19/30] virtio-rng: "
` [Qemu-devel] [PATCH 20/30] virtio-scsi: "
` [Qemu-devel] [PATCH 21/30] virtio: Start converting VirtioDevice to QOM realize
` [Qemu-devel] [PATCH 22/30] virtio-9p: Convert "
[RFCv2 PATCH 0/9] vb2: various cleanups and improvements
2013-11-29 10:17 UTC (11+ messages)
` [RFCv2 PATCH 1/9] vb2: push the mmap semaphore down to __buf_prepare()
` [RFCv2 PATCH 2/9] vb2: simplify qbuf/prepare_buf by removing callback
` [RFCv2 PATCH 3/9] vb2: remove the 'fileio = NULL' hack
` [RFCv2 PATCH 4/9] vb2: retry start_streaming in case of insufficient buffers
` [RFCv2 PATCH 5/9] vb2: don't set index, don't start streaming for write()
` [RFCv2 PATCH 6/9] vb2: return ENODATA in start_streaming in case of too few buffers
` [RFCv2 PATCH 7/9] vb2: add thread support
` [RFCv2 PATCH 8/9] vb2: Add videobuf2-dvb support
` [RFCv2 PATCH 9/9] vb2: Improve file I/O emulation to handle buffers in any order
[PATCH v2] hvmloader: write extra memory in CMOS
2013-11-29 10:16 UTC (2+ messages)
[PATCH v3 00/32] drm/exynos: Refactor parts of the exynos driver
2013-11-29 10:16 UTC (5+ messages)
` [PATCH v3 12/32] drm/exynos: Split manager/display/subdrv
IETF draft: RDMA Protocol Extensions
2013-11-29 10:16 UTC
[PATCH 2/5] f2fs: add unlikely macro for compiler optimization
2013-11-29 10:14 UTC (3+ messages)
` [f2fs-dev] "
[PATCH] gpio: drop users of irq_set_chip_and_handler_name()
2013-11-29 10:20 UTC (2+ messages)
[PATCH] blkif: add indirect descriptors interface to public headers
2013-11-29 10:14 UTC (3+ messages)
[PATCH v2] drm/i915/vlv: Update Wait for FIFO and wait for 20 free entries. v2
2013-11-29 10:14 UTC
how to use SES driver to send SES commands?
2013-11-29 10:07 UTC
[Qemu-devel] [PATCH 0/5] qemu-io: readline command completion
2013-11-29 10:13 UTC (4+ messages)
` [Qemu-devel] [PATCH 3/5] osdep: add qemu_set_tty_echo()
[PATCH v2 1/2] virtio_net: fix error handling for mergeable buffers
2013-11-29 10:13 UTC (3+ messages)
[3.5.y.z extended stable] Linux 3.5.7.26
2013-11-29 10:13 UTC (2+ messages)
STOP THE MADNESS
2013-11-29 10:11 UTC (3+ messages)
[RFC] ALSA: add new alsa control byte extended
2013-11-29 10:10 UTC (8+ messages)
[PATCH] memcg: fix kmem_account_flags check in memcg_can_account_kmem()
2013-11-29 10:09 UTC (9+ messages)
` [PATCH] memcg: make memcg_update_cache_sizes() static
[U-Boot] [PATCH v2] dwmmc: make driver usable for non-exynos platforms
2013-11-29 10:08 UTC (3+ messages)
[PATCH 0/4] xen: more Coverity-inspired tidying
2013-11-29 10:07 UTC (3+ messages)
` [PATCH 4/4] bitmaps/bitops: Clarify tests for small constant size
[PATCH V3] cpufreq: Make sure CPU is running on a freq from freq-table
2013-11-29 10:07 UTC (3+ messages)
[Qemu-devel] [PATCH 0/17 v4] Localhost migration with side channel for ram
2013-11-29 10:06 UTC (18+ messages)
` [Qemu-devel] [PATCH 01/17] QAPI: introduce migration capability unix_page_flipping
` [Qemu-devel] [PATCH 02/17] migration: add migrate_unix_page_flipping()
` [Qemu-devel] [PATCH 03/17] qmp-command.hx: add missing docs for migration capabilites
` [Qemu-devel] [PATCH 04/17] migration-local: add QEMUFileLocal with socket based QEMUFile
` [Qemu-devel] [PATCH 05/17] migration-local: introduce qemu_fopen_socket_local()
` [Qemu-devel] [PATCH 06/17] migration-local: add send_pipefd()
` [Qemu-devel] [PATCH 07/17] save_page: replace block_offset with a MemoryRegion
` [Qemu-devel] [PATCH 08/17] migration-local: override save_page for page transmit
` [Qemu-devel] [PATCH 09/17] savevm: adjust ram_control_save_page for page flipping
` [Qemu-devel] [PATCH 10/17] add unix_msgfd_lookup() to callback get_buffer
` [Qemu-devel] [PATCH 11/17] add argument ram_addr_t to hook_ram_load
` [Qemu-devel] [PATCH 12/17] migration-local: override hook_ram_load
` [Qemu-devel] [PATCH 13/17] migration-unix: replace qemu_fopen_socket with qemu_fopen_socket_local
` [Qemu-devel] [PATCH 14/17] add new RanState RAN_STATE_MEMORY_STALE
` [Qemu-devel] [PATCH 15/17] migration-unix: page flipping support on unix outgoing
` [Qemu-devel] [PATCH 16/17] migration: adjust migration_thread() process for page flipping
` [Qemu-devel] [PATCH 17/17] hmp: better format for info migrate_capabilities
[U-Boot] [PATCH] dwmmc: make driver usable for non-exynos platforms
2013-11-29 10:05 UTC (6+ messages)
[PATCH V2] gpio: omap: refresh patch "be more aggressive with pm_runtime" against v3.12-rc5
2013-11-29 10:05 UTC (2+ messages)
[PATCH 0/2] libxl: fixes for coverity reported issues
2013-11-29 10:04 UTC (8+ messages)
` [PATCH 2/2] libxl: libxl__spawn_qdisk_backend has to close opened files on error
[Buildroot] [autobuild.buildroot.net] Build results for 2013-11-28
2013-11-29 10:04 UTC (3+ messages)
` [Buildroot] Analysis of build failures
[PATCH 0/9] ARM: at91/dt: add missing devices to rm9200ek board
2013-11-29 10:03 UTC (9+ messages)
` [PATCH 5/9] ARM: at91/dt: add mmc0 slot0 support to at91rm9200ek board
[PATCH net-next] xen-netback: improve guest-receive-side flow control
2013-11-29 10:03 UTC (6+ messages)
[RFC v2 PATCH 0/1] ARM64: KGDB: Add FPSIMD debug support
2013-11-29 9:57 UTC (6+ messages)
` [RFC v2 PATCH 1/1] ARM64: KGDB: Add FP/SIMD "
[PATCH net v2] xen-netback: fix fragment detection in checksum setup
2013-11-29 9:57 UTC (5+ messages)
` [Xen-devel] "
[RFC PATCH] Documentation: devicetree: add description for generic bus properties
2013-11-29 9:57 UTC (12+ messages)
[U-Boot] [PATCH 0/2] i2c: fti2c010: migrate to new i2c model
2013-11-29 9:56 UTC (7+ messages)
` [U-Boot] [PATCH v2 4/4] cmd_eeprom: bug fix for i2c read/write
e⋅MMC forward compatibility
2013-11-29 9:55 UTC (3+ messages)
` [PATCH] mmc: Allow forward compatibility for e⋅MMC
[patch] ALSA: dice: fix array limits in dice_proc_read()
2013-11-29 9:55 UTC (7+ messages)
[PATCH RFC 0/2] Fix RTC noack issues
2013-11-29 9:55 UTC (4+ messages)
` [PATCH 2/2] hvmloader: Allow the toolstack to choose WAET optimisations
[PATCH] serial: imx: add support for loopback mode
2013-11-29 9:29 UTC (2+ messages)
[PATCH_v3 0/7] Refactor bnep code and implement pan methods
2013-11-29 9:54 UTC (8+ messages)
` [PATCH_v3 1/7] profiles/network: Remove redundant code for bnep interface name
` [PATCH_v3 2/7] profiles/network: Refactor bnep connection setup functionality
` [PATCH_v3 3/7] profiles/network: Rename common.c|h to bnep.c|h
` [PATCH_v3 4/7] android/pan: Implement pan connect method in daemon
` [PATCH_v3 5/7] android/pan: Implement pan disconnect "
` [PATCH_v3 6/7] android/pan: Implement the get local role "
` [PATCH_v3 7/7] android: Add reasons for adding capabilites to process
[PATCH 5/6] X86: MPX IA32_BNDCFGS msr dump
2013-11-29 9:53 UTC (2+ messages)
[PATCH 4/6] X86: MPX IA32_BNDCFGS msr save/restore
2013-11-29 9:52 UTC (2+ messages)
unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing
2013-11-29 9:52 UTC (4+ messages)
[Qemu-devel] [PATCH 00/21] RFCv2: add Spice block device
2013-11-29 9:51 UTC (3+ messages)
[meta-oe] branch dora : mariadb-native build error on ubuntu 13.10
2013-11-29 9:50 UTC
[PATCH v2] gpio: lock adnp IRQs when enabling them
2013-11-29 9:49 UTC (3+ messages)
[PATCH 3/4 V3] X86: MPX IA32_BNDCFGS msr handle
2013-11-29 9:48 UTC (12+ messages)
[PATCH v3] gpio: lock adnp IRQs when starting them
2013-11-29 9:48 UTC
[U-Boot] [PATCH RFC 0/7] Add support for WPJ344 board
2013-11-29 9:48 UTC (8+ messages)
` [U-Boot] [PATCH RFC 1/7] MIPS: AR7240: Address space declaration for SoC ar7240
` [U-Boot] [PATCH RFC 2/7] MIPS: AR7240: SPI drivers for ar7240
` [U-Boot] [PATCH RFC 3/7] MIPS: AR934x: Register Bitfields for SoC ar934x
` [U-Boot] [PATCH RFC 4/7] MIPS: AR7240: DRAM Initialization file
` [U-Boot] [PATCH RFC 5/7] WPJ344: Add support for WPJ344 board
` [U-Boot] [PATCH RFC 6/7] ATHEROS: AR934X: Add support for ar934x SoC
` [U-Boot] [PATCH RFC 7/7] NET: AR934x: Ethernet drivers for SoC AR934x
[PATCH v4 00/12] kexec kernel efi runtime support
2013-11-29 9:46 UTC (18+ messages)
` [PATCH v4 06/12] efi: export efi runtime memory mapping to sysfs
` [PATCH v4 07/12] efi: passing kexec necessary efi data via setup_data
` [PATCH v4 10/12] x86: export x86 boot_params to sysfs
FW: Barebox on Karo TX25
2013-11-29 9:46 UTC (8+ messages)
[PATCH] PCI: export MSI mode using attributes, not kobjects
2013-11-29 9:41 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] Pointer properties and device_add
2013-11-29 9:43 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] hw: cannot_instantiate_with_device_add_yet due to pointer props
` [Qemu-devel] [PATCH 2/2] qdev: Document that pointer properties kill device_add
[PATCH] x86/fpu: CR0.TS should be set before trap into PV guest's #NM exception handle
2013-11-29 9:42 UTC (2+ messages)
[PATCH v2] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
2013-11-29 9:36 UTC (5+ messages)
[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v7)
2013-11-29 9:38 UTC (7+ messages)
` [PATCH 01/17] tracing/uprobes: Fix documentation of uprobe registration syntax
` [PATCH 03/17] tracing/kprobes: Factor out struct trace_probe
` [PATCH 04/17] tracing/uprobes: Convert to "
[ath9k-devel] Speech cut in iphone
2013-11-29 9:38 UTC (2+ messages)
[PATCH] gpiolib: don't bother warning when failing to get gpios
2013-11-29 9:37 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/2] qemu-iotests: Filter out "qemu-io> " in all tests
2013-11-29 9:37 UTC (7+ messages)
[PATCH v2 2/3] xfs: fix infinite loop by detaching the group/project hints from user dquot
2013-11-29 9:36 UTC (3+ messages)
[PATCH 0/5] PM: Enable option of re-use runtime PM callbacks at system suspend
2013-11-29 9:35 UTC (8+ messages)
[PATCH] gpiolib: use platform GPIO mappings as fallback
2013-11-29 9:35 UTC (3+ messages)
[PATCH V2] ARM : unwinder : Prevent data abort due to stack overflow while executing unwind instructions Signed-off-by: Anurag Aggarwal <a.anurag@samsung.com>
2013-11-29 9:34 UTC (2+ messages)
[Xenomai] test suite programs crash with Illegal instruction on MPC5200
2013-11-29 9:34 UTC (5+ messages)
[PATCHv2] android/socket: Cleanup sockets on unregister
2013-11-29 9:33 UTC
[PATCH v2] powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536
2013-11-29 9:32 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/4] tcg/optimize: fixes and improvements
2013-11-29 9:32 UTC (2+ messages)
[PATCH v5 00/12] libxl: ocaml: improve the bindings
2013-11-29 9:29 UTC (4+ messages)
` [PATCH v5 03/12] libxl: ocaml: event management
[V3 PATCH 0/9]: PVH dom0
2013-11-29 9:29 UTC (10+ messages)
` [V3 PATCH 7/9] pvh: change xsm_add_to_physmap
` [V3 PATCH 9/9] pvh dom0: add opt_dom0pvh to setup.c
[PATCH] Documentation: gpiolib: add 00-INDEX file
2013-11-29 9:27 UTC (2+ messages)
ALSA: Add ALSA driver for Atmel Audio Bitstream DAC
2013-11-29 9:25 UTC (2+ messages)
texelFetch sampler1/2DArray on nv50 gallium
2013-11-29 9:25 UTC (2+ messages)
[RFC v1 0/9] gpio: davinci: reuse for keystone arch
2013-11-29 9:25 UTC (5+ messages)
` [RFC v1 4/9] gpio: davinci: make IRQ initialization soc specific
` [RFC v1 5/9] gpio: davinci: reuse for Keystone SoC
[PATCH] of_mtd: Fix header file include guard
2013-11-29 9:22 UTC (4+ messages)
[Buildroot] [PATCH] libpfm4: disable on avr32
2013-11-29 9:23 UTC
[PATCHv6 0/4] Add Freescale FTM PWM driver
2013-11-29 9:22 UTC (7+ messages)
` [PATCHv6 1/4] pwm: Add Freescale FTM PWM driver support
[PATCH v6 0/6] gpio: daVinci: cleanup and feature enhancement
2013-11-29 9:23 UTC (4+ messages)
` [PATCH v6 2/6] This patch converts the davinci gpio driver to use irqdomain support
[PATCH]: exec: avoid propagating PF_NO_SETAFFINITY into userspace child
2013-11-29 9:19 UTC
[PATCH v2 net] af_packet: block BH in prb_shutdown_retire_blk_timer()
2013-11-29 9:19 UTC (2+ messages)
[LTP] [PATCH] send*: fix errno of invalid flags
2013-11-29 9:17 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.