messages from 2026-02-24 14:17:35 to 2026-02-24 16:07:51 UTC [more...]
[PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
2026-02-24 16:07 UTC (2+ messages)
[PATCH] f2fs: evict: truncate page cache before clear_inode
2026-02-24 16:06 UTC
[PATCH v2 0/7] nvme: set discard_granularity from NPDG/NPDA
2026-02-24 16:05 UTC (11+ messages)
` [PATCH v2 2/7] nvme: fold nvme_config_discard() into nvme_update_disk_info()
` [PATCH v2 3/7] nvme: update nvme_id_ns OPTPERF constants
` [PATCH v2 5/7] nvme: set discard_granularity from NPDG/NPDA
` [PATCH v2 7/7] nvmet: report NPDGL and NPDAL
[PATCH v8 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
2026-02-24 16:05 UTC (17+ messages)
` [PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
[PATCH 0/2] Add device tree for Samsung Galaxy J7 (2016)
2026-02-24 16:04 UTC (5+ messages)
` [PATCH 2/2] arm64: dts: exynos: add initial support "
[PATCH v2 0/2] pid_namespace: make init creation more flexible
2026-02-24 16:03 UTC (8+ messages)
` [PATCH v2 1/2] pid_namespace: allow opening pid_for_children before init was created
[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
2026-02-24 16:03 UTC (4+ messages)
[RFC] in-kernel rseq
2026-02-24 16:02 UTC (13+ messages)
[PATCH] mm/rmap: fix incorrect pte restoration for lazyfree folios
2026-02-24 16:01 UTC (4+ messages)
[PATCH v10 0/8] Preparatory patches for nova-core memory management
2026-02-24 16:00 UTC (6+ messages)
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
[PATCH 7.1] ublk: report BLK_SPLIT_INTERVAL_CAPABLE
2026-02-24 16:00 UTC (2+ messages)
[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
2026-02-24 15:58 UTC (5+ messages)
` [PATCH RFC 08/15] mm, swap: store and check memcg info in the swap table
DMIC support on AMD RPL platform produces I/O error after quirk addition
2026-02-24 15:58 UTC (3+ messages)
[PATCH v2 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-02-24 15:57 UTC (5+ messages)
` [PATCH v2 3/3] iommu/arm-smmu-v3: Allow ATS to be always on
[PATCH 1/1] HID: uhid: Fix out-of-bounds write caused by raw events mismanagement
2026-02-24 15:57 UTC (5+ messages)
[PATCH v2 0/4] KVM: x86: selftests: Add Hygon CPUs support and fix failures
2026-02-24 15:56 UTC (3+ messages)
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-02-24 15:54 UTC (15+ messages)
[PATCH v3 00/12] rust: xarray: add entry API with preloading
2026-02-24 15:52 UTC (7+ messages)
` [PATCH v3 04/12] rust: xarray: add `XArrayState`
[PATCH 0/4] mm: zone lock tracepoint instrumentation
2026-02-24 15:50 UTC (9+ messages)
` [PATCH 1/4] mm: introduce zone lock wrappers
` [PATCH 3/4] mm: convert compaction to "
[PATCH 0/9] dts: st: various additions / fixes in STM32 i2c nodes
2026-02-24 15:48 UTC (10+ messages)
` [PATCH 1/9] ARM: dts: stm32: update i2c nodes interrupt/dma in stm32mp151
` [PATCH 2/9] ARM: dts: stm32: update i2c nodes interrupt/wakeup-source in stm32mp131
` [PATCH 3/9] ARM: dts: stm32: remove i2c dma properties in stm32mp157c-ev1
` [PATCH 4/9] arm64: dts: st: update i2c nodes interrupt/wakeup-source in stm32mp251
` [PATCH 5/9] arm64: dts: st: update i2c nodes interrupt/wakeup-source in stm32mp231
` [PATCH 6/9] arm64: dts: st: add i2c2 pinmux nodes in stm32mp25-pinctrl.dtsi
` [PATCH 7/9] arm64: dts: st: disable DMA usage for i2c on stm32mp257f-ev1
` [PATCH 8/9] arm64: dts: st: describe i2c2 / i2c8 on stm32mp257f-dk
` [PATCH 9/9] arm64: dts: st: describe i2c2 / i2c8 on stm32mp235f-dk
[PATCH] phy: core: fix potential UAF in of_phy_simple_xlate()
2026-02-24 15:47 UTC (6+ messages)
[PATCH] usb: gadget: f_uvc: fix NULL pointer dereference during unbind race
2026-02-24 15:46 UTC (2+ messages)
[PATCH] sched: Further restrict the preemption modes
2026-02-24 15:45 UTC (2+ messages)
[PATCH cgroup/for-6.19] cgroup: Fix sleeping from invalid context warning on PREEMPT_RT
2026-02-24 15:45 UTC (13+ messages)
` ~90s reboot delay with v6.19 and PREEMPT_RT
` ~90s shutdown "
[PATCH bpf-next 0/8] bpf: Enhance __bpf_prog_map_compatible()
2026-02-24 15:40 UTC (9+ messages)
` [PATCH bpf-next 1/8] bpf: Add fsession to verbose log in check_get_func_ip()
` [PATCH bpf-next 2/8] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
` [PATCH bpf-next 3/8] bpf: Disallow !call_get_func_ip progs tail-calling call_get_func_ip progs
` [PATCH bpf-next 4/8] bpf: Disallow !call_session_cookie progs tail-calling call_session_cookie progs
` [PATCH bpf-next 5/8] bpf: Disallow !call_session_is_return progs tail-calling call_session_is_return progs
` [PATCH bpf-next 6/8] selftests/bpf: Add a test to verify kprobe_write_ctx compatibility enforcement
` [PATCH bpf-next 7/8] selftests/bpf: Add a test to verify call_get_func_ip "
` [PATCH bpf-next 8/8] selftests/bpf: Add a test to verify session-kfunc "
[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
2026-02-24 15:41 UTC (4+ messages)
` [PATCH 04/15] powerpc/time: Prepare to stop elapsing in dynticks-idle
[PATCH v2] sh: remove CONFIG_VSYSCALL reference from UAPI
2026-02-24 15:40 UTC (2+ messages)
[PATCH v1 1/1] mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baikal SoC
2026-02-24 15:39 UTC
[PATCH v2] dt-bindings: hwmon: convert npcm750-pwm-fan to DT schema
2026-02-24 15:39 UTC (2+ messages)
[PATCH v2] selftests: runner: Avoid spurious warning about missing failures file
2026-02-24 15:37 UTC
[PATCH v3 0/6] irqchip/renesas-rzv2h: Add support to handle ICU error IRQ and add SWPE trigger
2026-02-24 15:36 UTC (4+ messages)
` [PATCH v3 5/6] irqchip/renesas-rzv2h: Add CA55 software interrupt support
[PATCH v3 0/3] Add support for Infineon Digital Multi-phase Controllers XDPE1A2G5B/7B
2026-02-24 15:36 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: trivial-devices: Add support for XDPE1A2G5B/7B
` [PATCH v3 2/3] hwmon: (pmbus/core) Add support for NVIDIA nvidia195mv mode
` [PATCH v3 3/3] hwmon:(pmbus/xdpe1a2g7b) Add support for xdpe1a2g5b/7b controllers
mm.git dashboard for patches and review status per subsystem
2026-02-24 15:36 UTC
[PATCH v3 0/2] Add Xiaomi 12 Lite 5G (taoyao) device tree
2026-02-24 15:36 UTC (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: Add Xiaomi 12 Lite 5G (taoyao) DTS
[PATCH 0/2] Add AHT20 sensor bindings and fix driver initialization
2026-02-24 15:33 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: add Aosong AHT10/AHT20/DHT20 to trivial devices
` [PATCH v3 2/2] hwmon: (aht10) add device tree ID matching
[PATCH] fuse: skip lookup during atomic_open() when O_CREAT is set
2026-02-24 15:33 UTC (7+ messages)
` "
[PATCH v2] net/ibmveth: fix comment typos in imbveth.c
2026-02-24 15:31 UTC
[PATCH 00/62] Bug fixes and refactoring patches related to locking
2026-02-24 15:31 UTC (6+ messages)
` [PATCH 07/62] drm/amdgpu: Unlock a mutex before destroying it
` [PATCH 14/62] hwmon: (it87) Check the it87_lock() return value
[RFC PATCH v5 00/10] mm: Hot page tracking and promotion infrastructure
2026-02-24 15:30 UTC (5+ messages)
[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-02-24 15:28 UTC (8+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock
[PATCH v2 1/1] memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoC
2026-02-24 15:29 UTC (4+ messages)
[PATCH 0/3] net: ntb_netdev: Add Multi-queue support
2026-02-24 15:28 UTC (4+ messages)
` [PATCH 1/3] net: ntb_netdev: Introduce per-queue context
` [PATCH 2/3] net: ntb_netdev: Make queue pair count configurable
` [PATCH 3/3] net: ntb_netdev: Expose queue pair count via ethtool -l
[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-02-24 15:27 UTC (6+ messages)
[PATCH v1 1/1] dt-bindings: cache: bt1-l2-ctl: Remove soon be unused bindings
2026-02-24 15:27 UTC
[PATCH v2] arm64: dts: freescale: fsl-ls1028a-tqmls1028a-mbls1028a: switch mmc aliases
2026-02-24 15:25 UTC
[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
2026-02-24 15:26 UTC (4+ messages)
[PATCH 0/8] Remove the Kontron SMARC-sAM67 board
2026-02-24 15:25 UTC (3+ messages)
` [PATCH 3/8] Revert "hwmon: add SMARC-sAM67 support"
[PATCH] spi: stm32: fix missing pointer assignment in case of dma chaining
2026-02-24 15:25 UTC (2+ messages)
[PATCH 0/3] arm64: dts: qcom: Add base support for Eliza SoC and its MTP board
2026-02-24 15:23 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: Introduce Eliza Soc base dtsi
[syzbot] [f2fs?] kernel BUG in clear_inode (5)
2026-02-24 15:22 UTC
[PATCH v2 1/2] rust/drm: Fixup import styles
2026-02-24 15:17 UTC (4+ messages)
` [PATCH v2 2/2] rust/drm: Remove imports covered by prelude::*
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-02-24 15:17 UTC (3+ messages)
[PATCH 0/2] Change Rust Binder crate name to rust_binder
2026-02-24 15:17 UTC (3+ messages)
[PATCH v3] arm64: dts: imx93-phyboard-segin: Add peb-av-02 overlay
2026-02-24 15:15 UTC (2+ messages)
[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
2026-02-24 15:10 UTC (3+ messages)
[PATCH net v3 0/3] vsock: add write-once semantics to child_ns_mode
2026-02-24 15:10 UTC (7+ messages)
` [PATCH net v3 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v3 3/3] vsock: document write-once behavior of the child_ns_mode sysctl
[PATCH net-next] inet: add ip_local_port_step_width sysctl to improve port usage distribution
2026-02-24 15:05 UTC
[PATCH 0/3] Add MT35XU01G SPI NOR flash on i.MX952-EVK board
2026-02-24 15:05 UTC (3+ messages)
` [PATCH 3/3] arm64: dts: imx952-evk: add MT35XU01G spi nor flash
[BUG] crypto: caam - RSA encrypt doesn't always complete new data in out_buf
2026-02-24 15:04 UTC (2+ messages)
[PATCH v2 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
2026-02-24 15:04 UTC (3+ messages)
[PATCH v5 0/5] iio: accel: adxl345: Implement event scaling and ABI compliance
2026-02-24 15:03 UTC (6+ messages)
` [PATCH v5 3/5] iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tap
` [PATCH v5 4/5] iio: accel: adxl345: Implement event scaling for ABI compliance
[PATCH] nfsd: convert global state_lock to per-net deleg_lock
2026-02-24 14:59 UTC (2+ messages)
[PATCH RESEND] thermal: sprd: Fix raw temperature clamping in sprd_thm_rawdata_to_temp
2026-02-24 14:57 UTC
[PATCH net-next v2] net: cadence: macb: add ethtool nway_reset support
2026-02-24 14:57 UTC
[PATCH v1 00/11] arm64: dts: freescale: imx8mm-var-som: Align SOM and Symphony DTSs
2026-02-24 14:57 UTC (7+ messages)
` [PATCH v1 06/11] arm64: dts: freescale: imx8mm-var-som: Update WiFi/BT configuration
[PATCH 0/5] dt-bindings: Microchip/Atmel AT91/SAMA system peripherals: convert to YAML
2026-02-24 14:56 UTC (10+ messages)
` [PATCH 1/5] dt-bindings: arm: microchip,sama7g5-chipid : convert to DT schema
` [PATCH 3/5] dt-bindings: arm: microchip,sam9x60-pit64b "
[PATCH] btrfs: replace kcalloc() calls to kzalloc_objs()
2026-02-24 14:55 UTC (3+ messages)
fs/crypto/bio.c:67:17: sparse: sparse: cast to restricted blk_status_t
2026-02-24 14:55 UTC (2+ messages)
On kernel interfaces for a GPU top
2026-02-24 14:53 UTC
[PATCH RESEND] thermal: sprd: Fix temperature clamping in sprd_thm_temp_to_rawdata
2026-02-24 14:53 UTC
[syzbot] [f2fs?] kernel BUG in clear_inode (5)
2026-02-24 14:52 UTC (3+ messages)
` Forwarded: "
[PATCH] clocksource/drivers/sun5i: Handle error returns from devm_reset_control_get_optional_exclusive()
2026-02-24 14:51 UTC (2+ messages)
[PATCH RESEND] thermal: sprd: Use min instead of clamp in sprd_thm_temp_to_rawdata
2026-02-24 14:51 UTC
[PATCH 0/9] Add support for mt6392 PMIC
2026-02-24 14:50 UTC (3+ messages)
` [PATCH 1/9] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
[PATCH] iio: adc: ade9000: fix wrong return type in streaming push
2026-02-24 14:49 UTC (5+ messages)
` [PATCH v2] "
[PATCH 1/2] docs/zh_TW: update personal information
2026-02-24 14:49 UTC (4+ messages)
[PATCH RESEND] platform/surface: Replace deprecated strcpy + strcat in blogic_rdconfig
2026-02-24 14:48 UTC
[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-24 14:47 UTC (3+ messages)
` [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
[PATCH v2 0/5] dt-bindings: Microchip/Atmel AT91/SAMA system peripherals: convert to YAML
2026-02-24 14:46 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: arm: microchip,sama7g5-chipid : convert to DT schema
` [PATCH v2 2/5] dt-bindings: arm: atmel,at91sam9260-pit: "
` [PATCH v2 3/5] dt-bindings: arm: microchip,sam9x60-pit64b : "
` [PATCH v2 4/5] dt-bindings: arm: atmel,at91rm9200-st: "
` [PATCH v2 5/5] dt-bindings: arm: atmel,at91rm9200-sdramc: "
Writing more than 4096 bytes with O_SYNC flag does not persist all previously written data if system crashes
2026-02-24 14:47 UTC (2+ messages)
[syzbot] [f2fs?] kernel BUG in clear_inode (5)
2026-02-24 14:47 UTC
[PATCH RESEND] ARM: omap2: Replace scnprintf with strscpy in omap3_cpuinfo
2026-02-24 14:45 UTC
[syzbot] [erofs?] KASAN: use-after-free Read in z_erofs_transform_plain (2)
2026-02-24 14:46 UTC (3+ messages)
linux-next: Tree for Feb 24
2026-02-24 14:45 UTC
[syzbot] [kernel?] INFO: task hung in restrict_one_thread_callback
2026-02-24 14:43 UTC (2+ messages)
` Forwarded: "
[PATCH 2/2] i2c: amd8111: switch to devm_ functions
2026-02-24 14:42 UTC (4+ messages)
` [PATCH] i2c: amd8111: Switch to pcim_enable_device() and pcim_request_region()
[PATCH] cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()
2026-02-24 14:41 UTC (2+ messages)
[PATCH v8 00/20] Add new general DRM property "color format"
2026-02-24 14:41 UTC (7+ messages)
` [PATCH v8 02/20] drm: "
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum
` [PATCH v8 05/20] drm/display: hdmi-state-helper: Act on color format DRM property
[PATCH 0/4] Introduce QPW for per-cpu operations
2026-02-24 14:40 UTC (10+ messages)
[PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
2026-02-24 14:38 UTC (11+ messages)
[PATCH v2 0/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576/RK3588
2026-02-24 14:34 UTC (9+ messages)
` [PATCH v2 1/3] media: dt-bindings: rockchip,vdec: Correct reg-names order for RK35{76,88}
[PATCH v1 0/3] driver core: Split device.h even more
2026-02-24 14:34 UTC (10+ messages)
` [PATCH v1 1/3] driver core: Split device data types to device/types.h
[PATCH 00/62] Bug fixes and refactoring patches related to locking
2026-02-24 14:32 UTC (4+ messages)
` [PATCH 08/62] drm/amdgpu: Fix locking bugs in error paths
[PATCH net-next v01 00/15] net: hinic3: Fix code styles
2026-02-24 14:31 UTC (3+ messages)
` [PATCH net-next v01 11/15] hinic3: Add ethtool statistic ops
[PATCH] Add support for empty path in openat and openat2 syscalls
2026-02-24 14:31 UTC (5+ messages)
[PATCH v2 0/3] Add wiko-chuppito devictree
2026-02-24 14:30 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add WIKO SAS
[syzbot] [cgroups?] general protection fault in rebuild_sched_domains_locked
2026-02-24 14:30 UTC (6+ messages)
[RFC PATCH v1 0/7] perf libunwind multiple remote support
2026-02-24 14:29 UTC (8+ messages)
` [RFC PATCH v1 1/7] tools build: Deduplicate test-libunwind for different architectures
` [RFC PATCH v1 2/7] perf build: Be more programmatic when setting up libunwind variables
` [RFC PATCH v1 3/7] perf build loongarch: Remove reference to missing file
` [RFC PATCH v1 4/7] perf unwind-libunwind: Make libunwind register reading cross platform
` [RFC PATCH v1 5/7] perf unwind-libunwind: Move flush/finish access out of local
` [RFC PATCH v1 6/7] perf unwind-libunwind: Remove libunwind-local
` [RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
[7.0-rc1] codetag: kernel warning "alloc_tag was not set" during boot
2026-02-24 14:26 UTC (6+ messages)
[RFC PATCH] x86/xen: Consider Xen PVH support in CONFIG_XEN_PVHVM
2026-02-24 14:26 UTC (4+ messages)
[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
2026-02-24 14:23 UTC (5+ messages)
[PATCH v7 00/10] rust: add `register!` macro
2026-02-24 14:21 UTC (11+ messages)
` [PATCH v7 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v7 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v7 03/10] rust: num: add `into_bool` method "
` [PATCH v7 04/10] rust: num: make Bounded::get const
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types
` [PATCH v7 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v7 07/10] rust: io: add `register!` macro
` [PATCH v7 08/10] sample: rust: pci: use "
` [PATCH FOR REFERENCE v7 09/10] gpu: nova-core: use the kernel "
` [PATCH v7 10/10] RFC: rust: io: allow fixed register values directly in `write`
[PATCH v3 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
2026-02-24 14:21 UTC
[PATCH v3 03/12] rust: xarray: add `contains_index` method
2026-02-24 14:20 UTC (10+ messages)
[PATCH] crypto: rsa: add debug message if leading zero byte is missing
2026-02-24 14:20 UTC (8+ messages)
[PATCH net-next] net: microchip: lan743x: add ethtool nway_reset support
2026-02-24 14:20 UTC (2+ messages)
[PATCH v2 1/8] rust: device: support `dev_printk` on all devices
2026-02-24 14:17 UTC (3+ messages)
` [PATCH v2 7/8] gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox