All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-30 17:51:40 to 2017-01-30 18:41:11 UTC [more...]

Searching new home for ath[59]k-devel mailing lists
 2017-01-30 18:40 UTC  (5+ messages)

[PATCH 02/14] drm/exynos: use atomic_dec_not_zero()
 2017-01-30 18:39 UTC  (2+ messages)

[PATCH 03/14] drm/omap: use atomic_dec_not_zero()
 2017-01-30 18:40 UTC 

[PATCH 00/14] use atomic_dec_not_zero()
 2017-01-30 18:39 UTC  (2+ messages)

[PATCH 01/14] locking/atomic: import atomic_dec_not_zero()
 2017-01-30 18:39 UTC 

[GIT PULL] STM32 DT changes for v4.11 #1 V2
 2017-01-30 18:39 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/6] qemu-img: improve convert & dd commands
 2017-01-30 18:39 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 3/6] qemu-img: add support for -n arg to dd command
` [Qemu-devel] [PATCH v1 6/6] qemu-img: copy *key-secret opts when opening newly created files

[PATCH 00/24] linux/eal: Remove most causes of panic on init
 2017-01-30 18:38 UTC  (6+ messages)
` [PATCH 25/25] rte_eal_init: add info about rte_errno codes

[PATCH v3 00/11] Fix for #10835 - WIC should not rely on hddimg creation for finding all needed artifacts
 2017-01-30 18:25 UTC  (8+ messages)
` [PATCH v3 01/11] image-wic: move wic code to image-wic.bbclass

[meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14
 2017-01-30 18:36 UTC  (9+ messages)
        ` ***SPAM*** "

[PATCH v3 00/24] drm/rockchip: MIPI fixes & improvements
 2017-01-30 18:20 UTC  (29+ messages)
` [PATCH v3 05/24] drm/rockchip: dw-mipi-dsi: fix generic packet status check
` [PATCH v3 06/24] drm/rockchip: dw-mipi-dsi: avoid out-of-bounds read on tx_buf
` [PATCH v3 07/24] drm/rockchip: dw-mipi-dsi: include bad value in error message
` [PATCH v3 08/24] drm/rockchip: dw-mipi-dsi: respect message flags
` [PATCH v3 09/24] drm/rockchip: dw-mipi-dsi: only request HS clock when required
` [PATCH v3 24/24] drm/rockchip: dw-mipi-dsi: support read commands

[PATCH v3 0/5] Provide real domain names for Exynos power domain driver
 2017-01-30 18:36 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/2] board: add support for chiliBoard
 2017-01-30 18:36 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add Marcin Niestroj to all Grinn boards

[PATCH 0/4] drm/msm: cleanup gpu bindings
 2017-01-30 18:35 UTC  (12+ messages)
` [PATCH 1/4] drm/msm: remove qcom, gpu-pwrlevels bindings
        ` [PATCH 1/4] drm/msm: remove qcom,gpu-pwrlevels bindings
` [PATCH 2/4] drm/msm: drop qcom,chipid
` [PATCH 3/4] drm/msm: drop quirks binding
` [PATCH 4/4] drm/msm: drop _clk suffix from clk names

[GIT PULL] Amlogic 64-bit DT updates for v4.11
 2017-01-30 18:35 UTC 

ARM64: Disabling warnings about deprecated armv8 instructions
 2017-01-30 18:34 UTC  (13+ messages)

[PATCH v2 0/5] gpio: Add support for GPIO names for several ISA_BUS_API drivers
 2017-01-30 18:33 UTC  (6+ messages)
` [PATCH v2 1/5] gpio: 104-dio-48e: Add support for GPIO names
` [PATCH v2 2/5] gpio: 104-idi-48: "
` [PATCH v2 3/5] gpio: 104-idio-16: "
` [PATCH v2 4/5] gpio: gpio-mm: "
` [PATCH v2 5/5] gpio: ws16c48: "

[RFC] Proof of concept: Support multiple authors
 2017-01-30 17:56 UTC  (2+ messages)

[PATCH 00/28] arm64: Dom0 ITS emulation
 2017-01-30 18:31 UTC  (29+ messages)
` [PATCH 01/28] ARM: export __flush_dcache_area()
` [PATCH 02/28] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT
` [PATCH 03/28] ARM: GICv3: allocate LPI pending and property table
` [PATCH 04/28] ARM: GICv3 ITS: allocate device and collection table
` [PATCH 05/28] ARM: GICv3 ITS: map ITS command buffer
` [PATCH 06/28] ARM: GICv3 ITS: introduce ITS command handling
` [PATCH 07/28] ARM: GICv3 ITS: introduce device mapping
` [PATCH 08/28] ARM: GICv3 ITS: introduce host LPI array
` [PATCH 09/28] ARM: GICv3 ITS: map device and LPIs to the ITS on physdev_op hypercall
` [PATCH 10/28] ARM: GICv3: introduce separate pending_irq structs for LPIs
` [PATCH 11/28] ARM: GICv3: forward pending LPIs to guests
` [PATCH 12/28] ARM: GICv3: enable ITS and LPIs on the host
` [PATCH 13/28] ARM: vGICv3: handle virtual LPI pending and property tables
` [PATCH 14/28] ARM: vGICv3: Handle disabled LPIs
` [PATCH 15/28] ARM: vGICv3: introduce basic ITS emulation bits
` [PATCH 16/28] ARM: vITS: introduce translation table walks
` [PATCH 17/28] ARM: vITS: handle CLEAR command
` [PATCH 18/28] ARM: vITS: handle INT command
` [PATCH 19/28] ARM: vITS: handle MAPC command
` [PATCH 20/28] ARM: vITS: handle MAPD command
` [PATCH 21/28] ARM: vITS: handle MAPTI command
` [PATCH 22/28] ARM: vITS: handle MOVI command
` [PATCH 23/28] ARM: vITS: handle DISCARD command
` [PATCH 24/28] ARM: vITS: handle INV command
` [PATCH 25/28] ARM: vITS: handle INVALL command
` [PATCH 26/28] ARM: vITS: create and initialize virtual ITSes for Dom0
` [PATCH 27/28] ARM: vITS: create ITS subnodes for Dom0 DT
` [PATCH 28/28] ARM: vGIC: advertising LPI support

[RFC 0/5] Renesas RZ series pinctrl driver
 2017-01-30 18:30 UTC  (9+ messages)
` [RFC 3/5] arm: dts: dt-bindings: Add Renesas RZ pinctrl header
` [RFC 4/5] arm: dts: r7s1000: Add pincontroller node
` [RFC 5/5] arm: dts: genmai: Add SCIF2 pin group

Device or HBA level QD throttling creates randomness in sequetial workload
 2017-01-30 18:29 UTC  (7+ messages)

[RFC PATCH 00/17] introduce a dax_inode for dax_operations
 2017-01-30 18:29 UTC  (9+ messages)
` [RFC PATCH 10/17] block: introduce bdev_dax_direct_access()
` [RFC PATCH 13/17] fs: update mount_bdev() to lookup dax infrastructure

[Qemu-devel] [PATCH] qcow2: Optimize the refcount-block overlap check
 2017-01-30 18:27 UTC  (3+ messages)

[PATCH] doc: add PMD specific API
 2017-01-30 18:27 UTC  (4+ messages)
` [PATCH v2] doc: add device "
  ` [PATCH v3] "

[PATCH] acpi: Switch to dynamic mapping at SYS_STATE_boot
 2017-01-30 18:26 UTC 

[PATCH v3 00/10] Allwinner H5 and Orange Pi PC2 support
 2017-01-30 18:23 UTC  (5+ messages)
` [PATCH v3 08/10] dmaengine: sun6i: allow build on ARM64 platforms (sun50i)

[PATCH] drm/i915: use variadic macros and arrays to choose port/pipe based registers
 2017-01-30 18:22 UTC  (3+ messages)

[PATCH] xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
 2017-01-30 18:23 UTC  (5+ messages)

[BUG] xfs/305 hangs 4.10-rc4 kernel
 2017-01-30 18:12 UTC  (6+ messages)

[PATCH net-next v3 0/4] net: dsa: bcm_sf2: CFP support
 2017-01-30 17:48 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: dsa: Hook {get,set}_rxnfc ethtool operations
` [PATCH net-next v3 2/4] net: dsa: bcm_sf2: Configure traffic classes to queue mapping
` [PATCH net-next v3 3/4] net: dsa: bcm_sf2: Add CFP registers definitions
` [PATCH net-next v3 4/4] net: dsa: bcm_sf2: Add support for ethtool::rxnfc

[PATCH 0/7] Fix issues and factorize arm/arm64 capacity information code
 2017-01-30 18:21 UTC  (5+ messages)

[PATCH] net/tap: driver closing tx interface on queue setup
 2017-01-30 18:20 UTC  (5+ messages)

[PATCH net] packet: call fanout_release, while UNREGISTERING a netdev
 2017-01-30 18:19 UTC  (4+ messages)

[PATCH 0/2] watchdog: cleanup ep93xx platform drivers
 2017-01-30 16:55 UTC  (3+ messages)
` [PATCH 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat
` [PATCH 2/2] watchdog: ts72xx_wdt: convert driver to watchdog core

[Qemu-devel] [PATCH v2 00/25] qmp: add async command type
 2017-01-30 18:18 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 00/16] target-m68k: implement 680x0 FPU
 2017-01-30 18:16 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/16] softfloat: define 680x0 specific values
` [Qemu-devel] [PATCH v2 02/16] softloat: disable floatx80_invalid_encoding() for m68k
` [Qemu-devel] [PATCH v2 03/16] target-m68k: move FPU helpers to fpu_helper.c
` [Qemu-devel] [PATCH v2 04/16] target-m68k: define ext_opsize
` [Qemu-devel] [PATCH v2 05/16] target-m68k: use floatx80 internally
` [Qemu-devel] [PATCH v2 06/16] target-m68k: add FPCR and FPSR
` [Qemu-devel] [PATCH v2 07/16] target-m68k: manage FPU exceptions
` [Qemu-devel] [PATCH v2 08/16] target-m68k: define 96bit FP registers for gdb on 680x0
` [Qemu-devel] [PATCH v2 09/16] target-m68k: add fmovem
` [Qemu-devel] [PATCH v2 10/16] target-m68k: add fscc
` [Qemu-devel] [PATCH v2 11/16] target-m68k: add fmovecr
` [Qemu-devel] [PATCH v2 12/16] target-m68k: add fscale, fgetman, fgetexp and fmod
` [Qemu-devel] [PATCH v2 13/16] target-m68k: add fsglmul and fsgldiv
` [Qemu-devel] [PATCH v2 14/16] target-m68k: add explicit single and double precision operations
` [Qemu-devel] [PATCH v2 15/16] target-m68k: add more FPU instructions
` [Qemu-devel] [PATCH v2 16/16] target-m68k: add fsincos

[PATCH] prctl: propagate has_child_subreaper flag to every descendant
 2017-01-30 18:17 UTC  (7+ messages)
` setns() && PR_SET_CHILD_SUBREAPER
        ` [PATCH] exit: fix the setns() && PR_SET_CHILD_SUBREAPER interaction

[RFC v2 00/10] Provide the EL1 physical timer to the VM
 2017-01-30 18:05 UTC  (9+ messages)
` [RFC v2 02/10] KVM: arm/arm64: Move cntvoff to each timer context

[RFC V2 00/12] Define coherent device memory node
 2017-01-30 17:54 UTC  (6+ messages)
` [RFC V2 05/12] cpuset: Add cpuset_inc() inside cpuset_init()
` [RFC V2 12/12] mm: Tag VMA with VM_CDM flag explicitly during mbind(MPOL_BIND)

[PATCH 0/7] Add STM32 DFSDM support
 2017-01-30 18:14 UTC  (12+ messages)
` [PATCH 2/7] MFD: add "

[PATCH 1/2] watchdog: sama5d4: Cache MR instead of a partial config
 2017-01-30 17:58 UTC  (3+ messages)

[RFC PATCH 0/2] rx zero copy interface for af_packet
 2017-01-30 18:16 UTC  (3+ messages)
` [RFC PATCH 1/2] af_packet: direct dma for packet ineterface

[PATCH v3 15/27] attr: (re)introduce git_check_attr() and struct attr_check
 2017-01-30 18:05 UTC  (2+ messages)

[PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"
 2017-01-30 18:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] two more NVMe commands
 2017-01-30 18:13 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] nvme: implement the DSM command
` [Qemu-devel] [PATCH 2/2] nvme: Implement Write Zeroes

[PATCH] mk: parallelize make config
 2017-01-30 18:13 UTC  (3+ messages)
` [PATCH v2] "

drives failed during reshape, array won't even force-assemble
 2017-01-30 18:13 UTC  (2+ messages)

[PATCH 0/2] Simple cleanups
 2017-01-30 18:14 UTC  (3+ messages)
` [PATCH 1/2] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe
` [PATCH 2/2] kexec: Remove redundant space from help message

[PATCH RESEND v5 00/24] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-01-30 18:10 UTC  (3+ messages)
` [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

[PATCH net-next v2 0/2] qed*: Add support for PTP
 2017-01-30 18:00 UTC  (12+ messages)
` [PATCH net-next v2 1/2] qed: Add infrastructure for PTP support
` [PATCH net-next v2 2/2] qede: Add driver support for PTP

[RFC 7/8] drm/i915/tracepoints: Add backend level request in and out tracepoints
 2017-01-30 18:08 UTC  (2+ messages)
` [PATCH v2 "

[RFC 6/8] drm/i915/tracepoints: Rename i915_gem_request_notify
 2017-01-30 18:07 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2 0/2] drm: Add support for tiny LCD displays
 2017-01-30 18:06 UTC  (5+ messages)

[RFC 3/8] drm/i915/tracepoints: Tidy i915_gem_request_wait_begin
 2017-01-30 18:06 UTC  (2+ messages)
` [PATCH v2 "

[RFC 2/8] drm/i915/tracepoints: Adjust i915_gem_ring_dispatch
 2017-01-30 18:05 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2 0/1] runqemu: disable network
 2017-01-30 18:02 UTC  (2+ messages)
` [PATCH v2 1/1] runqemu: allow bypassing of network setup

Long interrupt latency in guest
 2017-01-30 18:03 UTC  (2+ messages)

[PATCH 2/6] wl1251: Use request_firmware_prefer_user() for loading NVS calibration data
 2017-01-30 18:03 UTC  (12+ messages)

[PATCH] doc: update release notes for I/O device memory access API
 2017-01-30 18:02 UTC  (3+ messages)

[PATCH 1/2] x86/vmx: Introduce a bitfield structure for EPT_VIOLATION EXIT_QUALIFICATIONs
 2017-01-30 18:01 UTC  (3+ messages)
` [PATCH 2/2] x86/vmx: Drop ept_get_*() helpers

[PATCH 5/5] gpio: ws16c48: Add support for GPIO names
 2017-01-30 17:59 UTC  (3+ messages)

[PATCH] tick/broadcast: Reduce lock cacheline contention
 2017-01-30 17:57 UTC 

[PATCH 0/4] Minor CCP driver improvements and clean-up
 2017-01-30 17:59 UTC  (3+ messages)
` [PATCH 2/4] crypto: ccp - Set the start-of-command bit

[GIT PULL 0/4] ARM: exynos: Second round for v4.11
 2017-01-30 17:57 UTC  (6+ messages)
` [GIT PULL 4/4] arm64: dts: exynos: for v4.11, 2nd round

[PATCH] IB/srpt: Accept GUIDs as port names
 2017-01-30 17:58 UTC  (5+ messages)

[PATCH] PCI: ACPI: Fix ThunderX PEM initialization
 2017-01-30 17:39 UTC  (2+ messages)

irq domain hierarchy vs. chaining w/ PCI MSI-X
 2017-01-30 17:55 UTC  (7+ messages)

[PATCH v5] ARM: dts: da850: Add the CPPI 4.1 DMA to the USB OTG controller
 2017-01-30 17:56 UTC 

[PATCH v2 1/3] drm/i915: Make intel_detect_preproduction_hw easier to extend
 2017-01-30 17:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v2,1/3] "

[PATCH] printk: fix printk.devkmsg sysctl
 2017-01-30 17:40 UTC  (6+ messages)

[PATCH] drm/atomic: Fix double kfree on crtc_state->event
 2017-01-30 17:53 UTC 

[PATCH 0/3] doc upates
 2017-01-30 17:52 UTC  (4+ messages)
` [PATCH 3/3] doc: remove ABI changes in igb_uio

gitconfig get out of sync with submodule entries on branch switch
 2017-01-30 17:51 UTC  (2+ messages)

[git:media_tree/master] [media] am437x-vpfe: always assign bpp variable
 2017-01-30 17:43 UTC 

[PATCH v20 00/17] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2017-01-30 17:49 UTC  (7+ messages)
` [PATCH v20 08/17] clocksource/drivers/arm_arch_timer: Rework counter frequency detection


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.