All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-13 12:02:45 to 2015-04-13 12:35:13 UTC [more...]

[PATCH v3 00/28] IB/Verbs: IB Management Helpers
 2015-04-13 12:35 UTC  (38+ messages)
` [PATCH v3 04/28] IB/Verbs: Reform IB-core cm
` [PATCH v3 05/28] IB/Verbs: Reform IB-core sa_query
` [PATCH v3 08/28] IB/Verbs: Reform IB-ulp xprtrdma
` [PATCH v3 09/28] IB/Verbs: Reform IB-core verbs/uverbs_cmd/sysfs
  ` [PATCH v3 01/28] IB/Verbs: Implement new callback query_transport()
  ` [PATCH v3 02/28] IB/Verbs: Implement raw management helpers
  ` [PATCH v3 03/28] IB/Verbs: Reform IB-core mad/agent/user_mad
  ` [PATCH v3 06/28] IB/Verbs: Reform IB-core multicast
  ` [PATCH v3 07/28] IB/Verbs: Reform IB-ulp ipoib
  ` [PATCH v3 10/28] IB/Verbs: Reform cm related part in IB-core cma
  ` [PATCH v3 11/28] IB/Verbs: Reform route "
  ` [PATCH v3 12/28] IB/Verbs: Reform mcast "
  ` [PATCH v3 13/28] IB/Verbs: Reserve legacy transport type in 'dev_addr'
  ` [PATCH v3 16/28] IB/Verbs: Use management helper cap_ib_mad()
  ` [PATCH v3 18/28] IB/Verbs: Use management helper cap_ib_cm()
  ` [PATCH v3 19/28] IB/Verbs: Use management helper cap_iw_cm()
  ` [PATCH v3 24/28] IB/Verbs: Use management helper cap_ib_cm_dev()
` [PATCH v3 14/28] IB/Verbs: Reform cma_acquire_dev()
` [PATCH v3 15/28] IB/Verbs: Reform rest part in IB-core cma
` [PATCH v3 17/28] IB/Verbs: Use management helper cap_ib_smi()
` [PATCH v3 20/28] IB/Verbs: Use management helper cap_ib_sa()
` [PATCH v3 21/28] IB/Verbs: Use management helper cap_ib_mcast()
` [PATCH v3 22/28] IB/Verbs: Use management helper cap_ipoib()
` [PATCH v3 23/28] IB/Verbs: Use management helper cap_read_multi_sge()
` [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()

[Buildroot] [autobuild 1/4] autobuild-run: prevent send_result from failing when gathering config files
 2015-04-13 12:34 UTC  (5+ messages)
` [Buildroot] [autobuild 4/4] autobuild-run: allow to change default git uri and branch through env. vars

[RFC v6 00/16] KVM-VFIO IRQ forward control
 2015-04-13 12:29 UTC  (42+ messages)
` [RFC v6 01/16] KVM: arm/arm64: Enable the KVM-VFIO device
` [RFC v6 02/16] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v6 03/16] VFIO: platform: single handler using function pointer
` [RFC v6 04/16] KVM: kvm-vfio: User API for IRQ forwarding
` [RFC v6 05/16] VFIO: external user API for interaction with vfio devices
` [RFC v6 06/16] VFIO: Introduce vfio_device_external_ops
` [RFC v6 07/16] VFIO: pci: initialize vfio_device_external_ops
` [RFC v6 08/16] VFIO: platform: implement vfio_device_external_ops callbacks
` [RFC v6 09/16] VFIO: add vfio_external_{mask|is_active|set_automasked}
` [RFC v6 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [RFC v6 11/16] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked}
` [RFC v6 12/16] KVM: arm: rename pause into power_off
` [RFC v6 13/16] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest
` [RFC v6 14/16] kvm: arm/arm64: implement "
` [RFC v6 15/16] KVM: kvm-vfio: generic forwarding control
` [RFC v6 16/16] KVM: arm/arm64: vgic: "

[PATCH 00/13] ADSP Firmware Controls Update
 2015-04-13 12:28 UTC  (14+ messages)
` [PATCH 01/13] ASoC: wm_adsp: Split out adsp1 & 2 setup algorithms
` [PATCH 02/13] ASoC: wm_adsp: Improve variable naming
` [PATCH 03/13] ASoC: wm_adsp: Remove len field from wm_adsp_alg_region
` [PATCH 04/13] ASoC: wm_adsp: Limit firmware control name to ALSA control name size
` [PATCH 05/13] ASoC: wm_adsp: Move temporary control name to the stack
` [PATCH 06/13] ASoC: wm_adsp: Clean up low level control read/write functions
` [PATCH 07/13] ASoC: wm_adsp: Factor out creation of alg_regions
` [PATCH 08/13] ASoC: wm_adsp: Remove private field from wm_coeff_ctl
` [PATCH 09/13] ASoC: wm_adsp: Group all the ALSA control functions together
` [PATCH 10/13] ASoC: wm_adsp: Add basic support for rev 1 firmware file format
` [PATCH 11/13] ASoC: wm_adsp: Add support for DSP control flags
` [PATCH 12/13] ASoC: wm_adsp: Add support for rev 2 firmware file format
` [PATCH 13/13] ASoC: wm_adsp: Warn that firmware file format 0 is depreciated

[PATCH] drm/i915: Fix screen flickering on X
 2015-04-13 12:33 UTC  (2+ messages)

[PATCH 0/7] fs: add blkdev name format specifier v2
 2015-04-13 12:31 UTC  (9+ messages)
` [PATCH 1/7] fs: use gendisk->disk_name where possible
` [PATCH 2/7] lib/vsprintf: add %*pg format specifier
` [PATCH 3/7] block: use block_device name vsprintf helper
` [PATCH 4/7] fs: "
` [PATCH 5/7] md: "
` [PATCH 6/7] block/partitions: use block_device name vsprintf helper v2
` [PATCH 7/7] drivers: use block_device name vsprintf helper

[PATCH] Fix pointer cast for 32 bits arch
 2015-04-13 12:31 UTC  (8+ messages)

Regression caused by using node_to_bdi()
 2015-04-13 12:31 UTC  (6+ messages)

[PATCH V4 00/15] mmc: host: Add facility to support re-tuning
 2015-04-13 12:30 UTC  (18+ messages)
` [PATCH V4 01/15] "

[PATCH v2] drm/i915/chv: Remove DPIO force latency causing interpair skew issue
 2015-04-13 12:31 UTC  (4+ messages)

[PATCH] ARM: print cma-reserved pages from show_mem
 2015-04-13 12:29 UTC  (13+ messages)

[PATCH 0/1] stmmac: rmmod oops after ifconfig on interface
 2015-04-13 12:29 UTC  (3+ messages)

[Qemu-devel] Very poor IO performance which looks like some design problem
 2015-04-13 12:28 UTC  (3+ messages)

Low hanging fruit take 2
 2015-04-13 12:30 UTC  (8+ messages)
` [PATCH 17/70] drm/i915: Optimistically spin for the request completion
` [PATCH 59/70] drm/i915: Simplify object is-pinned checking for shrinker
  ` [PATCH 66/70] drm/i915: Remove obj->pin_mappable

[PATCH v9 00/15] Migration v2 (libxc)
 2015-04-13 12:28 UTC  (3+ messages)
` [PATCH v9 10/15] tools/libxc: x86 HVM save code

[PATCH 1/1] btrfs-progs: improve troubleshooting avoid duplicate error strings
 2015-04-13 12:37 UTC 

[meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13
 2015-04-13 12:27 UTC  (14+ messages)

RAID 5 "magicaly" become a RAID0
 2015-04-13 12:27 UTC  (5+ messages)

[PATCH v3 0/3] add habv4 support for i.MX6
 2015-04-13 12:27 UTC  (4+ messages)
` [PATCH v3 1/3] imx-image: add option to prepare image for HAB signing
` [PATCH v3 2/3] images: add HABv4 support for i.MX6
` [PATCH v3 3/3] habv4: add High Assurance Boot v4

Dom0 linux 4.0 + devel/for-linus-4.1 branch: p2m.c:884:d0v0 gfn_to_mfn failed! gfn=ffffffff001ed type:4
 2015-04-13 12:27 UTC  (7+ messages)

[Xenomai] Xeno3.0 latency no /dev/rtheap under 3.18 i.mx6
 2015-04-13 12:27 UTC 

Git and http problem
 2015-04-13 11:53 UTC 

[PATCH 0/2] pci to dma
 2015-04-13 12:25 UTC  (4+ messages)
` [PATCH 1/2] ide: remove deprecated use of pci api

[PATCH] ASoC: qcom: Return an error for invalid PCM trigger command
 2015-04-13 12:23 UTC 

[PATCH] fscache: put reference of parent's usage and n_children
 2015-04-13 12:23 UTC  (3+ messages)

BUG: Unable to add a second characteristic (after adding a descriptor)
 2015-04-13 12:22 UTC  (2+ messages)

[PATCH] mount: make sure mounting nfs with v4,vers=4 and nfsvers=4
 2015-04-13 12:21 UTC  (3+ messages)

[GIT PULL] PMEM driver for v4.1
 2015-04-13 12:21 UTC  (5+ messages)

[Qemu-devel] Last call for release-critical fixes for 2.3
 2015-04-13 12:20 UTC  (2+ messages)

[eglibc][iconv] How can I convert a text byte stream from UTF-8 to EUC-KR?
 2015-04-13 12:19 UTC 

[PATCH] Restore support for virtio on FreeBSD
 2015-04-13 12:19 UTC  (2+ messages)
  ` [PATCH v3] "

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-04-13 12:17 UTC  (5+ messages)
` about the flood of trivial patches and the Code of Conduct (was: Re: [PATCH 19/25] sched: Use bool function return values of true/false not 1/0)

[Ocfs2-devel] vfs: Add general support to enforce project quota limits
 2015-04-13 12:19 UTC  (4+ messages)

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-04-13 12:18 UTC  (6+ messages)
` [PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
  ` [PATCH review 0/19] Locked mount and loopback mount fixes
    ` [PATCH review 0/4] Loopback mount escape fixes

[Buildroot] [PATCH] package/makedevs: fixing missing return type
 2015-04-13 12:18 UTC  (2+ messages)

PM / Domains: Infinite loop during reboot
 2015-04-13 12:18 UTC  (2+ messages)

[Buildroot] [git commit] package/makedevs: fixing missing return type
 2015-04-13 12:17 UTC 

[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-04-13 12:17 UTC  (6+ messages)
` [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

[PATCH V2] cpuset: Add knob to make allowed masks hotplug invariant on legacy hierarchy
 2015-04-13 12:16 UTC  (5+ messages)

ASoC: davinci-mcasp: Set rule constraints if implicit BCLK divider is used
 2015-04-13 12:16 UTC  (3+ messages)

[Bug 89620] New: Nouveau driver for Nvidia card GeForce GT 550M]
 2015-04-13 12:16 UTC  (2+ messages)
  ` [Bug 89620] "

[PATCH 1/2] virtio_balloon: header update for virtio 1
 2015-04-13 12:15 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/2] virtio-balloon: virtio 1 support
  `  "

pulseaudio without x11
 2015-04-13 12:16 UTC  (4+ messages)

Linux kernel 3.10.74 released
 2015-04-13 12:14 UTC 

[GIT PULL] RCU changes for v4.1
 2015-04-13 12:14 UTC 

Linux kernel 3.14.38 released
 2015-04-13 12:14 UTC 

Linux kernel 3.19.4 released
 2015-04-13 12:14 UTC 

[PATCH BlueZ 0/4] Improvements to the LE Advertising API
 2015-04-13 12:13 UTC  (3+ messages)
` [PATCH BlueZ 2/4] core/advertising: Parse IncludeTXPower

[RFC v1 00/15] Add VT-d Posted-Interrupts support
 2015-04-13 12:12 UTC  (3+ messages)

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-13 12:12 UTC  (8+ messages)
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl

[meta-raspberrypi] virtual/libgles1
 2015-04-13 12:12 UTC 

[PATCH] spi: i.MX: Respect the value of 'cs_change'
 2015-04-13 12:12 UTC 

[PATCH] firmware: socfpga: Fix a bug in fpgamgr_program_write_buf()
 2015-04-13 12:11 UTC 

linux-next: Tree for Apr 13
 2015-04-13 12:12 UTC 

[PATCH] firmware: socfpga: Add necessary dependency to Kconfig
 2015-04-13 12:11 UTC 

[PATCH v2 1/8] drm/i915/skl: Add support to load SKL CSR firmware
 2015-04-13 13:07 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] ARM: OMAP: AM33xx: add uart1 pinmux setup
 2015-04-13 12:11 UTC 

[PATCH] mount: Writes signal number to kernel as command line
 2015-04-13 12:11 UTC 

[PATCH BlueZ] core/gatt-database: Fix endless loop
 2015-04-13 12:10 UTC 

[PATCH] drm/i915: Remove wait for for punit to updates freq
 2015-04-13 12:10 UTC  (3+ messages)

[GIT PULL] ASoC updates for v4.1
 2015-04-13 12:10 UTC  (2+ messages)

[Patch Part1 v8 00/37] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-04-13 12:09 UTC  (3+ messages)

[PATCH v5 p2 00/19] xen/arm Add support for non-PCI passthrough
 2015-04-13 12:07 UTC  (8+ messages)
` [PATCH v5 p2 16/19] tools/libxl: arm: Use an higher value for the GIC phandle

[GIT PULL] regmap update for v4.1
 2015-04-13 12:07 UTC 

[PATCH] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover
 2015-04-13 12:09 UTC  (4+ messages)

[PATCH] ARM: i.MX6: Add support for clko clocks
 2015-04-13 12:06 UTC 

[PATCH 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast
 2015-04-13 12:04 UTC  (7+ messages)

[PATCH v7 0/9] arm64: Add the support for new Exynos5433 SoC
 2015-04-13 12:06 UTC  (10+ messages)
` [PATCH v7 1/9] arm64: dts: exynos: Add dts files for 64-bit "

[PATCH] drm/i915: Disable WaGsvRC0ResidencyMethod for vlv
 2015-04-13 12:06 UTC  (6+ messages)

another pmem variant V3
 2015-04-13 12:05 UTC  (4+ messages)
` [PATCH A+B] pmem: Add prints at module load and unload

[RESEND PATCH v3 0/2] Tracking user space vDSO remaping
 2015-04-13 11:58 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] mm: Introducing arch_remap hook

[RFC 00/11] ASoC: hda - Add ASoC Skylake HD audio driver
 2015-04-13 12:04 UTC  (5+ messages)
` [RFC 05/11] ALSA: hda - exported link_reset enter/exit
` [RFC 07/11] ALSA: hda - add generic functions to set hdac stream params

[Bugfix v3] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-04-13 12:04 UTC  (4+ messages)

x86: Question regarding the reset value of LINT0
 2015-04-13 12:02 UTC  (4+ messages)
` [PATCH] KVM: x86: Support for disabling quirks

[PATCH v2 0/4] x86/MSI-X: XSA-120 follow-up
 2015-04-13 12:01 UTC  (7+ messages)
` [PATCH v2 1/4] x86/MSI-X: be more careful during teardown


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.