All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-11 15:21:39 to 2015-11-11 16:12:46 UTC [more...]

[Qemu-devel] [PATCH v11 00/28] qapi member collision, alternate layout (post-introspection cleanups, subset D)
 2015-11-11 16:11 UTC  (15+ messages)
` [Qemu-devel] [PATCH v11 11/28] qapi: Check for qapi collisions of flat union branches
` [Qemu-devel] [PATCH v11 13/28] qapi: Hoist tag collision check to Variants.check()
` [Qemu-devel] [PATCH v11 18/28] qerror: more error_setg() usage
` [Qemu-devel] [PATCH v11 19/28] qapi: Change munging of CamelCase enum values

[Xenomai] Latency test on RP2 vs Odroid-C1
 2015-11-11 16:12 UTC  (2+ messages)

[Qemu-devel] [PULL v3 00/41] Block layer patches
 2015-11-11 16:08 UTC  (4+ messages)
` [Qemu-devel] [PULL v3 14/41] blockdev: read-only-mode for blockdev-change-medium
` [Qemu-devel] [PULL v3 31/41] qemu-io: fix cvtnum lval types
` [Qemu-devel] [PULL v3 41/41] iotests: Check for quorum support in test 139

[U-Boot] [PATCH 0/3] vexpress64 flash support
 2015-11-11 16:11 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] vexpress64: remove #error

[PATCH] comedi: ni_6527: Fix coding style - use BIT macro
 2015-11-11 16:14 UTC 

[rtc-linux] [PATCH] rtc: ds1307: fix kernel splat due to wakeup irq handling
 2015-11-11 16:11 UTC  (3+ messages)
`  "

[PATCH v5 0/6] xen/arm: vgic: Support 32-bit access for 64-bit register
 2015-11-11 16:09 UTC  (3+ messages)
` [PATCH v5 5/6] xen/arm: vgic: Introduce helpers to extract/update/clear/set vGIC register

[libvirt] [PATCH] libxl: open libxl log stream with libvirtd log_level
 2015-11-11 16:10 UTC  (3+ messages)

[PATCH 0/4] x86: XSA-156 follow-ups
 2015-11-11 16:09 UTC  (9+ messages)
` [PATCH 3/4] x86/SVM: don't exceed segment limit when fetching instruction bytes
` [PATCH 4/4] x86/traps: honor EXT bit in error codes
    ` [PATCH v2 "
` [PATCH 6/4] x86/event: correct debug event generation

drm: Bogus WARN() in drm_atomic_helper_update_legacy_modeset_state() ?
 2015-11-11 16:09 UTC  (4+ messages)

[PATCH v2 0/4] drm: Add support for the ARM HDLCD display controller
 2015-11-11 16:06 UTC  (15+ messages)
` [PATCH v2 1/4] drm: arm: Add DT bindings documentation for HDLCD driver
` [PATCH v2 2/4] drm: Add support for ARM's HDLCD controller
` [PATCH v2 3/4] arm64: Juno: Add HDLCD support to the Juno boards
` [PATCH v2 4/4] MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver

[PATCH v2 0/6] memcg/kmem: switch to white list policy
 2015-11-11 16:07 UTC  (10+ messages)
` [PATCH v2 4/6] slab: add SLAB_ACCOUNT flag

[PATCH] pcm: simple: Fix asserts
 2015-11-11 16:07 UTC 

[PATCH V8 0/7] xen pvusb toolstack work
 2015-11-11 16:07 UTC  (3+ messages)
` [PATCH V8 4/7] libxl: add libxl_device_usb_assignable_list API

Intel Cherry Trail -- No sound in linux
 2015-11-11 16:04 UTC  (2+ messages)

[Qemu-devel] [PATCH] iotests: Check for quorum support in test 139
 2015-11-11 16:03 UTC  (2+ messages)

[RFC PATCH] x86/cpu: Fix MSR value truncation issue
 2015-11-11 16:05 UTC  (4+ messages)

srp state in current mainline
 2015-11-11 16:03 UTC  (4+ messages)

[PATCH] mm,vmscan: Use accurate values for zone_reclaimable() checks
 2015-11-11 16:03 UTC  (12+ messages)

[U-Boot] [PATCH v2] vexpress64: use 2nd DRAM bank only on juno
 2015-11-11 16:03 UTC  (3+ messages)

[MODULES PATCH] irqsoff and preemptoff contexts
 2015-11-11 16:00 UTC 

kasan r8169 use-after-free trace
 2015-11-11 15:34 UTC  (4+ messages)

[conntrackd PATCH 2/2 v2] conntrackd: add systemd support
 2015-11-11 15:59 UTC  (4+ messages)

FAILED: patch "[PATCH] md/raid5: fix locking in handle_stripe_clean_event()" failed to apply to 3.14-stable tree
 2015-11-11 15:58 UTC  (3+ messages)
` [PATCH] md/raid5: fix locking in handle_stripe_clean_event()

[xen-4.3-testing test] 63948: regressions - FAIL
 2015-11-11 15:58 UTC  (6+ messages)

memory reclaim problems on fs usage
 2015-11-11 15:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 00/13] Dirty bitmaps migration
 2015-11-11 15:16 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/13] hbitmap: serialization
` [Qemu-devel] [PATCH 02/13] block: BdrvDirtyBitmap serialization interface
` [Qemu-devel] [PATCH 03/13] block: tiny refactoring: minimize hbitmap_(set/reset) usage
` [Qemu-devel] [PATCH 04/13] block: add meta bitmaps
` [Qemu-devel] [PATCH 05/13] block: add bdrv_next_dirty_bitmap()
` [Qemu-devel] [PATCH 06/13] qapi: add dirty-bitmaps migration capability
` [Qemu-devel] [PATCH 07/13] migration/qemu-file: add qemu_put_counted_string()
` [Qemu-devel] [PATCH 08/13] migration: add migration/block-dirty-bitmap.c
` [Qemu-devel] [PATCH 09/13] iotests: maintain several vms in test
` [Qemu-devel] [PATCH 10/13] iotests: add add_incoming_migration to VM class
` [Qemu-devel] [PATCH 11/13] qapi: add md5 checksum of last dirty bitmap level to query-block
` [Qemu-devel] [PATCH 12/13] iotests: add default node-name
` [Qemu-devel] [PATCH 13/13] iotests: add dirty bitmap migration test

[PATCH v3 0/3] virtio DMA API core stuff
 2015-11-11 15:56 UTC  (13+ messages)

[PATCH v8 00/21] Introduce HVM without dm and new boot ABI
 2015-11-11 15:55 UTC  (4+ messages)
` [PATCH v8 21/21] libxl: add support for migrating HVM guests without a device model

[RFC PATCH] tsc: synchronize TSCs on buggy Intel Xeon E5 CPUs with offset error
 2015-11-11 15:41 UTC  (6+ messages)

[PATCH v2] pci: Limit VPD length for megaraid_sas adapter
 2015-11-11 15:54 UTC 

[LTP] [PATCH V4] controllers/cgroup_fj: fix and clean up
 2015-11-11 15:55 UTC 

[PATCH] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
 2015-11-11 15:54 UTC  (3+ messages)

[Qemu-devel] [PULL v2 for-2.5] Block pull request
 2015-11-11 15:50 UTC  (4+ messages)

[U-Boot] [PATCH] buildman: README: add links for toolchains not available on kernel.org
 2015-11-11 15:54 UTC  (2+ messages)

[PATCH 0/2] arm64: bpf: add BPF_ST and BPF_XADD instructions support
 2015-11-11 15:52 UTC  (13+ messages)
` [PATCH 2/2] arm64: bpf: add BPF XADD instruction

[LTP] [PATCH V4] plop
 2015-11-11 15:51 UTC  (2+ messages)

[PATCH] drm/i915: Clean up LVDS register handling harder
 2015-11-11 15:54 UTC  (2+ messages)

[meta-fsl-arm-extra] nitrogen6x: ov5642 support in master/jethro broken
 2015-11-11 15:50 UTC  (7+ messages)

[PATCH 0/2] BlueZ and QEMU upgrades
 2015-11-11 15:51 UTC  (3+ messages)
` [PATCH 1/2] qemu: upgrade to 2.4.1
` [PATCH 2/2] bluez5: upgrade to 5.36

ASoC Sound Driver I2S over LPE, Intel Baytrail SoC. MinnowBoard Max
 2015-11-11 15:50 UTC  (5+ messages)

[PATCH] comedi: comedi_parport: Fix coding style - use BIT macro
 2015-11-11 15:54 UTC 

[lkp] [ahci] 6cb1c51aa6: ahci 0000:00:1f.2: failed to enable MSI-X with error -22, # of vectors: 3
 2015-11-11 15:49 UTC  (3+ messages)
  `  "

11/11/2015 Weekly Ceph Performance Meeting IS ON!
 2015-11-11 15:49 UTC 

Slow path and cpu lock warnings - MC Next Gen
 2015-11-11 15:49 UTC  (4+ messages)

[PATCH iptables] iptables-compat: Keep xtables-config and xtables-events out from tree
 2015-11-11 15:48 UTC 

[RFC PATCH 0/5] Arch-independent livepatch
 2015-11-11 15:48 UTC  (8+ messages)
` [RFC PATCH 3/5] livepatch: reuse module loader code to write relocations
` [RFC PATCH 4/5] samples: livepatch: init reloc list and mark as klp module
` [RFC PATCH 5/5] livepatch: x86: remove unused relocation code

[PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls
 2015-11-11 15:47 UTC  (11+ messages)
` [PATCH 1/4] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH 2/4] nvdimm: Add "

[PATCH] Documentation: make formatting more consistent
 2015-11-11 15:47 UTC 

[PATCH] systemd: fix networking setup when ipv6 modules are missing
 2015-11-11 15:47 UTC  (3+ messages)

Hardware Crypto Driver
 2015-11-11 15:47 UTC  (5+ messages)

[PATCH] 8250_pci: Prevent Exar/RTD Boards from binding
 2015-11-11 15:46 UTC  (12+ messages)

[Qemu-devel] [PATCH] qga: fix append file open modes for win32
 2015-11-11 15:42 UTC  (7+ messages)

[PATCH] comedi: pcmmio.c: Fix coding style - use BIT macro
 2015-11-11 15:48 UTC 

[Qemu-devel] [PULL v3 00/18] Record/replay core for 2.5-rc1
 2015-11-11 15:42 UTC  (4+ messages)

[lkp] [directio] 15c4f638f3: WARNING: CPU: 3 PID: 8363 at kernel/sched/core.c:7533 __might_sleep+0x9f/0xb0()
 2015-11-11 15:44 UTC  (3+ messages)
  `  "

[3.16.y-ckt stable] Linux 3.16.7-ckt19 stable review
 2015-11-11 15:43 UTC  (7+ messages)
` [PATCH 3.16.y-ckt 072/104] drm/radeon: Restore LCD backlight level on resume (>= R5xx)

new scrub and repair discussion
 2015-11-11 15:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 00/30] qapi member collision (post-introspection cleanups, subset C')
 2015-11-11 15:40 UTC  (6+ messages)
` [Qemu-devel] [PATCH v10 29/30] cpu: Convert CpuInfo into flat union

[RFC PATCH 0/2] Add support for Tegra210 AGIC
 2015-11-11 15:41 UTC  (9+ messages)
` [RFC PATCH 1/2] genirq: Add runtime resume/suspend support for IRQ chips

[PATCH] xfsprogs: fix cut & paste error in xfs_fsr.c
 2015-11-11 15:41 UTC  (5+ messages)

[PATCH] [media] hackrf: don't emit dev debug on a kfree'd or null dev
 2015-11-11 15:41 UTC  (2+ messages)

[PATCH v2 0/2] ASoC: Add support for DA7217 and DA7218 audio codecs
 2015-11-11 15:40 UTC  (6+ messages)
` [PATCH v2 1/2] ASoC: da7218: Add bindings documentation for DA7218 audio codec
` [PATCH v2 2/2] ASoC: codecs: Add da7218 codec driver

[PATCH][V2 1/2] openssl: sanity check that the bignum module is present
 2015-11-11 15:32 UTC  (2+ messages)
` [PATCH][V2 2/2] openssl: use subdir= instead of moving files in do_configure_prepend()

[PATCH] tools: pygrub: if partition table is empty, try treating as a whole disk
 2015-11-11 15:39 UTC  (3+ messages)

[U-Boot] how to load u-boot environment from nand while spl is loading
 2015-11-11 15:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: make 'stats-intervals' a list of integers
 2015-11-11 15:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.5] "

[PATCH 00/13] Yet another FBC series, v3 part 1
 2015-11-11 15:36 UTC  (7+ messages)
` [PATCH 10/13] drm/i915: fix the CFB size check

Transitioning to Yocto, some basic questions about workflow
 2015-11-11 15:36 UTC  (3+ messages)

[Qemu-devel] [PULL v2 00/40] Block layer patches
 2015-11-11 15:35 UTC  (3+ messages)

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting
 2015-11-11 15:34 UTC  (8+ messages)
` [PATCH 1/3] drm/i2c: tda998x: Unregister the connector in the unbind function
` [PATCH 2/3] drm/i2c: tda998x: Increase the supported dotclock frequency to 165MHz for TDA19988
` [PATCH 3/3] drm/i2c: tda998x: Add support for atomic modesetting

[PATCH v3 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-11-11 15:35 UTC  (18+ messages)
` [PATCH v3 2/3] target-i386: calculate vcpu's TSC rate to be migrated
                    ` [Qemu-devel] "

[PATCH] mm: Loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
 2015-11-11 15:35 UTC 

[PATCH] comedi: pcmmio: Fix coding style - use BIT macro
 2015-11-11 15:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/8] blockdev: Further BlockBackend work
 2015-11-11 15:33 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/8] block: Add blk_next_inserted()
  ` [Qemu-devel] [Qemu-block] "

Unregister a card from userspace?
 2015-11-11 15:33 UTC  (9+ messages)

[Qemu-devel] [PATCH] vhost-user: modify SET_LOG_BASE to pass mmap size and offset
 2015-11-11 15:33 UTC  (6+ messages)

[LTP] [PATCH] runtest/ltp-aio-stress.partX: change /test/aiodio to TMPDIR
 2015-11-11 15:32 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v4.4-rc1
 2015-11-11 15:32 UTC 

[Qemu-devel] [Minios-devel] [PATCH v4 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-11-11 15:31 UTC  (7+ messages)
` [PATCH XEN v5 00/23] "
  ` [PATCH XEN v5 09/23] tools: Refactor hypercall calling wrappers into libxencall
` [PATCH QEMU-XEN-TRADITIONAL v5 0/5] Begin to disentangle libxenctrl and provide some stable libraries

Backport of bae818ee1577
 2015-11-11 15:31 UTC  (2+ messages)

[PATCH v3] iio: st-accel: add support for lis2dh12
 2015-11-11 15:29 UTC 

[PATCH] staging/rdma/hfi1: Reduce number of parameters passed to send handlers
 2015-11-11 15:29 UTC  (4+ messages)

[PATCH V3 0/2] SLUB bulk API interactions with kmem cgroup
 2015-11-11 15:28 UTC  (8+ messages)
` [PATCH V3 1/2] slub: fix kmem cgroup bug in kmem_cache_alloc_bulk

[Qemu-devel] [PATCH] tests/vhost-user-bridge: implement logging of dirty pages
 2015-11-11 15:28 UTC  (2+ messages)

[PATCH] aio: Add few code style fixes
 2015-11-11 15:28 UTC 

[Buildroot] [Bug 8456] New: Building host-pkgconf on Fedora 23 fails due to incorrect build dependencies
 2015-11-11 15:26 UTC  (2+ messages)
` [Buildroot] [Bug 8456] "

[PATCH RESEND] scsi: Set sg_tablesize to 1, for LLDDs that set SG_NONE
 2015-11-11 15:27 UTC  (3+ messages)

UDP jumbo packet loss on T2080RDB and out-of-order receive
 2015-11-11 15:26 UTC  (3+ messages)

[PATCH 0/9 v3] ext4: Punch hole and DAX fixes
 2015-11-11 15:25 UTC  (8+ messages)

Add lis2dh12 to st-sensor driver
 2015-11-11 15:25 UTC  (6+ messages)
` [V2] iio: st-accel: add support for lis2dh12

[PATCH] oxenstored: Quota.merge: don't assume domain already exists
 2015-11-11 15:24 UTC  (2+ messages)

Critique of the Xen Security Process
 2015-11-11 15:24 UTC  (6+ messages)
  ` [qubes-devel] "

[PATCH v2 0/4] KVM: VMX: enable LBR virtualization
 2015-11-11 15:23 UTC  (2+ messages)

[PATCH] fjes: fix inconsistent indenting
 2015-11-11 15:22 UTC 

Request for inclusion of mainline 96a5d18, be32c0c and 899f0c1 for 3.13+
 2015-11-11 15:22 UTC  (2+ messages)

[PATCH] ALSA - hda: hdmi flag to stop playback when monitor is disconnected
 2015-11-11 15:22 UTC  (6+ messages)

[PATCH] loop: properly observe rotational flag of underlying device
 2015-11-11 15:21 UTC 

[PATCH] pcm: simple: Fix asserts
 2015-11-11 15:21 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.