All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-17 21:06:42 to 2021-11-17 21:55:12 UTC [more...]

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-11-17 21:54 UTC  (47+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v4 05/23] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v4 06/23] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v4 07/23] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v4 08/23] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v4 09/23] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v4 12/23] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v4 13/23] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v4 14/23] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v4 15/23] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v4 16/23] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v4 17/23] block: add check when merging zone device pages
` [PATCH v4 18/23] lib/scatterlist: "
` [PATCH v4 19/23] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v4 20/23] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v4 21/23] mm: use custom page_free for P2PDMA pages
` [PATCH v4 22/23] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v4 23/23] nvme-pci: allow mmaping the CMB in userspace

[PATCH 1/2] drm/amd/pm: Add debug prints
 2021-11-17 21:54 UTC  (2+ messages)

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-17 21:54 UTC  (6+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn301/dcn301_fpu.c:304:1: warning: the frame size of 1096 bytes is larger than 1024 bytes
 2021-11-17 21:52 UTC  (2+ messages)

[PATCH-4.16] arm/efi: Improve performance requesting filesystem handle
 2021-11-17 21:52 UTC  (3+ messages)

[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-11-17 21:53 UTC  (11+ messages)
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data

Redfish implementation does not supply SoftwareId
 2021-11-17 21:49 UTC  (4+ messages)

[PATCH blktests 0/6] Testsuite for nvme in-band authentication
 2021-11-17 21:50 UTC  (3+ messages)
` [PATCH 5/6] nvmeof-tcp/005: test bi-directional authentication

[PATCH 1/5] PCI: Add vendor ID for the PCI SIG
 2021-11-17 21:50 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/samba4: security bump version to 4.14.10
 2021-11-17 21:21 UTC 

[Buildroot] [git commit branch/2021.02.x] package/gdb: fix musl build on riscv
 2021-11-17 21:37 UTC 

[Buildroot] [git commit branch/2021.02.x] package/vim: security bump to version 8.2.3582
 2021-11-17 21:21 UTC 

[PATCH 2/2] unit: update base64 test with API change
 2021-11-17 21:50 UTC 

[PATCH 1/2] base64: Null terminate encoding
 2021-11-17 21:49 UTC 

[Buildroot] [git commit branch/2021.02.x] package/mosquitto: bump to v2.0.13
 2021-11-17 21:20 UTC 

[Buildroot] [git commit branch/2021.02.x] support/scripts: don't build board defconfigs with Gitlab's pipelines trigged on tag
 2021-11-17 21:19 UTC 

[Buildroot] [git commit branch/2021.08.x] package/opencv4: fix build with gcc 4.8
 2021-11-17 21:40 UTC 

[Buildroot] [git commit branch/2021.08.x] support/scripts: don't build board defconfigs with Gitlab's pipelines trigged on tag
 2021-11-17 21:19 UTC 

[PATCH 2/2] xfs: make sure link path does not go away at access
 2021-11-17 21:48 UTC  (13+ messages)

[Buildroot] [git commit branch/2021.08.x] package/gdb: fix musl build on riscv
 2021-11-17 21:36 UTC 

[Buildroot] [git commit branch/2021.08.x] package/vim: security bump to version 8.2.3582
 2021-11-17 21:21 UTC 

[Buildroot] [git commit branch/2021.08.x] package/mosquitto: bump to v2.0.13
 2021-11-17 21:20 UTC 

[Buildroot] [git commit branch/2021.08.x] package/samba4: security bump version to 4.14.10
 2021-11-17 21:21 UTC 

[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface
 2021-11-17 21:47 UTC  (4+ messages)
` [PATCH 1/6] rcu/nocb: Remove rdp from nocb list when de-offloaded

[PATCH v2 2/2] s390/kexec: fix kmemleak
 2021-11-17 21:46 UTC  (3+ messages)

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-11-17 21:46 UTC  (7+ messages)

[RFC PATCH] kernfs: release kernfs_mutex before the inode allocation
 2021-11-17 21:45 UTC  (8+ messages)

[PATCH v6 0/7] PCI devices passthrough on Arm, part 2
 2021-11-17 21:45 UTC  (9+ messages)
` [PATCH v6 2/7] xen/arm: add pci-domain for disabled devices
` [PATCH v6 6/7] xen/arm: process pending vPCI map/unmap operations
` [PATCH v6 7/7] xen/arm: do not use void pointer in pci_host_common_probe

[PATCH v3 0/4] Add SP800-108 KDF implementation to crypto API
 2021-11-17 21:45 UTC  (5+ messages)
` [PATCH v3 3/4] security: DH - remove dead code for zero padding
` [PATCH v3 4/4] security: DH - use KDF implementation from crypto API

HW power fault defect cause system hang on kernel 5.4.y
 2021-11-17 21:43 UTC  (2+ messages)

[BlueZ PATCH v5 1/6] doc: Introduce the Adv Monitor Device Found/Lost events
 2021-11-17 21:42 UTC  (5+ messages)
` [BlueZ PATCH v5 3/6] adv_monitor: Receive the "
` [BlueZ PATCH v5 6/6] core: Update default advmon Sampling_Period to 0xFF

[Buildroot] [PATCH 1/1] package/opencv4: fix build with gcc 4.8
 2021-11-17 21:42 UTC  (2+ messages)

[PATCH v15 0/8] Add support for the silergy,sy7636a
 2021-11-17 21:39 UTC  (4+ messages)
` [PATCH v15 1/8] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml

drivers/scsi/bfa/bfad_attr.c:984:18: sparse: sparse: symbol 'bfad_im_vport_attrs' was not declared. Should it be static?
 2021-11-17 21:40 UTC  (2+ messages)

[PATCH net-next 0/5] net: lan966x: Add lan966x switch driver
 2021-11-17 21:42 UTC  (4+ messages)
` [PATCH net-next 2/5] net: lan966x: add the basic lan966x driver

[PATCH -next] drm/amd/display: check top_pipe_to_program pointer
 2021-11-17 21:40 UTC  (4+ messages)

DeprecationWarning: distutils package and distutils.sysconfig module deprecated
 2021-11-17 21:40 UTC  (3+ messages)

[PATCH 1/1] target: Use RCU helpers for INQUIRY t10_alua_tg_pt_gp use
 2021-11-17 21:39 UTC 

[Buildroot] [PATCH 1/1] package/kodi: use libgbm virtual package
 2021-11-17 21:38 UTC  (2+ messages)

[PATCHv7 09/11] powerpc: avoid discarding flags in system_call_exception()
 2021-11-17 21:39 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/libmediaart: bump to version 1.9.5
 2021-11-17 21:34 UTC 

[Buildroot] [git commit branch/next] package/python-jinja2: bump to version 3.0.2
 2021-11-17 21:34 UTC 

[PATCH 5.10 000/569] 5.10.80-rc4 review
 2021-11-17 21:38 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/stress-ng: bump to version 0.13.05
 2021-11-17 21:34 UTC 

[Buildroot] [git commit branch/next] package/python-markupsafe: bump to version 2.0.1
 2021-11-17 21:34 UTC 

[Buildroot] [git commit branch/next] package/kodi: use libgbm virtual package
 2021-11-17 21:34 UTC 

[Buildroot] [PATCH v2 1/1] package/stress-ng: bump to version 0.13.05
 2021-11-17 21:38 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/gdb: fix musl build on riscv
 2021-11-17 21:37 UTC  (2+ messages)

[PATCH] drm/amd/display: remove no need NULL check before kfree
 2021-11-17 21:37 UTC  (4+ messages)

[PATCH] drm/amd/display: cleanup the code a bit
 2021-11-17 21:37 UTC  (5+ messages)

[PATCH iproute2] ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res()
 2021-11-17 21:37 UTC  (2+ messages)

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-17 21:35 UTC  (9+ messages)
` [PATCH v3 05/11] spi: dw: Add Pensando Elba SoC SPI Controller bindings

[Buildroot] [PATCH v3 1/2] package/python-markupsafe: bump to version 2.0.1
 2021-11-17 21:36 UTC  (2+ messages)

[PATCH bpf-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
 2021-11-17 21:36 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: fix potential memleak
 2021-11-17 21:34 UTC  (5+ messages)

Failing QEMU iotests
 2021-11-17 21:32 UTC  (5+ messages)

[Buildroot] [PATCH for-2021.08.x] support/docker: remove expired mozilla/DST_Root_CA_X3.crt
 2021-11-17 21:33 UTC 

[syzbot] WARNING in vivid_cap_update_frame_period
 2021-11-17 21:33 UTC 

[PATCH 5.15 000/923] 5.15.3-rc3 review
 2021-11-17 21:32 UTC  (2+ messages)

[PATCH v2] PCI/VPD: Add simple sanity check to pci_vpd_size()
 2021-11-17 21:31 UTC  (2+ messages)

linux-next: build failure after merge of the gpio-brgl tree
 2021-11-17 21:29 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display/dg2: Read CD clock from squasher table
 2021-11-17 21:27 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH v2] drm/amd/amdgpu: cleanup the code style a bit
 2021-11-17 21:27 UTC  (4+ messages)

[PATCH] drm/amd/amdgpu: remove useless break after return
 2021-11-17 21:25 UTC  (4+ messages)

[PATCH v2 0/4] clocksource: Avoid incorrect hpet fallback
 2021-11-17 21:25 UTC  (4+ messages)

[PATCH v6] driver: spi: add bcm iproc qspi support
 2021-11-17 21:24 UTC 

[PATCH RFC 0/2] CAN TRANSCEIVER: Add support for setting mux
 2021-11-17 21:24 UTC  (8+ messages)
` [PATCH RFC 2/2] phy: phy-can-transceiver: "

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2021-11-17 21:23 UTC 

[LTP] [PATCH] controllers/memcg: update regression tests to work under cgroup2
 2021-11-17 21:23 UTC  (3+ messages)

[dm-devel] [PATCH v2 0/9] multipathd: remove udev settle dependency
 2021-11-17 21:21 UTC  (10+ messages)
` [dm-devel] [PATCH v2 1/9] multipathd: remove missing paths on startup
` [dm-devel] [PATCH v2 2/9] libmultipath: skip unneeded steps to get path name
` [dm-devel] [PATCH v2 3/9] libmultipath: don't use fallback wwid in update_pathvec_from_dm
` [dm-devel] [PATCH v2 4/9] libmultipath: always set INIT_REMOVED in set_path_removed
` [dm-devel] [PATCH v2 5/9] multipathd: fully initialize paths added by update_pathvec_from_dm
` [dm-devel] [PATCH v2 6/9] multipathd: retrigger uevent for partial paths
` [dm-devel] [PATCH v2 7/9] multipathd: remove INIT_PARTIAL paths that aren't in a multipath device
` [dm-devel] [PATCH v2 8/9] multipathd: Remove dependency on systemd-udev-settle.service
` [dm-devel] [PATCH v2 9/9] libmultipath: add path wildcard "%I" for init state

[Buildroot] [PATCH 1/1] package/vim: security bump to version 8.2.3582
 2021-11-17 21:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.14.10
 2021-11-17 21:21 UTC  (2+ messages)

[PATCH] ice: Slightly simply ice_find_free_recp_res_idx
 2021-11-17 21:21 UTC  (2+ messages)
` [Intel-wired-lan] "

[Buildroot] [PATCH 1/1] package/mosquitto: bump to v2.0.13
 2021-11-17 21:20 UTC  (3+ messages)

[Buildroot] [PATCH v2 RFC] support/scripts: don't build board defconfigs with Gitlab's pipelines trigged on tag
 2021-11-17 21:19 UTC  (2+ messages)

[PATCH 0/4] iommu: M1 Pro/Max DART support
 2021-11-17 21:15 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: iommu: dart: add t6000 compatible
` [PATCH 2/4] iommu/io-pgtable: Add DART subpage protection support
` [PATCH 3/4] iommu/io-pgtable: Add DART PTE support for t6000
` [PATCH 4/4] iommu: dart: Support t6000 variant

pm/testing baseline: 83 runs, 3 regressions (v5.16-rc1-14-g3b8bfff0a7ef)
 2021-11-17 21:16 UTC 

drivers/gpu/drm/i915/gem/i915_gem_object.c:102: warning: expecting prototype for i915_gem_object_fini(). Prototype was for __i915_gem_object_fini() instead
 2021-11-17 21:15 UTC  (2+ messages)

[PATCH] PCI: mt7621: declare 'mt7621_pci_ops' static
 2021-11-17 21:14 UTC  (2+ messages)

[PATCH v6 00/15] Upstreaming the Scalar command
 2021-11-17 21:12 UTC  (4+ messages)
` [PATCH v7 00/17] "
  ` [PATCH v7 05/17] cmake: optionally build `scalar`, too

[PATCH v2 0/2] tests/qtest: add some tests for virtio-net failover
 2021-11-17 21:10 UTC  (3+ messages)
` [PATCH v2 1/2] qtest/libqos: add a function to initialize secondary PCI buses
` [PATCH v2 2/2] tests/qtest: add some tests for virtio-net failover

[PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-17 21:09 UTC  (5+ messages)
` [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot()

[PATCH] KVM: x86: check PIR even for vCPUs with disabled APICv
 2021-11-17 21:10 UTC  (2+ messages)

[PATCH] ceph: do not truncate pagecache if truncate size doesn't change
 2021-11-17 21:10 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] support/testing: test_openssh: use Bootlin stable toolchain
 2021-11-17 21:09 UTC 

[PATCH] x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PV
 2021-11-17 21:09 UTC  (9+ messages)

[Buildroot] [PATCH for 2021.02.x] support/testing: test_openssh: use Bootlin stable toolchain
 2021-11-17 21:09 UTC  (2+ messages)

[xilinx-xlnx:master 11230/12535] drivers/remoteproc/ingenic_rproc.c:144:21: error: initialization of 'void * (*)(struct rproc *, u64, int)' {aka 'void * (*)(struct rproc *, long long unsigned int, int)'} from incompatible pointer type 'void * (*)(struct rproc *, u64, size_t)' {aka 'vo
 2021-11-17 21:06 UTC 

[Intel-gfx] [PATCH] drm/i915/pxp: fix includes for headers in include/drm
 2021-11-17 21:08 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/pxp: fix includes for headers in include/drm (rev3)

Failed Raid 5 - one Disk possibly Out of date - 2nd disk damaged
 2021-11-17 21:06 UTC  (4+ messages)

[PATCH for-6.2] Fix some typos in documentation (found by codespell)
 2021-11-17 21:07 UTC 

[net-next PATCH 00/19] Multiple cleanup and feature for qca8k
 2021-11-17 21:04 UTC  (10+ messages)
` [net-next PATCH 11/19] net: dsa: qca8k: add support for mirror mode
` [net-next PATCH 12/19] net: dsa: qca8k: add set_ageing_time support
` [net-next PATCH 13/19] net: dsa: qca8k: add min/max ageing time
` [net-next PATCH 14/19] net: dsa: qca8k: add support for mdb_add/del
` [net-next PATCH 15/19] net: dsa: qca8k: add LAG support
` [net-next PATCH 16/19] net: dsa: qca8k: enable mtu_enforcement_ingress
` [net-next PATCH 17/19] net: dsa: qca8k: move qca8k to qca dir
` [net-next PATCH 18/19] net: dsa: qca8k: use device_get_match_data instead of the OF variant
` [net-next PATCH 19/19] net: dsa: qca8k: split qca8k in common and 8xxx specific code


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.