All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-29 13:52:06 to 2023-03-29 14:26:37 UTC [more...]

[dm-devel] [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
 2023-03-29 14:07 UTC  (3+ messages)
  `  "

[dm-devel] [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
 2023-03-29 13:56 UTC  (2+ messages)
`  "

[PATCH] Asoc: wm_adsp: Add support for loading firmware with prefix name
 2023-03-29 14:05 UTC  (3+ messages)

[BUG] systemd-devd triggers kernel memleak apparently in drivers/core/dd.c: driver_register()
 2023-03-29 14:18 UTC  (14+ messages)
                  ` [BUG] [BISECTED] "
                    ` [BUG] [BISECTED] [CORRECTION] "

[PATCH 0/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM set
 2023-03-29 14:24 UTC  (5+ messages)
` [PATCH 1/6] virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
` [PATCH 2/6] virtio: pci: Tear down VQs in virtio_pci_reset()
` [PATCH 3/6] virtio: Allocate virtqueue in page-size units
` [PATCH 4/6] virtio: Add helper functions to attach/detach vring descriptors

selftests: net: l2tp.sh regression starting with 6.1-rc1
 2023-03-29 14:16 UTC  (2+ messages)

[PATCH v2 0/9] coresight: Fix CTI module refcount leak by making it a helper device
 2023-03-29 14:10 UTC  (7+ messages)
` [PATCH v2 8/9] coresight: Enable and disable helper devices adjacent to the path

[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
 2023-03-29 14:25 UTC  (5+ messages)
` [PATCH 4/6] sched/deadline: Create DL BW alloc, free & check overflow interface
` [PATCH 5/6] cgroup/cpuset: Free DL BW in case can_attach() fails

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-29 14:23 UTC  (55+ messages)
` [RFC PATCH v2 03/48] iov_iter: Add an iterator-of-iterators
` [RFC PATCH v2 05/48] mm: Move the page fragment allocator from page_alloc.c into its own file
` [RFC PATCH v2 06/48] mm: Make the page_frag_cache allocator use multipage folios
` [RFC PATCH v2 07/48] mm: Make the page_frag_cache allocator use per-cpu
` [RFC PATCH v2 08/48] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 10/48] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH v2 12/48] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH v2 13/48] tls: "
` [RFC PATCH v2 14/48] siw: "
` [RFC PATCH v2 15/48] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 17/48] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 18/48] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 19/48] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 20/48] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 21/48] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [RFC PATCH v2 22/48] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [RFC PATCH v2 23/48] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH v2 24/48] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 26/48] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 27/48] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH v2 28/48] splice: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [RFC PATCH v2 29/48] Remove file->f_op->sendpage
` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 32/48] iscsi: "
` [RFC PATCH v2 33/48] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH v2 35/48] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH v2 36/48] algif: Remove hash_sendpage*()
` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH v2 38/48] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 39/48] dlm: "
  ` [Cluster-devel] "
` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 41/48] sunrpc: Rely on TCP sendmsg + MSG_SPLICE_PAGES to copy unspliceable data
` [RFC PATCH v2 42/48] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 43/48] kcm: "
` [RFC PATCH v2 44/48] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [RFC PATCH v2 45/48] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
  ` [Ocfs2-devel] "
` [RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
  ` [Drbd-dev] "
` [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg
  ` [Drbd-dev] "
` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[langdale][PATCH] bmap-tools: switch to main branch
 2023-03-29 14:22 UTC  (2+ messages)
` [OE-core] "

[PATCH] Use hexagon toolchain version 16.0.0
 2023-03-29 14:21 UTC 

[PATCH] vpci/msix: restore PBA access length and alignment restrictions
 2023-03-29 14:20 UTC  (3+ messages)

[PATCH v7 3/4] notes.c: introduce '--separator=<paragraph-break>' option
 2023-03-29 14:15 UTC  (2+ messages)

[PATCH v4 1/4] bootstd: Enable BOOTSTD_DEFAULTS by default
 2023-03-29 14:19 UTC  (6+ messages)
` [PATCH v4 3/4] bootstd: Relax the argument requirements for bootflow scan
` [PATCH v4 4/4] rockchip: Use the same boot_targets for all boards

[meta-virtualization][PATCH] upx: Bump to v3.99
 2023-03-29 14:18 UTC 

[PATCH v3 4/4] sched/psi: allow unprivileged polling of N*2s period
 2023-03-29 14:17 UTC  (2+ messages)

[OE-core] [meta][kirkstone][PATCH 2/2] curl: Add fix for CVE-2023-23916
 2023-03-29 14:18 UTC  (3+ messages)
`  "

[PATCH -next] thermal/drivers/thermal_hwmon: Fix a kernel NULL pointer dereference
 2023-03-29 14:16 UTC  (4+ messages)

[PATCH v2 0/8] x86emul: a few small steps towards disintegration
 2023-03-29 14:17 UTC  (4+ messages)

[PATCH 0/5] sed-opal: add command to read locking range attributes
 2023-03-29 14:15 UTC  (3+ messages)
` [PATCH 1/5] sed-opal: do not add user authority twice in boolean ace

[PATCH 0/5] PMBus fixes and new functions
 2023-03-29 14:15 UTC  (3+ messages)
` [PATCH 4/5] hw/i2c: pmbus: block uninitialised string reads

[PATCH v2] linux-user: preserve incoming order of environment variables in the target
 2023-03-29 14:12 UTC  (5+ messages)

[PATCH v6 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support
 2023-03-29 14:11 UTC  (14+ messages)

[PATCH 0/2] Add API for making parts of a MMIO page R/O and use it in XHCI console
 2023-03-29 14:12 UTC  (7+ messages)
` [PATCH 1/2] x86/mm: add API for marking only part of a MMIO page read only

[PATCH 0/4] coretemp: Fix spamming of ring buffer
 2023-03-29 14:11 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next 00/15] Introduce IDPF driver
 2023-03-29 14:04 UTC  (16+ messages)
` [Intel-wired-lan] [PATCH net-next 01/15] virtchnl: add virtchnl version 2 ops
` [Intel-wired-lan] [PATCH net-next 02/15] idpf: add module register and probe functionality
` [Intel-wired-lan] [PATCH net-next 03/15] idpf: add controlq init and reset checks
` [Intel-wired-lan] [PATCH net-next 04/15] idpf: add core init and interrupt request
` [Intel-wired-lan] [PATCH net-next 05/15] idpf: add create vport and netdev configuration
` [Intel-wired-lan] [PATCH net-next 06/15] idpf: continue expanding init task
` [Intel-wired-lan] [PATCH net-next 07/15] idpf: configure resources for TX queues
` [Intel-wired-lan] [PATCH net-next 08/15] idpf: configure resources for RX queues
` [Intel-wired-lan] [PATCH net-next 09/15] idpf: initialize interrupts and enable vport
` [Intel-wired-lan] [PATCH net-next 10/15] idpf: add splitq start_xmit
` [Intel-wired-lan] [PATCH net-next 11/15] idpf: add TX splitq napi poll support
` [Intel-wired-lan] [PATCH net-next 12/15] idpf: add RX "
` [Intel-wired-lan] [PATCH net-next 13/15] idpf: add singleq start_xmit and napi poll
` [Intel-wired-lan] [PATCH net-next 14/15] idpf: add ethtool callbacks
` [Intel-wired-lan] [PATCH net-next 15/15] idpf: configure SRIOV and add other ndo_ops

[PATCH RFC net-next 6/7] net: dsa: mv88e6xxx: provide software node for default settings
 2023-03-29 14:07 UTC  (11+ messages)

[PATCH] docs: driver-api: firmware_loader: fix missing argument in usage example
 2023-03-29 14:09 UTC  (2+ messages)

[Buildroot] [Bug 15501] New: audit2allow looks for ausearch in the "wrong" place
 2023-03-29 14:10 UTC 

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-03-29 14:06 UTC  (10+ messages)
` [PATCH v4 1/4] RISC-V: add Zbc extension detection
` [PATCH v4 2/4] RISC-V: add Zbkb "
` [PATCH v4 3/4] RISC-V: hook new crypto subdir into build-system
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH v2 0/4] nfs-utils changes for RPC-with-TLS
 2023-03-29 14:08 UTC  (5+ messages)
` [PATCH v2 1/4] libexports: Fix whitespace damage in support/nfs/exports.c
` [PATCH v2 2/4] exports: Add an xprtsec= export option
` [PATCH v2 3/4] exports(5): Describe the "
` [PATCH v2 4/4] nfs(5): Document the new "xprtsec=" mount option

drivers/platform/x86/socwatch/sw_telem.c:239:33: sparse: sparse: cast removes address space '__iomem' of expression
 2023-03-29 14:07 UTC 

How to listen to NL80211 events from Kernel module
 2023-03-29 14:06 UTC 

[PATCH 0/2] update license and copyright
 2023-03-29 14:07 UTC  (4+ messages)
` [PATCH 2/2] net/gve: update copyright holders

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-29 14:05 UTC  (4+ messages)
` [PATCH printk v1 09/18] printk: nobkl: Add print state functions
  ` buffer write race: "
  ` misc details: was: "

[Intel-gfx] [PATCH 0/2] Update DSC Bigjoiner BW check
 2023-03-29 14:05 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dp: Use current cdclk for "

[PATCH] drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error
 2023-03-29 14:04 UTC  (2+ messages)

[PATCH 1/1] io_uring/rsrc: fix rogue rsrc node grabbing
 2023-03-29 14:03 UTC 

Folio mapcount
 2023-03-29 14:02 UTC  (6+ messages)

[PATCH V5 0/5] Introduce daemon failover mechanism to recover from crashing
 2023-03-29 14:01 UTC  (12+ messages)
` [PATCH V5 1/5] cachefiles: introduce object ondemand state
` [PATCH V5 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [PATCH V5 3/5] cachefiles: resend an open request if the read request's object is closed
` [PATCH V5 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
` [PATCH V5 5/5] cachefiles: add restore command to recover inflight ondemand read requests

[Intel-gfx] [PATCH v6 0/8] drm/i915: use ref_tracker library for tracking wakerefs
 2023-03-29 14:03 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: use ref_tracker library for tracking wakerefs (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH 3/4] ASoC: amd: acp: Add machine driver that enables sound for systems with a ES8336 codec
 2023-03-29 14:01 UTC  (3+ messages)

[PATCH v3 0/1] PCI: qcom: Add support for system suspend and resume
 2023-03-29 14:01 UTC  (6+ messages)
` [PATCH v3 1/1] "

[PATCH-for-8.0 v2 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators
 2023-03-29 14:02 UTC  (7+ messages)
` [PATCH-for-8.0 v2 1/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
` [PATCH-for-8.0 v2 2/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include
` [PATCH-for-8.0 v2 3/3] softmmu: Restore use of CPU watchpoint for all accelerators

[PATCH] clk: qcom: gpucc-sm6375: Configure CX_GDSC disable wait value
 2023-03-29 14:01 UTC 

[igt-dev] [PATCH] runner/meson.build: fix minimal build
 2023-03-29 14:01 UTC 

[pull] drm: dma-fence-deadline for v6.4
 2023-03-29 14:00 UTC  (2+ messages)

[PATCHv2 00/18] nvme: In-kernel TLS support for TCP
 2023-03-29 13:59 UTC  (19+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring and add CONFIG_NVME_TLS
` [PATCH 02/18] nvme-keyring: define a 'psk' keytype
` [PATCH 03/18] nvme: add TCP TSAS definitions
` [PATCH 04/18] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/18] net/tls: implement ->read_sock()
` [PATCH 06/18] nvme/tcp: allocate socket file
` [PATCH 07/18] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 08/18] security/keys: export key_lookup()
` [PATCH 09/18] nvme-tcp: enable TLS handshake upcall
` [PATCH 10/18] nvme-tcp: fixup send workflow for kTLS
` [PATCH 11/18] nvme-tcp: control message handling for recvmsg()
` [PATCH 12/18] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 13/18] nvmet: make TCP sectype settable via configfs
` [PATCH 14/18] nvmet-tcp: allocate socket file
` [PATCH 15/18] nvmet-tcp: enable TLS handshake upcall
` [PATCH 16/18] nvmet-tcp: rework sendpage for kTLS
` [PATCH 17/18] nvmet-tcp: control messages for recvmsg()
` [PATCH 18/18] nvmet-tcp: add configfs attribute 'param_keyring'

[PATCH v2 0/3] kmod: modprobe: Extend holders removal to multi-level dependencies
 2023-03-29 13:58 UTC  (4+ messages)
` [PATCH v2 1/3] kmod: modprobe: Remove holders recursively
` [PATCH v2 3/3] testsuite: modprobe: Add test for --remove-holders

[PATCH] ARM: multi_v7_defconfig: Add OPTEE support
 2023-03-29 13:56 UTC  (2+ messages)

[PATCH v2 -next] thermal/drivers/thermal_hwmon: Fix a kernel NULL pointer dereference
 2023-03-29 13:57 UTC  (2+ messages)

[PATCH -fixes v2 0/3] Fixes for dtb mapping
 2023-03-29 13:56 UTC  (4+ messages)
` [PATCH -fixes v2 3/3] riscv: No need to relocate the dtb as it lies in the fixmap region

Plans regarding PECI sensors and PCIe inventory with upstream Linux
 2023-03-29 13:55 UTC  (3+ messages)

[PATCH v3] ptp: add ToD device driver for Intel FPGA cards
 2023-03-29 13:54 UTC  (3+ messages)

[Buildroot] [Bug 15496] New: auditd startup broken when coreutils is installed
 2023-03-29 13:56 UTC 

[PATCH v2 0/2] Introducing trace buffer mapping by user-space
 2023-03-29 13:55 UTC  (11+ messages)
` [PATCH v2 1/2] ring-buffer: Introducing ring-buffer mapping functions

[RFC PATCH] sched/fair: Make tg->load_avg per node
 2023-03-29 13:54 UTC  (5+ messages)

[PATCH v1 1/1] gpiolib: Split property name from the warning message
 2023-03-29 13:55 UTC  (3+ messages)

[PATCH V2] iommu/vt-d: Fix a IOMMU perfmon warning when CPU hotplug
 2023-03-29 13:54 UTC  (3+ messages)

[PATCH 0/4] ASoC: amd: acp: Add sound support for a line of HUAWEI laptops
 2023-03-29 13:52 UTC  (10+ messages)
` [PATCH 3/4] ASoC: amd: acp: Add machine driver that enables sound for systems with a ES8336 codec

[PATCH] drm/ttm: set TTM allocated pages as reserved
 2023-03-29 13:54 UTC 

[GIT PULL 0/1] kvm/s390: Fixes for 6.3
 2023-03-29 13:51 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: pv: fix external interruption loop not always detected


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.