All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-30 14:24:49 to 2012-08-30 15:47:02 UTC [more...]

RBD performance - tuning hints
 2012-08-30 15:46 UTC  (10+ messages)
    ` RBD performance - tuning hints / parameter doc

[PATCH 5/5] sparc64: Unroll CTR crypt loops in AES driver
 2012-08-30 15:46 UTC  (2+ messages)

[PATCH 4/5] sparc64: Unroll ECB decryption loops in AES driver
 2012-08-30 15:46 UTC  (2+ messages)

[PATCH 3/5] sparc64: Unroll ECB encryption loops in AES driver
 2012-08-30 15:46 UTC  (2+ messages)

[PATCH 2/5] sparc64: Add ctr mode support to AES driver
 2012-08-30 15:46 UTC  (2+ messages)

[PATCH 1/5] sparc64: Move AES driver over to a methods based implementation
 2012-08-30 15:46 UTC  (2+ messages)

RFC: blktap3
 2012-08-30 15:46 UTC  (4+ messages)

[PATCH 0/5] sparc64: AES driver improvements
 2012-08-30 15:45 UTC  (2+ messages)

[RFC PATCH bridge 0/5] Add basic VLAN support to bridges
 2012-08-30 15:47 UTC  (20+ messages)
` [RFC PATCH bridge 2/5] bridge: Add vlan to unicast fdb entries
` [RFC PATCH bridge 5/5] bridge: Add sysfs interface to display VLANS

[Qemu-devel] [Bug 1037606] Re: vmwgfx does not work with kvm vmware vga
 2012-08-30 15:40 UTC  (3+ messages)

[PATCH 0/5] Multiqueue virtio-scsi
 2012-08-30 15:45 UTC  (5+ messages)

[TESTDAY] xl cpupool-create segfaults if given invalid configuration
 2012-08-30 15:44 UTC  (3+ messages)

[RFC PATCH 0/5] cbus/retu drivers to mainline
 2012-08-30 15:39 UTC  (10+ messages)
` [RFC PATCH 1/5] i2c: introduce i2c-cbus driver
` [RFC PATCH 2/5] mfd: introduce retu-mfd driver
` [RFC PATCH 4/5] arm: omap: n8x0: add i2c-cbus platform data
` [RFC PATCH 5/5] arm: omap: n8x0: enable retu

[PATCH 0/7][RESEND] acpi, pci: hostbridge hotplug support
 2012-08-30 15:43 UTC  (4+ messages)
` [PATCH 2/7][RESEND] PCI: Correctly clean up pci root buses in function pci_remove_bus()

[U-Boot] [PATCH v10 00/16] split tegra20 arm7 code into separate SPL
 2012-08-30 15:42 UTC  (5+ messages)

[U-Boot] trouble with mmc on origen
 2012-08-30 15:42 UTC 

[Qemu-devel] CPU hotplug
 2012-08-30 15:41 UTC  (2+ messages)

[U-Boot] [PATCH] usb: remove unnecessary packed attributes
 2012-08-30 15:41 UTC 

[PATCH 0 of 3] improve checking for documentation tools and formatting
 2012-08-30 15:41 UTC  (7+ messages)
` [PATCH 1 of 3] tools: check for documentation generation tools at configure time
` [PATCH 2 of 3] docs: use elinks to format markdown-generated html to text
` [PATCH 3 of 3] tools/docs: allow markdown_py to be used

[Qemu-devel] Is is possible to virtualise or share the TPM?
 2012-08-30 15:40 UTC  (6+ messages)

[PATCH 0/4] Bluetooth: Details of rfcomm fixes - remove session refcnt
 2012-08-30 15:40 UTC  (7+ messages)
` [PATCH 3/4] Bluetooth: Avoid rfcomm_session_timeout using freed pointer
` [PATCH 4/4] Bluetooth: On socket shutdown check rfcomm session and DLC exists

Which disk is ata4?
 2012-08-30 15:27 UTC  (6+ messages)

RBD Async request: When / How are the call back called ?
 2012-08-30 15:39 UTC  (5+ messages)

[U-Boot] [PATCH] usb: ehci: don't print debug output
 2012-08-30 15:38 UTC 

[PATCH] fix timestamps on architectures without CONFIG_KTIME_SCALAR
 2012-08-30 15:36 UTC 

[PATCHv3] sysstat: Explicitly disable sensors support
 2012-08-30 15:22 UTC 

Linux pNFS status meeting 08/23/12
 2012-08-30 15:34 UTC  (2+ messages)

Next iteration of stolen support
 2012-08-30 15:31 UTC  (25+ messages)
` [PATCH 01/24] drm/i915: Introduce drm_i915_gem_object_ops
` [PATCH 02/24] drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
` [PATCH 03/24] drm/i915: Pin backing pages for pwrite
` [PATCH 04/24] drm/i915: Pin backing pages for pread
` [PATCH 05/24] drm/i915: Replace the array of pages with a scatterlist
` [PATCH 06/24] drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
` [PATCH 07/24] drm: Introduce drm_mm_create_block()
` [PATCH 08/24] drm/i915: Fix detection of stolen base for gen2
` [PATCH 09/24] drm/i915: Fix location of stolen memory register for SandyBridge+
` [PATCH 10/24] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager
` [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 13/24] drm/i915: Defer allocation of stolen memory for FBC until first use
` [PATCH 14/24] drm/i915: Allow objects to be created with no backing pages, but stolen space
` [PATCH 15/24] drm/i915: Differentiate between prime and stolen objects
` [PATCH 16/24] drm/i915: Support readback of stolen objects upon error
` [PATCH 17/24] drm/i915: Handle stolen objects in pwrite
` [PATCH 18/24] drm/i915: Handle stolen objects for pread
` [PATCH 19/24] drm/i915: Introduce i915_gem_object_create_stolen()
` [PATCH 20/24] drm/i915: Allocate fbcon from stolen memory
` [PATCH 21/24] drm/i915: Allocate ringbuffers "
` [PATCH 22/24] drm/i915: Allocate overlay registers "
` [PATCH 23/24] drm/i915: Use a slab for object allocation
` [PATCH 24/24] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl

[PATCH] tools: remove vestigial default_lib.m4 macros and adjust substitutions
 2012-08-30 15:34 UTC  (2+ messages)

[Bug 36072] New: celestia causes kernel oops when allocation a lot of memory (for textures)
 2012-08-30 15:32 UTC  (2+ messages)
` [Bug 36072] "

[PATCH] drm/i915/hdmi: only enable audio if there's a hdmi sink
 2012-08-30 15:32 UTC  (2+ messages)

make uninstall can delete xen-kernels
 2012-08-30 15:31 UTC  (7+ messages)
` [PATCH] do not remove kernels or modules on uninstall. (Was: Re: make uninstall can delete xen-kernels)

INFO: suspicious RCU usage in rcu_torture_writer()
 2012-08-30 15:22 UTC  (5+ messages)

[asoc:for-3.7 95/95] sound/soc/codecs/wm0010.c:850:7-27: ERROR: Threaded IRQ with no primary handler
 2012-08-30 15:16 UTC  (3+ messages)
  ` [asoc:for-3.7 95/95] sound/soc/codecs/wm0010.c:850:7-27: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT

[PATCH] of: adding devres version of of_iomap
 2012-08-30 15:31 UTC  (2+ messages)

How to mount all cluster data to one particular Dir in single Host
 2012-08-30 15:21 UTC  (3+ messages)

[PATCH 00/10] Make mach/gpio.h optional
 2012-08-30 15:27 UTC  (3+ messages)

[PATCH BlueZ] build: Use AC_USE_SYSTEM_EXTENSIONS for POSIX/C extensions
 2012-08-30 15:26 UTC  (3+ messages)

Moving target
 2012-08-30 15:25 UTC 

[RFC] Move in6_dev_hold under CONFIG_IPV6_PRIVACY
 2012-08-30 15:25 UTC  (2+ messages)

[BUG] TIPC handling of -ERESTARTSYS in connect()
 2012-08-30 15:20 UTC 

[PATCH RFC 0/2] ds3000 firmware loading improvements
 2012-08-30 15:21 UTC  (4+ messages)
` [PATCH 2/2] [media] ds3000: properly report firmware loading issues

[PATCH obexd] client: Add parameters to get message in map module
 2012-08-30 15:21 UTC  (2+ messages)

[DRBD-announce] drbd-8.4.2rc3.tar.gz
 2012-08-30 15:19 UTC 

[PATCH 0/3] hotplug/NetBSD: remaining block script fixes
 2012-08-30 15:19 UTC  (2+ messages)

[RFC v4] V4L DT bindings
 2012-08-30 15:19 UTC  (3+ messages)

[PATCH 0/6] Initial multi-platform support
 2012-08-30 15:18 UTC  (4+ messages)
` [PATCH 1/6] ARM: move ARCH config definitions into mach dirs

Varying Leafsize and Nodesize in Btrfs
 2012-08-30 15:18 UTC 

[PATCH] Remove VM genearation ID device and incr_generationid from build_info
 2012-08-30 15:17 UTC  (3+ messages)
  ` [PATCH] Remove VM genearation ID device and incr_generationid from build_info [and 1 more messages]

Moving target
 2012-08-30 14:14 UTC 

[PATCH] xenconsoled: clean-up after all dead domains
 2012-08-30 15:14 UTC  (3+ messages)

[PATCHv2] sysstat: Explicitly disable sensors support
 2012-08-30 15:02 UTC  (2+ messages)

[PATCH 2/8] ext3: drop lock/unlock super
 2012-08-30 15:12 UTC  (3+ messages)

Issue with MSI in a HVM domU with several passed through PCI devices
 2012-08-30 15:12 UTC  (13+ messages)
                    ` [PATCH] qemu-xen-trad: fix msi_translate with PV event delivery

[PATCH] mmc: via-sdmmc: Use module_pci_driver
 2012-08-30 15:11 UTC  (3+ messages)

[PATCH] mmc: dw_mmc-pci: Use module_pci_driver
 2012-08-30 15:11 UTC  (2+ messages)

[PATCH] mmc: sdhci-pci: Use module_pci_driver
 2012-08-30 15:11 UTC  (2+ messages)

[PATCH] mmc: mmc_spi: Use module_spi_driver
 2012-08-30 15:11 UTC  (2+ messages)

[babeltrace] About the type read and write
 2012-08-30 15:11 UTC 

[PATCH v2 2/5] x86/uprobes: implement x86 specific arch_uprobe_*_step
 2012-08-30 15:11 UTC  (13+ messages)
      ` [PATCH v3] "

Stolen pages, with a little surprise
 2012-08-30 15:09 UTC  (4+ messages)
` [PATCH 22/29] drm/i915: Handle stolen objects in pwrite

ramdisk using hugetlb page ram
 2012-08-30 15:09 UTC 

Is my rootfs correctly mounted?
 2012-08-30 15:08 UTC  (4+ messages)

lockdep WARNING on ftrace_ops_no_ops()
 2012-08-30 15:08 UTC 

[PATCHv3 0/2] xen/privcmd: support for paged-out frames
 2012-08-30 15:07 UTC  (3+ messages)
` [PATCH 1/2] xen/mm: return more precise error from xen_remap_domain_range()

[Qemu-devel] [PATCH 00/18] qapi: Convert savevm, loadvm, delvm and info snapshots
 2012-08-30 15:07 UTC  (5+ messages)
` [Qemu-devel] [PATCH 02/18] block: add error parameter to bdrv_snapshot_create() and related functions
` [Qemu-devel] [PATCH 03/18] block: add error parameter to bdrv_snapshot_goto() "

[PATCH] Bluetooth: Remove unneeded zero init
 2012-08-30 15:06 UTC  (2+ messages)

[PATCH] glib-2.0: don't disable all debugging functionality
 2012-08-30 14:51 UTC 

Ceph + RBD + Xen: Complete collapse -> Network issue in domU / Bad data for OSD / OOM Kill
 2012-08-30 15:04 UTC  (5+ messages)
  ` [Xen-users] "

[B.A.T.M.A.N.] [PATCH] batman-adv: roaming re-routing mechanism redesign
 2012-08-30 15:04 UTC 

Logitech USB headset not working in 3.6-rc3
 2012-08-30 15:03 UTC  (11+ messages)

Biweekly upstream qemu-kvm test report (using autotest) - Week 35
 2012-08-30 15:03 UTC  (2+ messages)

[PATCH 1/2] omap2-mcspi: use the same struct device for map and unmap
 2012-08-30 15:02 UTC  (2+ messages)
  ` [PATCH 2/2] omap2-mcspi: fall back to PIO when the buffer is in high mem

[PATCH 0/8][RESEND] drop lock/unlock super
 2012-08-30 14:55 UTC 

[iproute2][PATCH] tc: mirred target: do not report non-existing devices
 2012-08-30 15:01 UTC  (2+ messages)

[PATCH] iproute2: rtnl_wilddump_request: fix alignment for embedded platforms
 2012-08-30 15:01 UTC  (2+ messages)
` [PATCH] rtnl_wilddump_request: fix alignment issue "

[PATCH 8/8] vfs: drop lock/unlock super
 2012-08-30 15:01 UTC 

remove dependency on PyXML from xen?
 2012-08-30 15:00 UTC  (8+ messages)
    ` [PATCH] "
          ` [PATCH] README: Update references to PyXML to lxml (Was: Re: [PATCH] Re: remove dependency on PyXML from xen?)

[PATCH 7/8] ufs: drop lock/unlock super
 2012-08-30 15:00 UTC 

[PATCH DOCDAY v3] docs: improve documentation of Xen command line parameters
 2012-08-30 14:59 UTC  (4+ messages)
    ` [PATCH DOCDAY v3] docs: improve documentation of Xen command line parameters [and 1 more messages]

[PATCH 6/8] sysv: drop lock/unlock super
 2012-08-30 14:59 UTC 

[PATCH 5/8] hpfs: drop lock/unlock super
 2012-08-30 14:58 UTC 

[PATCH v2] media: v4l2-ctrls: add control for dpcm predictor
 2012-08-30 14:57 UTC  (2+ messages)

Newbie question: Angstrom on at91sam9g20
 2012-08-30 14:45 UTC  (5+ messages)

[PATCH 4/8] fat: drop lock/unlock super
 2012-08-30 14:57 UTC 

[PATCH 1/8] exofs: drop lock/unlock super
 2012-08-30 14:56 UTC 

RADOS gateway and the S3 compatibility
 2012-08-30 14:53 UTC  (6+ messages)

[PATCH] meta-emenlow: unset preferred providers for virtual/libgles[12]
 2012-08-30 14:52 UTC  (2+ messages)

LTTng run issues
 2012-08-30 14:50 UTC 

[PATCH] xencommons: Attempt to load blktap driver
 2012-08-30 14:50 UTC  (2+ messages)

[PATCH] telit: enable extended sim status notification
 2012-08-30 14:46 UTC  (2+ messages)

[Bug 42795] New: Unable to boot with the radeon driver
 2012-08-30 14:45 UTC  (2+ messages)
` [Bug 42795] "

[PATCH] ALSA: hda - Fix runtime PM accounting
 2012-08-30 14:44 UTC  (8+ messages)

[Bug 46711] New: vmwgfx does not work in qemu/kvm
 2012-08-30 14:44 UTC 

[Bug 42708] drm:radeon_cs_ioctl "Failed to schedule IB" error after s2ram and wakeup
 2012-08-30 14:43 UTC 

[PATCH v3 0/3] DaVinci DMA engine conversion
 2012-08-30 14:43 UTC  (5+ messages)
` [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API

srp_daemon and cable pulling
 2012-08-30 14:43 UTC 

[Bug 42787] New: Video flickers on X1200 / RS690 over DVI
 2012-08-30 14:40 UTC  (2+ messages)
` [Bug 42787] "

[Bug 42782] New: IO_PAGE_FAULT while starting xorg
 2012-08-30 14:39 UTC  (2+ messages)
` [Bug 42782] "

[meta-oe][PATCH] usbmuxd 1.08: add recipe to talk to iDevices
 2012-08-30 14:26 UTC 

[PATCH] tpm: fix tpm_acpi sparse warning on different address spaces
 2012-08-30 14:38 UTC  (2+ messages)

[U-Boot] OMAP Reset fails when kernel governor 'ondemand' is active
 2012-08-30 14:38 UTC 

[Qemu-devel] [PATCH for-1.2] msix: make [un]use vectors on reset/load optional
 2012-08-30 14:39 UTC  (5+ messages)

Review please: wip-create-admin-key and #3065
 2012-08-30 14:37 UTC 

Failure while make modules_install if kmod was compiled with --with-rootprefix set
 2012-08-30 14:37 UTC  (2+ messages)

[PATCH 1/2] xserver-xorg: ship the exa module in a separate package
 2012-08-30 14:24 UTC  (8+ messages)

[Bug 42763] New: directory access hangs without error
 2012-08-30 14:35 UTC  (2+ messages)
` [Bug 42763] "

Error compiling CRtools-0.1
 2012-08-30 14:33 UTC  (12+ messages)
    ` [CRIU] "

[security:next 2/13] drivers/char/tpm/tpm_acpi.c:98:14: sparse: incorrect type in assignment (di
 2012-08-30 14:32 UTC 

[RFC PATCH] ipv6: fix handling of blackhole and prohibit routes
 2012-08-30 14:29 UTC 

Active Stereo with ATI FirePro V8800
 2012-08-30 14:28 UTC 

[PATCH] firmware: fix directory creation rule matching with make 3.82
 2012-08-30 14:27 UTC  (2+ messages)

[Bug 26891] New: Radeon KMS on Macs with EFI boot
 2012-08-30 14:25 UTC  (2+ messages)
` [Bug 26891] Radeon KMS fails with inaccessible AtomBIOS on systems with (U)EFI boot


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.