All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-06 15:25:27 to 2019-03-06 16:14:39 UTC [more...]

cant connect to wireguard when router connected to a vpn service
 2019-03-06 15:59 UTC  (3+ messages)

[PATCH 0/6] examples/ipsec-secgw: fix 1st pkt dropped
 2019-03-06 16:14 UTC  (8+ messages)
` [PATCH 1/6] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
` [PATCH 2/6] examples/ipsec-secgw: fix 1st packet dropped patch two
` [PATCH 3/6] examples/ipsec-secgw: fix 1st packet dropped patch three
` [PATCH 4/6] examples/ipsec-secgw: fix debug in esp.c
` [PATCH 5/6] examples/ipsec-secgw: fix debug in sa.c
` [PATCH 6/6] examples/ipsec-secgw: fix debug in ipsec-secgw.c

[patch V6 00/14] MDS basics 0
 2019-03-06 16:14 UTC  (10+ messages)
` [patch V6 07/14] MDS basics 7
  ` [MODERATED] "
` [patch V6 09/14] MDS basics 9
  ` [MODERATED] "
` [patch V6 10/14] MDS basics 10
  ` [MODERATED] "

[Qemu-devel] [PATCH 0/4] nvdimm: clean up
 2019-03-06 16:14 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] nvdimm: fix typo in nvdimm_build_nvdimm_devices argument
` [Qemu-devel] [PATCH 2/4] nvdimm: use *function* directly instead of allocating it again
` [Qemu-devel] [PATCH 3/4] nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO size
` [Qemu-devel] [PATCH 4/4] nvdimm: build FIT in nvdimm_build_acpi

[Cluster-devel] [PATCH 0/2] GFS2 locking patches
 2019-03-06 16:14 UTC  (5+ messages)
  ` [Cluster-devel] [PATCH 1/2] GFS2: use schedule timeout in find insert glock

[PATCH] bitbake: add readlink to HOSTTOOLS
 2019-03-06 16:13 UTC 

[GIT PULL] Support for the io_uring IO interface
 2019-03-06 16:13 UTC 

[RFC][PATCH 0/5 v2] DMA-BUF Heaps (destaging ION)
 2019-03-06 16:12 UTC  (7+ messages)
` [RFC][PATCH 1/5 v2] dma-buf: Add dma-buf heaps framework
` [RFC][PATCH 3/5 v2] dma-buf: heaps: Add system heap to dmabuf heaps
` [RFC][PATCH 4/5 v2] dma-buf: heaps: Add CMA heap to dmabuf heapss

[Qemu-devel] [PATCH 0/5] block/qcow2-bitmap: Enable resize with persistent bitmaps
 2019-03-06 16:12 UTC  (19+ messages)
` [Qemu-devel] [PATCH 1/5] block/qcow2-bitmap: Skip length check in some cases
` [Qemu-devel] [PATCH 2/5] block/qcow2-bitmap: Allow bitmap flushing
` [Qemu-devel] [PATCH 3/5] block/qcow2-bitmap: don't remove bitmaps on reopen
` [Qemu-devel] [PATCH 4/5] block/qcow2-bitmap: Allow resizes with persistent bitmaps

[PATCH v2] selftest/rseq: Remove duplicate header
 2019-03-06 16:16 UTC 

[GIT PULL] Thermal-SoC management changes for v5.1-rc1
 2019-03-06 16:12 UTC 

[PATCH] sched/core: check format and overflows in cgroup2 cpu.max
 2019-03-06 16:11 UTC  (4+ messages)

INHIBIT_SYSROOT_STRIP
 2019-03-06 16:11 UTC 

[Qemu-devel] [PATCH 0/4] nbd: non-blocking negotiation
 2019-03-06 16:11 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix a compiling error when CONFIG_HSA_AMD disalbed
 2019-03-06 16:11 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: change Vega IH ring 1 config
 2019-03-06 16:10 UTC  (3+ messages)

[bug report] task hang while testing xfstests generic/323
 2019-03-06 16:09 UTC  (11+ messages)

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-06 16:09 UTC  (9+ messages)
` [RFC][Patch v9 1/6] KVM: Guest free page hinting support
` [RFC][Patch v9 2/6] KVM: Enables the kernel to isolate guest free pages
` [RFC][Patch v9 3/6] KVM: Enables the kernel to report isolated pages
` [RFC][Patch v9 4/6] KVM: Reporting page poisoning value to the host
` [RFC][Patch v9 5/6] KVM: Enabling guest free page hinting via static key
` [RFC][Patch v9 6/6] KVM: Adding tracepoints for guest free page hinting
` [RFC][QEMU Patch] KVM: Enable QEMU to free the pages hinted by the guest

[PATCH] mm/hmm: fix unused variable warning in hmm_vma_walk_pud
 2019-03-06 16:08 UTC  (2+ messages)

[PATCH v4 00/19] Convert x86 & arm64 to use generic page walk
 2019-03-06 15:50 UTC  (45+ messages)
` [PATCH v4 01/19] arc: mm: Add p?d_large() definitions
` [PATCH v4 02/19] arm64: "
` [PATCH v4 03/19] mips: "
` [PATCH v4 04/19] powerpc: "
` [PATCH v4 05/19] riscv: "
` [PATCH v4 06/19] s390: "
` [PATCH v4 07/19] sparc: "
` [PATCH v4 08/19] x86: "
` [PATCH v4 09/19] mm: Add generic p?d_large() macros
` [PATCH v4 10/19] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v4 11/19] mm: pagewalk: Allow walking without vma
` [PATCH v4 12/19] mm: pagewalk: Add test_p?d callbacks
` [PATCH v4 13/19] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v4 14/19] x86: mm: Don't display pages which aren't present in debugfs
` [PATCH v4 15/19] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v4 16/19] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v4 17/19] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v4 18/19] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v4 19/19] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH v4 00/22] SMMUv3 Nested Stage Setup
 2019-03-06 16:07 UTC  (5+ messages)
` [PATCH v4 02/22] iommu: introduce device fault data

Serial console is causing system lock-up
 2019-03-06 16:07 UTC  (3+ messages)

[PATCH V7 1/3] watchdog: imx_sc: Add i.MX system controller watchdog support
 2019-03-06 16:06 UTC  (9+ messages)
` [PATCH V7 2/3] arm64: defconfig: add support for i.MX system controller watchdog
` [PATCH V7 3/3] firmware: imx: imx-scu: register build-in child devices

[PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
 2019-03-06 16:06 UTC  (18+ messages)

[Qemu-devel] PMON2000 compilation and kernel question
 2019-03-06 16:01 UTC 

Can someone pls repair patchwork?
 2019-03-06 16:02 UTC  (6+ messages)

L1TF Patch Series v8
 2019-03-06 16:04 UTC  (3+ messages)

[PATCH] drm/amdgpu: XGMI pstate switch initial support
 2019-03-06 16:03 UTC  (2+ messages)

[PATCH] kbuild: use -Werror=implicit-... instead of -Werror-implicit-
 2019-03-06 16:01 UTC  (2+ messages)

pnfs setup on Linux 4.15
 2019-03-06 16:01 UTC  (2+ messages)

[PATCH] kbuild: add workaround for Debian make-kpkg
 2019-03-06 16:00 UTC 

[PATCH 0/3] drm/i915/bios: ddi port parsing changes
 2019-03-06 16:00 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/bios: iterate over child devices to initialize ddi_port_info
` [PATCH 2/3] drm/i915/bios: parse dsi devices in parse_ddi_ports()
` [PATCH 3/3] drm/i915/bios: parse ddi ports also on VLV
` ✗ Fi.CI.SPARSE: warning for drm/i915/bios: ddi port parsing changes

[PATCH v3 bpf-next 0/2] Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
 2019-03-06 15:59 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/2] bpf: "

[PATCH] PCI: dwc: skip MSI init if MSIs have been explicitly disabled
 2019-03-06 15:59 UTC  (5+ messages)

[BUG] worktree local refs weirdness
 2019-03-06 15:57 UTC 

[RFC PATCH v1 00/25] printk: new implementation
 2019-03-06 15:57 UTC  (7+ messages)
` [RFC PATCH v1 08/25] printk: add ring buffer and kthread

[PATCH] sparc64: add bios boot partition support
 2019-03-06 15:56 UTC  (3+ messages)

[PATCH 0/2] ethdev: use strlcpy
 2019-03-06 15:55 UTC  (7+ messages)
` [PATCH 2/2] ethdev: use strlcpy instead of snprintf on initialization

branches not building?
 2019-03-06 15:54 UTC  (3+ messages)

[PATCH v7 0/7] Allow initializing the kernfs node's secctx based on its parent
 2019-03-06 15:54 UTC  (2+ messages)

[RFC PATCH 1/4] alsa: make hw_params negotiation infrastructure 'bclk_ratio aware'
 2019-03-06 15:53 UTC  (4+ messages)

[PATCH net-next] net: sched: fix potential use-after-free in __tcf_chain_put()
 2019-03-06 15:50 UTC 

[Buildroot] [PATCH 1/1] package/mender: Fix service file
 2019-03-06 15:49 UTC 

[PATCH] extcon-ptn5150: fix COMPILE_TEST dependencies
 2019-03-06 15:49 UTC  (2+ messages)

RFC Breaking up GEM struct_mutex for async-pages
 2019-03-06 15:48 UTC  (10+ messages)
` [PATCH 22/43] drm/i915: Introduce intel_context.pin_mutex for pin management
` [PATCH 29/43] drm/i915: Split GEM object type definition to its own header
` [PATCH 30/43] drm/i915: Pull GEM ioctls interface to its own file
` ✗ Fi.CI.SPARSE: warning for series starting with [01/43] drm/i915/selftests: Canonicalise gen8 addresses

[PATCH v11 0/9] misc safety certification fixes
 2019-03-06 15:48 UTC  (6+ messages)
` [PATCH v11 5/9] xen/x86: use DECLARE_BOUNDS as required
` [PATCH v11 6/9] xen/common: "

[PATCH] drm/i915/selftests: Canonicalise gen8 addresses
 2019-03-06 15:47 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 3/3] drm/amdgpu: more descriptive message if HMM not enabled v3
 2019-03-06 15:47 UTC  (2+ messages)

[PATCH 0/2] PM / Domains: Support enter deepest state during suspend and probe failure
 2019-03-06 15:46 UTC  (9+ messages)
` [PATCH 1/2] PM / Domains: Support enter deepest state for multiple states domains
` [PATCH 2/2] PM / Domains: Choose the deepest state to enter if no devices using it

[RFC PATCH] tools/memory-model: Remove (dep ; rfi) from ppo
 2019-03-06 15:46 UTC  (12+ messages)

DPDK Release Status Meeting 21/2/2019
 2019-03-06 15:45 UTC  (4+ messages)

[Bug 109887] vega56 undervolting/overclocking voltage issues
 2019-03-06 15:45 UTC  (2+ messages)

[PATCH] cpu/hotplug: Create SMT sysfs interface for all arches
 2019-03-06 15:44 UTC  (2+ messages)

[Qemu-devel] [ping] [PATCH v5 0/2] Nios II generic board config and semihosting
 2019-03-06 15:42 UTC  (2+ messages)
` [Qemu-devel] [ping**2] "

[Qemu-devel] PMON2000 compilation and kernel question
 2019-03-06 15:39 UTC 

[thud]: Issues with git sub modules
 2019-03-06 15:39 UTC  (2+ messages)

[PATCH V3] ieee1275: obdisk driver
 2019-03-06 15:38 UTC  (3+ messages)

[GIT PULL 0/6] ARM: SoC changes for 5.1
 2019-03-06 15:38 UTC  (12+ messages)
` [GIT PULL 2/6] ARM: SoC device tree updates "
` [GIT PULL 3/6] ARM: SoC driver "
` [GIT PULL 4/6] ARM: SoC defconfig "
` [GIT PULL 5/6] ARM: New SoC family support "
` [GIT PULL 6/6] ARM: SoC late updates "

[LTP] [PATCH 0/2 v4] Add mbind and set_mempolicy tests
 2019-03-06 15:38 UTC  (5+ messages)
` [LTP] [PATCH 1/2 v4] syscalls: Add set_mempolicy numa tests

[U-Boot] [PATCH] imx8qxp: Fix the reported CPU frequency
 2019-03-06 15:37 UTC  (2+ messages)
` [U-Boot] "

using git am to apply git patch in the workdir of any package+
 2019-03-06 15:36 UTC  (2+ messages)

[PATCH for-next RFC 0/4] tools: Python 3 compatibility
 2019-03-06 15:35 UTC  (5+ messages)
` [PATCH for-next RFC 1/4] build/m4: make python_devel.m4 work with both python 2 and 3

[PATCH] security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
 2019-03-06 15:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/16] s390: vfio-ccw dasd ipl support
 2019-03-06 15:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 01/16] s390 vfio-ccw: Add bootindex property and IPLB data

x86_64 kernel does not start under qemu
 2019-03-06 15:33 UTC  (4+ messages)

[PATCH] utils: Fix create_wrapper
 2019-03-06 15:32 UTC 

[PATCH] staging: rtl8188eu: cleanup spacing style
 2019-03-06 15:31 UTC 

openvswitch crash on i386
 2019-03-06 15:31 UTC  (4+ messages)
` [ovs-dev] "

[U-Boot] [PATCH v1 00/22] colibri vybrid fixes, device tree enablement and driver model conversion
 2019-03-06 15:30 UTC  (3+ messages)
` [U-Boot] [PATCH v1 22/22] colibri_vf: fix sdboot for vybrid modules

[GIT PULL 1/6] ARM: SoC platform updates for 5.1
 2019-03-06 15:30 UTC  (2+ messages)

[GIT PULL] locking changes for v5.1
 2019-03-06 15:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] bitmaps: add inconsistent bit
 2019-03-06 15:29 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 6/7] block/dirty-bitmaps: disallow busy bitmaps as merge source

[PATCH] arch_topology: Update user supplied capacity to possible cpus in cluster
 2019-03-06 15:27 UTC  (3+ messages)
` [PATCH v1] arch_topology: Make cpu_capacity sysfs node as ready-only

[Qemu-devel] [PATCH v3 0/8] migration: Mark multifd not experimental
 2019-03-06 15:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 3/8] multifd: Create new next_packet_size field

[PATCH v2 1/2] drm/i915: Do not temporarily disable the DPLL on i830
 2019-03-06 15:28 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] "

[PATCH] gpio: gpio-omap: fix level interrupt idling
 2019-03-06 15:26 UTC  (3+ messages)

[PATCH] i2c: i2c-stm32f7: improve loopback in timing algorithm
 2019-03-06 15:12 UTC 


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.