All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 19:13:26 to 2026-03-09 19:57:01 UTC [more...]

[PATCH v4 00/18] rtla: Robustness and code quality improvements
 2026-03-09 19:46 UTC  (7+ messages)
` [PATCH v4 01/18] rtla: Exit on memory allocation failures during initialization
` [PATCH v4 02/18] rtla: Use strdup() to simplify code
` [PATCH v4 03/18] rtla/actions: Simplify argument parsing
` [PATCH v4 04/18] rtla: Introduce common_threshold_handler() helper
` [PATCH v4 05/18] rtla: Replace magic number with MAX_PATH
` [PATCH v4 06/18] rtla: Simplify code by caching string lengths

[PATCH v5 0/2] hfsplus: prevent b-tree allocator corruption
 2026-03-09 19:56 UTC  (10+ messages)
` [PATCH v5 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v5 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

[PULL v1 linux-firmware] Add firmware for Cirrus Amps and Codecs for some Dell laptops
 2026-03-09 19:55 UTC  (2+ messages)

[PATCH v1 0/4] ASoC: qcom: qdsp6: Add MI2S clock control
 2026-03-09 19:55 UTC  (3+ messages)
` [PATCH v1 1/4] ASoC: dt-bindings: qcom,q6apm-lpass-dais: Document DAI subnode

[PATCH v3 2/4] arm64: dts: imx94: add pcie0 and pcie0-ep supports
 2026-03-09 19:54 UTC  (2+ messages)

[PATCH 1/3] objtool/klp: Fix detection of corrupt static branch/call entries
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH 2/3] objtool/klp: Disable unsupported pr_debug() usage
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH 3/3] objtool/klp: Avoid NULL pointer dereference when printing code symbol name
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH v1] objtool: HAVE_XXHASH test uses HOSTCFLAGS
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] objtool: Use HOSTCFLAGS for HAVE_XXHASH test

[PATCH 01/14] objtool: Fix data alignment in elf_add_data()
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH 02/14] objtool: Fix ERROR_INSN() error message
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH] objtool: Handle Clang RSP musical chairs
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH] objtool: Fix another stack overflow in validate_branch()
 2026-03-09 19:54 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH 1/2] tracing: preserve repeated boot-time tracing parameters
 2026-03-09 19:52 UTC  (2+ messages)
` [PATCH 2/2] tracing: drain deferred trigger frees if kthread startup fails

linux-next: Tree for Mar 9
 2026-03-09 19:52 UTC  (3+ messages)

[ANN] U-Boot v2026.04-rc4 released
 2026-03-09 19:52 UTC 

[Intel-wired-lan] is there a way other than PCI IDs to distinguish E810 from E825/E830?
 2026-03-09 18:37 UTC 

[PATCH] arm64: dts: qcom: hamoa: Fix OPP tables for all DisplayPort controllers
 2026-03-09 19:52 UTC  (2+ messages)

[PATCH v8 0/3] Add Tenstorrent Atlantis Clock/Reset Controller
 2026-03-09 19:51 UTC  (10+ messages)
` [PATCH v8 1/3] dt-bindings: clk: tenstorrent: Add tenstorrent,atlantis-prcm-rcpu
` [PATCH v8 2/3] reset: tenstorrent: Add reset controller for Atlantis
` [PATCH v8 3/3] clk: tenstorrent: Add Atlantis clock controller driver

[PATCH] media: nxp: imx8-isi: Add virtual channel support
 2026-03-09 19:51 UTC  (2+ messages)

[PATCH v2 0/2] sched_ext cleanup and toolchain compatibility fixes
 2026-03-09 19:49 UTC  (2+ messages)
` [PATCH v2 0/2] sched_ext: "

[PATCH v3] staging: rtl8723bs: rename supportRateNum to support_rate_num
 2026-03-09 19:49 UTC  (2+ messages)

[PATCH v2 2/2] usb: roles: get usb role switch from parent only for usb-b-connector
 2026-03-09 19:48 UTC  (2+ messages)

[PATCH] arm64: dts: airoha: en7581: Add switch node to to EN7581 SoC
 2026-03-09 19:48 UTC  (3+ messages)

[PATCH v2] futex: add missing function parameter comments
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 01/13] rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 02/13] rust: sync: atomic: Add example for Atomic::get_mut()
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 03/13] rust: helpers: Generify the definitions of rust_helper_*_{read,set}*
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 04/13] rust: helpers: Generify the definitions of rust_helper_*_xchg*
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 05/13] rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 06/13] rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 07/13] rust: sync: atomic: Add Atomic<*{mut,const} T> support
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 08/13] rust: sync: atomic: Add performance-optimal Flag type for atomic booleans
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 09/13] rust: list: Use AtomicFlag in AtomicTracker
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 10/13] rust: sync: atomic: Add atomic operation helpers over raw pointers
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 11/13] rust: sync: atomic: Add fetch_sub()
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 12/13] rust: sync: atomic: Update documentation for `fetch_add()`
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 13/13] rust: atomic: Update a safety comment in impl of `fetch_add()`
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 3/3] mutex: Remove the list_head from struct mutex
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] locking/mutex: "

[RFC][PATCH 1/4] compiler-context-analysys: Add __cond_releases()
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 1/3] rwsem: Remove the list_head from struct rw_semaphore
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] locking/rwsem: "

[PATCH 2/3] semaphore: Remove the list_head from struct semaphore
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] locking/semaphore: "

[RFC][PATCH 2/4] locking/mutex: Add context analysis
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[RFC][PATCH 3/4] locking/rtmutex: Add context analysis
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 0/3] Shrink size of sleeping locks
 2026-03-09 19:48 UTC  (2+ messages)
` [tip: locking/core] locking/rwsem: Add context analysis

[PATCH] ASoC: da7219: scope AAD suspend and resume helpers to CONFIG_PM
 2026-03-09 19:48 UTC  (2+ messages)

[PATCH] hfsplus: limit sb_maxbytes to partition size
 2026-03-09 19:47 UTC  (12+ messages)

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-03-09 19:47 UTC  (4+ messages)
` [PATCH 4/7] KVM: SVM: Populate FRED event data on event injection

[PATCH v5 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-03-09 19:46 UTC  (4+ messages)
` [PATCH v5 06/10] iommu/arm-smmu-v3: Add a usage counter for cmdq

[PATCH] ASoC: cs35l56: Put OTP register defines in correct address order
 2026-03-09 19:45 UTC  (2+ messages)

[PATCH] ASoC: cs35l56-test: Remove pointless duplicate loop counters
 2026-03-09 19:45 UTC  (2+ messages)

[PATCH] ASoC: codecs: peb2466: Change the +/- 6dB switch to a volume
 2026-03-09 19:45 UTC  (2+ messages)

[PATCH 0/9] Convert most Dell WMI drivers to use the new buffer-based API
 2026-03-09 19:45 UTC  (5+ messages)
` [PATCH 1/9] platform/x86: dell-descriptor: Use new buffer-based WMI API

[PATCH v2] mtd: spi-nor: Add gd25lx128j chip
 2026-03-09 19:44 UTC 

[PATCH] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
 2026-03-09 19:42 UTC  (2+ messages)

[Buildroot] [PATCH RESEND] package/tbtools: bump to version 0.8.0
 2026-03-09 19:42 UTC  (2+ messages)

[Buildroot] [git commit] package/tbtools: bump to version 0.8.0
 2026-03-09 19:36 UTC 

[PATCH v5 1/4] dt-bindings: soc: rockchip: grf: Add RV1103B compatibles
 2026-03-09 19:40 UTC  (4+ messages)

[PATCH v4 0/4] Fixes the stack overflow
 2026-03-09 19:40 UTC  (4+ messages)
` [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation

[PATCH] arm64: dts: qcom: glymur-crd: Enable WLAN and Bluetooth
 2026-03-09 19:40 UTC  (2+ messages)

[PATCH] KVM: pfncache: Fix uhva validity check in kvm_gpc_is_valid_len()
 2026-03-09 19:39 UTC  (4+ messages)

[PATCH 0/7] arm64: dts: qcom: Add support for Arduino VENTUNOQ
 2026-03-09 19:39 UTC  (9+ messages)
` [PATCH 1/7] arm64: dts: qcom: monaco: Add HS/SS endpoints for USB1 controller
` [PATCH 4/7] arm64: dts: qcom: Add Arduino Monza (VENTUNOQ) board support
` [PATCH 6/7] arm64: dts: qcom: monaco-arduino-monza: Add sound node
` [PATCH 7/7] arm64: defconfig: Enable configs for Arduino VENTUNOQ

[PATCH v4 0/4] iio: adc: ad799x: modernize resource management
 2026-03-09 19:38 UTC  (3+ messages)
` [PATCH v4 2/4] iio: adc: ad799x: cache regulator voltage during probe

[PATCH v3 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-03-09 19:37 UTC  (11+ messages)
` [PATCH v3 15/32] hw/arm/tegra241-cmdqv: Emulate global and VINTF VCMDQ register reads
` [PATCH v3 22/32] hw/arm/tegra241-cmdqv: Add vEVENTQ allocation and free

[Buildroot] [PATCH] package/nfs-utils: security bump version to 2.8.6
 2026-03-09 19:38 UTC  (2+ messages)

[RFC PATCH 0/7] queued static-key API reduces IPIs to 134/16154 in dyndbg
 2026-03-09 19:38 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[meta-arago][master][PATCH 0/1] nnstreamer: Fix buildpaths QA failure
 2026-03-09 19:37 UTC  (4+ messages)
` [meta-arago][master][PATCH 1/1] nnstreamer: Skip buildpaths QA check

[PATCH v2] iio: adc: ina2xx: add INA236 support
 2026-03-09 19:37 UTC 

[PATCH 0/3] Firmware LSM hook
 2026-03-09 19:37 UTC  (3+ messages)

[PATCH] iio: adc: ina2xx: add INA236 support
 2026-03-09 19:29 UTC 

+ mm-memcontrol-convert-objcg-to-be-per-memcg-per-node-type-fix-fix.patch added to mm-unstable branch
 2026-03-09 19:37 UTC 

+ mm-memcontrol-convert-objcg-to-be-per-memcg-per-node-type-fix.patch added to mm-unstable branch
 2026-03-09 19:37 UTC 

[PATCH v2 net-next] net/sched: do not reset queues in graft operations
 2026-03-09 19:36 UTC  (2+ messages)

[Buildroot] [git commit] package/nfs-utils: security bump version to 2.8.6
 2026-03-09 19:32 UTC 

[meta-arago][master][PATCH] ltp-ddt: Add missing iproute2-bridge dependency
 2026-03-09 19:34 UTC  (2+ messages)

+ selftests-mm-add-thp-sysfs-interface-test.patch added to mm-new branch
 2026-03-09 19:33 UTC 

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 19:33 UTC  (7+ messages)
      ` [f2fs-dev] "

[PATCH v3 0/6] iio: fix spelling mistakes in comments
 2026-03-09 19:32 UTC  (4+ messages)
` [PATCH v3 4/6] iio: cdc: "

[RFC PATCH 0/3] srcu: KVM: Add, export and use call_srcu_expedited()
 2026-03-09 19:30 UTC  (4+ messages)
` [RFC PATCH 1/3] srcu: Declare exported symbols before including srcu{tiny,tree}.h
` [RFC PATCH 2/3] srcu: Add and export call_srcu_expedited() to avoid transferring grace periods
` [RFC PATCH 3/3] KVM: Expedite SRCU callbacks when freeing objects during I/O bus registration

[PATCH RFC] git-replay: implement subcommands
 2026-03-09 19:30 UTC 

[PATCH v2 0/4] iio: accel: convert to guard(mutex)
 2026-03-09 19:30 UTC  (7+ messages)
` [PATCH v2 1/4] iio: accel: bmc150: "
` [PATCH v2 4/4] iio: accel: sca3000: "

[PATCH] t0004: replace test -e with test_path_exists
 2026-03-09 19:30 UTC  (2+ messages)

Option for "git submodule foreach" to also run on the parent git?
 2026-03-09 19:30 UTC  (4+ messages)

[PULL 00/49] Misc HW patches for 2026-03-08
 2026-03-09 19:29 UTC  (3+ messages)
` [PULL 22/49] ati-vga: Add scissor clipping register support

[RFC PATCH bpf-next 0/4] bpf: Introduce bpf_netpoll
 2026-03-09 19:29 UTC  (2+ messages)

[PATCH v2 0/4] system/memory: Constify various RAMBlock/MemoryRegion arguments
 2026-03-09 19:28 UTC  (2+ messages)

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2026-03-09 19:27 UTC  (8+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

+ kho-drop-restriction-on-maximum-page-order.patch added to mm-new branch
 2026-03-09 19:27 UTC 

+ kho-make-sure-preservations-do-not-span-multiple-numa-nodes.patch added to mm-new branch
 2026-03-09 19:27 UTC 

[PATCH] cxl/hdm: fix a warning in devm_remove_action()
 2026-03-09 19:31 UTC  (2+ messages)

[PATCH v2 0/2] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-03-09 19:27 UTC  (8+ messages)
` [PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup

[PATCH] printk: add early_counter_ns routine for printk blind spot
 2026-03-09 19:25 UTC  (3+ messages)
` [PATCH v3] printk: fix zero-valued printk timestamps in early boot

[PATCH v1 0/2] avoid unnecessary strbuf_split*() and strbuf-by-value usage
 2026-03-09 19:26 UTC  (3+ messages)
` [PATCH v1 1/2] worktree: do not pass strbuf by value
  ` coccinelle to catch pass-by-value?, was: "

[f2fs-dev] [PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-09 19:23 UTC  (52+ messages)
`  "
` [f2fs-dev] [PATCH v4 01/25] fsverity: report validation errors through fserror to fsnotify
  `  "
` [f2fs-dev] [PATCH v4 02/25] fsverity: expose ensure_fsverity_info()
  `  "
` [f2fs-dev] [PATCH v4 03/25] fsverity: generate and store zero-block hash
  `  "
` [f2fs-dev] [PATCH v4 04/25] fsverity: introduce fsverity_folio_zero_hash()
  `  "
` [f2fs-dev] [PATCH v4 05/25] fsverity: pass digest size and hash of the empty block to ->write
  `  "
` [f2fs-dev] [PATCH v4 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
  `  "
` [f2fs-dev] [PATCH v4 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
  `  "
` [f2fs-dev] [PATCH v4 08/25] iomap: obtain fsverity info for read path
  `  "
` [f2fs-dev] [PATCH v4 09/25] iomap: issue readahead for fsverity merkle tree
  `  "
` [f2fs-dev] [PATCH v4 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
  `  "
` [f2fs-dev] [PATCH v4 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
  `  "
` [f2fs-dev] [PATCH v4 12/25] xfs: introduce fsverity on-disk changes
  `  "
` [f2fs-dev] [PATCH v4 13/25] xfs: initialize fs-verity on file open
  `  "
` [f2fs-dev] [PATCH v4 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
  `  "
` [f2fs-dev] [PATCH v4 15/25] xfs: disable direct read path for fs-verity files
  `  "
` [f2fs-dev] [PATCH v4 16/25] xfs: handle fsverity I/O in write/read path
  `  "
` [f2fs-dev] [PATCH v4 17/25] xfs: use read ioend for fsverity data verification
  `  "
` [f2fs-dev] [PATCH v4 18/25] xfs: add fs-verity support
  `  "
` [f2fs-dev] [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
  `  "
` [f2fs-dev] [PATCH v4 20/25] xfs: add fs-verity ioctls
  `  "
` [f2fs-dev] [PATCH v4 21/25] xfs: advertise fs-verity being available on filesystem
  `  "
` [f2fs-dev] [PATCH v4 22/25] xfs: check and repair the verity inode flag state
  `  "
` [f2fs-dev] [PATCH v4 23/25] xfs: introduce health state for corrupted fsverity metadata
  `  "
` [f2fs-dev] [PATCH v4 24/25] xfs: add fsverity traces
  `  "
` [f2fs-dev] [PATCH v4 25/25] xfs: enable ro-compat fs-verity flag
  `  "

[PATCH dwarves v2 0/9] pahole: Encode true signatures in kernel BTF
 2026-03-09 19:25 UTC  (3+ messages)

[RFC PATCH 0/8] hw/arm/smmuv3-accel: Support AUTO properties
 2026-03-09 19:21 UTC  (9+ messages)
` [RFC PATCH 1/8] hw/arm/smmuv3-accel: Add helper for resolving auto parameters
` [RFC PATCH 2/8] hw/arm/smmuv3-accel: Introduce _AUTO support for ATS
` [RFC PATCH 3/8] vfio/pci: Add ats property and mask ATS cap when not exposed
` [RFC PATCH 4/8] hw/arm/smmuv3-accel: Introduce _AUTO support for RIL
` [RFC PATCH 5/8] qdev: Add a SsidSizeMode property
` [RFC PATCH 6/8] hw/arm/smmuv3-accel: Introduce _AUTO support for SSID size
` [RFC PATCH 7/8] qdev: Add an OasMode property
` [RFC PATCH 8/8] hw/arm/smmuv3-accel: Introduce _AUTO support for OAS

[PATCH] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols
 2026-03-09 19:21 UTC  (8+ messages)

[PATCH v1] io_uring/register.c: fix NULL pointer dereference in io_register_resize_rings
 2026-03-09 19:22 UTC  (8+ messages)

[PATCH v6 00/16] Support Armv8 RAS Extensions for Kernel-first error handling
 2026-03-09 19:21 UTC  (3+ messages)
` [PATCH v6 15/16] ras: AEST: support vendor node CMN700

Syncing include/linux/coresight-pmu.h with its copy in tools/perf
 2026-03-09 19:21 UTC  (3+ messages)

[PATCH] x86/entry/vdso: fix path to gettimeofday.c
 2026-03-09 19:21 UTC  (7+ messages)

[linux-next:master 1683/4342] arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard.dtb: nand-controller@bb000000 (fsl,imx25-nand): Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'clock-names', 'nand-bus-width', 'nand-ecc-mode', 'nand-on-flash-bbt' were 
 2026-03-09 19:20 UTC  (3+ messages)

[PATCH v7 00/14] Enable rust support for linux kernel
 2026-03-09 19:20 UTC  (8+ messages)
` [PATCH v7 01/14] linux-yocto: conditionally add clang/rust/bindgen-cli-native to DEPENDS
  ` [OE-core] "

[PATCH v3 0/2] Enable lt8713sx bridge with displayport for monaco-evk
 2026-03-09 19:19 UTC  (7+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: monaco: add lt8713sx bridge with displayport

[PATCH] libceph: reject preamble if control segment is empty
 2026-03-09 19:18 UTC  (2+ messages)

[net-next:main 28/62] drivers/net/ethernet/airoha/airoha_eth.c:1727 airhoha_set_gdm2_loopback() warn: subtract is higher precedence than shift
 2026-03-09 19:17 UTC 

[PATCH i-g-t v1] tests/kms_async_flips: Use lowest mode for crc subtest
 2026-03-09 19:17 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[to-be-updated] mm-prevent-droppable-mappings-from-being-locked-fix-fix.patch removed from -mm tree
 2026-03-09 19:16 UTC 

[to-be-updated] mm-prevent-droppable-mappings-from-being-locked-fix.patch removed from -mm tree
 2026-03-09 19:16 UTC 

[to-be-updated] mm-prevent-droppable-mappings-from-being-locked.patch removed from -mm tree
 2026-03-09 19:16 UTC 

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-09 19:13 UTC  (3+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper


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.