All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-12 08:43:39 to 2017-01-12 09:22:24 UTC [more...]

[xen-unstable test] 104131: regressions - FAIL
 2017-01-12 12:07 UTC  (4+ messages)

[PATCH v3 01/18] net/ixgbe: store TCP SYN filter
 2017-01-12  9:17 UTC  (30+ messages)
` [PATCH v4 00/18] net/ixgbe: Consistent filter API
  ` [PATCH v4 01/18] net/ixgbe: store TCP SYN filter
  ` [PATCH v4 02/18] net/ixgbe: store flow director filter
  ` [PATCH v4 03/18] net/ixgbe: store L2 tunnel filter
  ` [PATCH v4 04/18] net/ixgbe: restore n-tuple filter Add support for restoring n-tuple filter in SW
  ` [PATCH v4 05/18] net/ixgbe: restore ether type filter
  ` [PATCH v4 06/18] net/ixgbe: restore TCP SYN filter
  ` [PATCH v4 07/18] net/ixgbe: restore flow director filter
  ` [PATCH v4 08/18] net/ixgbe: restore L2 tunnel filter
  ` [PATCH v4 09/18] net/ixgbe: store and restore L2 tunnel configuration
  ` [PATCH v4 10/18] net/ixgbe: flush all the filters
  ` [PATCH v4 11/18] net/ixgbe: parse n-tuple filter
  ` [PATCH v4 12/18] net/ixgbe: parse ethertype filter
  ` [PATCH v4 13/18] net/ixgbe: parse TCP SYN filter check if the rule is a TCP SYN rule, and get the SYN info
  ` [PATCH v4 14/18] net/ixgbe: parse L2 tunnel filter check if the rule is a L2 tunnel rule, and get the L2 tunnel info
  ` [PATCH v4 15/18] net/ixgbe: parse flow director filter
  ` [PATCH v4 16/18] net/ixgbe: create consistent filter
  ` [PATCH v4 17/18] net/ixgbe: destroy "
  ` [PATCH v4 18/18] net/ixgbe: flush all the filter list
  ` [PATCH v5 00/18] net/ixgbe: Consistent filter API
    ` [PATCH v5 01/18] net/ixgbe: store TCP SYN filter
    ` [PATCH v5 02/18] net/ixgbe: store flow director filter
    ` [PATCH v5 03/18] net/ixgbe: store L2 tunnel filter
    ` [PATCH v5 04/18] net/ixgbe: restore n-tuple filter
    ` [PATCH v5 05/18] net/ixgbe: restore ether type filter
    ` [PATCH v5 06/18] net/ixgbe: restore TCP SYN filter
    ` [PATCH v5 07/18] net/ixgbe: restore flow director filter
    ` [PATCH v5 08/18] net/ixgbe: restore L2 tunnel filter
    ` [PATCH v5 09/18] net/ixgbe: store and restore L2 tunnel configuration

[PATCHv2 0/5] Support for Marvell switches with integrated CPUs
 2017-01-12  9:13 UTC  (8+ messages)
  ` [PATCHv3 3/5] pinctrl: mvebu: pinctrl driver for 98DX3236 SoC

[PATCH 1/7] staging:r8188eu: remove unused (GET|PUT)U32 macros
 2017-01-12  9:16 UTC  (6+ messages)
` [PATCH 3/7] staging:r8188eu: remove unused EOR macro
` [PATCH 4/7] staging:r8188eu: remove unused get_rxmem()
` [PATCH 5/7] staging:r8188eu: remove unused struct wifidirect_info and all corresponding code
` [PATCH 6/7] staging:r8188eu: remove unnecessary trace output in rtw_recv_indicatepkt()
` [PATCH 7/7] staging:r8188eu: remove unused rx_head member of struct recv_frame

GPU hang with kernel 4.10rc3
 2017-01-12  9:21 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH v2 00/29] introduce I/O device memory read/write operations
 2017-01-12  9:17 UTC  (31+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/29] eal: introduce I/O device memory barriers
  ` [PATCH v3 02/29] eal/x86: define I/O device memory barriers for IA
  ` [PATCH v3 03/29] eal/tile: define I/O device memory barriers for tile
  ` [PATCH v3 04/29] eal/ppc64: define I/O device memory barriers for ppc64
  ` [PATCH v3 05/29] eal/arm: separate smp barrier definition for ARMv7 and ARMv8
  ` [PATCH v3 06/29] eal/armv7: define I/O device memory barriers for ARMv7
  ` [PATCH v3 07/29] eal/arm64: fix memory barrier definition for arm64
  ` [PATCH v3 08/29] eal/arm64: define smp "
  ` [PATCH v3 09/29] eal/arm64: define I/O device memory barriers "
  ` [PATCH v3 10/29] eal: introduce I/O device memory read/write operations
  ` [PATCH v3 11/29] eal: generic implementation for I/O device read/write access
  ` [PATCH v3 12/29] eal: let all architectures use generic I/O implementation
  ` [PATCH v3 13/29] eal/arm64: override I/O device read/write access for arm64
  ` [PATCH v3 14/29] eal/arm64: change barrier definitions to macros
  ` [PATCH v3 15/29] crypto/qat: use eal I/O device memory read/write API
  ` [PATCH v3 16/29] net/bnxt: "
  ` [PATCH v3 17/29] net/bnx2x: "
  ` [PATCH v3 18/29] net/cxgbe: "
  ` [PATCH v3 19/29] net/e1000: "
  ` [PATCH v3 20/29] net/ena: "
  ` [PATCH v3 21/29] net/enic: "
  ` [PATCH v3 22/29] net/fm10k: "
  ` [PATCH v3 23/29] net/i40e: "
  ` [PATCH v3 24/29] net/ixgbe: "
  ` [PATCH v3 25/29] net/nfp: "
  ` [PATCH v3 26/29] net/qede: "
  ` [PATCH v3 27/29] net/thunderx: "
  ` [PATCH v3 28/29] net/virtio: "
  ` [PATCH v3 29/29] net/vmxnet3: "

[PATCH] conf/ucm: broxton: add broxton-rt298 conf files
 2017-01-12  9:20 UTC 

[PATCH 0/3] perf/x86/amd/uncore: Update AMD uncore driver
 2017-01-12  9:20 UTC  (3+ messages)
` [PATCH 2/3] perf/x86/amd/uncore: Dynamically allocate uncore counters

[PATCH 00/18] MTD-CFI: Fine-tuning for several function implementations
 2017-01-12  9:19 UTC  (4+ messages)
` [PATCH 03/18] mtd-cfi_cmdset_0001: Add some spaces for better code readability

Release Candidate Build for yocto-2.2.1.rc1 now available
 2017-01-12  9:20 UTC 

XmlFormatter: space isn't allowed in xml tag
 2017-01-12  9:20 UTC  (2+ messages)

[meta-oe][PATCH v2] nano: upgrade to 2.7.4
 2017-01-12  9:19 UTC 

[PATCH 0/4] ext4 inline cleanup patches
 2017-01-12  9:12 UTC  (2+ messages)

Any librados C API users out there?
 2017-01-12  9:19 UTC  (4+ messages)
    ` [ceph-users] "

[U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils
 2017-01-12  9:19 UTC  (2+ messages)

[Fuego] RFC: Fuego's version up and other changes
 2017-01-12  9:18 UTC  (7+ messages)

[PATCH v4 1/2] KVM: PPC: Add new capability to control MCE behaviour
 2017-01-12  9:17 UTC  (4+ messages)
` [PATCH v4 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[Qemu-devel] [Bug 1268671] [NEW] CentOS guest crashing due to assertion failure in qemu-char.c
 2017-01-12  8:56 UTC  (3+ messages)
` [Qemu-devel] [Bug 1268671] "

[PATCH RESEND] splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE
 2017-01-12  9:16 UTC  (3+ messages)

[PATCH] wext: handle NULL exta data in iwe_stream_add_point better
 2017-01-12  9:16 UTC  (5+ messages)

net/i40e: TX descriptor is not done
 2017-01-12  9:14 UTC 

[PATCH i-g-t rfc 00/29] lib/igt_kms: Implement dynamic plane count support
 2017-01-12  9:14 UTC  (3+ messages)
` [PATCH i-g-t rfc 01/29] lib/igt_debugfs: Prevent buffer overflow

[PATCH] qemu: Upgrade to 2.8.0
 2017-01-12  9:11 UTC  (3+ messages)

[PATCH/RFC v2 net-next] ravb: unmap descriptors when freeing rings
 2017-01-12  9:11 UTC  (3+ messages)

[PATCH v7 0/4] arm64: arch_timer: Add workaround for hisilicon-161601 erratum
 2017-01-12  9:11 UTC  (4+ messages)

[LTP] [RFC] [PATCH] safe_macros: Add fallback pwrite() and pread() declarations
 2017-01-12  9:10 UTC  (6+ messages)

[PATCH v6] rootfs: Modify RPM installation
 2017-01-12  9:08 UTC  (2+ messages)
` [PATCH v7] "

+ mm-vmscan-add-mm_vmscan_inactive_list_is_low-tracepoint.patch added to -mm tree
 2017-01-12  9:10 UTC  (9+ messages)

[PATCH v5 0/3] support DP MST audio
 2017-01-12  9:09 UTC  (7+ messages)

[PATCH] powerpc/mm: fix a hardcode on memory boundary checking
 2017-01-12  9:09 UTC 

[PATCH resend] swiotlb: ensure that page-sized mappings are page-aligned
 2017-01-12  9:09 UTC  (3+ messages)

[PATCH] [v2] net: qcom/emac: grab a reference to the phydev on ACPI systems
 2017-01-12  9:07 UTC  (2+ messages)

[PATCH 00/18] Support for radix guest and host on POWER9
 2017-01-12  9:07 UTC  (39+ messages)
` [PATCH 01/18] powerpc/64: Don't try to use radix MMU under a hypervisor
` [PATCH 02/18] powerpc/64: Fixes for the ibm,client-architecture-support options
  ` [PATCH 02/18] powerpc/64: Fixes for the ibm, client-architecture-support options
` [PATCH 03/18] powerpc/64: Always enable radix support for 64-bit Book 3S kernels
` [PATCH 04/18] powerpc/64: Enable use of radix MMU under hypervisor on POWER9
` [PATCH 05/18] powerpc/64: More definitions for POWER9
` [PATCH 06/18] powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
` [PATCH 07/18] powerpc/64: Make type of partition table flush depend on partition type
` [PATCH 08/18] KVM: PPC: Book3S HV: Don't try to signal cpu -1
` [PATCH 09/18] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
` [PATCH 10/18] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
` [PATCH 11/18] KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
` [PATCH 12/18] KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle "
` [PATCH 13/18] KVM: PPC: Book3S HV: Page table construction and page faults for "
` [PATCH 14/18] KVM: PPC: Book3S HV: MMU notifier callbacks "
` [PATCH 15/18] KVM: PPC: Book3S HV: Implement dirty page logging "
` [PATCH 16/18] KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
` [PATCH 17/18] KVM: PPC: Book3S HV: Enable radix guest support
` [PATCH 18/18] KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9

[PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
 2017-01-12  9:04 UTC  (3+ messages)

[PATCH v2] arm64: dts: r8a7795: salvator-x: Add DU0 and DU3 external dot clocks
 2017-01-12  9:04 UTC  (2+ messages)

[PATCH 0/4] Solarflare PMD link status and flow control fixes
 2017-01-12  9:03 UTC  (5+ messages)
` [PATCH 1/4] net/sfc: avoid usage of possibly uninitialized link_mode
` [PATCH 2/4] net/sfc: sync link status knowledge with HW on start
` [PATCH 3/4] net/sfc: report correct link status when port is not started
` [PATCH 4/4] net/sfc: fix flow control settings set on port start

[PATCH v4 0/8] Runtime PM for Thunderbolt on Macs
 2017-01-12  9:02 UTC  (5+ messages)
` [PATCH v4 3/8] PCI: Don't block runtime PM for Thunderbolt host hotplug ports

[PATCH 1/1] IB/ipoib: function interface change
 2017-01-12  9:01 UTC  (2+ messages)

[PATCH v5 0/4] drm/dp: Implement CRC debugfs API
 2017-01-12  8:58 UTC  (11+ messages)
` [PATCH v5 1/4] drm/bridge: analogix_dp: set connector to drm_dp_aux
` [PATCH v5 2/4] drm/dp: add helpers for capture of frame CRCs
` [PATCH v5 3/4] drm/bridge: analogix_dp: "
` [PATCH v5 4/4] drm/rockchip: Implement CRC debugfs API

[U-Boot] [RESEND] video: bcm2835: add support for reading from the video-mode environment variable
 2017-01-12  8:57 UTC 

[PATCH] drm: fix MMU dependencies
 2017-01-12  8:57 UTC 

[kernel-hardening] [RFC PATCH 08/19] kernel, mm: convert from atomic_t to refcount_t
 2017-01-12  8:57 UTC  (11+ messages)

[PATCH 1/1] usb: xhci: set RWE only for remote wakeup capable devices
 2017-01-12  8:53 UTC 

[Qemu-devel] [PATCH v2 0/2] memory: extend "info mtree" with flat view dump
 2017-01-12  8:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] memory: provide common macros for mtree_print_mr()

[PATCH v2 0/9] mmc: mmci: add support for STM32 SD controller
 2017-01-12  8:53 UTC  (6+ messages)
` [PATCH v2 8/9] DT: stm32f469-disco: add node for SDIO controller

New attempt at adding an disassembler to perf v2
 2017-01-12  8:52 UTC  (5+ messages)
` [PATCH 1/5] perf, tools: Add probing for xed

[LSF/MM TOPIC][LSF/MM ATTEND] NAPI polling for block drivers
 2017-01-12  8:52 UTC  (7+ messages)

[v2 0/2] test capability for remote task
 2017-01-12  8:52 UTC  (3+ messages)
` [v2 1/2] capability: export has_capability
` [v2 2/2] vfio iommu type1: fix the testing of capability for remote task

[PATCH RESEND] Staging: greybus: style fix, permissions as octal
 2017-01-12  8:51 UTC  (2+ messages)

GP106M+Intel Skylake, Kernel 4.10-rc3 : No display on HDMI or DP
 2017-01-12  8:51 UTC  (3+ messages)

[PATCH] drm/atomic: Add target_vblank support in atomic helpers
 2017-01-12  8:51 UTC  (7+ messages)
` [PATCH] drm/atomic: Add target_vblank support in atomic helpers (v2)

[rdma:k.o/for-4.11 15/22] include/linux/compiler.h:518:38: error: call to '__compiletime_assert_126' declared with attribute error: BUILD_BUG_ON failed: !is_power_of_2(RXE_BUF_PER_MAP)
 2017-01-12  8:50 UTC 

wl1251 & mac address & calibration data
 2017-01-12  8:50 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 00/47] Switch all subdirs over to modular trace.h file
 2017-01-12  8:48 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 02/47] trace: switch io/ directory "

Added 802.15.4 support Scapy packet generator
 2017-01-12  8:48 UTC 

[Qemu-devel] [PATCH] ppc/prep: update MAINTAINERS file
 2017-01-12  8:47 UTC 

[PATCH v2] greybus: checkpatch: Change parameter type unsigned to unsigned int
 2017-01-12  8:47 UTC  (4+ messages)
` [PATCH v3] staging: "

[PATCH] drm/i915: check ppgtt validity when init reg state
 2017-01-12  8:47 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: check ppgtt validity when init reg state (rev2)

[PATCH] clk: qcom: gdsc: Fix handling of hw control enable/disable
 2017-01-12  8:47 UTC  (6+ messages)

[PATCH 4.9 000/116] 4.9.2-stable review
 2017-01-12  8:45 UTC  (10+ messages)
` [PATCH 4.9 003/116] rtlwifi: Fix enter/exit power_save


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.