All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-18 22:28:57 to 2018-12-18 23:06:29 UTC [more...]

[Qemu-devel] [PULL 00/64] slirp updates
 2018-12-18 23:04 UTC  (53+ messages)
` [Qemu-devel] [PULL 01/64] slirp: associate slirp_output callback with the Slirp context
` [Qemu-devel] [PULL 02/64] slirp: remove do_pty from fork_exec()
` [Qemu-devel] [PULL 03/64] slirp: replace ex_pty with ex_chardev
` [Qemu-devel] [PULL 04/64] slirp: use a dedicated field for chardev pointer
` [Qemu-devel] [PULL 05/64] slirp: remove unused EMU_RSH
` [Qemu-devel] [PULL 06/64] slirp: rename /extra/chardev
` [Qemu-devel] [PULL 07/64] slirp: move internal function declarations
` [Qemu-devel] [PULL 08/64] slirp: remove Monitor dependency, return a string for info
` [Qemu-devel] [PULL 09/64] slirp: fix slirp_add_exec() leaks
` [Qemu-devel] [PULL 10/64] slirp: replace the poor-man string split with g_strsplit()
` [Qemu-devel] [PULL 11/64] slirp: remove dead declarations
` [Qemu-devel] [PULL 12/64] slirp: add tftp tracing
` [Qemu-devel] [PULL 13/64] slirp: move socket pair creation in helper function
` [Qemu-devel] [PULL 14/64] slirp: remove unused M_TRAILINGSPACE
` [Qemu-devel] [PULL 15/64] slirp: use a callback structure to interface with qemu
` [Qemu-devel] [PULL 16/64] slirp: remove PROBE_CONN dead-code
` [Qemu-devel] [PULL 17/64] slirp: remove FULL_BOLT
` [Qemu-devel] [PULL 18/64] slirp: remove the disabled readv()/writev() code path
` [Qemu-devel] [PULL 19/64] slirp: remove HAVE_SYS_SIGNAL_H
` [Qemu-devel] [PULL 20/64] slirp: remove unused HAVE_SYS_BITYPES_H
` [Qemu-devel] [PULL 21/64] slirp: remove NO_UNIX_SOCKETS
` [Qemu-devel] [PULL 22/64] slirp: remove unused HAVE_SYS_STROPTS_H
` [Qemu-devel] [PULL 23/64] slirp: remove unused HAVE_ARPA_INET_H
` [Qemu-devel] [PULL 24/64] slirp: remove unused HAVE_SYS_WAIT_H
` [Qemu-devel] [PULL 25/64] slirp: remove unused HAVE_SYS_SELECT_H
` [Qemu-devel] [PULL 26/64] slirp: remove HAVE_SYS_IOCTL_H
` [Qemu-devel] [PULL 27/64] slirp: remove HAVE_SYS_FILIO_H
` [Qemu-devel] [PULL 28/64] slirp: remove unused DECLARE_IOVEC
` [Qemu-devel] [PULL 29/64] slirp: remove unused HAVE_INET_ATON
` [Qemu-devel] [PULL 30/64] slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent
` [Qemu-devel] [PULL 31/64] slirp: replace SIZEOF_CHAR_P "
` [Qemu-devel] [PULL 32/64] slirp: replace compile time DO_KEEPALIVE
` [Qemu-devel] [PULL 33/64] slirp: remove unused global slirp_instance
` [Qemu-devel] [PULL 34/64] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PULL 35/64] slirp: improve a bit the debug macros
` [Qemu-devel] [PULL 36/64] slirp: add a callback to log guest errors
` [Qemu-devel] [PULL 37/64] slirp: remove #if notdef dead code
` [Qemu-devel] [PULL 38/64] slirp: remove unused sbflush()
` [Qemu-devel] [PULL 39/64] slirp: NULL is defined by stddef.h
` [Qemu-devel] [PULL 40/64] slirp: remove dead TCP_ACK_HACK code
` [Qemu-devel] [PULL 41/64] slirp: replace ARRAY_SIZE with G_N_ELEMENTS
` [Qemu-devel] [PULL 42/64] net: do not depend on slirp internals
` [Qemu-devel] [PULL 43/64] glib-compat: add g_spawn_async_with_fds() fallback
` [Qemu-devel] [PULL 44/64] slirp: simplify fork_exec()
` [Qemu-devel] [PULL 45/64] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PULL 46/64] slirp: Enable fork_exec support on Windows
` [Qemu-devel] [PULL 48/64] slirp: rename exec_list
` [Qemu-devel] [PULL 49/64] slirp: use virtual time for packet expiration
` [Qemu-devel] [PULL 51/64] slirp: replace some fprintf() with DEBUG_MISC
` [Qemu-devel] [PULL 52/64] slirp: replace a DEBUG block with WITH_ICMP_ERROR_MSG
` [Qemu-devel] [PULL 54/64] slirp: always build with debug statements
` [Qemu-devel] [PULL 55/64] slirp: introduce SLIRP_DEBUG environment variable

[PATCH v7 0/6] arm64: dts: Add sdm845 GPU/GMU and SMMU
 2018-12-18 23:06 UTC  (17+ messages)
` [PATCH v7 1/6] drm/msm/gpu: Remove hardcoded interrupt name
` [PATCH v7 3/6] ARM: dts: qcom: Removed unused interrupt-names from GPU node
` [PATCH v7 4/6] arm64: dts: qcom: msm8916: Remove unused interrupt-names from GPU
` [PATCH v7 5/6] dt-bindings: drm/msm/a6xx: Document GMU and update GPU bindings
` [PATCH v7 6/6] arm64: dts: sdm845: Add gpu and gmu device nodes

[PATCH BlueZ v4 00/30] Major rewrite for Multi-Node and DBus
 2018-12-18 23:05 UTC  (35+ messages)
` [PATCH BlueZ v4 01/30] mesh: Staging for Mesh DBus API rewrite
` [PATCH BlueZ v4 02/30] mesh: Delete obsolete files
` [PATCH BlueZ v4 03/30] mesh: Utilities for DBus support
` [PATCH BlueZ v4 04/30] mesh: Internal errors
` [PATCH BlueZ v4 05/30] mesh: Re-write storage for Multiple Nodes
` [PATCH BlueZ v4 06/30] mesh: Rewrite Node handling for multiple nodes
` [PATCH BlueZ v4 07/30] mesh: Rewite Network layer "
` [PATCH BlueZ v4 08/30] mesh: Direction agnostic PB-Adv implimentation
` [PATCH BlueZ v4 09/30] mesh: Acceptor side provisioning implimentation
` [PATCH BlueZ v4 10/30] mesh: Initiator "
` [PATCH BlueZ v4 11/30] mesh: Rewrite Controler interface for full init
` [PATCH BlueZ v4 12/30] mesh: Unchanged variables set to const
` [PATCH BlueZ v4 13/30] mesh: centralize generic utilities
` [PATCH BlueZ v4 14/30] mesh: re-arrange provisioning for DBus API
` [PATCH BlueZ v4 15/30] mesh: Re-architect "
` [PATCH BlueZ v4 16/30] mesh: Make config model handle multiple nodes
` [PATCH BlueZ v4 17/30] mesh: Multi node Config Server model
` [PATCH BlueZ v4 18/30] mesh: restructure I/O for multiple nodes
` [PATCH BlueZ v4 19/30] mesh: Restrusture DB to support "
` [PATCH BlueZ v4 20/30] mesh: restructure model services for "
` [PATCH BlueZ v4 21/30] mesh: DBUS interface for Provisioning Agent
` [PATCH BlueZ v4 22/30] mesh: restructure App Key storage
` [PATCH BlueZ v4 23/30] mesh: Clean-up Comment style
` [PATCH BlueZ v4 24/30] mesh: Update for DBus API and multi-node support
` [PATCH BlueZ v4 25/30] mesh: Add default location for Mesh Node storage
` [PATCH BlueZ v4 26/30] mesh: Add structural changes for mesh
` [PATCH BlueZ v4 27/30] mesh: Sample Provisioning Agent
` [PATCH BlueZ v4 28/30] mesh: Sample On/Off Client and Server
` [PATCH BlueZ v4 29/30] mesh: Sample Mesh Joiner (provision acceptor)
` [PATCH BlueZ v4 30/30] mesh: Enable building Mesh Daemon

[PATCH v4 0/1] Advertise multiple supported proto versions
 2018-12-18 23:05 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/1] protocol: advertise multiple supported versions

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-12-18 23:05 UTC 

[PATCH bpf-next v2 0/7] Add support for XDP_ATTACH
 2018-12-18 23:04 UTC  (7+ messages)

[tip:x86/urgent] x86/mtrr: Don't copy uninitialized gentry fields back to userspace
 2018-12-18 23:03 UTC 

COW improvements and always_cow support V3
 2018-12-18 23:03 UTC  (5+ messages)
` [PATCH 03/11] xfs: remove the s_maxbytes checks in xfs_map_blocks
` [PATCH 04/11] xfs: rework the truncate race handling in the writeback path

[PATCH] ASoC: eukrea-tlv320: Do not enable on ARM64
 2018-12-18 23:02 UTC  (2+ messages)
` [alsa-devel] "

[xen-unstable-smoke test] 131434: tolerable all pass - PUSHED
 2018-12-18 23:02 UTC 

[PATCH rds linux-next v4 0/2] WARNING in rds_message_alloc_sgs
 2018-12-18 23:02 UTC  (3+ messages)

EVM: Permission denied with overlayfs
 2018-12-18 23:00 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-12-18 23:00 UTC 

[PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes
 2018-12-18 22:59 UTC  (2+ messages)
` [PATCH v2] cx23885: only reset DMA on problematic CPUs

[PATCH 00/21] glibc port to ARC processors
 2018-12-18 22:59 UTC  (13+ messages)
` [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints
` [PATCH 11/21] ARC: ABI lists
` [PATCH 14/21] ARC: Enable __start as entry point vs. canonical _start
` [PATCH 17/21] ARC: testsuite fix: stdlib/tst-makecontext

[Qemu-devel] [PATCH v2 0/3] nbd-client: drop extra error noise
 2018-12-18 22:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] nbd: publish _lookup functions
` [Qemu-devel] [PATCH v2 2/3] nbd/client: Trace all server option error messages
` [Qemu-devel] [PATCH v2 3/3] block/nbd-client: use traces instead of noisy error_report_err

[PATCH 1/4] drm/i915: Add an update callback to intel_encoder and call this on fastsets
 2018-12-18 22:55 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: DDI: call intel_psr_enable() on encoder updates
` [PATCH 3/4] drm/i915: Allow calling intel_edp_drrs_enable twice
` [PATCH 4/4] drm/i915: DDI: call intel_edp_drrs_enable() on encoder updates
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Add an update callback to intel_encoder and call this on fastsets

post-receive: pub/scm/linux/kernel/git/clk/linux
 2018-12-18 22:55 UTC 

[Buildroot] [PATCH] rauc: target rauc needs unsquashfs at runtime
 2018-12-18 22:55 UTC  (3+ messages)

[PATCH] scripts: add a tool to produce a compile_commands.json file
 2018-12-18 22:53 UTC  (5+ messages)

[RFC] LKML Archive in Maildir Format
 2018-12-18 22:53 UTC  (5+ messages)

[PATCH for-4.12 v3] xen/arm: Stop relocating Xen
 2018-12-18 22:52 UTC  (3+ messages)

[OpenRISC] OR1K FPU Tools
 2018-12-18 22:52 UTC 

[PATCH net 1/2] net: bpfilter: restart bpfilter_umh when error occurred
 2018-12-18 22:51 UTC  (4+ messages)

[PATCH] drm/panel: rpi-touchscreen: Add backlight support
 2018-12-18 22:49 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-12-18 22:50 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-12-18 22:50 UTC 

[PATCH net] net: mvpp2: 10G modes aren't supported on all ports
 2018-12-18 22:49 UTC  (2+ messages)

[PATCH v2] scripts: add a tool to produce a compile_commands.json file
 2018-12-18 22:49 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net
 2018-12-18 22:49 UTC 

Additional restrictive terms - The CoC regime is a License violation
 2018-12-18 22:48 UTC 

[PATCH bpf-next] bpf: correct slot_type marking logic to allow more stack slot sharing
 2018-12-18 22:48 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2018-12-18 22:48 UTC 

[PATCH] maintainers: update Cavium maintainers email id
 2018-12-18 22:47 UTC  (2+ messages)

[PATCH v8 0/2 RESEND] add the Amlogic Meson PCIe controller driver
 2018-12-18 22:47 UTC  (5+ messages)
` [PATCH v8 2/2] PCI: amlogic: Add "

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2018-12-18 22:47 UTC 

[PATCH v2] f2fs: fix sbi->extent_list corruption issue
 2018-12-18 22:47 UTC  (11+ messages)

Syntax for iperf3 to use over pair wireguard interfaces on a LAN?
 2018-12-18 22:45 UTC  (4+ messages)

[PATCH 1/3] f2fs: use kvmalloc, if kmalloc is failed
 2018-12-18 22:43 UTC  (4+ messages)
` [PATCH 3/3] f2fs: flush stale issued discard candidates
  ` [f2fs-dev] "

Xen 4.11.1 panic
 2018-12-18 22:19 UTC 

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2018-12-18 22:43 UTC 

[PATCH] loop: drop caches if offset is changed
 2018-12-18 22:41 UTC  (4+ messages)
` [PATCH v2] loop: drop caches if offset or block_size are changed
    ` [PATCH v3] "

[PATCH V1 1/2] i2c: tegra: Add HW feature structure for Tegra186
 2018-12-18 22:40 UTC  (4+ messages)
` [PATCH V1 2/2] arm64: dts: tegra186: Device Tree Updates for Tegra186 I2C

[PATCH kernel v5 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
 2018-12-18 22:37 UTC  (4+ messages)
` [PATCH kernel v5 20/20] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver

[Buildroot] [Bug 11556] New: Can not build qt5base 5.11.2 with weston 3.0.0 and vivante GPU. error: invalid conversion from ‘void*’ to ‘EGLNativeDisplayType {aka wl_display*}’ [-fpermissive]
 2018-12-18 22:38 UTC  (2+ messages)
` [Buildroot] [Bug 11556] "

[GIT PULL] Single block fix for 4.20-final
 2018-12-18 22:37 UTC 

[PATCH] [PATCH] LSM: generalize flag passing to security_capable
 2018-12-18 22:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] hugetlbfs: use i_mmap_rwsem for better synchronization
 2018-12-18 22:35 UTC  (3+ messages)
` [PATCH v2 1/2] hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH v2 2/2] hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race

[PATCH V1] arm64: dts: tegra210: Device Tree Updates for Tegra210 I2C
 2018-12-18 22:37 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] net: phy: allow disabling SmartEEE for Atheros PHYs
 2018-12-18 22:36 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] net: phy: promote phy_{read, write}_mmd_indirect from ti.c to generic code
` [U-Boot] [PATCH 2/2] net: phy: at803x: Address packet drops at low traffic rate due to SmartEEE feature

[PATCH v7 0/6] zynqmp: Add forwarding of platform specific firmware calls
 2018-12-18 22:36 UTC  (9+ messages)
` [PATCH v7 3/6] xen/arm: zynqmp: introduce zynqmp specific defines
` [PATCH v7 4/6] xen/arm: zynqmp: implement zynqmp_eemi

[PATCH for-4.12 v4 0/4] xen/arm: Implement Set/Way operations
 2018-12-18 22:35 UTC  (4+ messages)
` [PATCH for-4.12 v4 3/4] "

[PATCH STABLE v4.9 00/10] Backport for "cache line starvation on x86
 2018-12-18 22:35 UTC  (2+ messages)

[PATCH 0/3] hugetlbfs: use i_mmap_rwsem for better synchronization
 2018-12-18 22:34 UTC  (7+ messages)
` [PATCH 2/3] hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race

[Qemu-devel] Booting Raspbian on RPi emulation
 2018-12-18 22:34 UTC  (2+ messages)

[PATCH v4 0/6] Move TXQ scheduling and airtime fairness into mac80211
 2018-12-18 22:32 UTC  (14+ messages)
` [PATCH v4 1/6] mac80211: Add TXQ scheduling API
` [PATCH v4 2/6] cfg80211: Add airtime statistics and settings
` [PATCH v4 3/6] mac80211: Add airtime accounting and scheduling to TXQs
` [PATCH v4 4/6] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
` [PATCH v4 5/6] ath10k: migrate to mac80211 txq scheduling
` [PATCH v4 6/6] ath10k: reporting estimated tx airtime for fairness

kernel panic with page_owner=on
 2018-12-18 22:31 UTC 

Problems with commit "cb4bfda62afa nvme-pci: fix hot removal during error handling"
 2018-12-18 22:28 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.