All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-23 16:04:41 to 2015-07-23 16:50:02 UTC [more...]

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2015-07-23 16:50 UTC 

Getting rid of invalid SYSCALL RSP under Xen?
 2015-07-23 16:49 UTC 

[PATCH] mm: Flush the TLB for a single address in a huge page
 2015-07-23 16:49 UTC  (11+ messages)

[PATCH] xen: arm: Document xenheap_megabytes limitation
 2015-07-23 16:49 UTC  (2+ messages)

[PATCH v3 00/32] Introduce HVM without dm and new boot ABI
 2015-07-23 16:49 UTC  (13+ messages)
` [PATCH v3 07/32] xen/x86: fix arch_set_info_guest for HVM guests

[Qemu-devel] [PATCH RFC 0/6] vhost-user: add migration log support
 2015-07-23 15:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC 6/6] vhost-user: document migration log

[PATCH] The VMXNET3 PMD can't receive packet suddenly after a lot of traffic coming in
 2015-07-23 16:49 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-07-23 16:48 UTC  (6+ messages)

[PATCH] libxc: Expose xc_reserved_device_memory_map to ARM too
 2015-07-23 16:47 UTC 

[RFT PATCH v3] PCI: move pci_read_bridge_bases to the generic PCI layer
 2015-07-23 16:47 UTC  (3+ messages)

[PATCH 00/11] Enable access to SPI NOR flash on Samsung Snow board
 2015-07-23 16:46 UTC  (6+ messages)
` [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size

[Buildroot] [PATCH 01/15] scancpan: adjust package name
 2015-07-23 16:47 UTC  (15+ messages)
` [Buildroot] [PATCH 02/15] perl-encode-locale: bump to version 1.05
` [Buildroot] [PATCH 03/15] perl-file-listing: fix dependencies
` [Buildroot] [PATCH 04/15] perl-http-cookies: "
` [Buildroot] [PATCH 05/15] perl-http-daemon: "
` [Buildroot] [PATCH 06/15] perl-http-message: bump to version 6.10
` [Buildroot] [PATCH 07/15] perl-http-negotiate: fix dependencies
` [Buildroot] [PATCH 08/15] perl-io-socket-ssl: bump to version 2.016
` [Buildroot] [PATCH 09/15] perl-mojolicious: bump to version 6.14
` [Buildroot] [PATCH 10/15] perl-net-http: bump to version 6.09
` [Buildroot] [PATCH 11/15] perl-net-ssleay: bump to version 1.70
` [Buildroot] [PATCH 12/15] perl-path-tiny: bump to version 0.072
` [Buildroot] [PATCH 13/15] perl-uri: bump to version 1.68
` [Buildroot] [PATCH 14/15] perl-www-robotrules: fix dependencies
` [Buildroot] [PATCH 15/15] perl-xml-libxml: bump to version 2.0121

[PATCH 0/5] x86: Unify SYSENTER setup and add a 64-bit SYSENTER stack
 2015-07-23 16:46 UTC  (9+ messages)
` [PATCH 2/5] x86/entry/64, entry: Set up a valid sysenter stack and prepare for 32-bit merge
` [PATCH 3/5] x86/entry: Merge 32-bit and 64-bit sysenter setup code

[PATCH WIP 00/43] New fast registration API
 2015-07-23 16:47 UTC  (12+ messages)
` [PATCH WIP 28/43] IB/core: Introduce new "
` [PATCH WIP 38/43] iser-target: Port to new memory "

[PATCH] raid0: data corruption when using trim
 2015-07-23 16:46 UTC  (7+ messages)

[PATCH v5 0/2] refs: cleanup and new behavior
 2015-07-23 16:44 UTC  (5+ messages)
` [PATCH 2/2] refs: loosen restriction on wildcard "*" refspecs

[PATCH] xfstests: add a flag for direct printing of test output
 2015-07-23 16:45 UTC 

[PATCH 00/10] nohz: Tick dependency mask v2
 2015-07-23 16:42 UTC  (11+ messages)
` [PATCH 01/10] nohz: Remove idle task special case
` [PATCH 02/10] nohz: Restart nohz full tick from irq exit
` [PATCH 03/10] nohz: Move tick_nohz_restart_sched_tick() above its users
` [PATCH 04/10] nohz: Remove useless argument on tick_nohz_task_switch()
` [PATCH 05/10] nohz: New tick dependency mask
` [PATCH 06/10] perf: Migrate perf to use new tick dependency mask model
` [PATCH 07/10] sched: Migrate sched "
` [PATCH 08/10] posix-cpu-timers: Migrate "
` [PATCH 09/10] sched-clock: "
` [PATCH 10/10] nohz: Remove task switch obsolete tick dependency check

[PATCH OSSTEST v3 00/13] Libvirt migration and HVM tests
 2015-07-23 16:45 UTC  (17+ messages)
` [PATCH OSSTEST v3 01/13] toolstack: save / restore check
` [PATCH OSSTEST v3 02/13] Introduce ts-saverestore-support-check
` [PATCH OSSTEST v3 05/13] toolstack: distinguish local and remote migration support
` [PATCH OSSTEST v3 06/13] sg-run-job: remove save/restore dependency on local "
` [PATCH OSSTEST v3 09/13] ts-debian-hvm-install: stub out libvirt + ovmf / rombios
` [PATCH OSSTEST v3 10/13] TestSupport: don't put kernel= in HVM config when using xl and libvirt
` [PATCH OSSTEST v3 11/13] make-flight: debian hvm tests with libvirt

[PATCH] The VMXNET3 PMD can't receive packet suddenly after a lot of traffic coming in. The root cause is due to mbuf allocation fail in vmxnet3_post_rx_bufs() and there is no error handling when it is called from vmxnet3_recv_pkts(). The RXD will not have "free" mbuf for it but the counter still increment. Finally, no packet can be received. This fix is allocate the mbuf first, if the allocation is failed, then don't receive any packet and the packet will remain in RXD to prevent any packet drop.If the allocation is sucess, the vmxnet3_post_rx_bufs() will call vmxnet3_renew_desc() and RXD will be renew inside
 2015-07-23 16:45 UTC  (4+ messages)
  ` [PATCH] The VMXNET3 PMD can't receive packet suddenly after a lot of traffic coming in. The root cause is due to mbuf allocation fail in vmxnet3_post_rx_bufs() and there is no error handling when it is called from vmxnet3_recv_pkts(). Th

post-receive: pub/scm/linux/kernel/git/joro/iommu
 2015-07-23 16:45 UTC 

[PATCH v7 0/2] mfd: flexcom: add a driver for Flexcom
 2015-07-23 16:42 UTC  (9+ messages)
` [PATCH v7 1/2] mfd: devicetree: add bindings for Atmel Flexcom
` [PATCH v7 2/2] mfd: atmel-flexcom: add a driver for Atmel Flexible Serial Communication Unit

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2015-07-23 16:45 UTC 

[PATCH] xfstests: Allow partial test names for ./check run
 2015-07-23 16:44 UTC 

registering for tracker.ceph.com
 2015-07-23 16:44 UTC  (2+ messages)

[PATCH v9 0/7] FPGA Manager Framework and Simple FPGA Bus
 2015-07-23 16:37 UTC  (8+ messages)
` [PATCH v9 5/7] staging: fpga manager core

[RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space
 2015-07-23 16:43 UTC  (12+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-07-23 16:43 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-07-23 16:42 UTC 

[PATCH v6 0/2] mfd: flexcom: add a driver for Flexcom
 2015-07-23 16:42 UTC  (9+ messages)
` [PATCH v6 2/2] mfd: atmel-flexcom: add a driver for Atmel Flexible Serial Communication Unit

[RFC PATCH perf/core v2 00/16] perf-probe --cache and SDT support
 2015-07-23 16:42 UTC  (8+ messages)
  `  "
          `  "

[PATCH 1/6] ASoC: Intel: Skylake: Add NHLT support to get BE config
 2015-07-23 16:41 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add NHLT support to get BE config" to the asoc tree

[PATCH 2/6] ASoC: Intel: Skylake: Add dsp and ipc init helpers
 2015-07-23 16:41 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add dsp and ipc init helpers" to the asoc tree

[PATCH] ASoC: rl6231: add pll preset table
 2015-07-23 16:41 UTC  (2+ messages)
` Applied "ASoC: rl6231: add pll preset table" to the asoc tree

[PATCH] ASoC: xtensa: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()
 2015-07-23 16:41 UTC  (2+ messages)
` Applied "ASoC: xtensa: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()" to the asoc tree

Updates to meta-browser (master) in 2015-07-23
 2015-07-23 16:41 UTC 

[PATCH] VT-d: add iommu=igfx_off option to workaround graphics issues
 2015-07-23 16:41 UTC  (10+ messages)

[PATCH v2 00/11] Qualcomm Shared Memory & RPM drivers
 2015-07-23 16:41 UTC  (7+ messages)
` [PATCH v2 05/11] mfd: devicetree: bindings: Add Qualcomm SMD based RPM DT binding

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-07-23 16:41 UTC 

[Buildroot] [PATCH] Add support for MIPS Codescape MTI GNU Linux toolchain
 2015-07-23 16:40 UTC  (2+ messages)

[PATCHv7 00/15] HDMI CEC framework
 2015-07-23 16:39 UTC  (5+ messages)
` [PATCHv7 14/15] cec: s5p-cec: Add s5p-cec driver

[meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi
 2015-07-23 16:38 UTC  (4+ messages)

[PATCH] diff-tree: do not show the sha1 of the given head with --quiet
 2015-07-23 16:38 UTC  (4+ messages)

page faults on machines with > 4TB memory
 2015-07-23 16:35 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-07-23 16:35 UTC 

Terms and Conditions
 2015-07-23 16:24 UTC 

[PATCH 1/7] ALSA: ac97: Add helper function to reset the AC97 device
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ALSA: ac97: Add helper function to reset the AC97 device" to the asoc tree

[PATCH 2/7] ASoC: ac97: Add support for resetting device before registration
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ASoC: ac97: Add support for resetting device before registration" to the asoc tree

[PATCH 3/7] ASoC: ad1980: Use core AC'97 reset helper
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ASoC: ad1980: Use core AC'97 reset helper" to the asoc tree

[PATCH 4/7] ASoC: stac9766: Use core reset helper
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ASoC: stac9766: Use core reset helper" to the asoc tree

[PATCH 5/7] ASoC: wm9705: Use core AC'97 reset helper
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ASoC: wm9705: Use core AC'97 reset helper" to the asoc tree

[PATCH 6/7] ASoC: wm9712: Use core AC'97 reset helper
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ASoC: wm9712: Use core AC'97 reset helper" to the asoc tree

[PATCH 7/7] ASoC: wm9713: Use core AC'97 reset helper
 2015-07-23 16:34 UTC  (2+ messages)
` Applied "ASoC: wm9713: Use core AC'97 reset helper" to the asoc tree

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-07-23 16:33 UTC 

management of non-PCI devices
 2015-07-23 16:33 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:master] 41a1d04b9d2006fdac5cab7680cff89915610944 BUILD SUCCESS
 2015-07-23 16:32 UTC 

Bug in Open CV receipt
 2015-07-23 16:30 UTC  (6+ messages)
` [oe] "
    ` [yocto] "

Stable backport request for new OVMF version
 2015-07-23 16:23 UTC  (10+ messages)

[PATCH 0/6] Mailbox: Provide support STi based platforms
 2015-07-23 16:31 UTC  (5+ messages)
` [PATCH 3/6] mailbox: Add support for ST's Mailbox IP

[RFC][PATCH] ipc: Use private shmem or hugetlbfs inodes for shm segments
 2015-07-23 16:28 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/frederic/linux-dynticks
 2015-07-23 16:30 UTC 

[PATCH 0/8] Add support for additional bq27xxx devices
 2015-07-23 16:27 UTC  (13+ messages)
` [PATCH 4/8] power: bq27x00_battery: Checkpatch fixes
` [PATCH 5/8] power: bq27x00_battery: Renaming for consistency
` [PATCH 6/8] power: bq27xxx_battery: Fix typos and change naming for state of charge functions
` [PATCH 7/8] power: bq27xxx_battery: Add support for additional bq27xxx family devices
` [PATCH 8/8] power: bq27xxx_battery: Cleanup health checking

[Xenomai] Unable to Read from Pipe
 2015-07-23 16:27 UTC  (7+ messages)

[PATCHv4 0/5] ethdev: add new API to retrieve RX/TX queue information
 2015-07-23 16:26 UTC  (6+ messages)
` [PATCHv4 1/5] "

[Buildroot] build libstdc++.so.6
 2015-07-23 16:25 UTC  (7+ messages)

[PATCH V3 0/3] da9062: Add DA9062 OnKey support using the existing DA9063 OnKey driver
 2015-07-23 16:17 UTC  (8+ messages)
` [rtc-linux] "
` [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey
  ` [rtc-linux] "
` [PATCH V3 2/3] onkey: da9063: Add DA9062 OnKey capability to DA9063 OnKey driver
  ` [rtc-linux] "
` [PATCH V3 1/3] mfd: da9062: Support for the DA9063 OnKey in the DA9062 core
  ` [rtc-linux] "

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-23 16:23 UTC  (12+ messages)
` [PATCH 6/7] selinux: Ignore security labels on user namespace mounts

drm: msm: run into issues
 2015-07-23 16:23 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/12] qemu-common.h/osdep.h refactoring
 2015-07-23 15:44 UTC  (2+ messages)

[PATCH 0/2] DRA7 DSP MMU config support
 2015-07-23 16:22 UTC  (6+ messages)
` [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

post-receive: pub/scm/linux/kernel/git/joro/iommu
 2015-07-23 16:22 UTC 

[RFC PATCH] tools lib traceevent: Allow setting an alternative symbol resolver
 2015-07-23 16:21 UTC  (2+ messages)

[PATCH v3 0/9] Port tag.c to use ref-filter APIs
 2015-07-23 16:20 UTC  (5+ messages)
` [PATCH v3 7/9] tag.c: use 'ref-filter' APIs
  ` [PATCH v3 9/9] tag.c: implement '--merged' and '--no-merged' options

[U-Boot] [PATCH] common/lcd_simplefb: Add support for 32bit organized framebuffers
 2015-07-23 16:21 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[PATCH] HID: update PenMount USB report descriptor so that only one button is reported
 2015-07-23 16:20 UTC  (2+ messages)
` [PATCH v2] "

[Xenomai] xenomai use for Raspberry Pi (ARM7) has error
 2015-07-23 16:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2015-07-23 16:18 UTC 

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2015-07-23 16:16 UTC 

[PATCH v7 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-23 16:15 UTC  (8+ messages)
` [PATCH v7 10/15] x86/altp2m: add remaining support routines
` [PATCH v7 13/15] x86/altp2m: XSM hooks for altp2m HVM ops

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2015-07-23 16:13 UTC 

raspberry Pi core-image-sato booted okay
 2015-07-23 16:13 UTC  (2+ messages)

[PATCHv2 0/3] regmap: Use different lockdep class for each regmap init call
 2015-07-23 16:12 UTC  (5+ messages)

[PATCH v2 0/2] Add Mediatek watchdog suspend resume and shutdown
 2015-07-23 16:12 UTC  (9+ messages)
` [PATCH v2 1/2] watchdog: add wdt suspend/resume support
` [PATCH v2 2/2] watchdog: add wdt shutdown callback to disable wdt if enabled

[PATCH] examples/l3fwd: increase lookup burst size to 8
 2015-07-23 16:12 UTC 

[Bug 93701] New: radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished
 2015-07-23 16:11 UTC  (2+ messages)
` [Bug 93701] "

[v4 00/17] Add VT-d Posted-Interrupts support
 2015-07-23 16:11 UTC  (7+ messages)
` [v4 11/17] vt-d: Add API to update IRTE when VT-d PI is used

[PATCH v2 0/4] mfd: Improve DT binding docs for max77686 and max77802
 2015-07-23 16:09 UTC  (5+ messages)
` [PATCH v2 3/4] mfd: Add DT binding for Maxim MAX77802 IC

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2015-07-23 16:08 UTC 

[PATCH net] bridge: stp: when using userspace stp stop kernel hello and hold timers
 2015-07-23 16:07 UTC  (2+ messages)
` [Bridge] "

[PATCH v2] hwmon: ads7828: Add devicetree documentation
 2015-07-23 16:07 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2015-07-23 16:07 UTC 

[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
 2015-07-23 16:05 UTC  (2+ messages)

[PATCH 0/5] ixgbe: fix mbuf release on RX and TX
 2015-07-23 16:05 UTC  (6+ messages)
` [PATCH 1/5] Revert "ixgbe: check mbuf refcnt when clearing a ring"
` [PATCH 2/5] ixgbe: fix comments on rx_queue fields
` [PATCH 3/5] ixgbe: fix bug on release of mbufs from queue
` [PATCH 4/5] ixgbe: rename tx queue release function for consistency
` [PATCH 5/5] ixgbe: remove awkward typecasts from ixgbe SSE PMD

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2015-07-23 16:04 UTC 

[PATCH v4 0/2] xen: sched/cpupool: more fixing of (corner?) cases
 2015-07-23 16:04 UTC  (3+ 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.