All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-21 01:25:26 to 2025-04-21 04:47:53 UTC [more...]

[PATCH v2 0/5] mm/vmalloc.c: code cleanup and improvements
 2025-04-21  4:47 UTC  (3+ messages)
` [PATCH v2 5/5] mm/vmalloc.c: return explicit error value in alloc_vmap_area()

[riteshharjani:vfs.all-ext4-atomic-write-bigalloc-lsfmm-rfcv2-wipv1-0day 4/4] fs/ext4/inode.c:3406:18-31: opportunity for str_true_false(mixed_mapping)
 2025-04-21  4:39 UTC 

[PATCH] gcc-15: acpi: sprinkle random '__nonstring' crumbles around
 2025-04-21  4:33 UTC  (3+ messages)

[PATCH v2 00/32] PREFETCH and MADVISE for SVM ranges
 2025-04-21  4:30 UTC  (10+ messages)
` [PATCH v2 02/32] drm/xe: Make xe_svm_alloc_vram public
` [PATCH v2 06/32] drm/xe/vm: Update xe_vma_ops_incr_pt_update_ops to take an increment value
` [PATCH v2 10/32] drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm

[PATCH 0/3] Document clocks of Adreno 505/506/510
 2025-04-21  4:28 UTC  (5+ 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: "

[pci:controller/rockchip] BUILD SUCCESS a7d824b2df0d8b9e19c334594cdbffab97ff8d66
 2025-04-21  4:26 UTC 

PROBLEM: AST2500 BMC video output disabled by reboot (regression)
 2025-04-21  4:26 UTC 

[pci:misc-endpoint] BUILD SUCCESS 9d564bf7ab67ec326ec047d2d95087d8d888f9b1
 2025-04-21  4:25 UTC 

[PATCH v2 0/5] Cache CPU information from the DT
 2025-04-21  4:25 UTC  (8+ messages)
` [PATCH v2 1/5] lib utils/fdt: Drop fdt_parse_max_enabled_hart_id()
` [PATCH v2 4/5] lib: utils: Use fdt_cpu_intc_phandle_to_hartindex()
` [PATCH v2 5/5] lib: utils: Use fdt_cpu_get_timebase_frequency()

[PATCH v5 0/3] Add driver for AD3530R and AD3531R DACs
 2025-04-21  4:24 UTC  (4+ messages)
` [PATCH v5 1/3] iio: ABI: add new DAC powerdown mode
` [PATCH v5 2/3] dt-bindings: iio: dac: Add adi,ad3530r.yaml
` [PATCH v5 3/3] iio: dac: ad3530r: Add driver for AD3530R and AD3531R

[PATCHv2 net] bonding: use permanent address for MAC swapping if device address is same
 2025-04-21  4:24 UTC  (8+ messages)

[PATCH] lib: sbi: Handle length of extension name string exceed buffer size error
 2025-04-21  4:23 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
 2025-04-21  4:20 UTC  (2+ messages)

[PATCH net-next V2 0/3] net: stmmac: dwmac-loongson: Add Loongson-2K3000 support
 2025-04-21  4:20 UTC  (7+ messages)
` [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 net v2] net: phy: microchip: force IRQ polling mode for lan88xx
 2025-04-21  4:17 UTC  (5+ messages)

[PATCH] x86: remove orphan header file e820.h
 2025-04-21  4:14 UTC 

[RFC] arm64: dts: allwinner: a64: Add overlay for Realtek
 2025-04-21  4:06 UTC  (4+ messages)

[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
 2025-04-21  3:49 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix NULL pointer dereferences in dm_update_crtc_state()
 2025-04-21  4:06 UTC  (2+ messages)
` [PATCH v2] drm/amd/display: Fix NULL pointer dereferences in dm_update_crtc_state() v2

[PATCH] rust: re-enable the unit tests that are ignored
 2025-04-21  4:03 UTC 

[PATCHv2] wifi: ath9k: ahb: do ioremap resource in one step
 2025-04-21  4:00 UTC 

[PATCH v7 00/14] large atomic writes for xfs
 2025-04-21  4:00 UTC  (3+ messages)
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()

[PATCH v3] mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
 2025-04-21  3:55 UTC 

[PATCH] platform/x86/intel: hid: Add Pantherlake support
 2025-04-21  4:13 UTC 

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-21  3:51 UTC  (25+ 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:46 UTC  (10+ 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

[linux-next:master] [serial] b63e6f60ea: BUG:soft_lockup-CPU##stuck_for#s![modprobe:#]
 2025-04-21  3:41 UTC  (2+ messages)

[PATCH] tools headers: Update the include/vdso/unaligned.h to sync headers
 2025-04-21  3:41 UTC 

[PATCH] mm/damon/core: Initialize sampling_addr in damon_new_region()
 2025-04-21  3:39 UTC 

[PATCH v3] watchdog: Fix watchdog may detect false positive of softlockup
 2025-04-21  3:50 UTC 

[PATCH][RFC] ->mnt_devname is never NULL
 2025-04-21  3:35 UTC 

[PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
 2025-04-21  3:31 UTC  (11+ messages)
                  ` [PATCH] crypto: scomp - Fix off-by-one bug when calculating last page

[RFC PATCH 0/5] sched: Introduce Cache aware scheduling
 2025-04-21  3:25 UTC  (6+ messages)
` [RFC PATCH 1/5] sched: Cache aware load-balancing
` [RFC PATCH 2/5] sched: Several fixes for cache aware scheduling
` [RFC PATCH 3/5] sched: Avoid task migration within its preferred LLC
` [RFC PATCH 4/5] sched: Inhibit cache aware scheduling if the preferred LLC is over aggregated
` [RFC PATCH 5/5] sched: Add ftrace to track task migration and load balance within and across LLC

[PATCH v6 2/2] media: cadence: csi2rx: Enable csi2rx_err_irq interrupt and add support for VIDIOC_LOG_STATUS
 2025-04-21  3:29 UTC  (2+ messages)

[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 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 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 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  (4+ messages)
` [PATCH v9 3/5] KVM: selftests: Add core KVM selftests support for LoongArch


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.