All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-17 14:04:43 to 2015-07-17 14:39:25 UTC [more...]

[PATCH v6 0/7] Cuckoo hash - part 3 of Cuckoo hash
 2015-07-17 14:39 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] hash: replace existing hash library with cuckoo hash implementation

[meta-fsl-ppc][PATCH 1/9] fmlib: update to revision 4938e09
 2015-07-17 14:38 UTC  (4+ messages)
` [meta-fsl-ppc][PATCH 5/9] web-sysmon: add missing RDEPENDS

[RFC 0/3] arm64: ftrace: fix incorrect output from stack tracer
 2015-07-17 14:38 UTC  (23+ messages)
` [RFC 2/3] arm64: refactor save_stack_trace()

Non-working TX IP checksum offload
 2015-07-17 14:37 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.4 0/7] update ipxe roms, fix efi support
 2015-07-17 14:37 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] ipxe: update from 35c53797 to 24112d9 (upstream/master)
` [Qemu-devel] [PULL 2/7] ipxe: update to 87981bb (qemu)
` [Qemu-devel] [PULL 3/7] ipxe: rm local config in cleanup
` [Qemu-devel] [PULL 4/7] ipxe: disable load file protocol
` [Qemu-devel] [PULL 5/7] ipxe: add qemu branding
` [Qemu-devel] [PULL 6/7] ipxe: don't override GITVERSION
` [Qemu-devel] [PULL 7/7] ipxe: update binaries

[PATCH net-next v2 0/5] switchdev: avoid duplicate packet forwarding
 2015-07-17 14:37 UTC  (3+ messages)
` [PATCH net-next v2 1/5] net: don't reforward packets already forwarded by offload device

[meta-fsl-ppc][PATCH v2] u-boot-qoriq: update to revision v2015.01-630-g6ba8eed
 2015-07-17 14:36 UTC  (2+ messages)

[meta-mono] [PATCH 00/11] Refactor common mono build bits into mono.bbclass
 2015-07-17 14:36 UTC  (3+ messages)

Yocto 1.9_M1.rc2 Full Pass Test report
 2015-07-17 14:36 UTC 

[meta-fsl-ppc][PATCH v2] mux-server: fetch from git instead of local tarball
 2015-07-17 14:36 UTC  (2+ messages)

[PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
 2015-07-17 14:36 UTC  (3+ messages)

[meta-fsl-ppc][PATCH 01/16] use 64b toolchain binaries to build e6500 kernel
 2015-07-17 14:36 UTC  (4+ messages)
` [meta-fsl-ppc][PATCH 05/16] u-boot-qoriq: update to revision v2015.01-630-g6ba8eed

[libvirt test] 59650: regressions - FAIL
 2015-07-17 14:36 UTC 

PATCH: Don't lose pending completions on exit in time- or size-based job with asynchronous I/O engine
 2015-07-17 14:36 UTC  (2+ messages)

[RFC PATCH v5 0/3] Make eBPF programs output data to perf
 2015-07-17 14:36 UTC  (4+ messages)
` [RFC PATCH v5 2/3] tools lib traceevent: Add function to get dynamic arrays length

[U-Boot] Panda revision detection
 2015-07-17 14:35 UTC 

[PATCH v3] serial: mxs-auart: keep the AUART unit in reset state when not in use
 2015-07-17 14:35 UTC  (4+ messages)

[U-Boot] [PATCH] arm: ls1021a: Ensure LS1021 ARM Generic Timer CompareValue Set 64-bit
 2015-07-17 14:35 UTC  (7+ messages)

[meta-fsl-ppc][PATCH v2] mux-server: deploy the binary as it is standalone
 2015-07-17 14:34 UTC  (3+ messages)

[RFC 00/39] GPU scheduler for i915 driver
 2015-07-17 14:33 UTC  (40+ messages)
` [RFC 01/39] drm/i915: Add total count to context status debugfs output
` [RFC 02/39] drm/i915: Updating assorted register and status page definitions
` [RFC 03/39] drm/i915: Explicit power enable during deferred context initialisation
` [RFC 04/39] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
` [RFC 05/39] drm/i915: Split i915_dem_do_execbuffer() in half
` [RFC 06/39] drm/i915: Re-instate request->uniq because it is extremely useful
` [RFC 07/39] drm/i915: Start of GPU scheduler
` [RFC 08/39] drm/i915: Prepare retire_requests to handle out-of-order seqnos
` [RFC 09/39] drm/i915: Added scheduler hook into i915_gem_complete_requests_ring()
` [RFC 10/39] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
` [RFC 11/39] drm/i915: Force MMIO flips when scheduler enabled
` [RFC 12/39] drm/i915: Added scheduler hook when closing DRM file handles
` [RFC 13/39] drm/i915: Added deferred work handler for scheduler
` [RFC 14/39] drm/i915: Redirect execbuffer_final() via scheduler
` [RFC 15/39] drm/i915: Keep the reserved space mechanism happy
` [RFC 16/39] drm/i915: Added tracking/locking of batch buffer objects
` [RFC 17/39] drm/i915: Hook scheduler node clean up into retire requests
` [RFC 18/39] drm/i915: Added scheduler interrupt handler hook
` [RFC 19/39] drm/i915: Added scheduler support to __wait_request() calls
` [RFC 20/39] drm/i915: Added scheduler support to page fault handler
` [RFC 21/39] drm/i915: Added scheduler flush calls to ring throttle and idle functions
` [RFC 22/39] drm/i915: Add scheduler hook to GPU reset
` [RFC 23/39] drm/i915: Added a module parameter for allowing scheduler overrides
` [RFC 24/39] drm/i915: Support for 'unflushed' ring idle
` [RFC 25/39] drm/i915: Defer seqno allocation until actual hardware submission time
` [RFC 26/39] drm/i915: Added immediate submission override to scheduler
` [RFC 27/39] drm/i915: Add sync wait support "
` [RFC 28/39] drm/i915: Connecting execbuff fences "
` [RFC 29/39] drm/i915: Added trace points "
` [RFC 30/39] drm/i915: Added scheduler queue throttling by DRM file handle
` [RFC 31/39] drm/i915: Added debugfs interface to scheduler tuning parameters
` [RFC 32/39] drm/i915: Added debug state dump facilities to scheduler
` [RFC 33/39] drm/i915: Add early exit to execbuff_final() if insufficient ring space
` [RFC 34/39] drm/i915: Added scheduler statistic reporting to debugfs
` [RFC 35/39] drm/i915: Added seqno values to scheduler status dump
` [RFC 36/39] drm/i915: Add scheduler support functions for TDR
` [RFC 37/39] drm/i915: GPU priority bumping to prevent starvation
` [RFC 38/39] drm/i915: Enable GPU scheduler by default
` [RFC 39/39] drm/i915: Allow scheduler to manage inter-ring object synchronisation

nf_conntrack: falling back to vmalloc
 2015-07-17 14:34 UTC  (3+ messages)

Requesting for freeze exception for RMRR
 2015-07-17 14:33 UTC  (12+ messages)

[PATCHv2 0/9] SDR transmitter API
 2015-07-17 14:32 UTC  (5+ messages)
` [PATCHv2 1/9] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDR
` [PATCHv2 8/9] hackrf: add support for transmitter

[meta-fsl-ppc][PATCH 1/3] mux-server: fetch from git instead of local tarball
 2015-07-17 14:33 UTC  (3+ messages)

[PATCH v2 00/20] xen/arm64: Add support for 64KB page
 2015-07-17 14:32 UTC  (7+ messages)
` [PATCH v2 12/20] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux

[PATCH] oeqa/runtime: Added skip condition to kernel module test
 2015-07-17 14:32 UTC  (3+ messages)

[Buildroot] [PATCH] gcc: add gcc 5.2.0
 2015-07-17 14:32 UTC  (8+ messages)

[RFC PATCH v4 0/3] Make eBPF programs output data to perf event
 2015-07-17 14:32 UTC  (3+ messages)
` [RFC PATCH v4 1/3] tracing/events: Fix wrong sample output by storing array length instead of size

[RFC 0/9] Convert requests to use struct fence
 2015-07-17 14:31 UTC  (10+ messages)
` [RFC 1/9] staging/android/sync: Support sync points created from dma-fences
` [RFC 2/9] android: add sync_fence_create_dma
` [RFC 3/9] drm/i915: Convert requests to use struct fence
` [RFC 4/9] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [RFC 5/9] drm/i915: Add per context timelines to fence object
` [RFC 6/9] drm/i915: Delay the freeing of requests until retire time
` [RFC 7/9] drm/i915: Interrupt driven fences
` [RFC 8/9] drm/i915: Updated request structure tracing
` [RFC 9/9] drm/i915: Add sync framework support to execbuff IOCTL

[Buildroot] [PATCH 1/2] gcc: bump 5.x series to version 5.2.0
 2015-07-17 14:31 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] gcc/libmudflap: also unavailable for gcc 5.x

[PATCH 00/18] KVM: ARM64: Add guest PMU support
 2015-07-17 14:42 UTC  (6+ messages)
` [PATCH 07/18] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH 10/18] KVM: ARM64: Add reset and access handlers for PMCCNTR_EL0 register

[Qemu-devel] [PATCH v2] target-arm: kvm: Differentiate registers based on write-back levels
 2015-07-17 14:29 UTC  (3+ messages)
  `  "

[GIT PULL] policycoreutils: fix PEP8 issues
 2015-07-17 14:28 UTC 

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-17 14:28 UTC  (12+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2015-07-17 14:27 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: beautify supported routing algorithm list
 2015-07-17 14:25 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-07-17 14:25 UTC 

[net-next 00/14][pull request] Intel Wired LAN Driver Updates 2015-07-17
 2015-07-17 14:25 UTC  (15+ messages)
` [net-next 01/14] clarify implementation of ethtool's get_ts_info op
` [net-next 02/14] freescale: remove incorrect copied comment
` [net-next 03/14] bnx2x: only report most generic filters in get_ts_info
` [net-next 04/14] i40e: only report "
` [net-next 05/14] igb: "
` [net-next 06/14] ixgbe: "
` [net-next 07/14] siena: "
` [net-next 08/14] dp83640: only report generic filters in ts_info
` [net-next 09/14] igb: Pull timestamp from fragment before adding it to skb
` [net-next 10/14] ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_frag
` [net-next 11/14] ixgbe: Specify Rx hash type WRT Rx desc RSS type
` [net-next 12/14] ixgbevf: Set Rx hash type for ingress packets
` [net-next 13/14] ixgbe: Don't report flow director filter's status
` [net-next 14/14] igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetect

[U-Boot] [PATCH 0/4] sunxi: nand: Basic NAND driver with SPL support
 2015-07-17 14:25 UTC  (4+ messages)
` [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL

[PATCH] [trivial] treewide: Fix double words in Kconfig
 2015-07-17 14:25 UTC  (2+ messages)

[v9][PATCH 00/16] Fix RMRR
 2015-07-17 14:24 UTC  (4+ messages)
` [v9][PATCH 06/16] hvmloader/pci: disable all pci devices conflicting with rdm

[PATCH RFC V4 0/4] per event callgrap and time support
 2015-07-17 14:24 UTC  (4+ messages)
` [PATCH RFC V4 1/4] perf,tools: introduce callgraph_set for callgraph option

[Qemu-devel] [PATCH v2 0/2] block: warn about aio=native if libaio is unavailable
 2015-07-17 14:23 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] raw-posix: warn about BDRV_O_NATIVE_AIO "
` [Qemu-devel] [PATCH v2 2/2] blockdev: always compile in -drive aio= parsing

[PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
 2015-07-17 14:22 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] dm: Export function dm_suspend_md()

reading fw_stats: Connection timed out
 2015-07-17 14:22 UTC 

[PATCH] userdiff: add support for Fountain documents
 2015-07-17 14:21 UTC 

RFC on deprivileged x86 hypervisor device models
 2015-07-17 14:20 UTC  (2+ messages)

[PATCH] pynfs: reduce code duplication
 2015-07-17 14:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] AioContext: ctx->dispatching is dead, all hail ctx->notify_me
 2015-07-17 14:18 UTC  (7+ messages)

[PATCH i-g-t v3] Android.mk: Disable tools that do not build for android
 2015-07-17 14:18 UTC  (2+ messages)

[PATCH] Doc: trace: Fix typo in coresight.txt
 2015-07-17 14:18 UTC  (3+ messages)

[PATCH nf-next v2] netfilter: nf_ct_sctp: minimal multihoming support
 2015-07-17 14:17 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: list supported and configured routing algorithms
 2015-07-17 14:17 UTC 

[Qemu-devel] [PATCH 0/4] vhost-user: protocol updates
 2015-07-17 14:16 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] Revert "vhost-user: add multi queue support"
  ` [Qemu-devel] [PATCH for-2.4 "
` [Qemu-devel] [PATCH 2/4] vhost-user: refactor ioctl translation
` [Qemu-devel] [PATCH 3/4] vhost-user: add protocol feature negotiation
` [Qemu-devel] [PATCH 4/4] vhost-user: unit test for new messages

[meta-networking][PATCH] opensaf: Fix warning and add systemd service files
 2015-07-17 14:15 UTC  (3+ messages)
` [meta-networking][PATCH] opensaf: Add PACKAGECONFIG for openhpi

[Buildroot] [PATCH 1/1] package/boost: boost-filesystem needs wchar
 2015-07-17 14:15 UTC 

[Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2015-07-14
 2015-07-17 14:13 UTC  (2+ messages)

[PATCH v4 00/17] Add ITS support
 2015-07-17 14:12 UTC  (4+ messages)
` [PATCH v4 07/17] xen/arm: ITS: Add virtual ITS commands support

[PATCH net-next 1/1] hv_netvsc: Wait for sub-channels to be processed during probe
 2015-07-17 14:12 UTC  (2+ messages)

[Qemu-devel] [PATCH] Merge memory_region_init_reservation() into memory_region_init_io()
 2015-07-17 14:11 UTC 

Need a pairing decrement if pm_runtime_get_sync() fails?
 2015-07-17 14:12 UTC  (3+ messages)

[RFC 0/9] i2c: slave: improve i2c client address spaces and their DT support
 2015-07-17 14:11 UTC  (22+ messages)
  ` [RFC 1/9] i2c: tegra: implement slave mode
  ` [RFC 2/9] dt-bindings: add header for generic I2C flags in bindings
  ` [RFC 3/9] i2c: add a flag to mark clients as slaves
  ` [RFC 6/9] i2c: make address check indpendent from client struct
  ` [RFC 8/9] i2c: take address space into account when checking for used addresses
  ` [RFC 9/9] dts: tegra: WIP: hack dts to test new dt flags for i2c
` [RFC 4/9] i2c: apply address offset for slaves, too
` [RFC 5/9] i2c: rename address check functions
` [RFC 7/9] i2c: apply DT flags when probing

linux-next: build warnings after merge of the regmap tree
 2015-07-17 14:11 UTC  (5+ messages)
    ` [PATCH 1/2] mfd: Fixup clients of multi_reg_write/register_patch
    ` [PATCH 2/2] ASoC: wm5110: Use reg_sequence for multi_reg_write/register_patch

[meta-fsl-ppc][PATCH v2] mux-server: deploy the binary as it is standalone
 2015-07-17 14:10 UTC 

[PATCH] xen: arm: gic-v3: avoid \n in the middle of log messages
 2015-07-17 14:10 UTC  (2+ messages)

3.18.17 Xen regression
 2015-07-17 14:09 UTC  (3+ messages)

[PATCH 1/5] drivers: staging: rtl8192u: fixing coding style issues in r8192U_core.c
 2015-07-17 13:59 UTC  (3+ messages)
` [PATCH 4/5] drivers: staging: rtl8192u: included linux/uaccess.h instead of asm/uaccess.h
` [PATCH 5/5] drivers: staging: rtl8192u: fixed coding style issues in r8192U_core.c

[PATCH 0/3] IRQ trivial clarifications
 2015-07-17 14:06 UTC  (6+ messages)
` [PATCH 1/3] x86, irq: Rename VECTOR_UNDEFINED and VECTOR_RETRIGGERED to IRQ_*

[PATCH for 4.6] xen/tools: Widen the machine_irq in xc_domain_*bind_pt_irq_int
 2015-07-17 14:06 UTC 

iwlwifi: Microcode SW error detected. Restarting 0x2000000
 2015-07-17 14:06 UTC  (3+ messages)

[PATCH v2 1/4] [media] tc358743: register v4l2 asynchronous subdevice
 2015-07-17 14:06 UTC  (4+ messages)
` [PATCH v2 3/4] [media] tc358743: support probe from device tree

[PATCH] mm-move-mremap-from-file_operations-to-vm_operations_struct-fix
 2015-07-17 14:06 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.