All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-21 14:27:29 to 2017-03-21 15:04:15 UTC [more...]

linux-next-20170320 break stmmac on dwmac-sunxi
 2017-03-21 14:49 UTC  (3+ messages)

[PATCH v3 0/2] wm8960: Relax bit clock computation
 2017-03-21 15:03 UTC  (6+ messages)
` [PATCH v3 1/2] ASoC: codec: wm8960: Refactor sysclk freq search
` [PATCH v3 2/2] ASoC: codec: wm8960: Relax bit clock computation

[PATCH v4 00/63] LLVM fixes
 2017-03-21 14:55 UTC  (5+ messages)

[PATCH 0/2] HID: Corsair Scimitar Pro RGB gaming mouse driver and support for other Corsair devices
 2017-03-21 13:46 UTC  (4+ messages)

[PATCH v2] HID: wacom: generic: Wacom mouse is only provided for opaque tablets
 2017-03-21 13:48 UTC  (2+ messages)

[PATCH nf 0/5] netfilter: nfnl_cthelper: fix some bugs
 2017-03-21 15:03 UTC  (12+ messages)
` [PATCH nf 2/5] netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max
` [PATCH nf 3/5] netfilter: drop const qualifier from struct nf_conntrack_expect_policy
` [PATCH nf 5/5] netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table

Post-Luminous feature work?
 2017-03-21 15:03 UTC 

[PATCH net 0/8] Mellanox mlx5 fixes 2017-03-21
 2017-03-21 14:41 UTC  (5+ messages)
` [PATCH net 7/8] net/mlx5e: Count GSO packets correctly
` [PATCH net 8/8] net/mlx5e: Count LRO "

Instability during large transfers
 2017-03-21 15:06 UTC  (5+ messages)

[PATCH 0/2] cpufreq: schedutil: Fix and optimization
 2017-03-21 15:02 UTC  (14+ messages)
` [RFC][PATCH 2/2] cpufreq: schedutil: Force max frequency on busy CPUs
  ` [RFC][PATCH v2 2/2] cpufreq: schedutil: Avoid decreasing frequency of "

Fixes that failed to backport to v4.11-rc1
 2017-03-21 15:02 UTC  (6+ messages)
  ` [PATCH] drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
  ` [PATCH] drm/i915: make context status notifier head be per engine

[U-Boot] [PATCH v1 00/41] Add PPv2.2 support to the mvpp2 ethernet driver and enable it for A7k/8k
 2017-03-21 15:02 UTC  (37+ messages)
` [U-Boot] [PATCH v1 01/41] bitops.h: Include bitsperlong.h as needed for GENMASK_ULL
` [U-Boot] [PATCH v1 08/41] net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
` [U-Boot] [PATCH v1 09/41] net: mvpp2: use "dma" instead of "phys" where appropriate
` [U-Boot] [PATCH v1 10/41] net: mvpp2: remove support for buffer header
` [U-Boot] [PATCH v1 11/41] net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
` [U-Boot] [PATCH v1 12/41] net: mvpp2: add and use accessors for TX/RX descriptors
` [U-Boot] [PATCH v1 13/41] net: mvpp2: add hw_version field in "struct mvpp2"
` [U-Boot] [PATCH v1 14/41] net: mvpp2: introduce an intermediate union for the TX/RX descriptors
` [U-Boot] [PATCH v1 15/41] net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
` [U-Boot] [PATCH v1 16/41] net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
` [U-Boot] [PATCH v1 17/41] net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
` [U-Boot] [PATCH v1 18/41] net: mvpp2: adapt mvpp2_defaults_set() "
` [U-Boot] [PATCH v1 19/41] net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2
` [U-Boot] [PATCH v1 20/41] net: mvpp2: handle register mapping and access "
` [U-Boot] [PATCH v1 21/41] net: mvpp2: handle misc PPv2.1/PPv2.2 differences
` [U-Boot] [PATCH v1 22/41] net: mvpp2: add AXI bridge initialization for PPv2.2
` [U-Boot] [PATCH v1 23/41] net: mvpp2: rework RXQ interrupt group "
` [U-Boot] [PATCH v1 24/41] net: mvpp2: adapt rxq distribution to PPv2.2
` [U-Boot] [PATCH v1 25/41] net: mvpp2: finally add the PPv2.2 compatible string
` [U-Boot] [PATCH v1 26/41] net: mvpp2: Add MDIO support for PPv2.2
` [U-Boot] [PATCH v1 27/41] net: mvpp2: Move probe function from MISC to ETH DM driver
` [U-Boot] [PATCH v1 28/41] net: mvpp2.c: Clear all buffer / descriptor areas before usage
` [U-Boot] [PATCH v1 29/41] net: mvpp2: Enable compilation for Armada 7K/8K platforms
` [U-Boot] [PATCH v1 30/41] arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K
` [U-Boot] [PATCH v1 31/41] arm64: mvebu: armada-7k/8k: Enable MVPP2 ethernet driver
` [U-Boot] [PATCH v1 32/41] net: mvpp2: Handle eth device naming in multi-CP case correctly
` [U-Boot] [PATCH v1 33/41] net: mvpp2: Add remove function that is called before the OS is started
` [U-Boot] [PATCH v1 34/41] net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
` [U-Boot] [PATCH v1 35/41] net: include/phy.h: Add new PHY interface modes
` [U-Boot] [PATCH v1 36/41] net: mvpp2: Add Group-of-Ports and Net-Compex configuration for PPv2.2
` [U-Boot] [PATCH v1 37/41] net: mvpp2: Enable PHY polling mode on PPv2.2
` [U-Boot] [PATCH v1 38/41] net: mvpp2: Configure SMI PHY address needed for PHY polling
` [U-Boot] [PATCH v1 39/41] net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
` [U-Boot] [PATCH v1 40/41] arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G
` [U-Boot] [PATCH v1 41/41] arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig

[RFC] xen/pvh: detect PVH after kexec
 2017-03-21 15:01 UTC  (11+ messages)

BUG: Seems un-initialed dst pointer received from algif_aead when outlen is zero
 2017-03-21 15:00 UTC  (4+ messages)

[PATCH v8 3/3] backlight arcxcnn add support for ArcticSand devices
 2017-03-21 14:58 UTC  (6+ messages)
  ` [PATCH] fix ptr_ret.cocci warnings

[PATCH v8] xen: Allow a default compiled-in command line using Kconfig
 2017-03-21 14:56 UTC  (3+ messages)

[U-Boot] [PATCH] imx: ventana: relax phy reset times
 2017-03-21 14:56 UTC  (2+ messages)

[PATCH] PCI: ACPI: Fix ThunderX PEM initialization
 2017-03-21 14:56 UTC  (14+ messages)

[PATCH v2 0/5] mm: support parallel free of memory
 2017-03-21 14:54 UTC  (7+ messages)

[GIT PULL] HID fixes for 4.11
 2017-03-21 14:37 UTC 

[PATCH] ACPI : Update platform device numa node based on _PXM method
 2017-03-21 14:54 UTC 

[PATCH v2 1/2] mmc: sdhci-acpi: Sync quirks with sdhci_intel_byt_* from sdhci-pci-core.c
 2017-03-21 14:54 UTC  (5+ messages)
` [PATCH v2 2/2] mmc: sdhci: intel: Disable runtime pm when the sdio_irq is enabled

[PATCH] net/thunderx: sync mailbox definitions with Linux PF driver
 2017-03-21 14:53 UTC  (4+ messages)

[RFC PATCH v2 0/2] fs: add AT_REPLACE flag for linkat()
 2017-03-21 14:51 UTC  (5+ messages)
` [RFC PATCH v2 1/2] fs: add AT_REPLACE flag for linkat() which replaces the target
` [RFC PATCH v2 2/2] Btrfs: add support for linkat() AT_REPLACE

[PATCH] MIPS: IRQ Stack: Unwind IRQ stack onto task stack
 2017-03-21 14:52 UTC  (3+ messages)

[PATCH v2 1/3] misc: tsl2550: Add OF device ID table
 2017-03-21 14:52 UTC  (3+ messages)
` [PATCH v2 3/3] eeprom: idt_89hpesx: "

renesas-drivers-2017-03-21-v4.11-rc3
 2017-03-21 14:40 UTC 

[PATCH 0/4] gpio: mvebu: Add PWM fan support
 2017-03-21 14:50 UTC  (6+ messages)
` [PATCH 1/4] gpio: mvebu: Add limited PWM support

stmmac still supporting spear600 ?
 2017-03-21 14:50 UTC  (6+ messages)

[PATCH v7 0/2] GPCv2 power gating driver
 2017-03-21 14:50 UTC  (6+ messages)
` [PATCH v7 1/2] dt-bindings: Add "
` [PATCH v7 2/2] soc/imx: "

[PATCH 0/3] can: m_can: Add driver support for M_CAN versions > v3.0.x
 2017-03-21 14:50 UTC  (5+ messages)
` [PATCH 2/3] can: m_can: Enable M_CAN IP version dependent initialization
` [PATCH 3/3] can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.x

[U-Boot] [PATCH] imx: ventana: fix GW5903 VDD_ARM rail
 2017-03-21 14:50 UTC 

Telit LE920A4 - aux/modem channels and events
 2017-03-21 14:49 UTC 

pulseaudio fails to start with kernel 4.11, caused by new snd_hdmi_lpe_audio module)
 2017-03-21 14:49 UTC  (8+ messages)
        ` [pulseaudio-discuss] "

[PATCH] brcmfmac: make PCIe bus support a separated module
 2017-03-21 14:48 UTC 

entering the error case of i2c-designware with a timeout at probe
 2017-03-21 14:48 UTC  (7+ messages)

[RFC] linkage: new macros for functions and data
 2017-03-21 14:48 UTC  (5+ messages)
` [PATCH v2 01/10] linkage: new macros for assembler symbols
  ` [PATCH v2 03/10] x86: assembly, use SYM_FUNC_END for functions

perf: Improve support for uncore JSON event lists
 2017-03-21 14:48 UTC  (4+ messages)
` [PATCH 10/13] perf, tools, stat: Output JSON MetricExpr metric

[[PATCH 4/6] protobuf-native: Enable shared libs
 2017-03-21 14:48 UTC  (3+ messages)

Multipath timeout
 2017-03-21 14:48 UTC 

[PATCH] Fix rate computation
 2017-03-21 14:48 UTC  (2+ messages)

[U-Boot] [PATCH] pmic: ltc3676: add regulator config function
 2017-03-21 14:47 UTC 

[refpolicy] dontaudit net_admin for SO_SNDBUFFORCE
 2017-03-21 14:46 UTC 

[PATCH net-next 1/1] netfilter: helper: Remove the rcu lock in nf_ct_helper_expectfn_find_by_name and nf_ct_helper_expectfn_find_by_symbol
 2017-03-21 14:36 UTC  (3+ messages)

[PATCH 0/4] perf annotate: Bugfixes
 2017-03-21 14:37 UTC  (10+ messages)
` [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent
` [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command

[PATCH 1/6] regulator: helpers: Add regmap set_soft_start helper
 2017-03-21 14:45 UTC  (6+ messages)
  ` [PATCH 2/6] regulator: helpers: Add regmap set_pull_down helper
  ` [PATCH 3/6] regulator: arizona-micbias: Add regulator driver for Arizona micbiases
  ` [PATCH 4/6] regulator: arizona-micbias: Add description of micbias binding
  ` [PATCH 5/6] mfd: arizona: Add support for new micbias regulators
` [PATCH 6/6] ASoC: "

[PATCH v9 00/15] ACPI platform MSI support and its example mbigen
 2017-03-21 14:45 UTC  (4+ messages)
` [PATCH v9 15/15] irqchip: mbigen: Add ACPI support

[PATCH 1/2] drivers/mempool: add stack mempool handler as driver
 2017-03-21 14:45 UTC  (6+ messages)

[refpolicy] sshd capability net_admin
 2017-03-21 14:44 UTC  (3+ messages)

[RFC libdrm 0/2] Replace the build system with meson
 2017-03-21 14:44 UTC  (2+ messages)

[PATCH] PCI: dwc: fix crash seen due to missing ops
 2017-03-21 14:43 UTC 

[PATCH] brcmfmac: update BRCMFMAC symbol description
 2017-03-21 14:43 UTC 

[PATCH v2 0/2] HID: hiddev: move hiddev's minor number and refactoring
 2017-03-21 14:25 UTC  (2+ messages)

[PATCH] HID: sony: Add touchpad support for Sony's NSG-MR5U and NSG-MR7U remotes
 2017-03-21 14:06 UTC  (2+ messages)

[PATCH] drivers: staging: vt6656: fixed coding style errors
 2017-03-21 14:34 UTC 

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-03-21 14:43 UTC  (10+ messages)
` [PATCH] drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW

[Qemu-devel] [PATCH 00/21] WIP: dump: add kaslr support (for after 2.9)
 2017-03-21 14:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH 03/21] object: fix potential leak in getters

[Qemu-devel] [PATCH] 9pfs: don't try to flush self and avoid QEMU hang on reset
 2017-03-21 14:42 UTC  (3+ messages)

Is contiguous hugepages memory still required in latest DPDKs?
 2017-03-21 14:41 UTC  (2+ messages)

[Bug 100242] radeon buffer allocation failure during startup of Factorio
 2017-03-21 14:41 UTC  (2+ messages)

[Buildroot] [PATCH] json-glib: bump version to 1.2.8
 2017-03-21 14:41 UTC 

[PATCH] MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUs
 2017-03-21 14:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v0] fsdev: QMP interface for throttling
 2017-03-21 14:38 UTC  (4+ messages)

[PATCH 0/5] Clarify GICC_PMR export format and remove struct vmcr
 2017-03-21 14:36 UTC  (4+ messages)
` [PATCH 5/5] KVM: arm/arm64: vgic: Get rid of struct vmcr for GICv2

[PATCH v5 net-next 2/9] net: stmmac: configure mtl rx and tx algorithms
 2017-03-21 14:35 UTC  (13+ messages)
` [v5,net-next,2/9] "

Interrest in a ASA-like packet tracer?
 2017-03-21 14:35 UTC  (2+ messages)

[PATCH v4 1/2] librte_net: add crc compute APIs
 2017-03-21 14:45 UTC  (4+ messages)
` [PATCH v5 0/2] librte_net: add crc computation support
  ` [PATCH v5 1/2] librte_net: add crc compute APIs
  ` [PATCH v5 2/2] test/test: add unit test for CRC computation

[PATCH 0/4] [V3] Fix some issues of kernel/image recipes
 2017-03-21 14:34 UTC  (5+ messages)
` [PATCH 1/4] kernel.bbclass: fix some incorrect inter-task dependencies
` [PATCH 2/4] kernel.bbclass: introduce INITRAMFS_IMAGE_NAME
` [PATCH 3/4] image.bbclass: remove initramfs bundle related code
` [PATCH 4/4] kernel-initramfs: add recipe

[PATCH] pci/sriov: Add an option to probe VFs or not before enabling SR-IOV
 2017-03-21 14:34 UTC  (10+ messages)

[PATCH 01/17] ls2080ardb: add MACHINEOVERRES fsl-lsch3/ls2080a
 2017-03-21 14:34 UTC  (3+ messages)
` [PATCH 05/17] ls1012ardb: add machine file

[PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant
 2017-03-21 14:33 UTC  (6+ messages)

[PATCH] crypto/scheduler: add mode specific option support
 2017-03-21 14:34 UTC  (2+ messages)

[v5 1/4] mmc: sdhci-cadence: Fix writing PHY delay
 2017-03-21 14:33 UTC  (8+ messages)
` [v5 2/4] dt-bindings: mmc: add description of PHY delays for sdhci-cadence
` [v5 3/4] mmc: sdhci-cadence: Update PHY delay configuration
` [v5 4/4] mmc: sdhci-cadence: refactor probe function

[PATCH nf v3 0/2] Fix invoking expectfn unloaded
 2017-03-21 14:20 UTC  (4+ messages)
` [PATCH nf v3 2/2] netfilter: helper: Fix possible panic caused by "

[PATCH] pci: dwc: hisi needs PCI_HOST_COMMON
 2017-03-21 14:32 UTC 

[PATCH v5] staging: Use buf_lock instead of mlock and Refactor code
 2017-03-21 14:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] configure: Warn about deprecated hosts
 2017-03-21 14:31 UTC 

[PATCH 0/4] drm/i915: Enable atomic for VLV/CHV
 2017-03-21 14:31 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[Qemu-devel] [Bug 1670175] [NEW] qemu-system-sparc64 with tribblix-sparc-0m16.iso ends with "panic - kernel: no nucleus hblk8 to allocate"
 2017-03-21 14:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 1670175] "

[PATCH] gpu: ipu-v3: add DRM dependency
 2017-03-21 14:31 UTC 

[PATCH V2] nvme-cli: fix nvme-list-ns documentation to match list_ns function
 2017-03-21 14:31 UTC  (2+ messages)

[PATCH 2/2] doc/SubmittingPatches: show how to get a CLI commit summary
 2017-03-21 14:21 UTC  (4+ messages)
` [PATCH v2 0/2] A couple of minor improvements
` [PATCH v2 1/2] doc/SubmittingPatches: clarify the casing convention for "area: change..."
` [PATCH v2 2/2] doc/SubmittingPatches: show how to get a CLI commit summary

[PATCH] hid: cp2112: select GPIOLIB_IRQCHIP instead of depending on it
 2017-03-21 14:30 UTC  (2+ messages)

[PATCH v2 0/2] wm8960: Relax bit clock computation
 2017-03-21 14:31 UTC  (8+ messages)
` [PATCH v2 2/2] ASoC: codec: "
    ` [alsa-devel] "

[PATCH v2 1/3] HID: asus: fix and generalize ambiguous preprocessor macros
 2017-03-21 14:29 UTC  (2+ messages)

[PATCH v7 0/4] i.MX7 PCI support
 2017-03-21 13:49 UTC  (3+ messages)
` [PATCH v7 2/4] PCI: imx6: Allow probe deferal by reset GPIO


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.