All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-16 05:59:07 to 2017-10-16 07:16:32 UTC [more...]

[Qemu-devel] [RFC v2 00/22] QMP: out-of-band (OOB) execution support
 2017-10-16  7:16 UTC  (4+ messages)
` [Qemu-devel] [RFC v2 09/22] monitor: create monitor dedicate iothread

drm_kms_helper cycle detected build error in next
 2017-10-16  7:15 UTC  (3+ messages)

[PATCH] dmaengine: rcar-dmac: read DMATCRB instead of DMATCR for residue
 2017-10-16  7:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/30] s390x: SMP for TCG
 2017-10-16  7:14 UTC  (3+ messages)

[PATCH] powerpc/mm/radix: Drop unneeded NULL check
 2017-10-16  7:11 UTC 

[PATCH v5 0/7] Add PMIC support to MediaTek MT7622 SoC
 2017-10-16  7:07 UTC  (24+ messages)
` [PATCH v5 1/7] dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc
` [PATCH v5 2/7] soc: mediatek: pwrap: add pwrap_read32 for reading in 32-bit mode
` [PATCH v5 3/7] soc: mediatek: pwrap: add pwrap_write32 for writing "
` [PATCH v5 4/7] soc: mediatek: pwrap: refactor pwrap_init for the various PMIC types
` [PATCH v5 5/7] soc: mediatek: pwrap: add MediaTek MT6380 as one slave of pwrap
` [PATCH v5 6/7] soc: mediatek: pwrap: add support for MT7622 SoC
` [PATCH v5 7/7] soc: mediatek: pwrap: fixup warnings from coding style

[PATCH 0/4] kexec-tools: mips: Fixes for 64-bit and OCTEON
 2017-10-16  7:02 UTC  (13+ messages)
` [PATCH 1/4] kexec-tools: mips: Merge adjacent memory ranges
` [PATCH 2/4] kexec-tools: mips: Don't set lowmem_limit to 2G for 64-bit systems
` [PATCH 3/4] kexec-tools: mips: Use proper page_offset for OCTEON CPUs
` [PATCH 4/4] kexec-tools: mips: Try to include bss in kernel vmcore file

[PATCH/RFC 0/5] arm64: dts: renesas: Salvator-X/XS: Enable DDR Backup Mode
 2017-10-16  7:09 UTC  (4+ messages)
` [PATCH/RFC 5/5] arm64: dts: renesas: salvator-common: Configure PMIC for DDR Backup Power

[Buildroot] [PATCH 0/6] Update Linaro toolchain on 2017.02.x branch
 2017-10-16  7:08 UTC 

[PATCH 0/12] PM / sleep: Driver flags for system suspend/resume
 2017-10-16  7:08 UTC  (5+ messages)
` [PATCH 01/12] PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags

[net-next RFC 0/4] Openvswitch meter action
 2017-10-16  7:06 UTC  (7+ messages)
` [net-next RFC 3/4] openvswitch: Add meter infrastructure
` [net-next RFC 4/4] openvswitch: Add meter action support

[PATCH kernel] RFC: prom_init: Fetch flatten device tree from the system firmware
 2017-10-16  7:07 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 00/32] Migration: postcopy failure recovery
 2017-10-16  7:06 UTC  (34+ messages)
` [Qemu-devel] [PATCH v3 01/32] migration: better error handling with QEMUFile
` [Qemu-devel] [PATCH v3 02/32] migration: reuse mis->userfault_quit_fd
` [Qemu-devel] [PATCH v3 03/32] migration: provide postcopy_fault_thread_notify()
` [Qemu-devel] [PATCH v3 04/32] migration: new postcopy-pause state
` [Qemu-devel] [PATCH v3 05/32] migration: implement "postcopy-pause" src logic
` [Qemu-devel] [PATCH v3 06/32] migration: allow dst vm pause on postcopy
` [Qemu-devel] [PATCH v3 07/32] migration: allow src return path to pause
` [Qemu-devel] [PATCH v3 08/32] migration: allow send_rq to fail
` [Qemu-devel] [PATCH v3 09/32] migration: allow fault thread to pause
` [Qemu-devel] [PATCH v3 10/32] qmp: hmp: add migrate "resume" option
` [Qemu-devel] [PATCH v3 11/32] migration: pass MigrationState to migrate_init()
` [Qemu-devel] [PATCH v3 12/32] migration: rebuild channel on source
` [Qemu-devel] [PATCH v3 13/32] migration: new state "postcopy-recover"
` [Qemu-devel] [PATCH v3 14/32] migration: wakeup dst ram-load-thread for recover
` [Qemu-devel] [PATCH v3 15/32] migration: new cmd MIG_CMD_RECV_BITMAP
` [Qemu-devel] [PATCH v3 16/32] migration: new message MIG_RP_MSG_RECV_BITMAP
` [Qemu-devel] [PATCH v3 17/32] migration: new cmd MIG_CMD_POSTCOPY_RESUME
` [Qemu-devel] [PATCH v3 18/32] migration: new message MIG_RP_MSG_RESUME_ACK
` [Qemu-devel] [PATCH v3 19/32] migration: introduce SaveVMHandlers.resume_prepare
` [Qemu-devel] [PATCH v3 20/32] migration: synchronize dirty bitmap for resume
` [Qemu-devel] [PATCH v3 21/32] migration: setup ramstate "
` [Qemu-devel] [PATCH v3 22/32] migration: final handshake for the resume
` [Qemu-devel] [PATCH v3 23/32] migration: free SocketAddress where allocated
` [Qemu-devel] [PATCH v3 24/32] migration: return incoming task tag for sockets
` [Qemu-devel] [PATCH v3 25/32] migration: return incoming task tag for exec
` [Qemu-devel] [PATCH v3 26/32] migration: return incoming task tag for fd
` [Qemu-devel] [PATCH v3 27/32] migration: store listen task tag
` [Qemu-devel] [PATCH v3 28/32] migration: allow migrate_incoming for paused VM
` [Qemu-devel] [PATCH v3 29/32] migration: init dst in migration_object_init too
` [Qemu-devel] [PATCH v3 30/32] migration: delay the postcopy-active state switch
` [Qemu-devel] [PATCH v3 31/32] migration, qmp: new command "migrate-pause"
` [Qemu-devel] [PATCH v3 32/32] migration, hmp: new command "migrate_pause"

[PATCH net-next 0/2] Add mqprio hardware offload support in hns3 driver
 2017-10-16  7:05 UTC  (7+ messages)

[Qemu-devel] [FIX PATCH] monitor: Don't return CPU marked for unplug as monitor CPU
 2017-10-16  7:03 UTC 

[PATCH v4 00/11] dmaengine: sun6i: Fixes for H3/A83T, enable A64
 2017-10-16  7:02 UTC  (4+ messages)

[PATCH] UBI: attach: add missing newline at end of pr_err()
 2017-10-16  7:02 UTC  (2+ messages)

[PATCH v4 07/11] dmaengine: sun6i: Retrieve channel count/max request from devicetree
 2017-10-16  7:02 UTC  (4+ messages)

[PATCH] powerpc/mm/hash: Add pr_fmt() to hash_utils64.c
 2017-10-16  7:01 UTC 

perf buildild-list -H dumps core
 2017-10-16  7:00 UTC  (4+ messages)

[PATCH 0/5] qla2xxx: Patches for scsi-misc
 2017-10-16  6:57 UTC  (5+ messages)
` [PATCH 1/5] qla2xxx: Add module param ql2xenablemsix

[PATCH] Fstest: btrfs/151: test if device delete ends up with losing raid profile
 2017-10-16  6:57 UTC  (4+ messages)

What's cooking in git.git (Oct 2017, #03; Mon, 16)
 2017-10-16  6:54 UTC 

md5sum (from libkcapi) fails on kernel 4.9 but not on 4.13
 2017-10-16  6:53 UTC 

Shared compilation issue - mempool/octeontx: add build and log infrastructure
 2017-10-16  6:50 UTC  (4+ messages)

[PATCH 1/3] drm: add connector info/property for non-std displays
 2017-10-16  6:50 UTC  (5+ messages)
` [PATCH 3/3] drm/edid: quirk HTC vive headset as non-standard

[PATCH] dmaengine: imx-sdma: advertise all supported slave bus widths
 2017-10-16  6:51 UTC  (8+ messages)

[Intel-wired-lan] IPSec offload - ixgbe/i40e 
 2017-10-16  6:47 UTC  (3+ messages)

[PATCH] staging: rtlwifi: check for array overflow
 2017-10-16  6:46 UTC  (10+ messages)
` Two rtlwifi drivers?

[PATCH v2 0/3] btrfs-progs: device: update btrfs device remove missing
 2017-10-16  6:46 UTC  (6+ messages)
` [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

[RFC PATCH v2 0/8] Introduct cpu idle prediction functionality
 2017-10-16  6:46 UTC  (17+ messages)
` [RFC PATCH v2 4/8] tick/nohz: keep tick on for a fast idle
` [RFC PATCH v2 5/8] timers: keep sleep length updated as needed
` [RFC PATCH v2 6/8] cpuidle: make fast idle threshold tunable
` [RFC PATCH v2 7/8] cpuidle: introduce irq timing to make idle prediction

bug with check-ref-format outside of repository
 2017-10-16  6:44 UTC  (6+ messages)
  ` [PATCH] check-ref-format: require a repository for --branch

[PATCH] dmaengine: nbpfaxi: mark expected switch fall-through
 2017-10-16  6:48 UTC  (2+ messages)

[PATCH][RFC] selinuxns: mark init_selinux_ns as __ro_after_init
 2017-10-16  6:44 UTC 

[PATCH v4 0/9] Mediatek MT2712 clock and scpsys support
 2017-10-16  6:42 UTC  (6+ messages)

[PATCH v2 0/9] Mediatek MT2712 clock and scpsys support
 2017-10-16  6:38 UTC  (6+ messages)
` [PATCH 6/9] soc: mediatek: extend bus protection API

[libvirt test] 114531: tolerable all pass - PUSHED
 2017-10-16  6:38 UTC 

[Ksummit-discuss] Draft Agenda for the Kernel Summit
 2017-10-16  6:35 UTC  (2+ messages)

[[PATCH v2 01/34] qe-ucode: update SRC_URL
 2017-10-16  6:33 UTC  (34+ messages)
` [[PATCH v2 02/34] qe-ucode: update COMPATIBLE_MACHINE
` [[PATCH v2 03/34] uboot: update to upgrade to 2017.09
` [[PATCH v2 04/34] cst :update to 1afb40c
` [[PATCH v2 05/34] eth-config: update SRC_URL and update to e3dcd11
` [[PATCH v2 06/34] flib: update to 14489ee
` [[PATCH v2 07/34] fmlib: update SRC_URL and update to 9f20cab
` [[PATCH v2 08/34] fmlib: update FMLIB_TARGET and remove TARGET_ARCH_FMLIB
` [[PATCH v2 09/34] aiopsl: update to 2b7284f
` [[PATCH v2 10/34] gpp-aioptool: update to 43b842b
` [[PATCH v2 11/34] restool: update to 87c3abe
` [[PATCH v2 12/34] restool: add ls1043ardb and ls1046ardb as COMPATIBLE_MACHINE
` [[PATCH v2 13/34] cantest :update recipes for support Qoriq
` [[PATCH v2 14/34] dpdk: update recipes
` [[PATCH v2 15/34] odp:update recipes
` [[PATCH v2 16/34] ovs-dpdk: update recipes
` [[PATCH v2 17/34] ppa :update to 92b208b
` [[PATCH v2 18/34] uefi :update to a812f17
` [[PATCH v2 19/34] dpl-examples: update to a6c8375
` [[PATCH v2 20/34] mc:update to 10.3.2
` [[PATCH v2 21/34] linux :update to 953d467
` [[PATCH v2 22/34] ls2-phy : update recipe
` [[PATCH v2 23/34] ls2088ardb: update uboot config
` [[PATCH v2 24/34] linux-qoriq: Upgrade kernel to v4.9
` [[PATCH v2 25/34] ls2-rcw: remove recipes
` [[PATCH v2 26/34] rcw :update recipe
` [[PATCH v2 27/34] ls1088ardb: rcw instead of ls2-rcw
` [[PATCH v2 28/34] ls2088ardb: "
` [[PATCH v2 29/34] ls1012ardb: "
` [[PATCH v2 30/34] ls1012afrdm : "
` [[PATCH v2 31/34] ls2080ardb: "
` [[PATCH v2 32/34] ls1012ardb-32: "
` [[PATCH v2 33/34] ls1012afrdm-32b: "
` [[PATCH v2 34/34] fmc: update recipes

[GIT PULL] phy: for 4.14 -rc
 2017-10-16  6:34 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2017-10-15
 2017-10-16  6:30 UTC 

[meta-oe][PATCH] imagemagick: 7.0.7-1 -> 7.0.7-7
 2017-10-16  6:14 UTC 

[U-Boot] [PATCH] i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass
 2017-10-16  6:26 UTC  (2+ messages)

[U-Boot] [PATCH 00/20] ARM: uniphier: various refactoring for v2017.11-rc2
 2017-10-16  6:25 UTC  (9+ messages)
` [U-Boot] [PATCH 08/20] i2c: uniphier: replace debug() with dev_dbg()
` [U-Boot] [PATCH 09/20] i2c: uniphier-f: "
` [U-Boot] [PATCH 14/20] i2c: uniphier: use clk for enable and get_rate
` [U-Boot] [PATCH 15/20] i2c: uniphier-f: "

[PATCH v1] pch_gbe: Switch to new PCI IRQ allocation API
 2017-10-16  6:23 UTC  (2+ messages)

[PATCH v3 00/19] Vhost-user: Implement device IOTLB support
 2017-10-16  6:23 UTC  (7+ messages)
` [PATCH v3 15/19] vhost: postpone rings addresses translation

[PATCH V2] xfs: implement cgroup writeback support
 2017-10-16  6:22 UTC  (4+ messages)

[PATCH v4 0/7] Add PMIC support to MediaTek MT7622 SoC
 2017-10-16  6:22 UTC  (8+ messages)
` [PATCH v4 4/7] soc: mediatek: pwrap: update pwrap_init without slave programming

Re: [PATCH] ARM: dts: Fix omap l4per idling with wlcore edge sensitive interrupt
 2017-10-16  6:22 UTC 

[PATCH v4 0/6] K2G: Add QSPI support
 2017-10-16  6:15 UTC  (4+ messages)

[Qemu-devel] using which notification for guest about GHES error
 2017-10-16  6:10 UTC 

[PATCH v8 0/2] [RFC] Introduce device state 'failed'
 2017-10-16  6:09 UTC  (11+ messages)
` [PATCH v8 1/2] btrfs: introduce device dynamic state transition to failed
` [PATCH v8 2/2] btrfs: check device for critical errors and mark failed

[PATCH 1/2] of: overlay: fix memory leak related to duplicated property
 2017-10-16  6:07 UTC  (6+ messages)
` [PATCH] "

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-10-16  6:00 UTC  (8+ messages)

[PATCH 00/35] Current autofs patch queue (lets try again)
 2017-10-16  6:07 UTC  (4+ messages)
` [PATCH 26/35] autofs-5.1.3 - document ghost option in auto.master man page

[PATCH] drm/i915/gvt: Fix error handling bug in perform_bb_shadow
 2017-10-16  6:04 UTC  (2+ messages)

[xen-unstable test] 114525: regressions - FAIL
 2017-10-16  6:02 UTC 

[PATCH v2] ASoC: Intel: Skylake: Decrease loglevel for topology loading
 2017-10-16  6:05 UTC  (3+ messages)

[PATCH V6 0/5] Add TDLS feature for ath10k
 2017-10-16  6:01 UTC  (5+ messages)
  ` [PATCH V6 3/5] ath10k: Enable TDLS peer inactivity detection
  ` [PATCH V6 4/5] ath10k: Avoid to set WEP key for TDLS peer
` [PATCH V6 5/5] ath10k: Fix TDLS peer TX data failure issue on encryped AP


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.