All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-29 14:08:58 to 2023-03-29 14:49:49 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:37 UTC  (3+ messages)

[PATCH v2 0/6] rust: error: Add missing wrappers to convert to/from kernel error codes
 2023-03-29 14:49 UTC  (5+ messages)
` [PATCH v2 1/6] rust: error: Rename to_kernel_errno() -> to_errno()
` [PATCH v2 2/6] rust: error: Add Error::to_ptr()

[PATCH v3 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
 2023-03-29 14:49 UTC  (4+ messages)
` [PATCH v3 2/4] mfd: tps6594: Add driver for TI TPS6594 PMIC

[PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
 2023-03-29 14:48 UTC  (3+ messages)

[linux-next:master 4934/7607] drivers/virtio/virtio_ring.c:2784:3: warning: Value stored to 'err' is never read [clang-analyzer-deadcode.DeadStores]
 2023-03-29 14:48 UTC 

[PATCHv2 00/18] nvme: In-kernel TLS support for TCP
 2023-03-29 14:49 UTC  (3+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring and add CONFIG_NVME_TLS

[PATCH v8 0/3] perf: cs-etm: Update perf to handle new Coresight Trace ID
 2023-03-29 14:47 UTC  (8+ messages)
` [PATCH v8 1/3] perf: cs-etm: Move mapping of Trace ID and cpu into helper function

[PATCH net-next 0/2] Small series of enhancements
 2023-03-29 14:45 UTC  (3+ messages)
` [PATCH net-next 1/2] nfp: initialize netdev's dev_port with correct id
` [PATCH net-next 2/2] nfp: separate the port's upper state with lower phy state

[PATCH RESEND v2 00/16] Misc fixes, sanity checks and xz/zstd compression
 2023-03-29 14:47 UTC  (5+ messages)
` [PATCH RESEND v2 07/16] check_whence: error on directory listed as File

[PATCH net-next v2 0/4] Support MACsec VLAN
 2023-03-29 14:43 UTC  (3+ messages)
` [PATCH net-next v2 1/4] vlan: Add MACsec offload operations for VLAN interface

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

power_supply_show_property Kernel Oops
 2023-03-29 14:43 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: exynos: dsim: Add 'lane-polarities'
 2023-03-29 14:41 UTC  (4+ messages)
` [PATCH 2/2] drm/exynos: Implement support for DSI clock and data lane polarity swap

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-29 14:39 UTC  (64+ messages)
` [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [RFC PATCH v2 02/48] iov_iter: Remove last_offset member
` [RFC PATCH v2 03/48] iov_iter: Add an iterator-of-iterators
` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [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 09/48] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [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)

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

[PATCH v2] PCI: cadence: Fix Gen2 Link Retraining process
 2023-03-29 14:41 UTC  (3+ messages)

[PATCH] ACPI, APEI, EINJ: Remove memory range validation for CXL error types
 2023-03-29 14:41 UTC  (2+ messages)

[PATCH v4] ceph: drop the messages from MDS when unmounting
 2023-03-29 14:41 UTC  (2+ messages)

[RFC PATCH] arch_topology: Pre-allocate cacheinfo from primary CPU
 2023-03-29 14:42 UTC  (4+ messages)

[PATCH -fixes v2 0/3] Fixes for dtb mapping
 2023-03-29 14:40 UTC  (8+ messages)
` [PATCH -fixes v2 2/3] riscv: Do not set initial_boot_params to the linear address of the dtb
` [PATCH -fixes v2 3/3] riscv: No need to relocate the dtb as it lies in the fixmap region

[PATCH v8 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-03-29 14:39 UTC  (3+ messages)
` [PATCH v8 05/10] ACPI: property: Prepare generating swnodes for ACPI and DisCo for Imaging

[PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
 2023-03-29 14:42 UTC  (3+ messages)

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

devm_* allocations and your fix net: asix: fix modprobe "sysfs: cannot create duplicate filename"
 2023-03-29 14:38 UTC 

[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
 2023-03-29 14:34 UTC  (10+ 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

[PATCH v7 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-03-29 14:38 UTC  (5+ messages)
` [PATCH v7 05/10] ACPI: property: Prepare generating swnodes for ACPI and DisCo for Imaging

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

[PATCH v2 1/2] RDMA/rxe: Treat physical addresses right
 2023-03-29 14:23 UTC  (2+ messages)
` [PATCH v2 2/2] RDMA/rxe: Pass a pointer to virt_to_page()

Conditionally starting the swupdate webserver
 2023-03-29 14:39 UTC 

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-03-29 14:35 UTC  (3+ messages)
` [PATCH 08/17] sched/fair: Implement an EEVDF like policy

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

S0ix support in Xen
 2023-03-29 14:38 UTC  (2+ messages)

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

[PATCH v2 0/2] pinctrl: mcp23s08: Implement gpio bulk functions
 2023-03-29 14:31 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: mcp23s08: Rename and change function that wraps regmap_update_bits()

dmaengine: at_hdmac: Regression regarding rs485 via dma in v5.4
 2023-03-29 14:31 UTC 

[PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
 2023-03-29 14:30 UTC  (4+ messages)

[XEN v4 00/11] Add support for 32 bit physical address
 2023-03-29 14:35 UTC  (4+ messages)
` [XEN v4 04/11] xen/drivers: ns16550: Use paddr_t for io_base/io_size

[PATCH v1 0/4] Add TPS6594 PMIC support on several boards
 2023-03-29 14:29 UTC  (10+ messages)
` [PATCH v1 1/4] arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs
` [PATCH v1 2/4] arm64: dts: ti: k3-j721s2-som-p0: "
` [PATCH v1 3/4] arm64: dts: ti: k3-am62a7-sk: Add support for TPS6593 PMIC
` [PATCH v1 4/4] arm64: dts: ti: k3-j721e-som-p0: Add TP6594 family PMICs

[PATCH] RDMA/rxe: Pass a pointer to virt_to_page()
 2023-03-29 14:28 UTC  (3+ messages)

[PATCH mptcp-next 3/3] selftests: mptcp: remove duplicated entries in usage
 2023-03-29 14:34 UTC  (2+ messages)
` selftests: mptcp: remove duplicated entries in usage: Tests Results

[PATCH v4 00/12] SVE feature for arm guests
 2023-03-29 14:33 UTC  (6+ messages)
` [PATCH v4 07/12] xen: enable Dom0 to use SVE feature

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

[cocci] Reconsidering repeated pointer checks with SmPL
 2023-03-29 14:19 UTC  (9+ messages)
` [cocci] [PATCH] selinux: Improve exception handling in security_get_bools()
  ` [cocci] [PATCH v2] selinux: Adjust implementation of security_get_bools()
    `  "
        ` [cocci] "
          `  "

[Intel-gfx] [PATCH v3 00/10] drm/i915: move DSC RC tables to drm_dsc_helper.c
 2023-03-29 14:32 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: move DSC RC tables to drm_dsc_helper.c (rev4)

[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
 2023-03-29 14:20 UTC  (9+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API

[PATCH v7 00/12] drm: sun4i: Convert Allwinner DSI to bridge
 2023-03-29 13:16 UTC  (2+ messages)
` [PATCH v7 09/12] arm64: dts: rockchip: a64: Add endpoint@0 to dsi_in_tcon0

[PATCH] cpufreq: Fix policy->freq_table is NULL in __cpufreq_driver_target()
 2023-03-29 14:21 UTC  (2+ messages)

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

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

[PATCH] drm/ttm: set TTM allocated pages as reserved
 2023-03-29 14:28 UTC  (2+ messages)

[PATCH 0/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM set
 2023-03-29 14:25 UTC  (7+ 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
` [PATCH 5/6] virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM
` [PATCH 6/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set

[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] "

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

[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 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 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 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] 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  (2+ messages)
` [PATCH v4 2/4] RISC-V: add Zbkb extension detection


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.