The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-06-25 09:52:59 to 2025-06-25 11:11:58 UTC [more...]

[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-06-25 11:11 UTC 

[PATCH v4 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-25 11:09 UTC  (16+ messages)

[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-25 11:08 UTC  (12+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions
` [PATCH v3 2/2] arm64: pageattr: Enable huge-vmalloc permission change

[PATCH v2 1/2] misc: amd-sbi: Address potential integer overflow issue reported in smatch
 2025-06-25 11:07 UTC  (2+ messages)
` [PATCH v2 2/2] misc: amd-sbi: Address copy_to/from_user() warning "

[PATCH v2 00/29] Add support for MT8196 clock controllers
 2025-06-25 11:06 UTC  (8+ messages)
` [PATCH v2 09/29] dt-bindings: clock: mediatek: Describe MT8196 peripheral "

[PATCH v3] f2fs: fix KMSAN uninit-value in extent_info usage
 2025-06-25 11:05 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4 00/22] AMD MCA interrupts rework
 2025-06-25 11:04 UTC  (3+ messages)
` [PATCH v4 11/22] x86/mce: Define BSP-only init

[PATCH v4 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
 2025-06-25 11:01 UTC  (11+ messages)

[PATCH v10 RESEND] wifi: mt76: mt7915: add wds support when wed is enabled
 2025-06-25 11:00 UTC  (4+ messages)

[PATCH net-next] net: mana: Fix build errors when CONFIG_NET_SHAPER is disabled
 2025-06-25 10:58 UTC  (3+ messages)

[PATCH 6.1 000/507] 6.1.142-rc2 review
 2025-06-25 10:57 UTC  (2+ messages)

[PATCH 0/2] More cleanups to MSR interception code
 2025-06-25 10:57 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling

[PATCH net-next v6 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-25 10:57 UTC  (7+ messages)
` [PATCH net-next v6 12/12] net/mlx5e: Add TX support for netmems

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-06-25 10:55 UTC  (4+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave

[PATCH] KVM: arm64: Adjust range correctly during host stage-2 faults
 2025-06-25 10:55 UTC 

[PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
 2025-06-25 10:55 UTC  (7+ messages)

[PATCH v4] x86/boot: Don't return encryption mask from __startup_64()
 2025-06-25 10:55 UTC  (2+ messages)

[PATCH v12 1/7] mfd: Add core driver for Nuvoton NCT6694
 2025-06-25 10:54 UTC  (12+ messages)

[PATCH v3 0/6] spi: spi-fsl-dspi: Target mode improvements
 2025-06-25 10:54 UTC  (14+ messages)
` [PATCH v3 2/6] spi: spi-fsl-dspi: Store status directly in cur_msg->status
` [PATCH v3 3/6] spi: spi-fsl-dspi: Stub out DMA functions
` [PATCH v3 6/6] spi: spi-fsl-dspi: Report FIFO overflows as errors

[PATCH 6.6 000/288] 6.6.95-rc2 review
 2025-06-25 10:54 UTC  (2+ messages)

[PATCH v3] fs/buffer: remove the min and max limit checks in __getblk_slow()
 2025-06-25 10:53 UTC  (3+ messages)

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-25 10:46 UTC  (7+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-25 10:45 UTC  (4+ messages)

[PATCH v3 0/2] Add support for clock controllers and CPU scaling for QCS615
 2025-06-25 10:51 UTC  (3+ messages)

[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-25 10:35 UTC  (13+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
` [PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH 4/9] kasan/xtensa: "
` [PATCH 5/9] kasan/loongarch: "
` [PATCH 6/9] kasan/um: "
` [PATCH 7/9] kasan/x86: "
` [PATCH 8/9] kasan/s390: "
` [PATCH 9/9] kasan/powerpc: "

[PATCH v1 00/10] Workqueue: replace system wq and change alloc_workqueue callers
 2025-06-25 10:49 UTC  (11+ messages)
` [PATCH v1 01/10] Workqueue: net: replace use of system_wq with system_percpu_wq
` [PATCH v1 02/10] Workqueue: mm: "
` [PATCH v1 03/10] Workqueue: fs: "
` [PATCH v1 04/10] Workqueue: "
` [PATCH v1 05/10] Workqueue: replace use of system_unbound_wq with system_dfl_wq
` [PATCH v1 06/10] Workqueue: net: WQ_PERCPU added to alloc_workqueue users
` [PATCH v1 07/10] Workqueue: mm: "
` [PATCH v1 08/10] Workqueue: fs: "
` [PATCH v1 09/10] Workqueue: WQ_PERCPU added to all the remaining users
` [PATCH v1 10/10] [Doc] Workqueue: WQ_UNBOUND doc upgraded

[syzbot] [btrfs?] possible deadlock in btrfs_read_chunk_tree
 2025-06-25 10:49 UTC  (4+ messages)
` [PATCH next] btrfs: fix "

[PATCH 00/22] Add support for A100/A133 display
 2025-06-25 10:46 UTC  (6+ messages)
` [PATCH 10/22] pinctrl: sunxi: add missed lvds pins for a100/a133

[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
 2025-06-25 10:45 UTC  (11+ messages)

[PATCH v4 0/5] Add RIIC support for RZ/T2H and RZ/N2H SoCs
 2025-06-25 10:45 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: i2c: renesas,riic: Move ref for i2c-controller.yaml to the end
` [PATCH v4 2/5] dt-bindings: i2c: renesas,riic: Document RZ/T2H and RZ/N2H support
` [PATCH v4 3/5] i2c: riic: Pass IRQ desc array as part of OF data
` [PATCH v4 4/5] i2c: riic: Move generic compatible string to end of array
` [PATCH v4 5/5] i2c: riic: Add support for RZ/T2H SoC

[PATCH v6 0/6] timers: Exclude isolated cpus from timer migation
 2025-06-25 10:45 UTC  (8+ messages)
` [PATCH v6 6/6] "

[PATCH v10 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2025-06-25 10:43 UTC  (11+ messages)
` [PATCH v10 01/10] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs
` [PATCH v10 02/10] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller
` [PATCH v10 03/10] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver
` [PATCH v10 04/10] dt-bindings: clock: Add Qualcomm QCS615 Display clock controller
` [PATCH v10 05/10] clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver
` [PATCH v10 06/10] dt-bindings: clock: Add Qualcomm QCS615 Graphics clock controller
` [PATCH v10 07/10] clk: qcom: gpucc-qcs615: Add QCS615 graphics clock controller driver
` [PATCH v10 08/10] dt-bindings: clock: Add Qualcomm QCS615 Video clock controller
` [PATCH v10 09/10] clk: qcom: videocc-qcs615: Add QCS615 video clock controller driver
` [PATCH v10 10/10] arm64: defconfig: Enable QCS615 clock controllers

[PATCH net] dpaa2-eth: fix xdp_rxq_info leak in dpaa2_eth_setup_rx_flow
 2025-06-25 10:43 UTC  (2+ messages)

[PATCH] The sun50i_iommu_of_xlate() function didn't properly handle the case where of_find_device_by_node() returns NULL. This could lead to a NULL pointer dereference when accessing platform_get_drvdata(iommu_pdev) if the device node couldn't be found
 2025-06-25 10:41 UTC  (2+ messages)

[PATCH RFT 0/6] gpio: mmio: remove struct bgpio_pdata
 2025-06-25 10:42 UTC  (9+ messages)
` [PATCH RFT 2/6] gpio: mmio: get chip label and GPIO base from device properties

[PATCH 0/7] RDMA: hfi1: cpumasks usage fixes
 2025-06-25 10:41 UTC  (6+ messages)

[PATCH] RDMA/core: reduce stack using in nldev_stat_get_doit()
 2025-06-25 10:41 UTC  (2+ messages)

[PATCH] xfs: report a writeback error on a read() call
 2025-06-25 10:40 UTC  (4+ messages)

[PATCH v9 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2025-06-25 10:38 UTC  (13+ messages)
` [PATCH v9 01/10] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs
` [PATCH v9 03/10] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver
` [PATCH v9 05/10] clk: qcom: dispcc-qcs615: Add QCS615 display "
` [PATCH v9 07/10] clk: qcom: gpucc-qcs615: Add QCS615 graphics "

[PATCH v4 0/2] generate boot_aggregate log in IMA with TPM using CRB over FF-A
 2025-06-25 10:37 UTC  (6+ messages)
` [PATCH v4 2/2] tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-in

[PATCH v2 0/3] Optimizations for khugepaged
 2025-06-25 10:36 UTC  (2+ messages)

[PATCH] leds: trigger: ledtrig-cpu:: enforce NR_CPUS limit in Kconfig
 2025-06-25 10:36 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: ipq9574: Fix 'l2' regulator min/max voltages
 2025-06-25 10:35 UTC  (7+ messages)

[PATCH v3] arm64: Enable vmalloc-huge with ptdump
 2025-06-25 10:35 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x: Add video clock controller node
 2025-06-25 10:34 UTC  (7+ messages)

[patch 00/13] ptp: Belated spring cleaning of the chardev driver
 2025-06-25 10:33 UTC  (4+ messages)
` [patch 13/13] ptp: Convert ptp_open/read() to __free()

[PATCH 00/12] gpio: use new GPIO line value setter callbacks
 2025-06-25 10:33 UTC  (13+ messages)
` [PATCH 01/12] gpio: sama5d2-piobu: "
` [PATCH 02/12] gpio: sch311x: "
` [PATCH 03/12] gpio: sch: "
` [PATCH 04/12] gpio: siox: "
` [PATCH 05/12] gpio: spear-spics: remove unneeded callbacks
` [PATCH 06/12] gpio: spear-spics: use new GPIO line value setter callbacks
` [PATCH 07/12] gpio: sprd: "
` [PATCH 08/12] gpio: stmpe: "
` [PATCH 09/12] gpio: stp-xway: "
` [PATCH 10/12] gpio: syscon: "
` [PATCH 11/12] gpio: tangier: "
` [PATCH 12/12] gpio: tc3589x: "

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-25 10:30 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH v2] sched/numa: Introduce per cgroup numa balance control
 2025-06-25 10:23 UTC 

[PATCH v2] PCI/AER: Add error message when AER_MAX_MULTI_ERR_DEVICES limit is hit during AER handling
 2025-06-25 10:29 UTC  (2+ messages)

[PATCH] io_uring: fix resource leak in io_import_dmabuf()
 2025-06-25 10:27 UTC 

[PATCH 00/10] mei: vsc: Various bug-fixes
 2025-06-25 10:25 UTC  (9+ messages)
` [PATCH 07/10] mei: vsc: Unset the event callback on remove and probe errors
` [PATCH 08/10] mei: vsc: Run event callback from a workqueue
` [PATCH 09/10] mei: vsc: Fix "BUG: Invalid wait context" lockdep error
` [PATCH 10/10] mei: bus: Check for still connected devices in mei_cl_bus_dev_release()

[PATCH V2] mmc: sdhci-msm: Ensure SD card power isn't ON when card removed
 2025-06-25 10:25 UTC  (3+ messages)

[PATCH v5 0/5] Add support for the IPQ5018 Internal GE PHY
 2025-06-25 10:24 UTC  (2+ messages)

[PATCH] selftests/arm64: Prevent build warnings from -Wmaybe-uninitialized
 2025-06-25 10:24 UTC  (2+ messages)

[net-next, 00/10] Introducing Broadcom BNGE Ethernet Driver
 2025-06-25 10:24 UTC  (7+ messages)
` [net-next, 04/10] bng_en: Add initial interaction with firmware

[PATCH 6.12 000/413] 6.12.35-rc2 review
 2025-06-25 10:23 UTC  (2+ messages)

(subset) [PATCH v12 0/9] Add STM32MP25 PCIe drivers
 2025-06-25 10:18 UTC  (4+ messages)

[PATCH RFC] timer: of: Create a platform_device before the framework is initialized
 2025-06-25 10:20 UTC  (2+ messages)

[PATCH 0/6] Add RSPI support for RZ/V2H
 2025-06-25 10:19 UTC  (3+ messages)
` [PATCH 3/6] spi: Add driver for the RZ/V2H(P) RSPI IP

[PATCH v2 1/3] mfd: tps65219: Constify struct regmap_irq_sub_irq_map and tps65219_chip_data
 2025-06-25 10:18 UTC  (2+ messages)

[PATCH 1/3] mfd: tps65219: Constify struct regmap_irq_sub_irq_map and tps65219_chip_data
 2025-06-25 10:18 UTC  (2+ messages)

[PATCH] usb: gadget: uvc: Initialize color matching descriptors for frame-based
 2025-06-25 10:16 UTC 

[PATCH 6.15 000/588] 6.15.4-rc2 review
 2025-06-25 10:15 UTC  (2+ messages)

[PATCH ath-next 0/2] wifi: ath12k: install pairwise key first
 2025-06-25 10:15 UTC  (3+ messages)

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-06-25 10:14 UTC  (6+ messages)
` [PATCH RFC 10/14] mm/memory: factor out common code from vm_normal_page_*()

[PATCH v2 0/4] iommufd: Destroy vdevice on device unbind
 2025-06-25 10:06 UTC  (4+ messages)
` [PATCH v2 3/4] iommufd: Destroy vdevice on idevice destroy

[PATCH v2 0/5] Misc rework on hugetlb faulting path
 2025-06-25 10:13 UTC  (5+ messages)
` [PATCH v2 1/5] mm,hugetlb: Change mechanism to detect a COW on private mapping

[PATCH v2] mfd: rohm-bd71828: Constify some structures
 2025-06-25 10:12 UTC  (2+ messages)
` (subset) "

[PATCH] mfd: rohm-bd71828: Constify some structures
 2025-06-25 10:12 UTC  (2+ messages)
` (subset) "

SCHED_DEADLINE tasks missing their deadline with SCHED_FLAG_RECLAIM jobs in the mix (using GRUB)
 2025-06-25 10:11 UTC  (11+ messages)

[PATCH v3] wifi: mac80211: Prevent disconnect reports when no AP is associated
 2025-06-25 10:11 UTC  (7+ messages)

[PATCH] hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
 2025-06-25 10:10 UTC 

[PATCH v6 0/8] Add TH1520 GPU support with power sequencing
 2025-06-25 10:09 UTC  (2+ messages)

[PATCH v2 0/2] Support for Synaptics TDDI series panels
 2025-06-25 10:08 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: document Synaptics TDDI panel driver
` [PATCH v2 2/2] drm: panel: add support for Synaptics TDDI series DSI panels

[PATCH 0/4] Add support for eUSB2 repeater on PMIV0104
 2025-06-25 10:09 UTC  (5+ messages)
` [PATCH 2/4] phy: qualcomm: phy-qcom-eusb2-repeater: Support tune-res-fsdif prop
` [PATCH 4/4] phy: qualcomm: phy-qcom-eusb2-repeater: Add support for PMIV0104

[PATCH 0/4] Changes for the eUSB2 PHY on SM7635
 2025-06-25 10:08 UTC  (5+ messages)
` [PATCH 3/4] phy: qcom: phy-qcom-snps-eusb2: Add missing write from init sequence
` [PATCH 4/4] phy: qcom: phy-qcom-snps-eusb2: Add extra register write for SM7635

[PATCH] MAINTAINERS: add myself as THP co-maintainer
 2025-06-25 10:07 UTC  (5+ messages)

[PATCH net-next] lwtunnel: Add lwtunnel_encap_type_check() helper
 2025-06-25 10:24 UTC 

[PATCH net-next 0/7] net: Remove unused function parameters in skbuff.c
 2025-06-25 10:07 UTC  (15+ messages)
` [PATCH net-next 1/7] net: splice: Drop unused @pipe
` [PATCH net-next 2/7] net: splice: Drop unused @flags
` [PATCH net-next 3/7] tcp: Drop tcp_splice_state::flags
` [PATCH net-next 4/7] af_unix: Drop unix_stream_read_state::splice_flags
` [PATCH net-next 5/7] net: splice: Drop unused @gfp
` [PATCH net-next 6/7] net: splice: Drop nr_pages_max initialization
` [PATCH net-next 7/7] net: skbuff: Drop unused @skb

[GIT PULL] Immutable tag between the pwrseq, drm and pmdomain trees for v6.17-rc1
 2025-06-25 10:04 UTC  (3+ messages)

[PATCH net-next] net: Remove unused function first_net_device_rcu()
 2025-06-25 10:21 UTC 

[PATCH 0/5] pwrseq: replace magic numbers with defines for match() return values
 2025-06-25 10:03 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Cleanup error handle in mlx5e_tc_sample_init()
 2025-06-25 10:20 UTC 

[PATCH 0/8] Introduce simple hazard pointers for lockdep
 2025-06-25 10:03 UTC  (7+ messages)
` [PATCH 1/8] Introduce simple hazard pointers
` [PATCH 2/8] shazptr: Add refscale test
` [PATCH 3/8] shazptr: Add refscale test for wildcard

[PATCH v2 0/5] wifi: ath11k: fix dest ring-buffer corruption
 2025-06-25 10:00 UTC  (11+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] wifi: ath11k: use plain access for descriptor length
` [PATCH v2 3/5] wifi: ath11k: use plain accesses for monitor descriptor
` [PATCH v2 4/5] wifi: ath11k: fix source ring-buffer corruption
` [PATCH v2 5/5] wifi: ath11k: fix dest ring-buffer corruption when ring is full

[PATCH v1 0/1] arm64: dts: qcom: x1e80100-pmics: Disable pm8010 by default
 2025-06-25 10:00 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH] stacktrace: do not trace user stack for user_worker tasks
 2025-06-25 10:00 UTC  (3+ messages)

[RFC PATCH 0/4] Support for usb authentication
 2025-06-25  9:59 UTC  (3+ messages)
` [RFC PATCH 2/4] usb: core: Introduce usb authentication feature

[PATCH] platform/x86: intel-vbtn: Fix code style issues
 2025-06-25  9:58 UTC  (5+ messages)

[PATCH v3 0/2] support large align and nid in Rust allocators
 2025-06-25  9:58 UTC  (3+ messages)
` [PATCH v3 1/2] mm/vmalloc: allow to set node and align in vrealloc

[PATCH v4 1/1] drm/mediatek: Adjust bandwidth limit for DP
 2025-06-25  9:54 UTC 


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