All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-15 02:00:02 to 2017-05-15 04:07:39 UTC [more...]

[xen-unstable test] 109418: regressions - FAIL
 2017-05-15  4:07 UTC 

[PATCH v2 1/3] sched/deadline: Zero out positive runtime after throttling constrained tasks
 2017-05-15  4:07 UTC  (9+ messages)
` [PATCH v2 2/3] sched/deadline: Throttle the task when missing its deadline

[Qemu-devel] [PATCH V4 00/12] Add COLO-proxy virtio-net support
 2017-05-15  4:05 UTC  (16+ messages)
` [Qemu-devel] [PATCH V4 01/12] net: Add vnet_hdr_len related arguments in NetClientState
` [Qemu-devel] [PATCH V4 02/12] net/filter-mirror.c: Add new option to enable vnet support for filter-mirror
` [Qemu-devel] [PATCH V4 03/12] net/filter-mirror.c: Make filter_mirror_send support vnet support
` [Qemu-devel] [PATCH V4 04/12] net/filter-mirror.c: Add new option to enable vnet support for filter-redirector
` [Qemu-devel] [PATCH V4 05/12] net/net.c: Add vnet_hdr support in SocketReadState
` [Qemu-devel] [PATCH V4 06/12] net/colo-compare.c: Add new option to enable vnet support for colo-compare
` [Qemu-devel] [PATCH V4 07/12] net/colo.c: Make vnet_hdr_len as packet property

[PATCH] selftests/vm: Fix test for virtual address range mapping for arm64
 2017-05-15  4:01 UTC  (3+ messages)

[PATCH v7 00/10] refactor the filter process code into a reusable module
 2017-05-15  4:02 UTC  (4+ messages)
` [PATCH v7 04/10] convert: move packet_write_line() into pkt-line as packet_writel()

[PATCH 1/5] examples/l3fwd: extract arch independent code from multi hash lookup
 2017-05-15  4:01 UTC  (11+ messages)
` [PATCH v4 0/8] accelerate examples/l3fwd with NEON on ARM64 platform
  ` [PATCH v4 1/8] examples/l3fwd: extract arch independent code from multi hash lookup
  ` [PATCH v4 2/8] examples/l3fwd: rename l3fwd_em_sse.h to l3fwd_em_sequential.h
  ` [PATCH v4 3/8] examples/l3fwd: extract common code from multi packet send
  ` [PATCH v4 4/8] examples/l3fwd: rearrange the code for lpm_l3fwd
  ` [PATCH v4 5/8] arch/arm: add vcopyq_laneq_u32 for old version of gcc
  ` [PATCH v4 6/8] examples/l3fwd: add neon support for l3fwd
  ` [PATCH v4 7/8] examples/l3fwd: add the times of hash multi-lookup for different Archs
  ` [PATCH v4 8/8] examples/l3fwd: change the guard macro name for header file

linux-next: build warning after merge of the akpm-current tree
 2017-05-15  4:02 UTC  (2+ messages)

[PATCH v4] send-email: --batch-size to work around some SMTP server limit
 2017-05-15  3:59 UTC  (2+ messages)

Low memory killer problem
 2017-05-15  3:58 UTC 

[PATCH v7 0/7] Introduce ZONE_CMA
 2017-05-15  3:57 UTC  (12+ messages)

[U-Boot] [PATCH] ARMv8/sec_firmware : Update chosen/kaslr-seed
 2017-05-15  3:57 UTC  (2+ messages)

[PATCH 0/3] interpret-trailers + commit -v bugfix
 2017-05-15  3:55 UTC  (12+ messages)
  ` [PATCH] interpret-trailers: obey scissors lines

[PATCH 1/5] Revert "ACPI / button: Remove lid_init_state=method mode"
 2017-05-15  3:55 UTC  (12+ messages)
` [PATCH v2 4/5] ACPI: button: Always notify kernel space using _LID returning value
` [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

[PATCH] acpi: enlarge NUM_FIXMAP_ACPI_PAGES to support larger scale boards
 2017-05-15  3:54 UTC 

[U-Boot] USB2.0 device timeout issue
 2017-05-15  3:51 UTC  (3+ messages)
  ` [U-Boot] [EXT] "

[PATCH v2] builtin/log: honor log.decorate
 2017-05-15  3:48 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] eventdev: clarify atomic and ordered queue config
 2017-05-15  3:44 UTC  (2+ messages)

RFC - Raid error detection and auto-recovery (was Fault tolerance with badblocks)
 2017-05-15  3:43 UTC  (2+ messages)

[PATCH] event/sw: add queue-to-port stats
 2017-05-15  3:38 UTC  (2+ messages)

[RFC PATCH 0/6] drm/i915/gvt: dma-buf support for GVT-g
 2017-05-15  3:36 UTC  (17+ messages)
` [RFC PATCH 6/6] drm/i915/gvt: support QEMU getting the dmabuf

[PATCH 1/2] powerpc/powernv: Add config option for removal of memory
 2017-05-15  3:34 UTC  (8+ messages)
` [PATCH 2/2] v1 powerpc/powernv: Enable removal of memory for in memory tracing

[U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes
 2017-05-15  3:28 UTC  (46+ messages)
  ` [U-Boot] [PATCH 01/22] mmc: split mmc_startup()
  ` [U-Boot] [PATCH 02/22] mmc: move the MMC startup for version above v4.0 in a separate function
  ` [U-Boot] [PATCH 03/22] mmc: make ext_csd part of struct mmc
  ` [U-Boot] [PATCH 04/22] mmc: add a function to read and test the ext csd (mmc >= 4)
  ` [U-Boot] [PATCH 05/22] mmc: introduces mmc modes
  ` [U-Boot] [PATCH 06/22] mmc: Add a fonction to dump the mmc capabilities
  ` [U-Boot] [PATCH 07/22] mmc: use mmc modes to select the correct bus speed
  ` [U-Boot] [PATCH 08/22] cmd: mmc: display the mode name and current bus speed in the mmc info
  ` [U-Boot] [PATCH 09/22] mmc: refactor SD startup to make it easier to support new modes
  ` [U-Boot] [PATCH 10/22] mmc: refactor MMC "
  ` [U-Boot] [PATCH 11/22] mmc: make mmc_set_ios() return status
  ` [U-Boot] [PATCH 12/22] mmc: Enable signal voltage to be selected from mmc core
  ` [U-Boot] [PATCH 13/22] mmc: Add a new callback function to enable/disable vdd
  ` [U-Boot] [PATCH 14/22] mmc: add power cyle support in mmc core
  ` [U-Boot] [PATCH 15/22] mmc: add a new mmc parameter to disable mmc clock
  ` [U-Boot] [PATCH 16/22] mmc: disable the mmc clock during power off
  ` [U-Boot] [PATCH 17/22] mmc: Add a execute_tuning() callback to the mmc operations
  ` [U-Boot] [PATCH 18/22] mmc: add HS200 support in MMC core
  ` [U-Boot] [PATCH 19/22] mmc: Add a new callback function to check if the card is busy
  ` [U-Boot] [PATCH 20/22] mmc: Add support for UHS modes
  ` [U-Boot] [PATCH 21/22] mmc: Change mode when switching to a boot partition
  ` [U-Boot] [PATCH 22/22] mmc: Retry some MMC cmds on failure

[U-Boot] [PATCH v2 0/5] usb: Extend ehci and ohci generic drivers
 2017-05-15  3:27 UTC  (12+ messages)
` [U-Boot] [PATCH v2 1/5] reset: add reset_request()
` [U-Boot] [PATCH v2 2/5] usb: host: add error path and remove callback in ehci-generic
` [U-Boot] [PATCH v2 3/5] usb: host: extend generic EHCI driver with PHY
` [U-Boot] [PATCH v2 4/5] usb: host: replace printf() by error() in ehci-generic
` [U-Boot] [PATCH v2 5/5] usb: host: extend generic OHCI with CLOCK, RESET and PHY

WireGuard recipes for OpenEmbedded
 2017-05-15  3:33 UTC  (3+ messages)

[PATCH] libnewt: 0.52.19 -> 0.52.20
 2017-05-15  3:20 UTC 

[PATCH 1/3] Fix ERROR: trailing statements should be on next line
 2017-05-15  3:20 UTC  (11+ messages)
` [PATCH 2/3] Fix ERROR: Macros with complex values should be enclosed in parentheses
` [PATCH 3/3] Fix ERROR: code indent should use tabs where possible

[Git 2.13.0] BUG: setup_git_env called without repository
 2017-05-15  3:18 UTC  (4+ messages)
` [PATCH] config: complain about --local outside of a git repo

[linux-lvm] on discards
 2017-05-15  3:16 UTC 

[Qemu-devel] [PATCH 0/3] Optimize filter-mirror and filter-rewriter
 2017-05-15  3:14 UTC  (2+ messages)

[PATCH 1/3] staging: iio: meter: Add the comment for mutex definition
 2017-05-15  3:10 UTC  (5+ messages)
` [PATCH v2 0/3] coding style warnings fixes
  ` [PATCH v2 3/3] staging: iio: meter: Replace symbolic permissions with octal permissions

[PATCH v4 0/2] Add PCIe host driver support for Mediatek SoCs
 2017-05-15  3:09 UTC  (12+ messages)
` [PATCH v4 1/2] PCI: mediatek: Add Mediatek PCIe host controller support
` [PATCH v4 2/2] dt-bindings: pcie: Add documentation for Mediatek PCIe

[PATCH 1/3] drm/amdgpu: change default of amdgpu_vram_page_split to 512
 2017-05-15  3:06 UTC  (5+ messages)
` [PATCH 3/3] drm/amdgpu: cleanup adjust_mc_addr handling

[U-Boot] [PATCH] sandbox: Fix comparison of unsigned enum expression warning
 2017-05-15  3:03 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Introduce secure boot for Baytrail
 2017-05-15  3:03 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] x86: congatec: add secureboot enabled defconfig for conga-qeval20-qa3-e3845
` [U-Boot] [PATCH 2/5] x86: baytrail: Add fsp-header verification for secure boot fsp
` [U-Boot] [PATCH 3/5] x86: baytrail: secureboot: Add functions for verification of u-boot
` [U-Boot] [PATCH 4/5] tools: add secure_boot_helper.py
` [U-Boot] [PATCH 5/5] doc: x86: Add section about secure boot on Baytrail

[Buildroot] [autobuild.buildroot.net] Build results for 2017-05-11
 2017-05-15  3:03 UTC  (6+ messages)

[U-Boot] [PATCH v2 00/71] dm: Add support for a 'live' device tree
 2017-05-15  3:03 UTC  (4+ messages)
` [U-Boot] [PATCH v2 05/71] dm: Add a function to create "

[U-Boot] [PATCH v2] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD
 2017-05-15  3:03 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] sunxi: video: Add support for TV (composite) output on H3/H5
 2017-05-15  3:03 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] sunxi: video: Split out TVE code
` [U-Boot] [PATCH 3/3] sunxi: video: Add H3/H5 TV out driver

[U-Boot] [PATCH v5 00/14] STiH410-B2260: add reset, usb and fastboot support
 2017-05-15  3:03 UTC  (21+ messages)
` [U-Boot] [PATCH v5 01/14] mmc: sti_sdhci: Rework sti_mmc_core_config()
` [U-Boot] [PATCH v5 02/14] ARM: dts: stih410-family: Add missing reset_names for mmc1 node
` [U-Boot] [PATCH v5 03/14] mmc: sti_sdhci: Use reset framework
` [U-Boot] [PATCH v5 06/14] usb: dwc3: Add dwc3 glue driver support for STi
` [U-Boot] [PATCH v5 07/14] board: STiH410-B2260: add OHCI and XHCI related defines
` [U-Boot] [PATCH v5 08/14] board: STiH410-B2260: add fastboot support
` [U-Boot] [PATCH v5 09/14] STiH410-B2260: enable USB Host Networking
` [U-Boot] [PATCH v5 11/14] ARM: DTS: STiH410: rework ehci nodes
` [U-Boot] [PATCH v5 13/14] ARM: DTS: STiH410: rework ohci nodes
` [U-Boot] [PATCH v5 14/14] STiH410-B2260: enable USB, fastboot, reset related flags

[U-Boot] [PATCH 1/5 v2] dm: device_remove: Don't return in device_chld_remove() upon error
 2017-05-15  3:02 UTC  (6+ messages)
` [U-Boot] [PATCH 5/5 v2] spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit

[U-Boot] [PATCH] rockchip: rk3036: clock: code clean
 2017-05-15  3:02 UTC  (2+ messages)

[U-Boot] [PATCH 5/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox
 2017-05-15  3:02 UTC  (6+ messages)
` [U-Boot] [PATCH] rockchip: rk3368: Set fdtfile

[U-Boot] [PATCH] rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
 2017-05-15  3:02 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode
 2017-05-15  3:02 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

linux-next: Tree for May 15
 2017-05-15  2:58 UTC 

[RFC 0/2] ethdev: add new attribute for signature match
 2017-05-14 19:50 UTC  (3+ messages)
` [RFC 1/2] rte_flow: add "
` [RFC 2/2] doc/guides/prog_guide: add new flow attribute

[PATCH] mtd: nand: add option to erase NAND blocks even if detected as bad
 2017-05-15  2:54 UTC  (16+ messages)

[Qemu-devel] [PATCH v2] net/rocker: Convert pci device .init() to .realize()
 2017-05-15  2:53 UTC 

QEMU serial still broken in -rc1
 2017-05-15  2:46 UTC 

[PATCH v2 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-05-15  2:43 UTC  (6+ messages)
` [PATCH v2 4/7] grep: add support for the PCRE v1 JIT API

[PATCH] kmod: don't load module unless req process has CAP_SYS_MODULE
 2017-05-15  2:42 UTC  (3+ messages)

[PATCH libdrm] amdgpu: add missing extern "C" headers
 2017-05-15  2:39 UTC  (5+ messages)

[PATCH libdrm] amdgpu: add missing extern "C" headers
 2017-05-15  2:39 UTC  (3+ messages)

[PATCH] ACPI / GED: use late init to allow other drivers init
 2017-05-15  2:36 UTC  (5+ messages)

[PATCH] driver/net: remove unnecessary macro for unused variables
 2017-05-15  2:31 UTC  (2+ messages)

[PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-05-15  2:35 UTC  (8+ messages)
` [PATCH v7 06/13] s390x/css: device support for s390-ccw passthrough
    ` [Qemu-devel] "
` [PATCH v7 09/13] vfio/ccw: get irqs info and set the eventfd fd
    ` [Qemu-devel] "

[U-Boot] [PATCH 01/15] armv7: Add workaround for USB erratum A-009008
 2017-05-15  2:34 UTC  (15+ messages)
` [U-Boot] [PATCH 02/15] armv7: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 03/15] armv7: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 04/15] armv7: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 05/15] armv8: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 06/15] armv8: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 07/15] armv8: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 08/15] USB: config: fix compiler problem for ls1021atwr
` [U-Boot] [PATCH 09/15] usb: dwc3: Add helper functions to enable snooping and burst settings
` [U-Boot] [PATCH 10/15] usb: ums: support multiple controllers using controller_index
` [U-Boot] [PATCH 11/15] config: ls1012aqds: Add USB EHCI support for ls1012aqds
` [U-Boot] [PATCH 12/15] armv8: Add workaround for USB erratum A-009008
` [U-Boot] [PATCH 13/15] armv8/fsl-layerscape: add dwc3 gadget driver support
` [U-Boot] [PATCH 14/15] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller
` [U-Boot] [PATCH 15/15] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue

[PATCH 1/2] net: add arm64 neon version of CRC compute APIs
 2017-05-15  2:32 UTC  (6+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 2/4] eal: move gcc version definition to common header
  ` [PATCH v5 3/4] net: add arm64 neon version of CRC compute APIs

[PATCH v3 0/3] Fix mdp device tree
 2017-05-15  2:31 UTC  (6+ messages)
` [PATCH v3 3/3] media: mtk-mdp: "

[PATCH v3 0/6] Add board support for TS-4600
 2017-05-15  2:30 UTC  (10+ messages)
` [PATCH v3 6/6] watchdog: ts4600: add driver for TS-4600 watchdog

Plan: BO move throttling for visible VRAM evictions
 2017-05-15  2:29 UTC  (9+ messages)

[Buildroot] libqmi and modem-manager
 2017-05-15  2:29 UTC  (4+ messages)

[PATCH 0/3] BUG() and "config --local" outside of repo
 2017-05-15  2:28 UTC  (4+ messages)
` [PATCH 1/3] usage.c: add BUG() function

[Buildroot] [autobuild.buildroot.net] Build results for 2017-05-10
 2017-05-15  2:27 UTC  (4+ messages)

[PATCH] net: socket: mark socket protocol handler structs as const
 2017-05-15  2:26 UTC 

[Buildroot] [PATCH 1/1] libqmi: move canonicalize_file_name()
 2017-05-15  2:26 UTC 

[PATCH v2] arm64: dts: ls1088a: Add TMU device tree support
 2017-05-15  2:25 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/net/rocker/rocker: Convert pci device .init() to .realize()
 2017-05-15  2:21 UTC  (3+ messages)

[PATCH] ARM: dts: imx28: add gpio-ranges for internal gpio controller
 2017-05-15  2:21 UTC  (7+ messages)

[PATCH 1/1] amdgpu: move asic id table to a separate file
 2017-05-15  2:20 UTC  (7+ messages)

[PATCH 1/4] usability: don't ask questions if no reply is required
 2017-05-15  2:18 UTC  (5+ messages)
` [PATCH v4 1/3] "

[PATCH] fixup! log: add exhaustive tests for pattern style options & config
 2017-05-15  2:18 UTC  (3+ messages)

[Bug 101044] I915 driver caused VGA got no ignal after plug-out then plug-in the VGA cable
 2017-05-15  2:13 UTC 

[PATCH 00/13] Get rid of DocBook
 2017-05-15  2:07 UTC  (5+ messages)
` [PATCH 03/13] docs: update old references for DocBook from the documentation

Superh warnings in -rc1
 2017-05-15  2:03 UTC 

[PATCH v2] libnl: 3.2.29 -> 3.3.0
 2017-05-15  2:01 UTC  (2+ messages)
` ✗ patchtest: failure for libnl: 3.2.29 -> 3.3.0 (rev2)

[PATCH][RESEND] ASoC: rsnd: add missing clocks/clock-names on Document
 2017-05-15  2:00 UTC  (2+ 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.