All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-16 17:32:16 to 2016-02-16 18:15:01 UTC [more...]

[Qemu-devel] [PATCH v3 00/10] hw/sd: QOMify sd.c (and pxa2xx_mmci)
 2016-02-16 18:09 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 01/10] hw/sd/sdhci.c: Remove x-drive property
` [Qemu-devel] [PATCH v3 03/10] hw/sd/sd.c: Convert sd_reset() function into Device reset method
` [Qemu-devel] [PATCH v3 04/10] hw/sd: Add QOM bus which SD cards plug in to
` [Qemu-devel] [PATCH v3 05/10] hw/sd/sdhci.c: Update to use SDBus APIs
` [Qemu-devel] [PATCH v3 06/10] sdhci_sysbus: Create SD card device in users, not the device itself

[PATCH v4 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based
 2016-02-16 18:15 UTC  (22+ messages)
` [PATCH v4 01/12] irqchip: armada-370-xp: add Kconfig option for the driver
` [PATCH v4 02/12] irqchip: armada-370-xp: do not enable it by default when ARCH_MVEBU is selected
` [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port
` [PATCH v4 04/12] ata: ahci_mvebu: add support for Armada 3700 variant
` [PATCH v4 05/12] arm64: add mvebu architecture entry
` [PATCH v4 06/12] Documentation: dt-bindings: Add a new compatible for the Armada 3700
` [PATCH v4 07/12] Documentation: dt: Tidy up the Marvell related files
` [PATCH v4 08/12] devicetree: bindings: add DT binding for the Marvell Armada 3700 SoC family
` [PATCH v4 09/12] arm64: dts: add the Marvell Armada 3700 family and a development board
` [PATCH v4 10/12] MAINTAINERS: Extend dts entry for ARM64 mvebu files
` [PATCH v4 11/12] Documentation: arm: update supported Marvell EBU processors

[Qemu-arm] [RFC v2 0/8] KVM PCI/MSI passthrough with mach-virt
 2016-02-16 18:14 UTC  (3+ messages)
` [Qemu-arm] [RFC v2 3/8] Generic PCIe host bridge INTx determination for INTx routing
  ` [Qemu-devel] "

[PATCH] staging: iio: adc: Remove unnecessary test from if conditions
 2016-02-16 18:14 UTC 

[PATCH v2 00/16] Scheduling related tracing improvements
 2016-02-16 18:13 UTC  (17+ messages)
` [PATCH v2 01/16] xen: sched: __runq_tickle takes a useless cpu parameter
` [PATCH v2 02/16] xen: sched: move up the trace record for vcpu_wake and vcpu_sleep
` [PATCH v2 03/16] xen: sched: improve domain creation tracing
` [PATCH v2 04/16] xen: credit2: pack trace data better for xentrace_format
` [PATCH v2 05/16] xen: RTDS: "
` [PATCH v2 06/16] xen: sched: tracing: enable TSC tracing for all events
` [PATCH v2 07/16] xentrace: formats: update format of scheduling events
` [PATCH v2 08/16] xentrace: formats: add events from Credit scheduler
` [PATCH v2 09/16] xentrace: formats: add events from Credit2 scheduler
` [PATCH v2 10/16] xentrace: formats: add events from RTDS scheduler
` [PATCH v2 11/16] xentrace: formats: add domain create and destroy events
` [PATCH v2 12/16] xenalyze: handle scheduling events
` [PATCH v2 13/16] xenalyze: handle Credit1 scheduler events
` [PATCH v2 14/16] xenalyze: handle Credit2 "
` [PATCH v2 15/16] xenalyze: handle RTDS "
` [PATCH v2 16/16] xenalyze: handle DOM0 operaions events

[RFC] grub-install: allow none or multiple install devices on PC BIOS
 2016-02-16 18:11 UTC  (7+ messages)

[RFC][PATCH] Add Set Advertising Parameters command
 2016-02-16 18:11 UTC  (2+ messages)

[PATCH v5 00/13] mmc: use sdhci_pltfm_init for private allocation and clean up
 2016-02-16 18:10 UTC  (5+ messages)
` [PATCH v5 01/13] mmc: sdhci-bcm2835: use sdhci_pltfm_init for private allocation

[PATCH] build: set CFLAGS for ppc64el build
 2016-02-16 18:09 UTC  (5+ messages)

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-16 18:10 UTC  (6+ messages)

[RFC PATCH 2/2] PCI: Quirks for Broadcom Vulcan
 2016-02-16 18:09 UTC  (6+ messages)
` [RFC PATCH 2/2] PCI: Handle Broadcom Vulcan quirks

[PATCH] arm64: mm: Mark .rodata as RO
 2016-02-16 18:10 UTC  (4+ messages)
    ` [kernel-hardening] "

[Qemu-devel] [PATCH v3 00/14] blockdev: Further BlockBackend work
 2016-02-16 18:08 UTC  (15+ messages)
` [Qemu-devel] [PATCH v3 01/14] monitor: Use BB list for BB name completion
` [Qemu-devel] [PATCH v3 02/14] block: Use blk_next() where appropriate
` [Qemu-devel] [PATCH v3 03/14] block: Add blk_all_next()
` [Qemu-devel] [PATCH v3 04/14] block: Add blk_name_taken()
` [Qemu-devel] [PATCH v3 05/14] block: Add blk_commit_all()
` [Qemu-devel] [PATCH v3 06/14] block: Use blk_{commit, flush}_all() consistently
` [Qemu-devel] [PATCH v3 07/14] blockdev: Add list of monitor-owned BlockBackends
` [Qemu-devel] [PATCH v3 08/14] blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
` [Qemu-devel] [PATCH v3 09/14] block: Move some bdrv_*_all() functions to BB
` [Qemu-devel] [PATCH v3 10/14] block: Add bdrv_next_monitor_owned()
` [Qemu-devel] [PATCH v3 11/14] block: Add blk_next_root_bs()
` [Qemu-devel] [PATCH v3 12/14] block: Rewrite bdrv_next()
` [Qemu-devel] [PATCH v3 13/14] block: Use bdrv_next() instead of bdrv_states
` [Qemu-devel] [PATCH v3 14/14] block: Remove bdrv_states list

[REGRESSION] i915: No HDMI output with 4.4
 2016-02-16 13:21 UTC  (12+ messages)

[Qemu-trivial] [PATCH] qemu-options.hx: Improve documentation of chardev multiplexing mode
 2016-02-16 18:07 UTC  (7+ messages)
` [Qemu-trivial] [Qemu-devel] "
      `  "

[Qemu-devel] [PATCH v2] qemu-options.hx: Improve documentation of chardev multiplexing mode
 2016-02-16 18:07 UTC  (2+ messages)

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-16 18:06 UTC  (9+ messages)
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC

CGroup Namespaces (v10)
 2016-02-16 18:05 UTC  (5+ messages)
` [PATCH 8/8] Add FS_USERNS_FLAG to cgroup fs

[PATCH v2 1/3] drm/layerscape: Add sii9022a driver
 2016-02-16 18:02 UTC  (3+ messages)
` [PATCH v2 3/3] drm/layerscape: Add HDMI driver for freescale DCU

isert: convert to the new CQ API and a few random cleanups
 2016-02-16 18:04 UTC  (3+ messages)
` [PATCH 2/4] IB/isert: convert to new CQ API

[PATCH 0/2] md/mdadm: Inform udev about device removal when stopping
 2016-02-16 18:03 UTC  (4+ messages)
` [PATCH 2/2] Manage: "

[PATCH] iio: pressure: ms5611: select IIO_BUFFER
 2016-02-16 18:03 UTC  (3+ messages)

[linux-mingo-tip-master test] 82734: regressions - FAIL
 2016-02-16 18:02 UTC 

vm_power_manager uses non-public API, broken build on top of installed SDK
 2016-02-16 17:59 UTC  (2+ messages)

[PATCH v5 4/5] Initialize TPM and get durations and timeouts
 2016-02-16 18:00 UTC  (7+ messages)

[U-Boot] [PATCH] usb: gadget: composite: Correct recovery path for register
 2016-02-16 17:59 UTC 

[Xenomai] RT serial cross-link failure
 2016-02-16 17:58 UTC  (5+ messages)

[Intel-wired-lan] [PATCH] i40e: remove redundant check on vsi->active_vlans
 2016-02-16 17:58 UTC  (3+ messages)
`  "

[PATCH v4 0/4] Assorted fixes and improvements
 2016-02-16 17:58 UTC  (6+ messages)
` [PATCH v4 1/4] x86/HVM: update the start info structure layout
` [PATCH v4 2/4] libxl: introduce LIBXL_VGA_INTERFACE_TYPE_UNKNOWN
` [PATCH v4 3/4] libelf: rewrite symtab/strtab loading
` [PATCH v4 4/4] libxl: fix cd-eject

[Qemu-devel] [PATCH 00/16] AioContext fine-grained locking, part 1 of 3, including bdrv_drain rewrite
 2016-02-16 17:56 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/16] block: make bdrv_start_throttled_reqs return void
` [Qemu-devel] [PATCH 02/16] block: move restarting of throttled reqs to block/throttle-groups.c
` [Qemu-devel] [PATCH 03/16] block: introduce bdrv_no_throttling_begin/end
` [Qemu-devel] [PATCH 04/16] block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
` [Qemu-devel] [PATCH 05/16] mirror: use bottom half to re-enter coroutine
` [Qemu-devel] [PATCH 06/16] block: add BDS field to count in-flight requests
` [Qemu-devel] [PATCH 07/16] block: change drain to look only at one child at a time
` [Qemu-devel] [PATCH 08/16] blockjob: introduce .drain callback for jobs
` [Qemu-devel] [PATCH 09/16] block: wait for all pending I/O when doing synchronous requests
` [Qemu-devel] [PATCH 10/16] nfs: replace aio_poll with bdrv_drain
` [Qemu-devel] [PATCH 11/16] sheepdog: disable dataplane
` [Qemu-devel] [PATCH 12/16] aio: introduce aio_context_in_iothread
` [Qemu-devel] [PATCH 13/16] block: only call aio_poll from iothread
` [Qemu-devel] [PATCH 14/16] iothread: release AioContext around aio_poll
` [Qemu-devel] [PATCH 15/16] qemu-thread: introduce QemuRecMutex
` [Qemu-devel] [PATCH 16/16] aio: convert from RFifoLock to QemuRecMutex

webmail incorporation
 2016-02-16 17:51 UTC 

[PATCH 0/6] Netfilter fixes for net
 2016-02-16 17:56 UTC  (2+ messages)

Bug 4.1.16: self-detected stall in net/unix/?
 2016-02-16 17:54 UTC  (4+ messages)
  ` [PATCH net] af_unix: Guard against other == sk in unix_dgram_sendmsg

[Buildroot] [Bug 8576] New: Building embedded Linux for Atmel SAMA5D4_Xplained with HDMI work not propber. HDMI does not work
 2016-02-16 17:54 UTC  (2+ messages)
` [Buildroot] [Bug 8576] "

[PATCH] MAINTAINERS: add myself as seabios maintainer
 2016-02-16 17:54 UTC  (2+ messages)

[GIT PULL] KVM changes for v4.5-rc5
 2016-02-16 17:54 UTC 

[PATCH] dw2102: convert TechnoTrend S2-4600 to use I2C binding for demod
 2016-02-16 17:53 UTC 

[PATCH] drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 only
 2016-02-16 17:53 UTC 

aacraid: ioctl hang (4.5-rc4)
 2016-02-16 17:47 UTC 

[PATCH V13 0/5] xen pvusb toolstack work
 2016-02-16 17:53 UTC  (5+ messages)
` [PATCH V13 5/5] xl: add pvusb commands

[PATCH v4 0/2] Vm-events: move monitor vm-events code to common-side
 2016-02-16 17:53 UTC  (5+ messages)
` [PATCH v4 2/2] xen/vm-events: Move parts of monitor_domctl "

[PATCH 0/3] coccinelle: catchup on memory allocation functions
 2016-02-16 17:06 UTC  (4+ messages)
` [PATCH 1/3] coccinelle: also catch kzfree() issues
` [PATCH 2/3] coccinelle: recognize more devm_* memory allocation functions
` [PATCH 3/3] coccinelle: catch krealloc() on devm_*() allocated memory

mdadm-3.4 regression tests
 2016-02-16 17:52 UTC  (2+ messages)

[PATCH] af_unix: Don't set err in unix_stream_read_generic unless there was an error
 2016-02-16 17:51 UTC  (4+ messages)

[lm-sensors] [PATCH v3 0/3] Allow iio_hwmon to accept hypen in node names
 2016-02-16 17:50 UTC  (5+ messages)
` [lm-sensors] [PATCH v3 3/3] ARM: dts: vfxxx: Add iio_hwmon node for ADC temperature channel
  `  "

[Qemu-devel] [RFC v7 00/16] Slow-path for atomic instruction translation
 2016-02-16 17:49 UTC  (5+ messages)
` [Qemu-devel] [RFC v7 08/16] softmmu: Honor the new exclusive bitmap
` [Qemu-devel] [RFC v7 09/16] softmmu: Include MMIO/invalid exclusive accesses

[PATCH v3 0/6] irqchip: irq-armada-370-xp: generic MSI infrastructure and assorted fixes
 2016-02-16 17:49 UTC  (3+ messages)

[Bug 94008] Grow Home colors are wrong with HD6950
 2016-02-16 17:49 UTC  (2+ messages)

[PATCH v8 0/5] libbxl: add support for pvscsi, iteration 8
 2016-02-16 17:48 UTC  (8+ messages)
` [PATCH v8 3/5] libxl: add support for vscsi

[PATCH] drm/i915/skl: SKL CDCLK change on modeset tracking VCO
 2016-02-16 17:48 UTC  (3+ messages)
` [PATCH V7] "
` ✓ Fi.CI.BAT: success for drm/i915/skl: SKL CDCLK change on modeset tracking VCO (rev5)

[GIT PULL 00/18] KVM: s390: Fixes and features for kvm/next (4.6)
 2016-02-16 17:48 UTC  (2+ messages)

[Qemu-devel] Problem with discriminated unions with enum prefixes
 2016-02-16 17:45 UTC  (2+ messages)

[PATCH] xl: close nullfd after dup2'ing it to stdin
 2016-02-16 17:45 UTC  (2+ messages)

[PATCH] libxl: add basic spice support for pv domUs
 2016-02-16 17:44 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 00/17] ppc64: initial drop
 2016-02-16 17:44 UTC  (4+ messages)

[LSF/MM ATTEND] mm validation, hugepages
 2016-02-16 17:44 UTC 

[Qemu-devel] [PATCH 0/2] Fix migration of old pseries
 2016-02-16 17:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] migration: allow configuration section to be optional

[PATCH 0/3] Enable PSR by default in certain platforms
 2016-02-16 17:43 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: Change i915.enable_psr parameter to use per platform default

[PATCH] libxl: close fd's in parent when spawning qdisk
 2016-02-16 17:43 UTC  (3+ messages)

[3.13.y-ckt stable] Linux 3.13.11-ckt35
 2016-02-16 17:42 UTC  (2+ messages)

[STABLE] kernel oops which can be fixed by peterz's patches
 2016-02-16 17:42 UTC  (6+ messages)

[PATCH] altstack: stack alignment and accounting tweaks
 2016-02-16 17:41 UTC  (5+ messages)

[PATCH v2] MIPS: Use CPHYSADDR to implement mips32 __pa
 2016-02-16 17:41 UTC  (2+ messages)

another locking issue with nonatomic ops?
 2016-02-16 17:41 UTC  (8+ messages)

webmail incorporation
 2016-02-16 17:33 UTC 

[PATCH] tools: libxl: NULL terminate partially constructed hex string
 2016-02-16 17:39 UTC  (3+ messages)

[PATCH v4 0/3] config: add '--sources' option to print the source of a config value
 2016-02-16 17:38 UTC  (8+ messages)
` [PATCH v4 3/3] config: add '--show-origin' option to print the origin "

[PATCH] mm: add MM_SWAPENTS and page table when calculate tasksize in lowmem_scan()
 2016-02-16 17:38 UTC  (3+ messages)

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-16 17:38 UTC  (6+ messages)
` [PATCHv2 08/28] mm: postpone page table allocation until do_set_pte()

[PATCH] HID: corsair: fix mapping of non-keyboard usages
 2016-02-16 17:38 UTC  (2+ messages)

[PATCH] tools: libxl: free devpath on failure in libxl__blktap_devpath
 2016-02-16 17:37 UTC  (3+ messages)

[PATCH 00/16] drm crtc cleanup: nuke optional dummy crtc mode_fixup function
 2016-02-16 17:37 UTC  (3+ messages)
` [PATCH 01/16] drm: fixes crct set_mode when crtc mode_fixup is null

Questions about the Application Process
 2016-02-16 17:37 UTC  (2+ messages)

hammer v0.94.6 QE Validation status
 2016-02-16 17:37 UTC  (6+ messages)

[PATCH v2] stubdom: fix link farm runes
 2016-02-16 17:36 UTC  (2+ messages)

[PATCH 0/3] staging: wilc1000: semaphores to mutexes in host_interface
 2016-02-16 17:36 UTC  (3+ messages)
` [PATCH 2/3] staging: wilc1000: host_interface: replace semaphores with mutexes
  ` [Outreachy kernel] "

[PATCH 00/12] drm/i915: add missing display power refs
 2016-02-16 17:35 UTC  (3+ messages)

webmail incorporation
 2016-02-16 17:33 UTC  (2+ messages)

[RFC v1 0/9] ASoC: Add support to Qualcomm msm8x16-wcd codec
 2016-02-16 17:33 UTC  (10+ messages)
` [RFC v1 1/9] ASoC: msm8x176: Add Device Tree bindings
` [RFC v1 2/9] ASoC: msm8x16: add driver structure
` [RFC v1 3/9] ASoC: msm8x16: add codec registers definitions
` [RFC v1 4/9] ASoC: msm8x16: add ranges for default, readonly
` [RFC v1 5/9] ASoC: msm8x16: add codec intialization setup
` [RFC v1 6/9] ASoC: msm8x16: add codec dais
` [RFC v1 7/9] ASoC: msm8x16: Add sound mixer controls
` [RFC v1 8/9] ASoC: msm8x16: add dapm widgets
` [RFC v1 9/9] ASoC: msm8x16: add dapm routes

[PATCH v4] portman2x4 - use new parport device model
 2016-02-16 17:33 UTC 

[PATCH 0/2] Change kmalloc to kmalloc_array and rearrange statement
 2016-02-16 22:24 UTC  (3+ messages)
` [PATCH 1/2] staging: wilc1000: Use kmalloc_array instead of kmalloc
  ` [Outreachy kernel] "

Release Candidate Build for yocto-2.1_M2.rc2_M2.rc2 now available
 2016-02-16 17:32 UTC 

[PATCH] ARM: proc-v7.S: Adjust stack address when XIP_KERNEL
 2016-02-16 17:32 UTC  (4+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH] usb: ohci avoid multiple eof timers
 2016-02-16 17:32 UTC  (3+ messages)

[Qemu-devel] [PATCH v10 00/13] prune some QAPI visitor cruft (was qapi cleanups subset E)
 2016-02-16 17:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v10 09/13] qapi: Emit structs used as variants in topological order


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.