The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-02-24 13:00:16 to 2026-02-24 14:39:29 UTC [more...]

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-24 14:39 UTC  (5+ messages)
` [PATCH v8 02/20] drm: "
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum

[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  (14+ messages)
` [PATCH v2 1/3] media: dt-bindings: rockchip,vdec: Correct reg-names order for RK35{76,88}
` [PATCH v2 2/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576

[PATCH v2 0/7] nvme: set discard_granularity from NPDG/NPDA
 2026-02-24 14:34 UTC  (9+ 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 v1 0/3] driver core: Split device.h even more
 2026-02-24 14:34 UTC  (11+ messages)
` [PATCH v1 1/3] driver core: Split device data types to device/types.h

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-24 14:33 UTC  (14+ messages)

[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  (18+ messages)
` [PATCH net-next v01 01/15] hinic3: Add command queue detailed-respone interfaces
` [PATCH net-next v01 02/15] hinic3: Add Command Queue/Async Event Queue/Mailbox dump interfaces
` [PATCH net-next v01 03/15] hinic3: Add chip_present_flag checks to prevent errors when card is absent
` [PATCH net-next v01 04/15] hinic3: Add RX GRO and VLAN offload support
` [PATCH net-next v01 05/15] hinic3: Add msg_send_lock for message sending concurrecy
` [PATCH net-next v01 06/15] hinic3: Add PF device support and function type validation
` [PATCH net-next v01 07/15] hinic3: Add PF FLR wait and timeout handling
` [PATCH net-next v01 08/15] hinic3: Add PF/VF capability parsing and parameter validation
` [PATCH net-next v01 09/15] hinic3: Add ethtool basic ops
` [PATCH net-next v01 10/15] hinic3: Add ethtool queue ops
` [PATCH net-next v01 11/15] hinic3: Add ethtool statistic ops
` [PATCH net-next v01 12/15] hinic3: Add ethtool coalesce ops
` [PATCH net-next v01 13/15] hinic3: Add ethtool rss ops
` [PATCH net-next v01 14/15] hinic3: Add MTU size validation
` [PATCH net-next v01 15/15] hinic3: Config netdev->watchdog_timeo to set nic tx timeout

[PATCH] Add support for empty path in openat and openat2 syscalls
 2026-02-24 14:31 UTC  (7+ 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

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-24 14:26 UTC  (20+ messages)
` [PATCH v3 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`

[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  (7+ messages)

[PATCH 00/62] Bug fixes and refactoring patches related to locking
 2026-02-24 14:25 UTC  (4+ messages)
` [PATCH 07/62] drm/amdgpu: Unlock a mutex before destroying it

[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24 14:23 UTC  (7+ 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`

[syzbot] [erofs?] KASAN: use-after-free Read in z_erofs_transform_plain (2)
 2026-02-24 14:22 UTC  (2+ messages)

[PATCH v3 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
 2026-02-24 14:21 UTC 

[PATCH] crypto: rsa: add debug message if leading zero byte is missing
 2026-02-24 14:20 UTC  (8+ messages)

[PATCH cgroup/for-6.19] cgroup: Fix sleeping from invalid context warning on PREEMPT_RT
 2026-02-24 14:20 UTC  (12+ messages)
` ~90s reboot delay with v6.19 and PREEMPT_RT
        ` ~90s shutdown "

[PATCH net-next] net: microchip: lan743x: add ethtool nway_reset support
 2026-02-24 14:20 UTC  (2+ messages)

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-24 14:19 UTC  (5+ 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

[BUG] crypto: caam - RSA encrypt doesn't always complete new data in out_buf
 2026-02-24 14:17 UTC 

[PATCH net-next 0/2] net: phy: add Rust reference driver for ET1011C
 2026-02-24 14:16 UTC  (4+ messages)
` [PATCH net-next v2 0/3] "
  ` [PATCH net-next v2 3/3] "

[PATCH v8 0/5] lib and lib/cmdline enhancements
 2026-02-24 14:15 UTC  (4+ messages)
` [PATCH v8 2/5] lib: fix memparse() to handle overflow

[PATCH net-next] net: cadence: macb: add ethtool nway_reset support
 2026-02-24 14:15 UTC  (2+ messages)

[PATCH] iio: adc: ade9000: fix typo in error message
 2026-02-24 14:15 UTC  (3+ messages)
` [PATCH] iio: adc: fix typos found by codespell

[PATCH v3 0/2] drm/nouveau: zcull support
 2026-02-24 14:14 UTC  (2+ messages)

[git pull] drm fixes for 7.0-rc1
 2026-02-24 14:13 UTC  (5+ messages)
` Time from regression report to a merge of a fix (was Re: [git pull] drm fixes for 7.0-rc1)

[PATCH] tools/turbostat: fix microcode patch level reading for AMD/Hygon
 2026-02-24 14:10 UTC  (3+ messages)

[PATCH] sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting
 2026-02-24 14:05 UTC  (6+ messages)

[PATCH v5 0/5] iio: accel: adxl345: Implement event scaling and ABI compliance
 2026-02-24 14:03 UTC  (6+ messages)
` [PATCH v5 1/5] docs: iio: adxl345: grammar and formatting cleanups
` [PATCH v5 2/5] iio: core: Add IIO_EV_INFO_SCALE to event info
` [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 v5 5/5] docs: iio: adxl345: update event attributes and scaling math

[RFC PATCH] arm64: signal: preserve si_addr for addresses in the VA hole
 2026-02-24 13:55 UTC 

[PATCH] btrfs: replace kcalloc() calls to kzalloc_objs()
 2026-02-24 13:52 UTC  (4+ messages)

[PATCH v3 0/9] Add RZ/G3L IRQC support
 2026-02-24 13:50 UTC  (10+ messages)
` [PATCH v3 3/9] irqchip/renesas-rzg2l: Make fwspec variable as pointer in struct rzg2l_irqc_priv
` [PATCH v3 4/9] irqchip/renesas-rzg2l: Drop IRQC_NUM_IRQ macro
` [PATCH v3 7/9] irqchip/renesas-rzg2l: Add RZ/G3L support

[RFC] in-kernel rseq
 2026-02-24 13:48 UTC  (8+ messages)

[PATCH 1/2] arm64: dts: arm: Use hyphen in node names
 2026-02-24 13:47 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: arm: Use lowercase hex

[PATCH] iio: adc: ad4062: Replace IRQF_ONESHOT with IRQF_NO_THREAD
 2026-02-24 13:44 UTC  (3+ messages)

[PATCH v1 1/1] memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoC
 2026-02-24 13:43 UTC  (3+ messages)

[PATCH v2] dt-bindings: usb: st,st-ohci-300x: convert to DT schema
 2026-02-24 13:43 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl property checks
 2026-02-24 13:42 UTC  (2+ messages)

[PATCH v3 0/3] Add CAMSS support for SM6350
 2026-02-24 13:43 UTC  (6+ messages)

[PATCH v3 0/6] irqchip/renesas-rzv2h: Add support to handle ICU error IRQ and add SWPE trigger
 2026-02-24 13:41 UTC  (4+ messages)
` [PATCH v3 4/6] irqchip/renesas-rzv2h: Make IRQ type handling range-aware

[PATCH v3 0/2] pmdomain: qcom: Add support for Eliza SoC
 2026-02-24 13:41 UTC  (4+ messages)
` [PATCH v3 2/2] pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains

[RESEND PATCH v2 0/2] pinctrl property checks
 2026-02-24 13:39 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] pinctrl: pinconf-generic: perform basic checks on pincfg properties
` [RESEND PATCH v2 2/2] dt-bindings: pinctrl: pincfg-node: add restrictions on conflicting properties

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-24 13:37 UTC  (6+ messages)

[PATCH net-next v2 0/3] net: dsa: yt921x: Use u64_stats_t for MIB stats
 2026-02-24 13:35 UTC  (3+ messages)
` [PATCH net-next v2 1/3] net: dsa: yt921x: Refactor port error message

[PATCH 00/10] NTB: epf: Enable per-doorbell bit handling while keeping legacy offset
 2026-02-24 13:34 UTC  (11+ messages)
` [PATCH 01/10] PCI: endpoint: pci-epf-vntb: Document legacy MSI doorbell offset
` [PATCH 02/10] PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
` [PATCH 03/10] PCI: endpoint: pci-epf-vntb: Report 0-based doorbell vector via ntb_db_event()
` [PATCH 04/10] PCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_mask
` [PATCH 05/10] PCI: endpoint: pci-epf-vntb: Implement db_vector_count/mask for doorbells
` [PATCH 06/10] NTB: epf: Document legacy doorbell slot offset in ntb_epf_peer_db_set()
` [PATCH 07/10] NTB: epf: Make db_valid_mask cover only real doorbell bits
` [PATCH 08/10] NTB: epf: Report 0-based doorbell vector via ntb_db_event()
` [PATCH 09/10] NTB: epf: Fix doorbell bitmask handling in db_read/db_clear
` [PATCH 10/10] NTB: epf: Implement db_vector_count/mask for doorbells

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-24 13:35 UTC  (3+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH v9] arm64: dts: qcom: qcs8300-ride: enable WLAN on qcs8300-ride
 2026-02-24 13:34 UTC  (4+ messages)

[PATCH] fs/ceph/dir: fix `i_nlink` underrun during async unlink
 2026-02-24 13:33 UTC  (2+ messages)

[PATCH v5 0/4] Enable ICE clock scaling
 2026-02-24 13:31 UTC  (11+ messages)
` [PATCH v5 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE

[PATCH] iio: adc: ade9000: fix wrong return type in streaming push
 2026-02-24 13:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/21] staging: rtl8723bs: various cleanups
 2026-02-24 13:27 UTC  (22+ messages)
` [PATCH 01/21] staging: rtl8723bs: remove unused rtl8192c function declarations
` [PATCH 02/21] staging: rtl8723bs: remove unused RECV_BLK defines
` [PATCH 03/21] staging: rtl8723bs: remove unused MAX_PATH_NUM defines
` [PATCH 04/21] staging: rtl8723bs: convert PSTA_INFO_T to struct sta_info *
` [PATCH 05/21] staging: rtl8723bs: remove NDIS type aliases
` [PATCH 06/21] staging: rtl8723bs: remove redundant MAC_ARG macro
` [PATCH 07/21] staging: rtl8723bs: core: fix line lengths in rtw_wlan_util.c
` [PATCH 08/21] staging: rtl8723bs: core: fix line lengths in rtw_recv.c
` [PATCH 09/21] staging: rtl8723bs: hal: fix line lengths in HalPhyRf_8723B.c
` [PATCH 10/21] staging: rtl8723bs: os_dep: fix line lengths in ioctl_cfg80211.c
` [PATCH 11/21] staging: rtl8723bs: hal: fix line lengths in rtl8723b_cmd.c
` [PATCH 12/21] staging: rtl8723bs: hal: fix line lengths in rtl8723b_hal_init.c
` [PATCH 13/21] staging: rtl8723bs: hal: fix line lengths in rtl8723b_phycfg.c
` [PATCH 14/21] staging: rtl8723bs: core: fix various line length overflows
` [PATCH 15/21] staging: rtl8723bs: hal: "
` [PATCH 16/21] staging: rtl8723bs: os_dep: "
` [PATCH 17/21] staging: rtl8723bs: core: fix line lengths in rtw_cmd.c
` [PATCH 18/21] staging: rtl8723bs: core: fix line lengths in rtw_mlme_ext.c
` [PATCH 19/21] staging: rtl8723bs: core: fix line lengths in rtw_mlme.c
` [PATCH 20/21] staging: rtl8723bs: core: fix line lengths in rtw_xmit.c
` [PATCH 21/21] staging: rtl8723bs: core: fix various line length overflows

[PATCH] nfsd: convert global state_lock to per-net deleg_lock
 2026-02-24 13:28 UTC 

[PATCH 0/1] staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie
 2026-02-24 13:26 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] fs/ceph/mds_client: fix memory leaks in ceph_mdsc_build_path()
 2026-02-24 13:26 UTC 

[PATCH] dt-bindings: usb: st,st-ohci-300x: convert to DT schema
 2026-02-24 13:26 UTC  (3+ messages)

[PATCH 00/38] docs: several improvements to kernel-doc
 2026-02-24 13:25 UTC  (4+ messages)
    ` [Intel-wired-lan] "

mm: Regression with v7.0-rc1 on RISC-V
 2026-02-24 13:25 UTC  (3+ messages)

[PATCH net-next] MAINTAINERS: Update maintainer entry for QUALCOMM ETHQOS ETHERNET DRIVER
 2026-02-24 13:25 UTC  (2+ messages)

[PATCH 0/2] Change Rust Binder crate name to rust_binder
 2026-02-24 13:24 UTC  (2+ messages)

[PATCH v2 0/2] pid_namespace: make init creation more flexible
 2026-02-24 13:23 UTC  (4+ messages)
` [PATCH v2 1/2] pid_namespace: allow opening pid_for_children before init was created

[PATCH v2 0/4] x86: Simplifying LAM
 2026-02-24 13:22 UTC  (5+ messages)
` [PATCH v2 1/4] x86/process: Shorten the default LAM tag width
` [PATCH v2 2/4] x86/process: Add a debug interface to change "
` [PATCH v2 3/4] x86/mm: Cleanup comments where LAM_U48 is mentioned
` [PATCH v2 4/4] selftests/lam: Add test cases for different LAM tag widths

[PATCH v5 0/6] clk: qcom: Add support for basic clocks providers on Eliza SoC
 2026-02-24 13:19 UTC  (3+ messages)
` [PATCH v5 5/6] clk: qcom: Add support for Global clock controller on Eliza

[PATCH v2 0/4] dt-bindings: usb: atmel: convert Atmel USB controller bindings to YAML
 2026-02-24 13:13 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: usb: generic-ohci: add AT91RM9200 OHCI binding support
` [PATCH v2 2/4] dt-bindings: usb: generic-ehci: fix schema structure and add at91sam9g45 constraints
` [PATCH v2 3/4] dt-bindings: usb: atmel,at91rm9200-udc: convert to DT schema
` [PATCH v2 4/4] dt-bindings: usb: atmel,at91sam9rl-udc: "

[PATCH 0/3] arm64: dts: qcom: Add base support for Eliza SoC and its MTP board
 2026-02-24 13:11 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: qcom: Introduce Eliza Soc base dtsi
` [PATCH 3/3] arm64: dts: qcom: eliza: Enable Eliza MTP board support

[PATCH] dt-bindings: bd72720: Add ROHM BD73900
 2026-02-24 13:11 UTC 

[PATCH] fs/ceph: add a bunch of missing ceph_path_info initializers
 2026-02-24 13:10 UTC 

[PATCH 0/4] mm/pgtable: Support for page table check on s390
 2026-02-24 13:04 UTC  (5+ messages)
` [PATCH 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()

[PATCH] cgroup: remove redundant NULL assignments in migration finish
 2026-02-24 13:03 UTC  (2+ messages)

[PATCH] ASoC: amd: acp: Add ACP6.3 match entries for Cirrus Logic parts
 2026-02-24 13:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox