All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-14 10:13:00 to 2013-04-14 14:09:47 UTC [more...]

[Qemu-devel] [RFC PATCH RDMA support v5: 03/12] comprehensive protocol documentation
 2013-04-14 14:09 UTC  (12+ messages)

[PATCH] Btrfs: cleanup to remove reduplicate code in transaction.c
 2013-04-14 14:08 UTC 

[PATCH] qemu: define fdt_t types in libfdt_env.h from qemu
 2013-04-14 13:50 UTC  (3+ messages)

[meta-oe][PATCH] dnsmasq: merge dnsmasq-dbus to main recipe
 2013-04-14 13:49 UTC 

[Buildroot] [PATCH] Add Armadeus systems APF27 SOM basic support
 2013-04-14 14:06 UTC  (3+ messages)

[for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS
 2013-04-14 13:48 UTC 

ArchLinux ARM I2C concurrent support
 2013-04-14 14:00 UTC 

[PATCH] Fix transmit power troubles on some Ralink RT30xx cards
 2013-04-14 13:58 UTC  (4+ messages)

[PATCH] ALSA: hda - delay resume haswell hdmi codec in system resume
 2013-04-14 13:48 UTC  (26+ messages)

[PATCH 10/11] KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs
 2013-04-14 13:47 UTC  (17+ messages)

[PATCH repost for-3.9] pci: avoid work_on_cpu for nested SRIOV probes
 2013-04-14 13:43 UTC  (10+ messages)

[PATCH kvm-unit-tests 1/5] .gitignore: Add *.flat and config.mak
 2013-04-14 13:40 UTC  (7+ messages)
` [PATCH kvm-unit-tests 5/5] x86-run: Pull extra arguments from unittests.cfg

[PATCH v2 00/11] ASoC: fsl-ssi: ac97-slave support
 2013-04-14 13:37 UTC  (7+ messages)
` [PATCH v2 05/11] ASoC: fsl-ssi: Add support for imx-pcm-fiq

[PATCH 0/6] drm/radeon: minor HDMI improvements
 2013-04-14 13:34 UTC  (15+ messages)
` [PATCH 2/6] drm/radeon: remove HDMI interrupts on Evergreen
` [PATCH 3/6] drm/radeon: add some HDMI comments
  ` [PATCH V2 3/6] drm/radeon: add some HDMI audio comments
` [PATCH 4/6] drm/radeon/evergreen: setup HDMI before enabling it
` [PATCH 5/6] drm/radeon/evergreen: reorder HDMI setup
  ` [PATCH V2 "

[rfc][patch] sched,rt: enqueue spinlock waiters to the head of their queue
 2013-04-14 13:34 UTC 

[lm-sensors] [PATCH 3/5] hwmon: (tmp401) Simplification and cleanup
 2013-04-14 13:33 UTC  (5+ messages)

[RFC/PATCH] push: introduce implicit push
 2013-04-14 13:29 UTC  (5+ messages)

[PATCH] gdk-pixbuf: Fix libpng determinism issues
 2013-04-14 13:02 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-rng-s390: add properties
 2013-04-14 13:14 UTC 

[U-Boot] [PULL] : Please pull u-boot-imx
 2013-04-14 13:09 UTC  (2+ messages)

[RFC] net : add tx timestamp to packet mmap
 2013-04-14 13:07 UTC  (6+ messages)
` [PATCH] net-packet: tx timestamping on tpacket ring

[PATCH] KVM: VMX: Fix check guest state validity if a guest is in VM86 mode
 2013-04-14 13:07 UTC 

Why does "git config" output nothing instead of the default value for unset variables?
 2013-04-14 13:03 UTC  (4+ messages)

[PATCH 00/33] Various cleanups around reference packing and peeling
 2013-04-14 12:54 UTC  (34+ messages)
` [PATCH 01/33] refs: document flags constants REF_*
` [PATCH 02/33] refs: document the fields of struct ref_value
` [PATCH 03/33] refs: document do_for_each_ref() and do_one_ref()
` [PATCH 04/33] refs: document how current_ref is used
` [PATCH 05/33] refs: define constant PEELED_LINE_LENGTH
` [PATCH 06/33] do_for_each_ref_in_dirs(): remove dead code
` [PATCH 07/33] get_packed_ref(): return a ref_entry
` [PATCH 08/33] peel_ref(): use function get_packed_ref()
` [PATCH 09/33] repack_without_ref(): "
` [PATCH 10/33] refs: extract a function ref_resolves_to_object()
` [PATCH 11/33] refs: extract function peel_object()
` [PATCH 12/33] peel_object(): give more specific information in return value
` [PATCH 13/33] peel_ref(): fix return value for non-peelable, not-current reference
` [PATCH 14/33] refs: extract a function peel_entry()
` [PATCH 15/33] refs: change the internal reference-iteration API
` [PATCH 16/33] t3210: test for spurious error messages for dangling packed refs
` [PATCH 17/33] repack_without_ref(): silence errors "
` [PATCH 18/33] search_ref_dir(): return an index rather than a pointer
` [PATCH 19/33] refs: change how packed refs are deleted
` [PATCH 20/33] t3211: demonstrate loss of peeled refs if a packed ref is deleted
` [PATCH 21/33] repack_without_ref(): write peeled refs in the rewritten file
` [PATCH 22/33] refs: extract a function write_packed_entry()
` [PATCH 23/33] pack-refs: rename handle_one_ref() to pack_one_ref()
` [PATCH 24/33] pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
` [PATCH 25/33] pack_one_ref(): rename "path" parameter to "refname"
` [PATCH 26/33] refs: use same lock_file object for both ref-packing functions
` [PATCH 27/33] pack_refs(): change to use do_for_each_entry()
` [PATCH 28/33] refs: inline function do_not_prune()
` [PATCH 29/33] pack_one_ref(): use function peel_entry()
` [PATCH 30/33] pack_one_ref(): use write_packed_entry() to do the writing
` [PATCH 31/33] pack_one_ref(): do some cheap tests before a more expensive one
` [PATCH 32/33] refs: change do_for_each_*() functions to take ref_cache arguments
` [PATCH 33/33] refs: handle the main ref_cache specially

[Qemu-devel] [PATCH v3 0/8] virtio-rng refactoring
 2013-04-14 13:01 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] virtio-rng: don't use pointer for configuration
` [Qemu-devel] [PATCH v3 2/8] virtio-rng: add virtio-rng device
` [Qemu-devel] [PATCH v3 3/8] virtio-rng-pci: switch to the new API
` [Qemu-devel] [PATCH v3 4/8] virtio-rng-s390: "
` [Qemu-devel] [PATCH v3 5/8] virtio-rng-ccw: "
` [Qemu-devel] [PATCH v3 6/8] virtio-rng: cleanup: init and exit functions
` [Qemu-devel] [PATCH v3 7/8] virtio-rng: cleanup: remove qdev field
` [Qemu-devel] [PATCH v3 8/8] virtio-rng: cleanup: use QOM casts

[Buildroot] [PATCH] support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix
 2013-04-14 12:53 UTC 

[lm-sensors] [PATCH 4/5] hwmon: (tmp401) Add support for update_interval attribute
 2013-04-14 12:48 UTC  (2+ messages)

kerberised cifs must have root krb5cc_0 cache?
 2013-04-14 12:44 UTC  (3+ messages)

[PATCH kvm-unittests v2] x86/taskswitch2: Task switches into/out of VM86
 2013-04-14 12:42 UTC  (2+ messages)

Getting "Automatic merge failed" although all conflicts were resolved using previous resolution
 2013-04-14 12:39 UTC 

[PATCH] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
 2013-04-14 12:38 UTC  (11+ messages)
      ` [PATCH v4 2/2] "

[PATCH 1/1] atmel_mci: add write protect detection support
 2013-04-14 12:07 UTC 

[PATCH 0/3] staging:iio:adis16130 bits and bobs
 2013-04-14 12:22 UTC  (6+ messages)
` [PATCH 1/3] iio:Add an IIO_VAL_INTO_PLUS_PICO return type for read_raw callbacks
` [PATCH 2/3] staging:iio:gyro:adis16130 drop unused list.h header
` [PATCH 3/3] staging:iio:gyro:adis16130 add offset and scale info mask elements

Realtime capable userspace?
 2013-04-14 12:20 UTC  (5+ messages)

[PATCH 00/30] ARM: exynos multiplatform support
 2013-04-14 12:20 UTC  (5+ messages)
` [PATCH 08/30] i2c: s3c2410: make header file local

[GIT PULL REQUEST] watchdog - v3.9-rc6 Fixes
 2013-04-14 12:20 UTC  (2+ messages)

[RFC/RFT] mwl8k: don't expose non-standard rates
 2013-04-14 12:11 UTC  (5+ messages)
` [PATCH] mwl8k: remove nonstandard rate 72 Mbps

[PATCH v3 00/15] ASoC: fsl-ssi: ac97-slave support
 2013-04-14 12:13 UTC  (34+ messages)
  ` [PATCH v3 01/15] ASoC: imx-ssi: Fix includes
  ` [PATCH v3 02/15] ASoC: dmaengine-pcm: Replace of specific helper function
  ` [PATCH v3 03/15] ASoC: dmaengine-pcm: Fix function name
  ` [PATCH v3 04/15] ASoC: dmaengine-pcm: Fix pcm_request_chan "
  ` [PATCH v3 05/15] ASoC: phycore-ac97: Add DT support
  ` [PATCH v3 06/15] ASoC: imx-pcm-dma: "
  ` [PATCH v3 07/15] ASoC: imx-pcm-fiq: Introduce pcm-fiq-params
  ` [PATCH v3 08/15] ASoC: fsl-ssi: Add SACNT definitions
  ` [PATCH v3 09/15] ASoC: fsl-ssi: Add support for imx-pcm-fiq
  ` [PATCH v3 10/15] ASoC: fsl-ssi: Use generic DMA bindings if possible
  ` [PATCH v3 11/15] ARM: imx: Export ac97 reset functions
  ` [PATCH v3 12/15] ASoC: fsl-ssi: imx ac97 support
  ` [PATCH v3 13/15] ASoC: fsl: Kconfig: Use fsl-ssi for phycore-ac97
  ` [PATCH v3 14/15] ASoC: fsl: Move fsl-ssi binding doc to sound/
  ` [PATCH v3 15/15] ASoC: fsl: Update fsl-ssi binding doc

IXP4xx again
 2013-04-14 11:51 UTC  (8+ messages)
` [PATCH] ARM: Add support for IXP4xx CPU and for Goramo Multilink router platform
      ` [PATCH] ARM: Support for IXP4xx CPU

[Qemu-devel] [PATCH v2] virtio-balloon: fix dynamic properties
 2013-04-14 12:07 UTC 

[PATCH] setcifsacl.c: fix a bug of goto setcifsacl_facenum_ret
 2013-04-14 12:05 UTC  (2+ messages)

[Devel] You have 9 New eMatches by eMail
 2013-04-14 12:04 UTC 

[For-master critical fix PATCH 1/1] login: disable input console if password wrong
 2013-04-14 11:58 UTC 

I2C_M_RECV_LEN for i2c-mxs
 2013-04-14 11:57 UTC  (4+ messages)

iio: Gpio trigger driver. Happy with interface?
 2013-04-14 11:57 UTC 

[PATCH] iio:trigger:sysfs Move out of staging
 2013-04-14 11:54 UTC 

[PATCH] drm/nvc0-/ltcg: Fix build on 32-bit platforms (v2)
 2013-04-14 11:48 UTC 

Unable to Configure latest build
 2013-04-14 11:47 UTC  (5+ messages)

[lm-sensors] [PATCH 2/5] hwmon: (tmp401) Use sysfs_create_group / sysfs_remove_group
 2013-04-14 11:46 UTC  (2+ messages)

cvsps: bad usage: invalid argument --norc
 2013-04-14 11:33 UTC  (3+ messages)
  ` State of CVS-to-git conversion tools (Was: Re: cvsps: bad usage: invalid argument --norc)

[lm-sensors] [PATCH 1/5] hwmon: (tmp401) Drop unused defines, use BIT for bit masks
 2013-04-14 11:43 UTC  (2+ messages)

[PATCH 1/6] DT: add vendor prefixes for Ralink
 2013-04-14 11:41 UTC  (3+ messages)
` [PATCH 6/6] DT: MIPS: ralink: add MT7620 dts files

[PATCH v2 0/2] Online data deduplication
 2013-04-14 11:14 UTC  (3+ messages)
` [PATCH v2 1/2] Btrfs: online "
` [PATCH v2 2/2] Btrfs: skip merge part for delayed data refs

3.[68]-rt: CONFIG_PROVE_LOCKING + CONFIG_DEBUG_FORCE_WEAK_PER_CPU = boot time swap_lock deadlock
 2013-04-14 11:07 UTC 

[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
 2013-04-14 11:03 UTC  (3+ messages)

Remote helpers and signed tags
 2013-04-14 10:57 UTC  (5+ messages)
` [PATCH 0/3] Handle signed tags with 'export' remote helpers
  ` [PATCH 1/3] fast-export: add --signed-tags=warn-strip mode
  ` [PATCH 2/3] transport-helper: pass --signed-tags=warn-strip to fast-export
  ` [PATCH 3/3] transport-helper: add 'signed-tags' capability

[PATCH v6] mmc: core: Add support for idle time BKOPS
 2013-04-14 10:50 UTC  (2+ messages)

[PATCH net-next 0/9] qlcnic: Bug fixes and enhancements
 2013-04-14 10:55 UTC  (13+ messages)
` [PATCH net-next 1/9] qlcnic: Implement GET_LED_STATUS command for 82xx adapter
` [PATCH net-next 3/9] qlcnic: Add identifying string for 83xx adapter
` [PATCH net-next 4/9] qlcnic: fix beaconing test for 82xx adapter
` [PATCH net-next 5/9] qlcnic: Enable Interrupt Coalescing for 83xx adapter
` [PATCH net-next 6/9] qlcnic: Fix recurring firmware dump collection
` [PATCH net-next 8/9] qlcnic: Enhanced channel configuration logs

Limitations on subbuf_size / num_subbuf?
 2013-04-14 10:49 UTC 

[PATCH 1/2] KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER
 2013-04-14 10:44 UTC  (2+ messages)
` [PATCH 2/2] KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings

realtek usb wifi based on "rtl8192cu"
 2013-04-14 10:37 UTC  (4+ messages)

git instaweb - share all project files
 2013-04-14 10:35 UTC  (3+ messages)

Interested in working for GSoC project
 2013-04-14 10:29 UTC  (3+ messages)

[PATCH v10 0/7] KVM: VMX: Add Posted Interrupt supporting
 2013-04-14  9:40 UTC  (2+ messages)

Xen security issues
 2013-04-14 10:15 UTC  (2+ messages)

[PATCH v4 0/6] KVM: nVMX: Make direct IRQ/NMI injection work
 2013-04-14 10:12 UTC  (4+ messages)
` [PATCH v4 4/6] KVM: nVMX: Fix conditions for interrupt injection
` [PATCH v4 5/6] KVM: nVMX: Fix conditions for NMI injection
` [PATCH v4 6/6] KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits


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.