All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-02 13:20:13 to 2014-06-02 13:52:47 UTC [more...]

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2014-06-02 13:52 UTC 

[RFC 00/32] making inode time stamps y2038 ready
 2014-06-02 13:52 UTC  (8+ messages)
  ` [Ocfs2-devel] "
  ` [Cluster-devel] "

[PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI
 2014-06-02 13:52 UTC  (30+ messages)
` [PATCH v2 1/7] DMA: shdma: Add r8a7791 support
` [PATCH v2 2/7] DMA: shdma: Spelling s/controll/control/
` [PATCH v2 3/7] ARM: shmobile: r8a7791 dtsi: add SYS-DMAC clocks
` [PATCH v2 4/7] ARM: shmobile: r8a7791: Add SYS-DMAC channel definitions for bindings
` [PATCH v2 5/7] ARM: shmobile: r8a7791 dtsi: Add SYS-DMAC0 and SYS-DMAC1 nodes
` [PATCH v2 6/7] ARM: shmobile: koelsch dts: Enable sysdma0 and sysdma1
` [PATCH v2 7/7] ARM: shmobile: r8a7791 dtsi: Enable DMA for QSPI

[PATCH RFC 00/23] tools: add support for FreeBSD
 2014-06-02 13:52 UTC  (9+ messages)
` [PATCH RFC 13/23] init: add FreeBSD xencommons init script
` [PATCH RFC 14/23] hotplug: add FreeBSD vif-bridge

[PATCH v5] ubifs: respect MS_SILENT mount flag
 2014-06-02 13:51 UTC  (2+ messages)
` [PATCH v6] "

[Qemu-devel] [PATCH 0/3] Migrate with destination version
 2014-06-02 13:50 UTC  (2+ messages)

Where's the code for inputs in Grub?
 2014-06-02 13:50 UTC  (2+ messages)

IMPORTANT: feature freeze for version 1.7.0
 2014-06-02 13:45 UTC  (2+ messages)

[PATCH v7 RFC 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
 2014-06-02 13:44 UTC  (2+ messages)
` [PATCH v7 RFC 2/2] xl: Add commands for usb hot-plug

[PATCH v7 RFC 0/2] libxl USB prototype and design discussion
 2014-06-02 13:44 UTC 

Failed to set cache compression type
 2014-06-02 13:43 UTC 

post-receive: pub/scm/linux/kernel/git/mfleming/linux
 2014-06-02 13:42 UTC 

[Qemu-devel] [PATCH v3 0/5] qemu-iotests: Test case for IO throttling
 2014-06-02 13:41 UTC  (2+ messages)

[PATCH] libxl: disable usbredirection if spice is disabled
 2014-06-02 13:41 UTC  (2+ messages)

[PATCH 0/3] i2c: Relax requirement for I2C Device ID tables
 2014-06-02 13:41 UTC  (10+ messages)
` [PATCH 1/3] i2c: Provide 'device type' to 'OF device node' look-up
` [PATCH 2/3] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH 3/3] i2c: Make I2C ID tables non-mandatory for DT'ed and/or ACPI'ed devices

[Buildroot] [PATCH] lftp: bump to last version 4.4.16
 2014-06-02 13:41 UTC 

[PATCH v2 0/7] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure firmware enabled
 2014-06-02 13:40 UTC  (5+ messages)
` [PATCH v2 7/7] ARM: EXYNOS: cpuidle: add secure firmware support to AFTR mode code

[Qemu-devel] qemu 2.0 segfaults in event notifier
 2014-06-02 13:40 UTC 

[Cluster-devel] [GFS2 PATCH] [TRY #2] GFS2: Prevent recovery before the local journal is set
 2014-06-02 13:40 UTC  (3+ messages)
` [Cluster-devel] [GFS2 PATCH] [TRY #3] "
  ` [Cluster-devel] [GFS2 PATCH] [TRY #4] "

[PATCH 0/4] ARM: shmobile: koelsch legacy: Enable DMA for QSPI
 2014-06-02 13:40 UTC  (10+ messages)
` [PATCH 1/4] ARM: shmobile: r8a7791: Add SYS-DMAC clocks
` [PATCH 2/4] ARM: shmobile: r8a7791: Add SYS-DMAC support
` [PATCH 3/4] ARM: shmobile: r8a7791: Add QSPI DMA support
` [PATCH 4/4] ARM: shmobile: koelsch legacy: Enable DMA for QSPI

[PATCH 1/2] drm/i915: rename IOSF sideband opcodes according to the spec
 2014-06-02 13:39 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: vlv/chv: fix DSI sideband register accessing

[PATCH] xen/arm: remove check for generic timer support for arm64
 2014-06-02 13:39 UTC  (7+ messages)

[PATCH 00/18] spi: rspi: Add DMA support for QSPI on R-Car Gen2
 2014-06-02 13:38 UTC  (38+ messages)
` [PATCH 01/18] spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}()
` [PATCH 02/18] spi: rspi: Do not call rspi_receive_init() for TX-only
` [PATCH 03/18] [RFC] spi: rspi: Remove unused 16-bit DMA support
` [PATCH 05/18] spi: rspi: Extract rspi_pio_transfer()
` [PATCH 06/18] spi: rspi: Don't consider DMA configuration failures fatal
` [PATCH 09/18] spi: rspi: SPI DMA core needs both RX and TX DMA to function
` [PATCH 12/18] spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()
` [PATCH 13/18] spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer()
` [PATCH 14/18] spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one()
` [PATCH 15/18] spi: rspi: Add DMA support for QSPI on R-Car Gen2
` [PATCH 17/18] spi: rspi: Extract rspi_common_transfer()
  ` [PATCH 04/18] spi: rspi: Use core SPI_MASTER_MUST_[RT]X handling
  ` [PATCH 07/18] spi: rspi: Extract rspi_request_dma_chan()
  ` [PATCH 08/18] spi: rspi: Remove unneeded resource test in DMA setup
  ` [PATCH 10/18] spi: rspi: Use SPI core DMA mapping framework
  ` [PATCH 11/18] spi: rspi: Move RSPI-specific setup out of DMA routines
  ` [PATCH 16/18] spi: rspi: Add DMA support for RSPI on RZ/A1H
  ` [PATCH 18/18] [RFC] spi: rspi: Add DT support to DMA setup

v0.80 Firefly released
 2014-06-02 13:37 UTC  (8+ messages)
  ` Radosgw - bucket index

[meta-oe][PATCH] dfu-util 0.7 recipe, remove old 0.1 recipe
 2014-06-02 13:37 UTC  (3+ messages)

[Bug 79551] New: DRI_PRIME not working
 2014-06-02 13:37 UTC 

PROBLEM: [Lenovo ThinkPad X61s] Speaker volume mutes itself in random intervals after upgrading from 3.11 to 3.15
 2014-06-02 13:35 UTC  (2+ messages)

[PATCH] drm/i915: avoid unclaimed registers when capturing the error state
 2014-06-02 13:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mfleming/linux
 2014-06-02 13:35 UTC 

[PATCH] mm, compaction: properly signal and act upon lock and need_sched() contention
 2014-06-02 13:35 UTC  (8+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH v4 0/3] e1000: allow model/device_id selection on command line
 2014-06-02 13:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] e1000: allow command-line selection of card model
` [Qemu-devel] [PATCH v4 2/3] tests: e1000: test additional device IDs
` [Qemu-devel] [PATCH v4 3/3] e1000: remove broken support for 82573L

iMX6Q FEC: transmit queue 0 timed out
 2014-06-02 13:33 UTC  (4+ messages)

virtio specification: OOO completion of the xmit buffers in the networking device
 2014-06-02 13:33 UTC 

[PATCH] ALSA: hda - Fix COEF widget NID for ALC260 replacer fixup
 2014-06-02 13:32 UTC 

post-receive: pub/scm/linux/kernel/git/mfleming/linux
 2014-06-02 13:31 UTC 

[PATCH] staging: lustre: fix sparse warnings for undeclared symbols
 2014-06-02 13:31 UTC 

[Qemu-devel] [RFC PATCH] kvm: Enable -cpu option to hide KVM
 2014-06-02 13:30 UTC  (4+ messages)
    `  "

[PATCH 0/2] qemu: upgrade to 2.0.0
 2014-06-02 13:33 UTC  (3+ messages)
` [PATCH 1/2] v86d: fix for SeaBIOS VGA BIOS compatibility
` [PATCH 2/2] qemu: upgrade to 2.0.0

[PATCH v2 1/2] watchdog: Add Cadence WDT driver
 2014-06-02 13:28 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug
 2014-06-02 13:25 UTC  (34+ messages)
` [Qemu-devel] [PATCH v4 01/33] pc: create custom generic PC machine type
` [Qemu-devel] [PATCH v4 02/33] pc: ACPI BIOS: use enum for defining memory affinity flags
` [Qemu-devel] [PATCH v4 03/33] object_add: allow completion handler to get canonical path
` [Qemu-devel] [PATCH v4 04/33] vl.c: daemonize before guest memory allocation
` [Qemu-devel] [PATCH v4 05/33] add memdev backend infrastructure
` [Qemu-devel] [PATCH v4 06/33] vl.c: extend -m option to support options for memory hotplug
` [Qemu-devel] [PATCH v4 07/33] qdev: hotplug for buss-less devices
` [Qemu-devel] [PATCH v4 08/33] qdev: expose DeviceState.hotplugged field as a property
` [Qemu-devel] [PATCH v4 09/33] pc: implement pc-dimm device abstraction
` [Qemu-devel] [PATCH v4 10/33] memory: add memory_region_is_mapped() API
` [Qemu-devel] [PATCH v4 11/33] pc-dimm: do not allow to set already used memdev
` [Qemu-devel] [PATCH v4 12/33] pc: initialize memory hotplug address space
` [Qemu-devel] [PATCH v4 13/33] pc: exit QEMU if number of slots more than supported 256
` [Qemu-devel] [PATCH v4 14/33] pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
` [Qemu-devel] [PATCH v4 15/33] pc: exit QEMU if compat machine doesn't support memory hotlpug
` [Qemu-devel] [PATCH v4 16/33] pc: add memory hotplug handler to PC_MACHINE
` [Qemu-devel] [PATCH v4 17/33] pc-dimm: add busy address check and address auto-allocation
` [Qemu-devel] [PATCH v4 18/33] pc-dimm: add busy slot check and slot auto-allocation
` [Qemu-devel] [PATCH v4 19/33] acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
` [Qemu-devel] [PATCH v4 20/33] acpi: memory hotplug ACPI hardware implementation
` [Qemu-devel] [PATCH v4 21/33] trace: add acpi memory hotplug IO region events
` [Qemu-devel] [PATCH v4 22/33] trace: pc: add PC_DIMM slot & address allocation
` [Qemu-devel] [PATCH v4 23/33] acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
` [Qemu-devel] [PATCH v4 24/33] acpi:piix4: add memory hotplug handling
` [Qemu-devel] [PATCH v4 25/33] pc: ich9 lpc: make it work with global/compat properties
` [Qemu-devel] [PATCH v4 26/33] acpi:ich9: add memory hotplug handling
` [Qemu-devel] [PATCH v4 27/33] pc: migrate piix4 & ich9 MemHotplugState
` [Qemu-devel] [PATCH v4 28/33] pc: add acpi-device link to PCMachineState
` [Qemu-devel] [PATCH v4 29/33] pc: propagate memory hotplug event to ACPI device
` [Qemu-devel] [PATCH v4 30/33] pc: ACPI BIOS: implement memory hotplug interface
` [Qemu-devel] [PATCH v4 31/33] pc: add "hotplug-memory-region-size" property to PC_MACHINE
` [Qemu-devel] [PATCH v4 32/33] pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
` [Qemu-devel] [PATCH v4 33/33] pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines

[PATCH] config: Add documentation for writing config files
 2014-06-02 13:27 UTC 

[PATCH 1/2] image_types_fsl.bbclass: add uboot.mxsboot-nand image generation
 2014-06-02 13:24 UTC  (2+ messages)
` [PATCH 2/2] imx28evk: add MXSBOOT_ARGS

[RFC PATCH v1 00/16] Convert all ttm drivers to use the new reservation interface
 2014-06-02 13:27 UTC  (24+ messages)
` [RFC PATCH v1 08/16] drm/radeon: use common fence implementation for fences
                                    ` [RFC PATCH v1.2 "
                                        ` [RFC PATCH v1.3 08/16 1/2] drm/radeon: add timeout argument to radeon_fence_wait_seq

SOONEST YOU RESPONSE TODAY
 2014-06-02  8:19 UTC 

[PATCH 2/3] drm/i915: Change Mipi register definitions
 2014-06-02 13:26 UTC  (6+ messages)
  ` [PATCH 3/3] drm/i915: Use transcoder as index to MIPI regs

[PATCH] ARM: multi_v7_defconfig: Enable ST's I2C driver
 2014-06-02 13:23 UTC  (2+ messages)

[PATCH 0/{1,1}] i2c: Make I2C ID tables non-mandatory for DT/ACPI
 2014-06-02 13:26 UTC  (13+ messages)
` [PATCH] i2c: Make I2C ID tables non-mandatory for DT'ed and/or ACPI'ed devices

[PATCH v3 0/7] of: setup dma parameters using dma-ranges and dma-coherent
 2014-06-02 13:24 UTC  (4+ messages)

RSTP with a hardware switch?
 2014-06-02 13:25 UTC 

[PATCH] fix a race condition in cancelable mcs spinlocks
 2014-06-02 13:24 UTC  (6+ messages)

[PATCH v2 net-next 0/2] split BPF out of core networking
 2014-06-02 13:24 UTC  (3+ messages)

[PATCH] RFT: gpio: adnp: switch to use irqchip helpers
 2014-06-02 13:22 UTC 

What to do about snapshot-aware defrag
 2014-06-02 13:22 UTC  (3+ messages)

[patchlet] rt,locking: fix __ww_mutex_lock_interruptible() lockdep annotation
 2014-06-02 13:21 UTC  (4+ messages)
` nouveau + rt = boom

[Bug 70390] New: G84: Repeated system crashes under graphics load, E[PFIFO] DMA_PUSHER and lots of E[PGRAPH]
 2014-06-02 13:21 UTC  (2+ messages)
  ` [Bug 70390] [NV84] Repeated system crashes under graphics load, E[PFIFO] DMA_PUSHER 0x00406040 "

How does matchpathcon/setfiles work?
 2014-06-02 13:20 UTC  (4+ 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.