All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-09 18:50:02 to 2020-10-09 19:49:47 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 19:49 UTC  (51+ messages)
` [Cluster-devel] "
` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
  ` [Intel-wired-lan] "

[dpdk-dev] [PATCH] net/bnxt: fix non-vector fast mbuf free offload
 2020-10-09 19:49 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-09 19:49 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Propagate scalar ranges through register assignments
` [PATCH v2 bpf-next 2/4] bpf: Track spill/fill of bounded scalars

[PATCH nf v2] netfilter: conntrack: connection timeout after re-register
 2020-10-09 19:49 UTC  (7+ messages)

[PATCH v3 00/11] Introduce Simple atomic counters
 2020-10-09 19:49 UTC  (8+ messages)
` [PATCH v3 01/11] counters: Introduce counter_atomic* counters

[PULL 00/30] Block patches
 2020-10-09 19:35 UTC  (15+ messages)
` [PULL 01/30] block/nvme: Add driver statistics for access alignment and hw errors
` [PULL 02/30] libvhost-user: Allow vu_message_read to be replaced
` [PULL 03/30] libvhost-user: remove watch for kick_fd when de-initialize vu-dev
` [PULL 04/30] util/vhost-user-server: generic vhost user server
` [PULL 05/30] block: move logical block size check function to a common utility function
` [PULL 06/30] block/export: vhost-user block device backend server
` [PULL 07/30] test: new qTest case to test the vhost-user-blk-server
` [PULL 08/30] MAINTAINERS: Add vhost-user block device backend server maintainer
` [PULL 10/30] util/vhost-user-server: drop unnecessary QOM cast
` [PULL 13/30] util/vhost-user-server: drop unused DevicePanicNotifier
` [PULL 16/30] util/vhost-user-server: rework vu_client_trip() coroutine lifecycle
` [PULL 17/30] block/export: report flush errors
` [PULL 19/30] util/vhost-user-server: move header to include/
` [PULL 24/30] block/export: add vhost-user-blk multi-queue support

[PATCH v8 11/14] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
 2020-10-09 19:48 UTC  (5+ messages)

[PATCH] rcutorture: remove unneeded check
 2020-10-09 19:47 UTC 

stable-rc/queue/4.9 baseline: 52 runs, 1 regressions (v4.9.238-31-gff7df5c6ca79)
 2020-10-09 19:45 UTC 

[Intel-gfx] [PATCH v2 0/3] Gen12 forcewake and multicast updates
 2020-10-09 19:44 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915: Rename FORCEWAKE_BLITTER to FORCEWAKE_GT
` [Intel-gfx] [PATCH v2 2/3] drm/i915: Update gen12 forcewake table
` [Intel-gfx] [PATCH v2 3/3] drm/i915: Update gen12 multicast register ranges

[PATCH] multipath-tools: replace perl with sed in libdmmp/Makefile for pseudo
 2020-10-10  2:44 UTC  (4+ messages)
` [oe] "

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-09 19:42 UTC  (20+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

[Patch net] ip_gre: set dev->hard_header_len properly
 2020-10-09 19:41 UTC  (14+ messages)

[PATCH net 0/2] net: ipa: non-setup bug fixes
 2020-10-09 19:41 UTC  (5+ messages)
` [PATCH net 1/2] net: ipa: only clear hardware state if setup has completed

[PATCH 0/3] python/qemu: strictly typed mypy conversion, pt3
 2020-10-09 19:35 UTC  (5+ messages)
` [PATCH 2/3] python/qemu/qmp.py: re-raise OSError when encountered
` [PATCH 3/3] python/qemu/qmp.py: Fix settimeout operation

wireguard-module broken in dunfell
 2020-10-09 19:40 UTC  (9+ messages)
  ` [oe] "

[PATCH v2 0/6] Ancillary bus implementation and SOF multi-client support
 2020-10-09 19:39 UTC  (10+ messages)
` [PATCH v2 1/6] Add ancillary bus support

[dpdk-dev] [PATCH] doc: remove aes-gcm addition of j0 deprecation notice
 2020-10-09 19:36 UTC  (2+ messages)

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-09 19:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-10-09 19:34 UTC 

[PATCH v3 1/1] net/rds: suppress page allocation failure error in recv buffer refill
 2020-10-09 19:34 UTC  (2+ messages)

libbpf error: unknown register name 'r0' in asm
 2020-10-09 19:33 UTC  (14+ messages)

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-09 19:31 UTC  (11+ messages)
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn

[Intel-gfx] [PATCH i-g-t 1/3] lib: Launch spinners from inside userptr
 2020-10-09 19:32 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/3] "

[GIT PULL] RISC-V Fixes for 5.9
 2020-10-09 19:31 UTC  (3+ messages)

[GIT PULL] late GPIO fixes for v5.9
 2020-10-09 19:31 UTC  (2+ messages)

[GIT PULL] power-supply changes for 5.9-rc
 2020-10-09 19:31 UTC  (2+ messages)

Introduction - An Outreachy 2020 Applicant
 2020-10-09 19:29 UTC  (7+ messages)
    ` [Wireshark-dev] "

[dpdk-dev] [PATCH v1] crypto/aesni_mb: fix incorrect clearing of security session
 2020-10-09 19:31 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-10-09 19:31 UTC 

[OE-core][dunfell 00/14] Patch review
 2020-10-09 19:28 UTC  (4+ messages)
` [OE-core][dunfell 13/14] qemu: add 34Kf-64tlb fictitious cpu type

[dpdk-dev] [PATCH 1/2] crypto/dpaa2_sec: increase supported anti replay win sz
 2020-10-09 19:27 UTC  (2+ messages)

[PATCH] clean up extern decl of functions
 2020-10-09 19:27 UTC  (5+ messages)
      ` [RFC] CodingGuidelines: mark external declarations with "extern"

[PATCH dwarves] btf_loader: handle union forward declaration properly
 2020-10-09 19:26 UTC 

stable-rc/queue/4.4 build: 175 builds: 1 failed, 174 passed, 2 errors, 13 warnings (v4.4.238-27-g1d9c092d06ca)
 2020-10-09 19:25 UTC 

[dpdk-dev] [PATCH 1/2] crypto/dpaa2_sec: support DES-CBC
 2020-10-09 19:23 UTC  (2+ messages)

Vorschlag
 2020-10-09 19:23 UTC 

[PATCH v3] spi: fsl-dspi: fix NULL pointer dereference
 2020-10-09 19:20 UTC  (3+ messages)

[PATCH 0/4] Netfilter fixes for net
 2020-10-09 19:19 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-10-09 19:19 UTC 

[PATCH 0/3] qom: Simplify pointer property getters/setters
 2020-10-09 19:15 UTC  (4+ messages)
` [PATCH 1/3] acpi: Don't pass const pointers to object_property_add_uint*_ptr()
` [PATCH 2/3] qom: Make object_property_add_uint*_ptr() get non-const pointers
` [PATCH 3/3] qom: Simplify and merge pointer property getters/setters

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-10-09 19:17 UTC 

[igt-dev] [PATCH i-g-t 1/2] lib: Launch spinners from inside userptr
 2020-10-09 19:16 UTC  (4+ messages)
` [Intel-gfx] "
` [igt-dev] [PATCH i-g-t 2/2] i915/gem_ctx_persistence: Verify userptr vs context cleanup
  ` [Intel-gfx] "

[PATCH v2 0/2] rev-parse options for absolute or relative paths
 2020-10-09 19:15 UTC  (3+ messages)
` [PATCH v2 1/2] abspath: add a function to resolve paths with missing components
` [PATCH v2 2/2] rev-parse: add option for absolute or relative path formatting

[dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue
 2020-10-09 19:15 UTC  (4+ messages)

[PATCH] bcache: Use #ifdef instead of boolean variable
 2020-10-09 19:14 UTC  (3+ messages)

[PATCH v9 0/9] ext4: add fast commits feature
 2020-10-09 19:14 UTC  (3+ messages)
` [PATCH v9 5/9] ext4: main fast-commit commit path

[Buildroot] [PATCH v3 1/4] boot/uboot: add stm32 binary format
 2020-10-09 19:13 UTC  (8+ messages)
` [Buildroot] [PATCH v3 4/4] configs/stm32mp157c-dk2: add support for wifi

[PATCH] block/blkdebug: fix memory leak
 2020-10-09 19:09 UTC 

[PATCH v2 0/2] usb: Add driver for USB signal re-mapper
 2020-10-09 19:08 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: Add support for Broadcom USB pin map driver
` [PATCH v2 2/2] usb: Add driver to allow any GPIO to be used for 7211 USB signals

[PATCH net-next v2 00/16] Add devlink reload action and limit options
 2020-10-09 19:10 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] crypto/dpaa2_sec: fix to check queue pair array for null
 2020-10-09 19:09 UTC  (2+ messages)

Heading out
 2020-10-09 19:07 UTC  (2+ messages)

ext4 regression in v5.9-rc2 from e7bfb5c9bb3d on ro fs with overlapped bitmaps
 2020-10-09 19:08 UTC  (11+ messages)

[Buildroot] [PATCH] package/lua: bump to version 5.4.1
 2020-10-09 19:08 UTC 

post-receive: pub/scm/linux/kernel/git/tytso/ext4
 2020-10-09 19:07 UTC 

[iptables PATCH] iptables-nft: fix basechain policy configuration
 2020-10-09 19:05 UTC  (8+ messages)

[Linux-kernel-mentees] [RFC v3 1/2] kunit: Support for Parameterized Testing
 2020-10-09 19:02 UTC  (6+ messages)
` [Linux-kernel-mentees] [RFC v3 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing

[dpdk-dev] [PATCH] test/event_crypto_adapter: fix conf issue
 2020-10-09 19:01 UTC  (5+ messages)

[PATCH] ci: github action - add check for whitespace errors
 2020-10-09 18:56 UTC  (11+ messages)

WARNING in hif_usb_send/usb_submit_urb
 2020-10-09 18:55 UTC  (3+ messages)

BMC Performance Profiler
 2020-10-09 18:53 UTC  (4+ messages)

[dpdk-dev] [PATCH v3] app/testpmd: fix the default RSS key configuration
 2020-10-09 18:54 UTC  (10+ messages)
` [dpdk-dev] [PATCH v4] RSS key use with testpmd
  ` [dpdk-dev] [PATCH v4] app/testpmd: fix the default RSS key configuration

[dpdk-dev] [PATCH 0/2] add anti replay support in OCTEON TX2 security
 2020-10-09 18:54 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "

[PATCH 0/8] staging: wfx: fix issues reported by Smatch
 2020-10-09 18:52 UTC  (7+ messages)
` [PATCH 2/8] staging: wfx: check memory allocation
` [PATCH 3/8] staging: wfx: standardize the error when vif does not exist

[PULL v2 0/8] NBD patches through 2020-10-08
 2020-10-09 18:50 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/3] crypto/aesni_mb: fix CCM digest size check
 2020-10-09 18:51 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 3/3] crypto/aesni_mb: support Chacha20-Poly1305

[PATCH] target/arm: Fix SMLAD incorrect setting of Q bit
 2020-10-09 18:48 UTC  (2+ messages)

Tools backport request for Xen 4.14
 2020-10-09 18:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-10-09 18:50 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.