All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-20 22:25:17 to 2025-04-21 03:28:09 UTC [more...]

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-21  3:27 UTC  (23+ messages)
` [RFC PATCH 01/19] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC PATCH 02/19] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH 03/19] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH 04/19] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH 05/19] dev_dax_iomap: export dax_dev_get()
` [RFC PATCH 06/19] dev_dax_iomap: (ignore!) Drop poisoned page warning in fs/dax.c
` [RFC PATCH 07/19] famfs_fuse: magic.h: Add famfs magic numbers
` [RFC PATCH 08/19] famfs_fuse: Kconfig
` [RFC PATCH 09/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC PATCH 10/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC PATCH 11/19] famfs_fuse: Basic famfs mount opts
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
` [RFC PATCH 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC PATCH 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC PATCH 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC PATCH 17/19] famfs_fuse: Add famfs metadata documentation
` [RFC PATCH 18/19] famfs_fuse: Add documentation
` [RFC PATCH 19/19] famfs_fuse: (ignore) debug cruft

[PATCH v9 0/4] vhost: Add support of kthread API
 2025-04-21  3:25 UTC  (6+ messages)
` [PATCH v9 1/4] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v9 2/4] vhost: Reintroduce kthread mode support in vhost
` [PATCH v9 3/4] vhost: add VHOST_FORK_FROM_OWNER ioctl and validate inherit_owner
` [PATCH v9 4/4] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH v7 0/4] virtio_net: Add the check for vdpa's mac address
 2025-04-21  3:22 UTC  (10+ messages)
` [PATCH v7 1/4] vhost_vdpa : Add a new parameter to enable check "
` [PATCH v7 2/4] virtio_net: Add the check for vdpa's "
` [PATCH v7 3/4] virtio_net: Add second acceptable configuration for MAC setup
` [PATCH v7 4/4] virtio_net: Add third "

[PATCH 00/19] Enable QEMU TCI to run 32bit guests on browsers
 2025-04-21  3:23 UTC  (5+ messages)
` [PATCH 15/19] util/mmap-alloc: Add qemu_ram_mmap implementation for emscripten

[PATCH] mmc: rtsx: usb add 100ms delay before power on
 2025-04-21  3:15 UTC 

[PATCH v5 net-next 00/14] Add more features for ENETC v4 - round 2
 2025-04-21  3:14 UTC  (4+ messages)
` [PATCH v5 net-next 04/14] net: enetc: add MAC filtering for i.MX95 ENETC PF

[PATCH] RDMA/uverbs: Consider capability of the process that opens the file
 2025-04-21  3:13 UTC  (8+ messages)

[PATCH v2 1/2] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
 2025-04-21  2:54 UTC  (3+ messages)
` [PATCH v2 2/2] khugepaged: Refactor trace_mm_khugepaged_scan_pmd() "

[PATCH 0/3] enumarated refcounts, for debugging refcount issues
 2025-04-21  3:09 UTC  (4+ messages)

[PATCH 0/3] Document clocks of Adreno 505/506/510
 2025-04-21  3:09 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: display/msm/gpu: "
` [PATCH 2/3] arm64: dts: qcom: msm8953: sort adreno clocks
` [PATCH 3/3] arm64: dts: qcom: msm8976: "

[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-04-21  3:08 UTC  (3+ messages)
` [PATCH v3 4/9] vhost: modify vhost_log_write() for broader users

[PATCH 1/3] LoongArch/build: Using a generic scripts/install.sh in `make install`
 2025-04-21  3:06 UTC  (9+ messages)
` [PATCH 2/3] LoongArch/build: Add fallback install.sh
` [PATCH 3/3] LoongArch: Add some annotations in archhelp

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-21  3:03 UTC  (3+ messages)
` [PATCH v4 1/4] "

[PATCH 0/4] PM / devfreq: Some optimizations of devfreq
 2025-04-21  3:00 UTC  (5+ messages)
` [PATCH 1/4] PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store()
` [PATCH 2/4] PM / devfreq: Limit max_freq with scaling_min_freq
` [PATCH 3/4] PM / devfreq: Remove redundant devfreq_get_freq_range() calling in devfreq_add_device()
` [PATCH 4/4] PM / devfreq: Check governor before using governor->name

[PATCH v2] mmc: rtsx: usb add 74 clocks in poweron flow
 2025-04-21  3:00 UTC 

CVE-2025-22077: smb: client: Fix netns refcount imbalance causing leaks and use-after-free
 2025-04-21  2:59 UTC  (3+ messages)

[PATCH 0/2] PCI: tegra: Allow building as a module
 2025-04-21  2:59 UTC  (6+ messages)
` [PATCH 1/2] irqdomain: Export irq_domain_free_irqs
` [PATCH 2/2] PCI: tegra: Allow building as a module

[koverstreet-bcachefs:for-next 8/88] fs/bcachefs/recovery_passes.c:310:25: error: implicit declaration of function 'bch2_copygc_wakeup'; did you mean 'bch2_copygc_stop'?
 2025-04-21  2:56 UTC 

[PATCH] virtio-net: Update the max_tx_vq description
 2025-04-21  2:56 UTC  (10+ messages)

[PATCH v3] serial: 8250: fix panic due to PSLVERR
 2025-04-21  2:55 UTC  (3+ messages)
  ` [External] "

BUG: bpf test case fails to run on LoongArch
 2025-04-21  2:52 UTC 

[PATCH for-next] RDMA/rxe: Remove 32-bit architecture support
 2025-04-21  2:51 UTC 

[PATCH v4]: ublk: Add UBLK_U_CMD_UPDATE_SIZE
 2025-04-21  2:51 UTC  (4+ messages)

[PATCH] linux-yocto/6.12: cfg: fix iommu configuration for -tiny kernel
 2025-04-21  2:45 UTC 

[PATCH] delayacct: use macro to simplify delayacct_end calls
 2025-04-21  2:44 UTC  (2+ messages)

ublk: Graceful Upgrade of ublk server application
 2025-04-21  2:43 UTC  (9+ messages)

[PATCH mptcp-next] selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo
 2025-04-21  2:40 UTC 

[PATCH V2 00/20] block: unify elevator changing and fix lockdep warning
 2025-04-21  2:39 UTC  (4+ messages)
` [PATCH V2 07/20] block: prevent adding/deleting disk during updating nr_hw_queues

[PATCH v2] bmi260: Add BMI260 IMU initial configuration data file
 2025-04-21  2:38 UTC 

[PATCH 0/3] registrered buffer coalescing cleanup
 2025-04-21  2:38 UTC  (5+ messages)
` [PATCH 1/3] io_uring/rsrc: use unpin_user_folio
` [PATCH 2/3] io_uring/rsrc: clean up io_coalesce_buffer()

[PATCH] wifi: ath10k: Constify structures in hw.c
 2025-04-21  2:35 UTC  (2+ messages)

[PATCH ath-next 00/13] wifi: ath12k: add monitor mode support for WCN7850
 2025-04-21  2:34 UTC  (14+ messages)
` [PATCH ath-next 01/13] wifi: ath12k: parse msdu_end tlv in ath12k_dp_mon_rx_parse_status_tlv()
` [PATCH ath-next 02/13] wifi: ath12k: avoid call ath12k_dp_mon_parse_rx_dest_tlv() for WCN7850
` [PATCH ath-next 03/13] wifi: ath12k: add srng config template for mon status ring
` [PATCH ath-next 04/13] wifi: ath12k: add ring config for monitor mode on WCN7850
` [PATCH ath-next 05/13] wifi: ath12k: add interrupt configuration for mon status ring
` [PATCH ath-next 06/13] wifi: ath12k: add monitor mode handler by monitor status ring interrupt
` [PATCH ath-next 07/13] wifi: ath12k: add support to reap and process monitor status ring
` [PATCH ath-next 08/13] wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GET
` [PATCH ath-next 09/13] wifi: ath12k: use ath12k_buffer_addr in ath12k_dp_rx_link_desc_return()
` [PATCH ath-next 10/13] wifi: ath12k: add support to reap and process mon dest ring
` [PATCH ath-next 11/13] wifi: ath12k: init monitor parameters for WCN7850
` [PATCH ath-next 12/13] wifi: ath12k: use different packet offset "
` [PATCH ath-next 13/13] wifi: ath12k: enable monitor mode "

PI and data checksumming for XFS
 2025-04-21  2:30 UTC  (3+ messages)
` [PATCH 1/7] block: support integrity generation and verification from file systems

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-04-21  2:15 UTC  (12+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 05/11] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v4 06/11] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v4 09/11] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v4 10/11] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v4 11/11] ext4: "

[PATCH v6 2/5] leds: add TI/National Semiconductor LP5812 LED Driver
 2025-04-21  2:21 UTC  (2+ messages)

[PATCH 1/2] bus: hisi_lpc: remove unused head file in hisi_lpc.c
 2025-04-21  2:06 UTC  (3+ messages)

[PATCH net-next V2 0/3] net: stmmac: dwmac-loongson: Add Loongson-2K3000 support
 2025-04-21  2:14 UTC  (8+ messages)
` [PATCH net-next V2 1/3] net: stmmac: dwmac-loongson: Move queue number init to common function
` [PATCH net-next V2 2/3] net: stmmac: dwmac-loongson: Add new multi-chan IP core support
` [PATCH net-next V2 3/3] net: stmmac: dwmac-loongson: Add new GMAC's PCI device ID support

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-21  2:14 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[Bug 220041] New: Frequent freezes in amdgpu with 6.14.3 kernel
 2025-04-21  2:11 UTC  (2+ messages)
` [Bug 220041] "

[PATCH v12 0/9] ima: kexec: measure events between kexec load and execute
 2025-04-21  2:09 UTC  (5+ messages)
` [PATCH v12 3/9] kexec: define functions to map and unmap segments

[PATCH v2] usb: cdnsp: Fix issue with resuming from L1
 2025-04-21  2:07 UTC  (2+ messages)

[PATCH v2 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-04-21  2:06 UTC  (2+ messages)

[PATCH net-next v4 0/2] Implement udp tunnel port for txgbe
 2025-04-21  2:29 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net: txgbe: Support to set UDP tunnel port
` [PATCH net-next v4 2/2] net: wangxun: restrict feature flags for tunnel packets

[PATCH 0/2] Fix fallback qcom,ipc parse
 2025-04-21  2:04 UTC  (3+ messages)
` [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to "
` [PATCH 2/2] soc: qcom: smp2p: "

[PATCH v3] mm/rmap: rename page__anon_vma to anon_vma for consistency
 2025-04-21  1:58 UTC 

[PATCH 0/2] nfs: handle failure during allocing lock/unlock data
 2025-04-21  1:56 UTC  (4+ messages)
` [PATCH 2/2] nfs: handle failure of get_nfs_open_context

[RFC PATCH] docs: hugetlbpage.rst: add free surplus huge pages description
 2025-04-21  1:56 UTC  (3+ messages)

[PATCH V2] icu: Add coreutils-native as DEPENDS
 2025-04-21  1:55 UTC 

[PATCH] icu: Add coreutils-native as DEPENDS
 2025-04-21  1:55 UTC  (3+ messages)
` [OE-core] "

[PATCH] gcc-15: acpi: sprinkle random '__nonstring' crumbles around
 2025-04-21  1:52 UTC  (2+ messages)

[PATCH v2] mm/contig_alloc: fix alloc_contig_range when __GFP_COMP and order < MAX_ORDER
 2025-04-21  1:52 UTC  (2+ messages)

[PATCH] USB: initialize struct otg_fsm earlier
 2025-04-21  1:45 UTC  (2+ messages)

[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
 2025-04-21  1:45 UTC  (8+ messages)

[PATCH] phy: tegra: xusb: Default otg mode to peripheral
 2025-04-21  1:44 UTC  (4+ messages)

[PATCH v4 0/4] Tegra CEC Updates
 2025-04-21  1:43 UTC  (2+ messages)

[syzbot] [media?] BUG: corrupted list in az6007_i2c_xfer
 2025-04-21  1:41 UTC 

[PATCH i-g-t v3 1/2] drm-uapi/amdgpu: Add queue priority and secure flags definitions
 2025-04-21  1:37 UTC  (2+ messages)
` [PATCH i-g-t v3 2/2] lib/amdgpu: Implement priority and secure flags for user queues

[PATCH] fs: Fix comment typos and grammatical errors
 2025-04-21  1:35 UTC  (3+ messages)

[REGRESSION][BISECTED] mt7925e fails to reconnect after suspend on 6.14.x
 2025-04-21  1:31 UTC  (2+ messages)

[PATCH v9 0/5] KVM: selftests: Add LoongArch support
 2025-04-21  1:24 UTC  (7+ messages)
` [PATCH v9 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v9 3/5] KVM: selftests: Add core KVM selftests support "

[PATCH] LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
 2025-04-21  1:18 UTC 

IP de-fragmentation failing on bridge
 2025-04-21  1:10 UTC 

[PATCH] docs: dmaengine: add explanation for DMA_ASYNC_TX capability
 2025-04-21  1:02 UTC 

[PATCH] LoongArch: Fixed multiple typos of KVM code
 2025-04-21  0:50 UTC  (3+ messages)

[OE-core] 0/2] linux-yocto: -stable and config changes (for current release)
 2025-04-21  0:48 UTC  (5+ messages)

[PATCH v4] fs/namespace: defer RCU sync for MNT_DETACH umount
 2025-04-21  0:44 UTC  (13+ messages)

❌ FAIL: Test report for master (6.15.0-rc3, upstream-mainline, 9d7a0577)
 2025-04-21  0:42 UTC 

[PATCH liburing 0/3] zcrx refill queue allocation modes
 2025-04-21  0:28 UTC  (7+ messages)
` [PATCH liburing 1/3] examples: remove zcrx size limiting
` [PATCH liburing 2/3] examples/zcrx: constants for request types
` [PATCH liburing 3/3] examples/zcrx: add refill queue allocation modes

[PATCH] landlock: Work around randstruct unnamed static initializer support
 2025-04-21  0:08 UTC 

Build error of kernel/xenomai/debug.c
 2025-04-21  0:08 UTC  (7+ messages)

[PATCH v3 0/3] Successful NCQ commands sense_valid cleanups/fixes
 2025-04-21  0:06 UTC  (2+ messages)

Recall: Build error of kernel/xenomai/debug.c
 2025-04-21  0:05 UTC 

[PATCH] yq: Correct the version (4.45.1+)
 2025-04-21  0:04 UTC  (3+ messages)
  ` [meta-virtualization] "

[PATCH v3 0/2] vmscan: enforce mems_effective during demotion
 2025-04-20 23:59 UTC  (4+ messages)
` [PATCH v3 2/2] vmscan,cgroup: apply mems_effective to reclaim

[PATCH 0/2] Fix uio_hv_generic on 64k page systems
 2025-04-20 23:58 UTC  (6+ messages)
` [PATCH 1/2] Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary
` [PATCH 2/2] uio_hv_generic: Use correct size for interrupt and monitor pages

+ mm-rmap-fix-typo-in-comment-in-page_address_in_vma.patch added to mm-unstable branch
 2025-04-20 23:46 UTC 

+ crash-fix-spelling-mistake-crahskernel-crashkernel.patch added to mm-nonmm-unstable branch
 2025-04-20 23:36 UTC 

[scarthgap][PATCH] bluez5: add missing tools to noinst-tools package
 2025-04-20 23:36 UTC 

[PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
 2025-04-20 23:35 UTC  (14+ messages)

[styhead][PATCH] bluez5: add missing tools to noinst-tools package
 2025-04-20 23:34 UTC 

[walnascar][PATCH] bluez5: add missing tools to noinst-tools package
 2025-04-20 23:33 UTC 

[PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
 2025-04-20 23:31 UTC  (10+ messages)

+ maintainers-add-reverse-mapping-section.patch added to mm-hotfixes-unstable branch
 2025-04-20 23:32 UTC 

[RESEND PATCH v2 1/1] mm/rmap: add CONFIG_MM_ID guard for folio_test_large_maybe_mapped_shared()
 2025-04-20 23:29 UTC  (2+ messages)

[PATCH] ASoC: codecs: Remove unused rt566[58]_sel_asrc_clk_src
 2025-04-20 23:27 UTC 

+ lib-test_kmod-do-not-hardcode-depend-on-any-filesystem.patch added to mm-nonmm-unstable branch
 2025-04-20 23:21 UTC 

+ mm-hugetlb-convert-use-of-struct-page-to-folio-in-__unmap_hugepage_range.patch added to mm-new branch
 2025-04-20 23:19 UTC 

+ mm-hugetlb-refactor-__unmap_hugepage_range-to-take-folio-instead-of-page-v2.patch added to mm-new branch
 2025-04-20 23:19 UTC 

Linux 6.15-rc3
 2025-04-20 23:03 UTC  (2+ messages)

[PATCH net-next] octeontx2-af: Remove unused rvu_npc_enable_bcast_entry
 2025-04-20 22:58 UTC 

[PATCH 0/7] drm/panel: make prepare / enable / disable / unprepare return void
 2025-04-20 22:56 UTC  (8+ messages)
` [PATCH 1/7] drm/bridge: analogix_dp: drop extra calls to analogix_dp_prepare_panel()
` [PATCH 3/7] drm/bridge: analogic_dp: drop panel_is_modeset

Are you currently looking for financial assistance
 2025-04-20 22:35 UTC 

[PATCH] hwmon: (dell-smm) Add the Dell OptiPlex 7050 to the DMI whitelist
 2025-04-20 22:44 UTC  (2+ messages)

[PATCH] arm64: tegra: Enable PWM fan on the Jetson TX1 Devkit
 2025-04-20 22:42 UTC  (2+ messages)

[PATCH v8 00/13] Add eDP support for RK3588
 2025-04-20 22:35 UTC  (3+ messages)
` (subset) "

[PATCH v2] iio: adc: ad7091r-base: Move reg volatility check to new macro
 2025-04-20 22:25 UTC 

[PATCH] arm64: tegra: p2180: Explicitly enable GPU
 2025-04-20 22:25 UTC  (2+ messages)


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.