All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-09 21:10:57 to 2020-10-09 22:02:30 UTC [more...]

[dpdk-dev] [PATCH v4 0/8] fix distributor synchronization issues
 2020-10-09 22:01 UTC  (10+ messages)
  ` [dpdk-dev] [PATCH v5 00/15] "
      ` [dpdk-dev] [PATCH v5 13/15] test/distributor: add test with packets marking
      ` [dpdk-dev] [PATCH v6 00/15] fix distributor synchronization issues

[ANNOUNCE] v5.9-rc8-rt14
 2020-10-09 22:01 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 21:34 UTC  (79+ messages)
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
    ` [Intel-wired-lan] "
    ` [Cluster-devel] "
    ` [f2fs-dev] "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-09 21:55 UTC  (5+ messages)
` [PATCH v4 1/7] nbd: Utilize QAPI_CLONE for type conversion
` [PATCH v4 2/7] nbd: Add new qemu:allocation-depth metadata context
` [PATCH v4 3/7] nbd: Add 'qemu-nbd -A' to expose allocation depth
` [PATCH v4 5/7] nbd: Simplify qemu bitmap context name

[PATCH] mm/memcg: fix device private memcg accounting
 2020-10-09 21:59 UTC  (2+ messages)

[PATCH net-next v4 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-09 22:00 UTC  (32+ messages)
` [PATCH net-next v4 01/10] net: bridge: extend the process of special frames
    ` [Bridge] "
` [PATCH net-next v4 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
    ` [Bridge] "
` [PATCH net-next v4 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
    ` [Bridge] "
` [PATCH net-next v4 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete
    ` [Bridge] "
` [PATCH net-next v4 05/10] bridge: cfm: Kernel space implementation of CFM. CCM frame TX added
    ` [Bridge] "
` [PATCH net-next v4 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added
    ` [Bridge] "
` [PATCH net-next v4 07/10] bridge: cfm: Netlink SET configuration Interface
    ` [Bridge] "
` [PATCH net-next v4 08/10] bridge: cfm: Netlink GET "
    ` [Bridge] "
` [PATCH net-next v4 09/10] bridge: cfm: Netlink GET status Interface
    ` [Bridge] "

[ANNOUNCE] v5.9-rc8-rt13
 2020-10-09 21:59 UTC 

[PATCH] m68k: remove unused mach_max_dma_address
 2020-10-09 21:59 UTC  (2+ messages)

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-09 21:57 UTC  (5+ messages)

[PATCH] openssh: Upgrade 8.3p1 -> 8.4p1
 2020-10-09 21:56 UTC  (2+ messages)
` [OE-core] "

[dpdk-dev] [PATCH 00/15] Replace terms master/slave lcore with main/worker lcore
 2020-10-09 21:55 UTC  (20+ messages)
` [dpdk-dev] [PATCH v4 00/17] Replace terms master/slave
  ` [dpdk-dev] [PATCH v4 01/17] doc/coding_style: add policy about master/slave
  ` [dpdk-dev] [PATCH v4 02/17] eal: add macro to mark macros as deprecated
  ` [dpdk-dev] [PATCH v4 03/17] eal: rename lcore word choices
  ` [dpdk-dev] [PATCH v4 04/17] rte_power: replace rte_master_lcore with rte_main_lcore
  ` [dpdk-dev] [PATCH v4 05/17] drivers: replace master lcore with main lcore
  ` [dpdk-dev] [PATCH v4 06/17] net/memif: replace master/slave arguments with server/client
  ` [dpdk-dev] [PATCH v4 07/17] doc: replace master lcore with main lcore
  ` [dpdk-dev] [PATCH v4 08/17] app/test: replace uses of master/slave
  ` [dpdk-dev] [PATCH v4 09/17] app/test-pmd: replace master lcore with main lcore
  ` [dpdk-dev] [PATCH v4 10/17] app/test-eventdev: replace use of "
  ` [dpdk-dev] [PATCH v4 11/17] app: replace references to master/slave
  ` [dpdk-dev] [PATCH v4 12/17] examples: replace use of master with main
  ` [dpdk-dev] [PATCH v4 13/17] examples/multi_process: replace references to master/slave
  ` [dpdk-dev] [PATCH v4 14/17] examples/performance-thread: replace reference to master lcore
  ` [dpdk-dev] [PATCH v4 15/17] examples/qos: replace references to master
  ` [dpdk-dev] [PATCH v4 16/17] examples/ipsec-secgw: replace master lcore with main lcore
  ` [dpdk-dev] [PATCH v4 17/17] examples: "

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

[PATCH v8 08/14] PCI/AER: Extend AER error handling to RCECs
 2020-10-09 21:54 UTC  (3+ messages)

nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
 2020-10-09 21:53 UTC  (3+ messages)
` [Nouveau] "

[PATCH 0/4] xen/arm: Unbreak ACPI
 2020-10-09 21:49 UTC  (3+ messages)

fscrypt, i_blkbits and network filesystems
 2020-10-09 21:50 UTC  (4+ messages)

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-10-09 21:45 UTC  (13+ messages)
` [PATCH v4 seccomp 1/5] seccomp/cache: Lookup syscall allowlist bitmap for fast path
` [PATCH v4 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH] vmbus: Don't make QOM property registration conditional
 2020-10-09 21:33 UTC  (3+ messages)

[PATCH v2 1/1] sandbox: make SDL window resizable
 2020-10-09 21:44 UTC 

[Intel-gfx] [PATCH 0/4] drm/i915/guc: Update to GuC v49
 2020-10-09 21:43 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915/guc: Clear pointers on free

[PATCH 1/1] sandbox: make SDL window resizable
 2020-10-09 21:43 UTC  (5+ messages)

[tpm2] Re: assistance with TPM2 - StrongSwan
 2020-10-09 21:42 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-10-09 21:42 UTC 

[jpirko-mlxsw:jiri_devel_xmrouter 30/40] drivers/net/ethernet/mellanox/mlxsw/spectrum_router_xm.c:353:9: warning: shift count is negative
 2020-10-09 21:34 UTC 

[PATCH 00/12] qom: Make all -object types use only class properties
 2020-10-09 21:31 UTC  (3+ messages)
` [PATCH 12/12] [RFC] qom: Lock properties of all TYPE_USER_CREATABLE types
  ` [PATCH] check-qom-proplist: Don't register instance props for user-creatable type

[ovmf test] 155594: all pass - PUSHED
 2020-10-09 21:32 UTC 

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

Who uses TYPE_VMBUS_DEVICE?
 2020-10-09 21:28 UTC  (3+ messages)

[PATCH v3 1/5] fpga: dfl: rename the bus type "dfl" to "fpga-dfl"
 2020-10-09 21:28 UTC  (10+ messages)

[PATCH] nbd: Support Kconfig configuration of nbds_max and max_part
 2020-10-09 21:18 UTC 

[PATCH bpf-next v2] bpf_fib_lookup: optionally skip neighbour lookup
 2020-10-09 21:28 UTC  (4+ messages)

(no subject)
 2020-10-09 21:25 UTC  (4+ messages)
` [PATCH v2 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API

[PATCH 2/2] riscv: Fixup static_obj() fail v2
 2020-10-09 21:23 UTC  (7+ messages)

[PATCH] drm/amd/display: Fix module load hangs when connected to an eDP
 2020-10-09 21:22 UTC  (2+ messages)

[PATCH] valgrind: drd: fix pthread intercept test failures
 2020-10-09 21:22 UTC  (4+ messages)
` [OE-core] "

[linux-lvm] thin: pool target too small
 2020-10-09 21:15 UTC  (14+ messages)

[PATCH] rcutorture: remove unneeded check
 2020-10-09 21:18 UTC  (3+ messages)

[PATCH v3] commit-graph: ignore duplicates when merging layers
 2020-10-09 21:17 UTC  (5+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 2/2] commit-graph: don't write commit-graph when disabled

[Intel-gfx] [PATCH v3 1/3] drm/i915/vbt: Fix backlight parsing for VBT 234+
 2020-10-09 21:15 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/3] "

[PATCH 0/5] Improve kernel section protections
 2020-10-09 21:13 UTC  (12+ messages)
` [PATCH 1/5] RISC-V: Move __start_kernel to .head.text
` [PATCH 2/5] RISC-V: Initialize SBI early
` [PATCH 3/5] RISC-V: Enforce protections for kernel sections early
` [PATCH 4/5] RISC-V: Protect .init.text & .init.data
` [PATCH 5/5] RISC-V: Move dynamic relocation section under __init

OpRegion conflicts for Skylake LPSS
 2020-10-09 21:12 UTC  (11+ messages)

[dpdk-dev] [dpdk-dev v10 0/4] cryptodev: add raw data-path APIs
 2020-10-09 21:11 UTC  (6+ messages)
` [dpdk-dev] [dpdk-dev v11 "
  ` [dpdk-dev] [dpdk-dev v11 1/4] cryptodev: change crypto symmetric vector structure
  ` [dpdk-dev] [dpdk-dev v11 2/4] cryptodev: add raw crypto data-path APIs
  ` [dpdk-dev] [dpdk-dev v11 3/4] crypto/qat: add raw crypto data-path API support
  ` [dpdk-dev] [dpdk-dev v11 4/4] test/crypto: add unit-test for cryptodev raw API test

[PATCH 00/13] reftable library
 2020-10-09 21:13 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/13] reftable: define the public API

[Bug 1897783] [NEW] avocado tests not running on aarch64 host
 2020-10-09 21:01 UTC  (2+ messages)
` [Bug 1897783] "


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.