All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-13 10:42:11 to 2015-02-13 12:00:29 UTC [more...]

[PATCH v5 00/24] Virtual NUMA for PV and HVM
 2015-02-13 12:00 UTC  (5+ messages)
` [PATCH v5 01/24] xen: dump vNUMA information with debug key "u"
` [PATCH v5 02/24] xen: make two memory hypercalls vNUMA-aware

[PATCH 1/2]Trivial patch: to solve indentation warnings in amba-clcd.c driver
 2015-02-13 11:59 UTC  (5+ messages)

softlockups when trying to restore an nft set of 1M entries
 2015-02-13 11:59 UTC 

[review-request] michaelw/remove-sources-filters
 2015-02-13 11:57 UTC  (2+ messages)

[PATCH 00/19] various adds/updates/fxes
 2015-02-13 11:57 UTC  (5+ messages)
` [PATCH 01/19] libmbim: initial add 1.12.2

sound/pci/hda/hda_tegra.c
 2015-02-13 11:55 UTC  (2+ messages)

[PATCH v4 01/15] fm10k: add base driver
 2015-02-13 11:55 UTC  (13+ messages)
` [PATCH v5 00/17] lib/librte_pmd_fm10k : fm10k pmd driver
  ` [PATCH v5 06/17] fm10k: add rx_queue_setup/release function
  ` [PATCH v5 08/17] fm10k: add RX/TX single queue start/stop function
  ` [PATCH v5 10/17] fm10k: add receive and tranmit function
  ` [PATCH v5 12/17] fm10k: Add scatter receive function
  ` [PATCH v5 15/17] fm10k: add PF and VF interrupt handling function

[PATCH RFC] ARM: BCM5301X: Implement SMP support
 2015-02-13 11:54 UTC  (2+ messages)

audio/video play failed with gstreamer-1.0
 2015-02-13 11:54 UTC  (2+ messages)

[PATCH RFC 0/5] Dove PMU support
 2015-02-13 11:54 UTC  (6+ messages)
` [PATCH 1/5] pm: domains: quieten down generic pm domains

[PATCH v2 0/2] about data busy
 2015-02-13 11:52 UTC  (9+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] mmc: dw_mmc: update clock after host reach a stable voltage
  ` [PATCH v3 2/3] mmc: dw_mmc: fix bug that cause 'Timeout sending command'
  ` [PATCH v3 3/3] mmc: dw_mmc: Don't start command while data busy

[PATCH] ALSA: hda - enable mute led quirk for one more hp machine
 2015-02-13 11:53 UTC  (2+ messages)

[PATCH] android/pts: Update test notes for L2CAP
 2015-02-13 11:50 UTC  (2+ messages)

[PATCH] android/pts: Update HSP pixits, pics and test results for PTS 6.0
 2015-02-13 11:50 UTC  (2+ messages)

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-02-13 11:49 UTC  (52+ messages)
` [PATCH 01/51] drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
` [PATCH 02/51] drm/i915: Add missing trace point to LRC execbuff code path
` [PATCH 03/51] drm/i915: Cache ringbuf pointer in request structure
` [PATCH 04/51] drm/i915: Merged the many do_execbuf() parameters into a structure
` [PATCH 05/51] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands()
` [PATCH 06/51] drm/i915: Wrap request allocation with a function pointer
` [PATCH 07/51] drm/i915: Early alloc request in execbuff
` [PATCH 08/51] drm/i915: Update alloc_request to return the allocated request
` [PATCH 09/51] drm/i915: Add request to execbuf params and add explicit cleanup
` [PATCH 10/51] drm/i915: Update the dispatch tracepoint to use params->request
` [PATCH 11/51] drm/i915: Update move_to_gpu() to take a request structure
` [PATCH 12/51] drm/i915: Update execbuffer_move_to_active() "
` [PATCH 13/51] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 14/51] drm/i915: Update pin_to_display_plane() to do explicit request management
` [PATCH 15/51] drm/i915: Update i915_gem_object_sync() to take a request structure
` [PATCH 16/51] drm/i915: Update i915_gpu_idle() to manage its own request
` [PATCH 17/51] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
` [PATCH 18/51] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
` [PATCH 19/51] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 20/51] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
` [PATCH 21/51] drm/i915: Set context in request from creation even in legacy mode
` [PATCH 22/51] drm/i915: Update i915_switch_context() to take a request structure
` [PATCH 23/51] drm/i915: Update do_switch() "
` [PATCH 24/51] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 25/51] drm/i915: Update init_context() to take a request structure
` [PATCH 26/51] drm/i915: Update render_state_init() "
` [PATCH 27/51] drm/i915: Update overlay code to do explicit request management
` [PATCH 28/51] drm/i915: Update queue_flip() "
` [PATCH 29/51] drm/i915: Update add_request() to take a request structure
` [PATCH 30/51] drm/i915: Update [vma|object]_move_to_active() to take request structures
` [PATCH 31/51] drm/i915: Update l3_remap to take a request structure
` [PATCH 32/51] drm/i915: Update mi_set_context() "
` [PATCH 33/51] drm/i915: Update a bunch of execbuffer heplers to take request structures
` [PATCH 34/51] drm/i915: Update workarounds_emit() "
` [PATCH 35/51] drm/i915: Update flush_all_caches() "
` [PATCH 36/51] drm/i915: Update switch_mm() to take a request structure
` [PATCH 37/51] drm/i915: Update ring->flush() to take a requests structure
` [PATCH 38/51] drm/i915: Update some flush helpers to take request structures
` [PATCH 39/51] drm/i915: Update ring->emit_flush() to take a request structure
` [PATCH 40/51] drm/i915: Update ring->add_request() "
` [PATCH 41/51] drm/i915: Update ring->emit_request() "
` [PATCH 42/51] drm/i915: Update ring->dispatch_execbuffer() "
` [PATCH 43/51] drm/i915: Update ring->emit_bb_start() "
` [PATCH 44/51] drm/i915: Update ring->sync_to() "
` [PATCH 45/51] drm/i915: Update ring->signal() "
` [PATCH 46/51] drm/i915: Update cacheline_align() "
` [PATCH 47/51] drm/i915: Update ironlake_enable_rc6() to do explicit request management
` [PATCH 48/51] drm/i915: Update intel_ring_begin() to take a request structure
` [PATCH 49/51] drm/i915: Update intel_logical_ring_begin() "
` [PATCH 50/51] drm/i915: Remove the now obsolete intel_ring_get_request()
` [PATCH 51/51] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

[PATCH 00/14] Add support to STMicroelectronics STM32 family
 2015-02-13 11:49 UTC  (9+ messages)
` [PATCH 04/14] reset: Add reset_controller_of_init() function
` [PATCH 12/14] ARM: dts: Introduce STM32F429 MCU

[PATCH 01/10] android/gatt: Replace request state with boolean
 2015-02-13 11:49 UTC  (8+ messages)
` [PATCH 05/10] android/gatt: Use g_attrib_send consistently
` [PATCH 07/10] android/gatt: Improve send_dev_complete_response even further
` [PATCH 10/10] android/gatt: Avoid copying pointers in matching functions

[Xenomai] [Xenomai-git] Philippe Gerum : cobalt/x86: exclude %rsp from mayday fixup
 2015-02-13 11:49 UTC  (3+ messages)

[PATCH 0/9] nbd: cleanups
 2015-02-13 11:48 UTC  (7+ messages)
` [PATCH 6/9] nbd: Restructure debugging prints

[PATCH v3] dvb-core: add template code for i2c binding model
 2015-02-13 11:47 UTC  (3+ messages)

[PATCHv2 0/5] i2c: i801: Few cleanups
 2015-02-13 11:47 UTC  (7+ messages)
` [PATCHv2 4/5] i2c: i801: Remove pci_enable_device() call from i801_resume()
` [PATCHv2 5/5] i2c: i801: Use managed pcim_* PCI device initialization and reservation

[Qemu-devel] [PULL 00/12] target-arm queue
 2015-02-13 11:44 UTC  (3+ messages)

AF_ALG interface not marking the end of the scatter-gather list
 2015-02-13 11:43 UTC  (2+ messages)

[PATCH RFC 00/20] Change parts of the shadow interface to be domain based
 2015-02-13 11:42 UTC  (2+ messages)

vnet problem (bug? feature?)
 2015-02-13 11:41 UTC 

[PATCH OSSTEST 00/12] Add nested xen on xen test case
 2015-02-13 11:41 UTC  (5+ messages)
` [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test

[PATCH 1/3] drm/layerscape: Add fsl dcu DRM driver
 2015-02-13 11:03 UTC  (9+ messages)
` [PATCH 2/3] arm/dts/ls1021a: Add DCU dts node
` [PATCH 3/3] arm/dts/ls1021a: Add a TFT LCD panel dts node for DCU

[Qemu-devel] [PATCH v4 00/16] block: Remove "growable", add blk_new_open()
 2015-02-13 11:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 01/16] block: Lift some BDS functions to the BlockBackend
` [Qemu-devel] [PATCH v4 02/16] block: Add blk_new_open()

[PATCH 1/4] drm/irq: Add drm_crtc_vblank_reset
 2015-02-13 11:35 UTC  (4+ messages)

Device tree /chosen/stdout-path not working as expected
 2015-02-13 11:35 UTC  (2+ messages)

[PATCH] iwl4965: Enable checking of format strings
 2015-02-13 11:20 UTC  (6+ messages)

Forever blocked in bit_wait with kernel 3.19
 2015-02-13 11:19 UTC  (4+ messages)

[PATCH] gatt-server: Fix mutlpile definition of same func
 2015-02-13 11:33 UTC  (3+ messages)

v4l2-subdev: removal of duplicate video enum ops
 2015-02-13 11:30 UTC  (8+ messages)
` [PATCH 1/7] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
` [PATCH 2/7] v4l2-subdev.h: add 'which' field for the enum structs
` [PATCH 3/7] v4l2-subdev.c: add 'which' checks for enum ops
` [PATCH 4/7] v4l2-subdev: support new 'which' field in enum_mbus_code
` [PATCH 5/7] v4l2-subdev: add support for the new enum_frame_size 'which' field
` [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals
` [PATCH 7/7] DocBook media: document the new 'which' field

analysis (i.e. interactive) mode broken?
 2015-02-13 11:31 UTC  (3+ messages)

[PATCH]jffs2:bugfix for should not appeared directory hard link
 2015-02-13 11:28 UTC  (5+ messages)

[PATCH 0/8] usb: ulpi bus
 2015-02-13 11:24 UTC  (4+ messages)
` [PATCH 1/8] usb: add bus type for USB ULPI

tty[1-6]: colors a negative accessibility/usability trend
 2015-02-13 11:25 UTC  (5+ messages)

[Qemu-devel] HEAD is failing virt-test on migration tests
 2015-02-13 11:23 UTC  (10+ messages)

[PATCH 00/11] ARM: random randconfig fixes, soc specific
 2015-02-13 11:22 UTC  (11+ messages)
` [PATCH 01/11] ARM: vexpress: use ARM_CPU_SUSPEND if needed

[U-Boot] [PATCH v2 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
 2015-02-13 11:20 UTC  (15+ messages)
` [U-Boot] [PATCH v2 1/8] lpc32xx: add Ethernet support
  ` [U-Boot] [PATCH v2 2/8] lpc32xx: mtd: nand: add MLC NAND controller
    ` [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support
      ` [U-Boot] [PATCH v2 4/8] lpc32xx: add GPIO support
        ` [U-Boot] [PATCH v2 5/8] lpc32xx: add LPC32xx SSP support (SPI mode)
          ` [U-Boot] [PATCH v2 6/8] dtt: add ds620 support
            ` [U-Boot] [PATCH v2 7/8] lpc32xx: add lpc32xx-spl.bin boot image target
              ` [U-Boot] [PATCH v2 8/8] lpc32xx: add support for board work_92105

Why did my build need to redo so many tasks?
 2015-02-13 11:18 UTC  (3+ messages)

[RFC PATCH 0/2] libdrm: Add master <> render node helpers
 2015-02-13 11:18 UTC  (9+ messages)
` [PATCH 1/2] drm: add drmGet{Device, Render}NameFrom{Render, Device}Fd helpers
` [PATCH 2/2] libdrm: add drmGetNodeType() helper

[PATCH] monitor/l2cap: Add log msg for read_blob_rsp
 2015-02-13 11:18 UTC 

[Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n
 2015-02-13 11:17 UTC  (2+ messages)

freemem-slack and large memory environments
 2015-02-13 11:13 UTC  (3+ messages)

Hello
 2015-02-13 11:12 UTC 

[PATCH] ASoC: Intel: set initial runtime PM status to active for ACPI-enumerated ADSP
 2015-02-13 11:21 UTC 

[PATCH iproute2] ss: Fix filter expression parser
 2015-02-13 11:01 UTC 

[PATCH] mmc: dw_mmc: add status check before clock update
 2015-02-13 11:10 UTC  (10+ messages)
` [RFC PATCH] "

[meta-oe][PATCH] mplayer2: Remove blacklist
 2015-02-13 11:10 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support
 2015-02-13 11:08 UTC  (6+ messages)

My config got stuck in the toaster
 2015-02-13 11:08 UTC  (5+ messages)

[PATCH 0/8] Improve build process
 2015-02-13 11:08 UTC  (13+ messages)

[PATCH v3 0/3] Unit tests for mode 4
 2015-02-13 11:08 UTC  (3+ messages)
` [PATCH v4 0/4] "

linux-next: Tree for Feb 13
 2015-02-13 11:03 UTC  (2+ messages)

Which desktop linux distribution uses ofono natively?
 2015-02-13 11:02 UTC 

[PATCH v3] libxl: Wait for ballooning if free memory is increasing
 2015-02-13 11:01 UTC  (5+ messages)

[PATCH] xen/Coverity: Audit of MISSING_BREAK defects
 2015-02-13 11:01 UTC  (3+ messages)

Packet drops during non-exhaustive flood with OVS and 1.8.0
 2015-02-13 10:58 UTC  (8+ messages)

[PATCH 0/2] Hashmap fix
 2015-02-13 10:58 UTC  (3+ messages)
` [PATCH 1/2] hashmap: Ensure one unique key exists in all entries
` [PATCH 2/2] unit: Slightly change hash duplicity test to verify key unitiy behavior

PML (Page Modification Logging) design for Xen
 2015-02-13 10:57 UTC  (7+ messages)

[V2][PATCH 00/19] various adds/updates/fxes
 2015-02-13 10:57 UTC  (7+ messages)
` [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist
  ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

[PATCH v10 0/6] ARM: VDSO
 2015-02-13 10:54 UTC  (4+ messages)
` [PATCH v10 4/6] ARM: add vdso user-space code

[PATCH] mk: fix missing link of librte_vhost in shared, non-combined config
 2015-02-13 10:53 UTC  (4+ messages)

[PATCH] tools/Coverity: Audit of MISSING_BREAK defects
 2015-02-13 10:51 UTC  (3+ messages)

[PATCH libdrm] Add new drmGetNodeTypeFromFd function
 2015-02-13 10:51 UTC 

[PATCH v2 0/2] help option
 2015-02-13 10:50 UTC  (3+ messages)
` [PATCH v3 "

rtl8192cu beacon fix unreliable
 2015-02-13 10:48 UTC 

[Qemu-devel] [virtio] virtqueue request size
 2015-02-13 10:47 UTC  (3+ messages)

Pack v4 again
 2015-02-13 10:46 UTC 

master - tests: comment in select-tools.sh
 2015-02-13 10:45 UTC 

[PATCH] compat: Fix endian issue in union sigval
 2015-02-13 10:44 UTC  (8+ messages)

[PATCH V3 0/1] tun: dynamically set speed of tun
 2015-02-13 10:45 UTC  (3+ messages)
` [PATCH 1/1] tun: change speed from 10M to dynamically configured

[PATCH] bond: fix for kvlist memory leak on rte_kvargs_process failure identified by klockwork scan
 2015-02-13 10:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] cpu: add i386 cpu hot remove support
 2015-02-13 10:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 6/7] cpu hotplug: implement function cpu_status_write() for vcpu ejection
` [Qemu-devel] [PATCH v3 7/7] cpus: reclaim allocated vCPU objects


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.