All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-22 22:26:16 to 2014-12-23 01:13:08 UTC [more...]

[Qemu-devel] [PATCH v10 00/13] block: Incremental backup series (RFC)
 2014-12-23  1:12 UTC  (12+ messages)
` [Qemu-devel] [PATCH v10 01/13] block: fix spoiling all dirty bitmaps by mirror and migration
` [Qemu-devel] [PATCH v10 02/13] qapi: Add optional field "name" to block dirty bitmap
` [Qemu-devel] [PATCH v10 03/13] qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
` [Qemu-devel] [PATCH v10 04/13] block: Introduce bdrv_dirty_bitmap_granularity()
` [Qemu-devel] [PATCH v10 05/13] hbitmap: Add hbitmap_copy
` [Qemu-devel] [PATCH v10 06/13] block: Add bdrv_copy_dirty_bitmap and bdrv_clear_dirty_bitmap
` [Qemu-devel] [PATCH v10 07/13] hbitmap: add hbitmap_merge
` [Qemu-devel] [PATCH v10 08/13] block: add bdrv_reclaim_dirty_bitmap
` [Qemu-devel] [PATCH v10 09/13] qmp: Add block-dirty-bitmap-enable and block-dirty-bitmap-disable
` [Qemu-devel] [PATCH v10 10/13] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
` [Qemu-devel] [PATCH v10 11/13] qapi: Add transaction support to block-dirty-bitmap-{add, enable, disable}

CFP: IEEE International Conference on Cluster Computing 2015 -- Papers due 02/27/15
 2014-12-23  1:12 UTC 

[PATCH] ASoC: Intel: correct the fixed free block allocation
 2014-12-23  1:12 UTC 

Saving space/network on common repos
 2014-12-23  1:00 UTC  (5+ messages)

[PATCH] powerpc/smp: Fix Non-boot cpus cannot be bring up
 2014-12-23  1:00 UTC  (2+ messages)

[Buildroot] [PATCH] erlang: selectively enable libatomic_ops
 2014-12-23  0:57 UTC  (5+ messages)

[PATCH] runqemu-internal: Fix qemu networking for qemuarm64
 2014-12-23  0:54 UTC  (2+ messages)

[Buildroot] [PATCH v2] erlang: selectively enable libatomic_ops
 2014-12-23  0:53 UTC 

[U-Boot] [PATCH 0/5] x86: Support PCI based UART as the U-Boot serial console
 2014-12-23  0:52 UTC  (7+ messages)
` [U-Boot] [PATCH 4/5] x86: Support PCI UART in the x86_serial driver

[Qemu-devel] [Bug 1368815] [NEW] qemu-img convert intermittently corrupts output images
 2014-12-23  0:44 UTC  (2+ messages)
` [Qemu-devel] [Bug 1368815] "

[v3 13/26] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
 2014-12-23  0:46 UTC  (3+ messages)

frequent lockups in 3.18rc4
 2014-12-23  0:46 UTC  (18+ messages)

[RFC 0/2] x86, vdso, pvclock: Cleanups and speedups
 2014-12-23  0:39 UTC  (5+ messages)
` [RFC 1/2] x86, vdso: Use asm volatile in __getcpu
` [RFC 2/2] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader

[RFC 0/2] x86, vdso, pvclock: Cleanups and speedups
 2014-12-23  0:39 UTC 

[PATCH] pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories
 2014-12-23  0:39 UTC  (2+ messages)

XFS corruption
 2014-12-23  0:39 UTC  (5+ messages)

[PATCH v2 1/5] update_unicode.sh: simplify output capture
 2014-12-23  0:32 UTC  (4+ messages)
` [PATCH v2 2/5] update_unicode.sh: set UNICODE_DIR only once

[v3 00/26] Add VT-d Posted-Interrupts support
 2014-12-23  0:37 UTC  (8+ messages)
` [v3 06/26] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts

[Qemu-devel] [PATCH 0/7] ppc: loadvm/savevm fixups for -M g3beige and -M mac99
 2014-12-23  0:36 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] macio.c: include parent PCIDevice state in VMStateDescription
` [Qemu-devel] [PATCH 2/7] adb.c: include ADBDevice parent state in KBDState and MouseState
` [Qemu-devel] [PATCH 3/7] cuda.c: include adb_poll_timer in VMStateDescription
` [Qemu-devel] [PATCH 4/7] ppc: move sdr1 value change detection logic to helper_store_sdr1()
` [Qemu-devel] [PATCH 5/7] ppc: force update of all msr bits in cpu_post_load
` [Qemu-devel] [PATCH 6/7] openpic: fix segfault on -M mac99 savevm
` [Qemu-devel] [PATCH 7/7] openpic: fix up loadvm under -M mac99

Btrfs progs pre-release 3.18-rc2
 2014-12-23  0:33 UTC  (4+ messages)

weird quota issue
 2014-12-23  0:32 UTC  (6+ messages)

[Qemu-devel] [PATCHv2 0/8] pseries: Fix and extend PAPR RTC implementation
 2014-12-23  0:31 UTC  (12+ messages)
` [Qemu-devel] [PATCHv2 1/8] pseries: Move sPAPR RTC code into its own file
` [Qemu-devel] [PATCHv2 2/8] pseries: Add more parameter validation in RTAS time of day functions
` [Qemu-devel] [PATCHv2 3/8] pseries: Add spapr_rtc_read() helper function
` [Qemu-devel] [PATCHv2 4/8] Generalize QOM publishing of date and time from mc146818rtc.c
` [Qemu-devel] [PATCHv2 5/8] pseries: Make RTAS time of day functions respect -rtc options
` [Qemu-devel] [PATCHv2 6/8] pseries: Make the PAPR RTC a qdev device
` [Qemu-devel] [PATCHv2 7/8] pseries: Move rtc_offset into RTC device's state structure
` [Qemu-devel] [PATCHv2 8/8] pseries: Export RTC time via QOM

[PATCH] [TRIVIAL] IBM Akebono: Remove select of IBM_EMAC_RGMII_WOL
 2014-12-23  0:31 UTC  (6+ messages)

[PATCH] spi/dln2: Fix for PM_RUNTIME removal
 2014-12-23  0:29 UTC 

[PATCH 1/3] gpu: drm: tilcdc: don't use devm_pinctrl_get_select_default() in probe
 2014-12-23  0:28 UTC  (4+ messages)
` [PATCH 3/3] net: ieee802154: "

[PATCH 3/3] video: fbdev: Validate mode timing against monspec
 2014-12-23  0:27 UTC  (2+ messages)

[PATCH] arch: powerpc: platforms: ps3: repository.c: Remove unused function
 2014-12-23  0:26 UTC  (4+ messages)

[PATCH] ARM: shmobile: r8a7790: add MLB+ clock
 2014-12-23  0:23 UTC  (6+ messages)

[PULL] modules-next
 2014-12-22  1:21 UTC  (3+ messages)

[PATCH RFC] fs/aio: fix sleeping while TASK_INTERRUPTIBLE
 2014-12-23  0:16 UTC 

[PATCH v2 03/05] ARM: shmobile: sh73a0: Add Multiplatform support
 2014-12-23  0:15 UTC  (3+ messages)

[PATCH net] net: Reset secmark when scrubbing packet
 2014-12-23  0:13 UTC 

xfsdump questions
 2014-12-23  0:13 UTC  (3+ messages)

Can BTRFS handle XATTRs larger than 4K?
 2014-12-23  0:11 UTC  (14+ messages)

fast-import's notemodify doesn't work the same as git notes
 2014-12-23  0:06 UTC 

[Qemu-devel] Are there any boards with Bay Trail that are supported?
 2014-12-23  0:01 UTC 

[PATCH V2 1/4] be2iscsi : Fix the retry count for boot targets
 2014-12-22 23:54 UTC  (3+ messages)

bug report for ath9k_htc driver
 2014-12-22 23:53 UTC 

[LSF/MM ATTEND] mmap_sem and mm performance testing
 2014-12-22 23:51 UTC 

[PATCH 4/6] dgnc/dpacompat.h: checkpatch: Changend complex macros (enclosed parantheses)
 2014-12-22 23:50 UTC  (3+ messages)
` [PATCH] dgnc/digi.h: "

FP register corruption in Exynos 4210 (Cortex-A9)
 2014-12-22 23:50 UTC  (9+ messages)

Support for Elgato Game Capture HD / MStar MST3367CMK
 2014-12-22 23:42 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 00/11] fw_cfg, bootorder, and UEFI+'-kernel' on arm/virt
 2014-12-22 23:41 UTC  (2+ messages)

[RFC PATCH net-next] tun: support retrieving multiple packets in a single read with IFF_MULTI_READ
 2014-12-22 23:39 UTC  (4+ messages)

[PATCH] ASLRv3: randomize_va_space=3 preventing offset2lib attack
 2014-12-22 23:38 UTC  (11+ messages)

[RFC PATCH 02/17] fib_trie: Make leaf and tnode more uniform
 2014-12-22 23:38 UTC  (5+ messages)

[PATCH] vfio-pci: Fix the check on pci device type in vfio_pci_probe()
 2014-12-22 23:38 UTC  (3+ messages)

[PATCH] Use wc instead of awk to count subtrees in t0090-cache-tree
 2014-12-22 23:38 UTC  (5+ messages)

[PATCH 1/2] f2fs: conduct f2fs_gc as explicit gc_type
 2014-12-22 23:37 UTC  (2+ messages)
` [PATCH 2/2] f2fs: add stat info for moved blocks by background gc

[PATCH for 3.19] rtlwifi: Fix error when accessing unmapped memory in skb
 2014-12-22 23:33 UTC  (5+ messages)

[PATCH 3/3] osm_congestion_control.c: Reset cc_timeout_count when count threshold passed
 2014-12-22 23:32 UTC 

[PATCH 2/3] osm_congestion_control.c: Consistently set cc_unavailable_flag
 2014-12-22 23:32 UTC 

[PATCH 1/3] osm_congestion_control.c: Add additional header status check
 2014-12-22 23:32 UTC 

Cleaning up the KVM clock
 2014-12-22 23:31 UTC  (8+ messages)

[PATCH] f2fs: add block count by in-place-update in stat info
 2014-12-22 23:30 UTC 

[PATCH 0/2] License class fixes
 2014-12-22 23:30 UTC  (3+ messages)
` [PATCH 1/2] license_class: fix license.manifest shows LICENSE field differently to recipe
` [PATCH 2/2] license: Validate if LICENSE is well defined

[PATCH 1/2] MIPS: Move device-trees into vendor sub-directories
 2014-12-22 23:27 UTC  (3+ messages)
` [PATCH 2/2] MIPS: Add dtbs_install target

[PATCH v2 1/3] block: support different tag allocation policy
 2014-12-22 23:25 UTC  (3+ messages)
` [PATCH v2 2/3] blk-mq: add "

Trouble with ulog_test/fprobe-ulog
 2014-12-22 23:25 UTC  (2+ messages)

REGRESSION in nfnetlink on 3.18.x (bisected)
 2014-12-22 23:23 UTC  (3+ messages)

Linux 3.19-rc1 - merge window closed
 2014-12-22 23:22 UTC  (8+ messages)

[PATCH 0/3] Fix MCE handling for AMD multi-node processors
 2014-12-22 23:19 UTC  (4+ messages)

[linux-lvm] Messed up metadata for thin pool?
 2014-12-22 23:19 UTC 

Linux 3.19-rc1 - merge window closed
 2014-12-22 23:19 UTC 

What's cooking in git.git (Dec 2014, #04; Mon, 22)
 2014-12-22 23:17 UTC 

[RFC PATCH] f2fs: add extent cache base on rb-tree
 2014-12-22 23:16 UTC  (4+ messages)

[PATCH 00/18] Introduce an internal API to interact with the fsck machinery
 2014-12-22 23:15 UTC  (22+ messages)
` [PATCH 04/18] Offer a function to demote fsck errors to warnings
` [PATCH 14/18] fsck: allow upgrading fsck warnings to errors
` [PATCH 16/18] fsck: support demoting errors to warnings

[Bug 84662] New: Long pauses with Unreal demo Elemental on R9270X since : Always flush the HDP cache before submitting a CS to the GPU
 2014-12-22 23:13 UTC  (2+ messages)
` [Bug 84662] "

[PATCH] scsi: 3w-9xxx.c: Cleaning up missing null-terminate in conjunction with strncpy
 2014-12-22 23:08 UTC  (4+ messages)

[RFC v1 PATCH 0/2] PCI: get DMA configuration from parent device
 2014-12-22 23:07 UTC  (11+ messages)
` [RFC v1 PATCH 1/2] of/pci: add of_pci_dma_configure() update dma configuration

[Qemu-devel] [PATCH 0/4] Migration Deciphering aid
 2014-12-22 23:03 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] QJSON: Add JSON writer
` [Qemu-devel] [PATCH 2/4] qemu-file: Add fast ftell code path
` [Qemu-devel] [PATCH 3/4] migration: Append JSON description of migration stream
` [Qemu-devel] [PATCH 4/4] Add migration stream analyzation script

F2fs on eMMC on Beaglebone Black based custom board
 2014-12-22 23:02 UTC  (2+ messages)

[PATCH selftest fails!] m68k: Wire up execveat
 2014-12-22 22:54 UTC  (4+ messages)

Obtenez des devis comparatifs sur tous vos travaux à réaliser !
 2014-12-22 23:01 UTC 

[Notice] ACPI+PM core maintenance in vacation/travel mode through Jan 18, 2015
 2014-12-22 22:58 UTC 

[PATCHv6 0/7] atomic pushes
 2014-12-22 22:58 UTC  (5+ messages)
` [PATCH 1/7] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH 3/7] send-pack.c: add --atomic command line argument

[Qemu-devel] [Bug 1404690] [NEW] Qemu crashes with chrooted m68k
 2014-12-22 22:49 UTC  (2+ messages)
` [Qemu-devel] [Bug 1404690] "

[PATCH 00/31] e2fsprogs December 2014 patchbomb
 2014-12-22 22:55 UTC  (5+ messages)
` [PATCH 32/31] libext2fs: initialize i_extra_isize when writing EAs
  ` [PATCH v2 "

[PATCH] cx23885: Split Hauppauge WinTV Starburst from HVR4400 card entry
 2014-12-22 22:51 UTC 

[PATCH v3 1/2] pwm: kona: Fix incorrect enable, config, and disable procedures
 2014-12-22 22:49 UTC  (4+ messages)

[PATCH 2/2 sparc] Make sparc64 use scalable lib/iommu-common.c functions
 2014-12-22 22:43 UTC 

[PATCH 1/2] Break up monolithic iommu table/lock into finer graularity pools and lock
 2014-12-22 22:43 UTC 

[PATCH 0/2] IOMMU pools for better scalability
 2014-12-22 22:43 UTC 

[RFC/PATCH] extcon: otg_gpio: add driver for USB OTG port controlled by GPIO(s)
 2014-12-22 22:43 UTC 

[Bug 87617] Feature Request: DSD Audio Bitstreaming Support
 2014-12-22 22:42 UTC 

[PATCHv3] DT: leds: Add flash LED devices related properties (fwd) (fwd)
 2014-12-22 22:41 UTC  (2+ messages)

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits
 2014-12-22 22:39 UTC  (4+ messages)
` [PATCH 05/28] cpufreq: drop owner assignment from platform_drivers

[PATCH] arm: boot: dts: add support for AM437x IDK
 2014-12-22 22:30 UTC  (2+ messages)

[PATCH iproute2 v2] tc: Show classes in tree view
 2014-12-22 22:19 UTC  (2+ messages)

[PATCH] xfstests: f2fs support
 2014-12-22 22:29 UTC  (4+ messages)

[PATCHv2] DT: leds: Add flash LED devices related properties (fwd)
 2014-12-22 22:27 UTC  (3+ messages)

[PATCH] proc: task_mmu: show page size in /proc/<pid>/numa_maps
 2014-12-22 22:27 UTC  (4+ messages)

[U-Boot] [PATCH 1/8] arm: am437x: PLL values for all input frequencies
 2014-12-22 22:26 UTC  (3+ messages)
` [U-Boot] [PATCH 7/8] pmic: add tps62362 simple wrapper code
` [U-Boot] [PATCH 8/8] board: ti: am43xx: add support for AM43xx Industrial Development Kit


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.