Linux-Kernel Archive
By Date
Most Recent messages
3429 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
- [PATCH] iommu/iova: Separate out rcache init John Garry (Thu Feb 03 2022 - 04:59:20 EST)
- Re: [PATCHv3 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings Rosen Penev (Sat May 24 2025 - 00:18:46 EST)
- drivers/gpu/drm/vc4/vc4_drv.c:303:8: warning: cast to smaller integer type 'enum vc4_gen' from 'const void *' kernel test robot (Sat May 24 2025 - 00:30:22 EST)
- Re: [PATCH] ext4: remove unnecessary duplicate check in ext4_map_blocks() IBM (Sat May 24 2025 - 00:43:53 EST)
- Re: [PATCH] Doc: networking: Fix various typos in rds.rst Allison Henderson (Sat May 24 2025 - 01:09:31 EST)
- [PATCH v2 1/4] arm64: defconfig: enable Maxim max77759 driver André Draszik (Sat May 24 2025 - 01:21:53 EST)
- [PATCH v2 0/4] gs101 max77759 enablement (DT) André Draszik (Sat May 24 2025 - 01:21:58 EST)
- [PATCH v2 2/4] arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 PMIC André Draszik (Sat May 24 2025 - 01:22:20 EST)
- [PATCH v2 4/4] arm64: dts: exynos: gs101: add dm-verity-device-corrupted syscon-reboot-mode André Draszik (Sat May 24 2025 - 01:22:21 EST)
- [PATCH v2 3/4] arm64: dts: exynos: gs101-pixel-common: add nvmem-reboot-mode André Draszik (Sat May 24 2025 - 01:22:33 EST)
- [PATCH v5] staging: rtl8723bs: rename _Read_EEPROM and other functions to snake_case Donny Turizo (Sat May 24 2025 - 01:24:49 EST)
- Re: [PATCH v1 1/2] dmaengine: idxd: Fix race condition between WQ enable and reset paths Shuai Xue (Sat May 24 2025 - 01:40:26 EST)
- [PATCH] net: ipv6: sanitize RPL SRH cmpre/cmpre fields to fix taint issue Rafal Bilkowski (Sat May 24 2025 - 01:52:20 EST)
- [PATCH] drm/amdgpu: fix NULL dereference in gfx_v9_0_kcq() and kiq_init_queue() Alexey Nepomnyashih (Sat May 24 2025 - 01:56:42 EST)
- [PATCH 02/23] md: factor out a helper raid_is_456() Yu Kuai (Sat May 24 2025 - 02:18:37 EST)
- [PATCH 03/23] md/md-bitmap: cleanup bitmap_ops->startwrite() Yu Kuai (Sat May 24 2025 - 02:18:41 EST)
- [PATCH 00/23] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap Yu Kuai (Sat May 24 2025 - 02:18:51 EST)
- [PATCH 04/23] md/md-bitmap: support discard for bitmap ops Yu Kuai (Sat May 24 2025 - 02:19:04 EST)
- [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Yu Kuai (Sat May 24 2025 - 02:19:48 EST)
- [PATCH 01/23] md: add a new parameter 'offset' to md_super_write() Yu Kuai (Sat May 24 2025 - 02:20:01 EST)
- [PATCH 05/23] md/md-bitmap: remove parameter slot from bitmap_create() Yu Kuai (Sat May 24 2025 - 02:20:12 EST)
- [PATCH 08/23] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations Yu Kuai (Sat May 24 2025 - 02:20:16 EST)
- [PATCH 09/23] md/md-bitmap: add a new method blocks_synced() in bitmap_operations Yu Kuai (Sat May 24 2025 - 02:20:24 EST)
- [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Yu Kuai (Sat May 24 2025 - 02:20:44 EST)
- [PATCH 10/23] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER Yu Kuai (Sat May 24 2025 - 02:20:55 EST)
- [PATCH 11/23] md/md-bitmap: make method bitmap_ops->daemon_work optional Yu Kuai (Sat May 24 2025 - 02:21:05 EST)
- [PATCH 13/23] md/md-bitmap: fix dm-raid max_write_behind setting Yu Kuai (Sat May 24 2025 - 02:21:16 EST)
- [PATCH 14/23] md/dm-raid: remove max_write_behind setting limit Yu Kuai (Sat May 24 2025 - 02:21:37 EST)
- [PATCH 12/23] md/md-bitmap: add macros for lockless bitmap Yu Kuai (Sat May 24 2025 - 02:21:56 EST)
- [PATCH 15/23] md/md-llbitmap: implement llbitmap IO Yu Kuai (Sat May 24 2025 - 02:22:13 EST)
- [PATCH 16/23] md/md-llbitmap: implement bit state machine Yu Kuai (Sat May 24 2025 - 02:23:06 EST)
- [PATCH 17/23] md/md-llbitmap: implement APIs for page level dirty bits synchronization Yu Kuai (Sat May 24 2025 - 02:23:09 EST)
- [PATCH 19/23] md/md-llbitmap: implement APIs to dirty bits and clear bits Yu Kuai (Sat May 24 2025 - 02:23:12 EST)
- [PATCH 20/23] md/md-llbitmap: implement APIs for sync_thread Yu Kuai (Sat May 24 2025 - 02:23:23 EST)
- [PATCH 18/23] md/md-llbitmap: implement APIs to mange bitmap lifetime Yu Kuai (Sat May 24 2025 - 02:23:55 EST)
- [PATCH 21/23] md/md-llbitmap: implement all bitmap operations Yu Kuai (Sat May 24 2025 - 02:24:07 EST)
- [PATCH 22/23] md/md-llbitmap: implement sysfs APIs Yu Kuai (Sat May 24 2025 - 02:24:41 EST)
- [PATCH 23/23] md/md-llbitmap: add Kconfig Yu Kuai (Sat May 24 2025 - 02:24:58 EST)
- Re: [PATCH net-next v4 01/14] dt-bindings: net: Add PPE for Qualcomm IPQ9574 SoC Krzysztof Kozlowski (Sat May 24 2025 - 02:26:12 EST)
- Re: [PATCH RESEND 1/2] media: dt-bindings: nxp,imx8-jpeg: Add compatible strings for IMX95 JPEG Krzysztof Kozlowski (Sat May 24 2025 - 02:27:36 EST)
- Re: [PATCH 2/2] dt-bindings: arm: fsl: add i.MX93 11x11 FRDM board Krzysztof Kozlowski (Sat May 24 2025 - 02:29:38 EST)
- Re: [PATCH] PCI/pwrctrl: Skip creating platform device unless CONFIG_PCI_PWRCTL enabled Lukas Wunner (Sat May 24 2025 - 02:30:08 EST)
- Re: [PATCH 4/5] dt-bindings: thermal: airoha: Rename and Document AN7583 support Krzysztof Kozlowski (Sat May 24 2025 - 02:31:07 EST)
- Re: [PATCH v2 1/2] dt-bindings: regulator: add pca9450: Add regulator-allowed-modes Krzysztof Kozlowski (Sat May 24 2025 - 02:34:57 EST)
- [PATCH 1/2] arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool Pi CM5 Andy Yan (Sat May 24 2025 - 02:43:13 EST)
- [PATCH 2/2] arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool Pi 4B Andy Yan (Sat May 24 2025 - 02:43:23 EST)
- ERROR: modpost: "__ubsan_handle_add_overflow" [fs/hostfs/hostfs.ko] undefined! kernel test robot (Sat May 24 2025 - 02:47:37 EST)
- Re: [PATCH] padata: do not leak refcount in reorder_work Herbert Xu (Sat May 24 2025 - 02:51:45 EST)
- Re: [PATCH 00/23] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap Yu Kuai (Sat May 24 2025 - 03:07:42 EST)
- Re: [PATCH v3 0/4] drm: panel: add support for panels used in LG P880/P895 Dmitry Baryshkov (Sat May 24 2025 - 03:19:41 EST)
- [PATCH] ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Haoxiang Li (Sat May 24 2025 - 03:28:07 EST)
- Re: [PATCH v3 3/4] fbdev/deferred-io: Support contiguous kernel memory framebuffers kernel test robot (Sat May 24 2025 - 03:28:42 EST)
- [PATCH 0/2] Enable CPU Idle for gs101 Peter Griffin (Sat May 24 2025 - 03:31:01 EST)
- [PATCH 1/2] arm64: dts: exynos: gs101: Add 'local-timer-stop' to cpuidle nodes Peter Griffin (Sat May 24 2025 - 03:31:08 EST)
- [PATCH 2/2] soc: samsung: exynos-pmu: Enable CPU Idle for gs101 Peter Griffin (Sat May 24 2025 - 03:31:27 EST)
- Re: [PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Zhu Yanjun (Sat May 24 2025 - 03:32:16 EST)
- [PATCH v4 net] net: airoha: Fix an error handling path in airoha_alloc_gdm_port() Christophe JAILLET (Sat May 24 2025 - 03:39:07 EST)
- Re: [PATCH v3 2/9] drm/bridge: synopsys: Add DW DPTX Controller support library Dmitry Baryshkov (Sat May 24 2025 - 03:46:39 EST)
- [PATCH] scsi: mpt3sas: fix uaf in _scsih_fw_event_cleanup_queue() during hard reset Zheng Qixing (Sat May 24 2025 - 03:51:20 EST)
- Re: [PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Zhu Yanjun (Sat May 24 2025 - 03:53:12 EST)
- [PATCH] net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe() Haoxiang Li (Sat May 24 2025 - 03:59:21 EST)
- Re:Re: [PATCH v3 2/9] drm/bridge: synopsys: Add DW DPTX Controller support library Andy Yan (Sat May 24 2025 - 04:01:15 EST)
- Re: [PATCH v5 04/16] drm/atomic: Introduce helper to lookup connector by encoder Dmitry Baryshkov (Sat May 24 2025 - 04:10:04 EST)
- Re: [PATCH v3 2/9] drm/bridge: synopsys: Add DW DPTX Controller support library Dmitry Baryshkov (Sat May 24 2025 - 04:11:51 EST)
- Re: [net-next PATCH v5 05/10] net: pcs: lynx: Convert to an MDIO driver kernel test robot (Sat May 24 2025 - 04:22:07 EST)
- [PATCH] selftests: cachestat: add tests for mmap and /proc/cpuinfo Suresh K C (Sat May 24 2025 - 04:36:58 EST)
- Re: [net-next PATCH v5 05/10] net: pcs: lynx: Convert to an MDIO driver kernel test robot (Sat May 24 2025 - 04:43:52 EST)
- Re: [PATCH] PCI/pwrctrl: Skip creating platform device unless CONFIG_PCI_PWRCTL enabled Manivannan Sadhasivam (Sat May 24 2025 - 04:51:21 EST)
- Re: [PATCH v3 2/4] net: airoha: Fix an error handling path in airoha_probe() Christophe JAILLET (Sat May 24 2025 - 04:55:59 EST)
- Re: [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support Александр Шубин (Sat May 24 2025 - 05:07:51 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Chen, Yu C (Sat May 24 2025 - 05:08:30 EST)
- [PATCH v4 1/5] media: i2c: imx214: Reorder imx214_parse_fwnode call André Apitzsch via B4 Relay (Sat May 24 2025 - 05:15:20 EST)
- [PATCH v4 0/5] media: i2c: imx214: Add support for more clock frequencies André Apitzsch via B4 Relay (Sat May 24 2025 - 05:15:21 EST)
- [PATCH v4 4/5] media: dt-bindings: sony,imx214: Deprecate property clock-frequency André Apitzsch via B4 Relay (Sat May 24 2025 - 05:15:24 EST)
- [PATCH v4 2/5] media: i2c: imx214: Prepare for variable clock frequency André Apitzsch via B4 Relay (Sat May 24 2025 - 05:15:28 EST)
- [PATCH v4 3/5] media: i2c: imx214: Make use of CCS PLL calculator André Apitzsch via B4 Relay (Sat May 24 2025 - 05:15:41 EST)
- [PATCH v4 5/5] media: i2c: imx214: Remove hard-coded external clock frequency André Apitzsch via B4 Relay (Sat May 24 2025 - 05:16:11 EST)
- [PATCH] drm: Fix potential null pointer dereference issues in drm_managed.c Haoxiang Li (Sat May 24 2025 - 05:16:31 EST)
- [PATCH v3 2/6] drm/panel-edp: add N160JCE-ELL CMN panel for Lenovo Thinkbook 16 Jens Glathe via B4 Relay (Sat May 24 2025 - 05:20:01 EST)
- [PATCH v3 1/6] dt-bindings: arm: qcom: Add Lenovo TB16 support Jens Glathe via B4 Relay (Sat May 24 2025 - 05:20:02 EST)
- [PATCH v3 3/6] usb: misc: onboard_usb_dev: Add Bison Electronics Inc. Integrated Camera Jens Glathe via B4 Relay (Sat May 24 2025 - 05:20:03 EST)
- [PATCH v3 4/6] firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16 Jens Glathe via B4 Relay (Sat May 24 2025 - 05:20:06 EST)
- [PATCH v3 0/6] arm64: dts: qcom: Add Lenovo ThinkBook 16 device tree Jens Glathe via B4 Relay (Sat May 24 2025 - 05:20:06 EST)
- [PATCH v3 5/6] arm64: dts: qcom: x1p42100: Add Lenovo ThinkBook 16 G7 QOY Jens Glathe via B4 Relay (Sat May 24 2025 - 05:21:02 EST)
- [PATCH v3 6/6] arm64: dts: qcom: Add Lenovo ThinkBook 16 device tree Jens Glathe via B4 Relay (Sat May 24 2025 - 05:21:13 EST)
- Re: [RFC v2 7/9] x86/mm: Introduce Remote Action Request Ingo Molnar (Sat May 24 2025 - 05:22:35 EST)
- Re: [net-next PATCH v5 06/10] net: pcs: Add Xilinx PCS driver kernel test robot (Sat May 24 2025 - 05:25:59 EST)
- Re: [PATCH v3 1/7] x86/retbleed: Avoid AUTO after the select step Borislav Petkov (Sat May 24 2025 - 05:30:05 EST)
- Re: [PATCH v2] perf test: Add AMD IBS sw filter test Ravi Bangoria (Sat May 24 2025 - 05:47:44 EST)
- Re: [PATCH v2] riscv: vector: Fix context save/restore with xtheadvector Andy Chiu (Sat May 24 2025 - 05:59:10 EST)
- Re: [PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes Anup Patel (Sat May 24 2025 - 05:59:54 EST)
- Re: [PATCH v6 1/5] riscv: save the SR_SUM status over switches Andy Chiu (Sat May 24 2025 - 06:01:24 EST)
- Re: [PATCH v10 05/10] mtd: intel-dg: align 64bit read and write Raag Jadav (Sat May 24 2025 - 06:02:05 EST)
- [PATCH v1 0/2] add support of stm32mp157f-dk2 board Himanshu Bhavani (Sat May 24 2025 - 06:03:54 EST)
- [PATCH v1 1/2] ARM: dts: stm32: add support of stm32mp157f-dk2 board Himanshu Bhavani (Sat May 24 2025 - 06:04:05 EST)
- [PATCH v1 2/2] dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible Himanshu Bhavani (Sat May 24 2025 - 06:04:16 EST)
- [syzbot] Monthly bcachefs report (May 2025) syzbot (Sat May 24 2025 - 06:04:43 EST)
- [syzbot] Monthly ntfs3 report (May 2025) syzbot (Sat May 24 2025 - 06:04:48 EST)
- [syzbot] Monthly wireless report (May 2025) syzbot (Sat May 24 2025 - 06:04:53 EST)
- [PATCH v2 0/1] platform/x86: asus-wmi: fix build without CONFIG_SUSPEND Luke Jones (Sat May 24 2025 - 06:05:22 EST)
- [PATCH v2 1/1] platform/x86: asus-wmi: fix build without CONFIG_SUSPEND Luke Jones (Sat May 24 2025 - 06:05:31 EST)
- [syzbot] Monthly btrfs report (May 2025) syzbot (Sat May 24 2025 - 06:05:54 EST)
- [syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in report_descriptor_read syzbot (Sat May 24 2025 - 06:05:59 EST)
- [syzbot] Monthly dri report (May 2025) syzbot (Sat May 24 2025 - 06:06:01 EST)
- [syzbot] Monthly exfat report (May 2025) syzbot (Sat May 24 2025 - 06:06:10 EST)
- [syzbot] Monthly hfs report (May 2025) syzbot (Sat May 24 2025 - 06:06:29 EST)
- [syzbot] Monthly udf report (May 2025) syzbot (Sat May 24 2025 - 06:06:51 EST)
- Re: [PATCH v3 5/6] arm64: dts: qcom: x1p42100: Add Lenovo ThinkBook 16 G7 QOY Dmitry Baryshkov (Sat May 24 2025 - 06:11:52 EST)
- [PATCH v3 0/1] platform/x86: asus-wmi: fix build without CONFIG_SUSPEND Luke Jones (Sat May 24 2025 - 06:14:08 EST)
- [PATCH v3 1/1] platform/x86: asus-wmi: fix build without CONFIG_SUSPEND Luke Jones (Sat May 24 2025 - 06:14:14 EST)
- Re: [PATCH] kexec: Enable CMA based contiguous allocation David Woodhouse (Sat May 24 2025 - 06:16:19 EST)
- Re: [PATCH] clk: qcom: gcc-ipq8074: fix broken freq table for nss_port6_tx_clk_src Robert Marko (Sat May 24 2025 - 06:18:33 EST)
- Re: [PATCH v10 06/10] drm/i915/nvm: add nvm device for discrete graphics Raag Jadav (Sat May 24 2025 - 06:20:29 EST)
- Re: [net-next PATCH v5 05/10] net: pcs: lynx: Convert to an MDIO driver kernel test robot (Sat May 24 2025 - 06:28:59 EST)
- Re: [PATCH] net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe() Niklas Söderlund (Sat May 24 2025 - 06:29:18 EST)
- Re: [PATCH v10 08/10] drm/xe/nvm: add on-die non-volatile memory device Raag Jadav (Sat May 24 2025 - 06:29:39 EST)
- Re: [PATCH v3 4/6] firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16 Dmitry Baryshkov (Sat May 24 2025 - 06:35:48 EST)
- [PATCH] iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flush Sean Nyekjaer (Sat May 24 2025 - 06:41:34 EST)
- [RFC] powerpc/mm/book3s64: Move few kfence & debug_pagealloc related calls to __init section Ritesh Harjani (IBM) (Sat May 24 2025 - 06:44:08 EST)
- Re: [PATCH v3 5/6] arm64: dts: qcom: x1p42100: Add Lenovo ThinkBook 16 G7 QOY Jens Glathe (Sat May 24 2025 - 06:51:30 EST)
- [PATCH] padata: Fix pd UAF once and for all Herbert Xu (Sat May 24 2025 - 06:51:38 EST)
- [PATCH] dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive Yao Zi (Sat May 24 2025 - 06:56:37 EST)
- [PATCH net-next v12 00/13] Add support for PSE budget evaluation strategy Kory Maincent (Sat May 24 2025 - 06:57:19 EST)
- [PATCH net-next v12 01/13] net: pse-pd: Introduce attached_phydev to pse control Kory Maincent (Sat May 24 2025 - 06:57:33 EST)
- [PATCH net-next v12 02/13] net: pse-pd: Add support for reporting events Kory Maincent (Sat May 24 2025 - 06:58:10 EST)
- [PATCH net-next v12 04/13] net: pse-pd: Add support for PSE power domains Kory Maincent (Sat May 24 2025 - 06:58:24 EST)
- [PATCH net-next v12 03/13] net: pse-pd: tps23881: Add support for PSE events and interrupts Kory Maincent (Sat May 24 2025 - 06:58:33 EST)
- [PATCH net-next v12 05/13] net: ethtool: Add support for new power domains index description Kory Maincent (Sat May 24 2025 - 06:58:45 EST)
- [PATCH net-next v12 06/13] net: pse-pd: Add helper to report hardware enable status of the PI Kory Maincent (Sat May 24 2025 - 06:59:28 EST)
- [PATCH net-next v12 08/13] net: ethtool: Add PSE port priority support feature Kory Maincent (Sat May 24 2025 - 06:59:52 EST)
- [PATCH net-next v12 09/13] net: pse-pd: pd692x0: Add support for PSE PI priority feature Kory Maincent (Sat May 24 2025 - 07:00:28 EST)
- [PATCH net-next v12 11/13] dt-bindings: net: pse-pd: microchip,pd692x0: Add manager regulator supply Kory Maincent (Sat May 24 2025 - 07:00:56 EST)
- [PATCH net-next v12 07/13] net: pse-pd: Add support for budget evaluation strategies Kory Maincent (Sat May 24 2025 - 07:01:12 EST)
- [PATCH net-next v12 10/13] net: pse-pd: pd692x0: Add support for controller and manager power supplies Kory Maincent (Sat May 24 2025 - 07:01:27 EST)
- [PATCH net-next v12 12/13] net: pse-pd: tps23881: Add support for static port priority feature Kory Maincent (Sat May 24 2025 - 07:01:46 EST)
- Re: [PATCH 1/7] tools include UAPI: Sync linux/vhost.h with the kernel sources Michael S. Tsirkin (Sat May 24 2025 - 07:02:02 EST)
- [PATCH net-next v12 13/13] dt-bindings: net: pse-pd: ti,tps23881: Add interrupt description Kory Maincent (Sat May 24 2025 - 07:02:06 EST)
- Re: [PATCH v5 2/4] net: can: rockchip: Refactor the rkcanfd_devtype_data structure kernel test robot (Sat May 24 2025 - 07:02:14 EST)
- Re: [PATCH v3 5/6] arm64: dts: qcom: x1p42100: Add Lenovo ThinkBook 16 G7 QOY Konrad Dybcio (Sat May 24 2025 - 07:03:39 EST)
- Re: [PATCH net-next v12 07/13] net: pse-pd: Add support for budget evaluation strategies Kory Maincent (Sat May 24 2025 - 07:03:58 EST)
- Re: [PATCH net-next v12 01/13] net: pse-pd: Introduce attached_phydev to pse control Kory Maincent (Sat May 24 2025 - 07:04:05 EST)
- Re: [PATCH net-next v12 02/13] net: pse-pd: Add support for reporting events Kory Maincent (Sat May 24 2025 - 07:04:34 EST)
- Re: [PATCH] drm/vc4: tests: pv_muxing: Fix locking Maíra Canal (Sat May 24 2025 - 07:10:13 EST)
- Re: [PATCH v3 2/7] x86/retbleed: Simplify the =stuff checks Borislav Petkov (Sat May 24 2025 - 07:17:10 EST)
- Re: [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches IBM (Sat May 24 2025 - 07:19:32 EST)
- [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Christoph Stoidner (Sat May 24 2025 - 07:23:48 EST)
- Re: [PATCH v2] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Christoph Stoidner (Sat May 24 2025 - 07:26:09 EST)
- Re: [PATCH v3 3/7] x86/bugs: Exit early if return thunk is already set Borislav Petkov (Sat May 24 2025 - 07:27:57 EST)
- [PATCH v4 1/5] dt-bindings: arm: qcom: Add Lenovo TB16 support Jens Glathe via B4 Relay (Sat May 24 2025 - 07:49:30 EST)
- [PATCH v4 0/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 device tree Jens Glathe via B4 Relay (Sat May 24 2025 - 07:49:35 EST)
- [PATCH v4 4/5] firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16 Jens Glathe via B4 Relay (Sat May 24 2025 - 07:49:45 EST)
- [PATCH v4 2/5] drm/panel-edp: add N160JCE-ELL CMN panel for Lenovo Thinkbook 16 Jens Glathe via B4 Relay (Sat May 24 2025 - 07:49:48 EST)
- [PATCH v4 3/5] usb: misc: onboard_usb_dev: Add Bison Electronics Inc. Integrated Camera Jens Glathe via B4 Relay (Sat May 24 2025 - 07:49:50 EST)
- [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Jens Glathe via B4 Relay (Sat May 24 2025 - 07:50:10 EST)
- [PATCH v1 05/10] media: mediatek: isp: Add the Imgsys LARBs device Olivia Wen (Sat May 24 2025 - 07:52:20 EST)
- [PATCH v1 01/10] dt-bindings: media: Add MediaTek mt8188 ImgSys components Olivia Wen (Sat May 24 2025 - 07:52:43 EST)
- [PATCH v1 02/10] dt-bindings: media: Add MT8188 ImgSys's LARB Olivia Wen (Sat May 24 2025 - 07:53:10 EST)
- [PATCH v1 03/10] uapi: linux: Add MediaTek Imgsys user API Olivia Wen (Sat May 24 2025 - 07:53:16 EST)
- [PATCH v1 07/10] media: mediatek: isp: Add CMDQ support for ImgSys driver Olivia Wen (Sat May 24 2025 - 07:53:28 EST)
- [PATCH v1 00/10] Add MediaTek ISP7 Image Syatem driver Olivia Wen (Sat May 24 2025 - 07:53:54 EST)
- [PATCH v1 10/10] media: mediatek: isp: Add normal data dump flow Olivia Wen (Sat May 24 2025 - 07:54:01 EST)
- [PATCH v1 09/10] media: mediatek: isp: Add image processing flow Olivia Wen (Sat May 24 2025 - 07:54:09 EST)
- [PATCH v1 08/10] media: mediatek: isp: Add SCP support for ImgSys driver Olivia Wen (Sat May 24 2025 - 07:54:25 EST)
- [PATCH v1 06/10] media: mediatek: isp: Add module operations structure for ImgSys Olivia Wen (Sat May 24 2025 - 07:54:36 EST)
- [PATCH v1 04/10] media: mediatek: isp: Add V4L2 flow support for ImgSys driver Olivia Wen (Sat May 24 2025 - 07:55:10 EST)
- [syzbot] [kernel?] KASAN: slab-use-after-free Write in binder_remove_device syzbot (Sat May 24 2025 - 08:07:36 EST)
- [tip:master 747/770] include/linux/perf_regs.h:40:16: error: 'PERF_SAMPLE_REGS_ABI_NONE' undeclared kernel test robot (Sat May 24 2025 - 08:11:59 EST)
- Re: [RFC PATCH v6 07/32] KVM: x86: apic_test_vector() to common code Borislav Petkov (Sat May 24 2025 - 08:13:29 EST)
- Re: [RFC PATCH v6 08/32] x86/apic: Remove redundant parentheses around 'bitmap' Borislav Petkov (Sat May 24 2025 - 08:15:03 EST)
- Re: [RFC PATCH v6 10/32] x86/apic: Change apic_*_vector() vector param to unsigned Borislav Petkov (Sat May 24 2025 - 08:16:14 EST)
- Re: [PATCH v5 4/4] rust: samples: Add debugfs sample Danilo Krummrich (Sat May 24 2025 - 08:25:42 EST)
- [PATCH v2] arm64: dts: qcom: ipq5018: Add crypto nodes George Moussalem via B4 Relay (Sat May 24 2025 - 08:31:46 EST)
- [v2 PATCH] padata: Fix pd UAF once and for all Herbert Xu (Sat May 24 2025 - 08:32:42 EST)
- Re: [PATCH V3] ahci: enhance error handling in ahci_init_one Damien Le Moal (Sat May 24 2025 - 08:36:38 EST)
- Re: [PATCH V3] ahci: enhance error handling and resource management in ahci_init_one Damien Le Moal (Sat May 24 2025 - 08:37:32 EST)
- Re: [PATCH 1/1] container_of: Document container_of() is not to be used in new code David Laight (Sat May 24 2025 - 08:45:43 EST)
- Re: [PATCH] drm/mediatek: Add wait_event_timeout when disabling plane Daniel Stone (Sat May 24 2025 - 08:47:35 EST)
- [tip:master 747/770] arch/powerpc/include/asm/perf_event.h:47:0: warning: "PERF_REG_EXTENDED_MASK" redefined kernel test robot (Sat May 24 2025 - 08:53:10 EST)
- Re: [PATCH 0/6] overlayfs + casefolding Amir Goldstein (Sat May 24 2025 - 09:02:18 EST)
- Re: [PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Daisuke Matsuda (Sat May 24 2025 - 09:16:00 EST)
- [PATCH for-next v2] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Daisuke Matsuda (Sat May 24 2025 - 09:19:29 EST)
- Re: [PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Sat May 24 2025 - 09:20:06 EST)
- Re: [net-next PATCH v5 05/10] net: pcs: lynx: Convert to an MDIO driver kernel test robot (Sat May 24 2025 - 09:35:14 EST)
- Re: [PATCH v1 01/10] dt-bindings: media: Add MediaTek mt8188 ImgSys components Rob Herring (Arm) (Sat May 24 2025 - 09:37:53 EST)
- Re: [PATCH v1 02/10] dt-bindings: media: Add MT8188 ImgSys's LARB Rob Herring (Arm) (Sat May 24 2025 - 09:38:11 EST)
- Re: [PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Zhu Yanjun (Sat May 24 2025 - 09:53:40 EST)
- Re: [PATCH v5 3/4] net: can: rockchip: add can for RK3576 Soc kernel test robot (Sat May 24 2025 - 09:56:13 EST)
- Re: [PATCH v3 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support Huacai Chen (Sat May 24 2025 - 10:13:06 EST)
- Re: [PATCH 00/10] rust: clean and enable Clippy `doc_markdown` lint Danilo Krummrich (Sat May 24 2025 - 10:18:18 EST)
- Re: [PATCH] net: ipv6: sanitize RPL SRH cmpre/cmpre fields to fix taint issue Willem de Bruijn (Sat May 24 2025 - 10:18:50 EST)
- [PATCH V2] LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg Huacai Chen (Sat May 24 2025 - 10:24:26 EST)
- [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Daisuke Matsuda (Sat May 24 2025 - 10:44:00 EST)
- Re: Re: [PATCH] net: dwmac-rk: MAC clock should be truned off Andrew Lunn (Sat May 24 2025 - 10:49:11 EST)
- [PATCH v2 1/1] x86/rdrand: disable RDSEED on AMD Cyan Skillfish Mikhail Paulyshka (Sat May 24 2025 - 11:02:17 EST)
- [syzbot] [bcachefs?] kernel BUG in __bch2_trans_commit (2) syzbot (Sat May 24 2025 - 11:03:47 EST)
- Re: [PATCH v4] drm/panthor: Make the timeout per-queue instead of per-job Daniel Stone (Sat May 24 2025 - 11:04:00 EST)
- Re: [PATCH 1/1] container_of: Document container_of() is not to be used in new code Greg Kroah-Hartman (Sat May 24 2025 - 11:07:00 EST)
- Re: [PATCH v4 3/5] usb: misc: onboard_usb_dev: Add Bison Electronics Inc. Integrated Camera Dmitry Baryshkov (Sat May 24 2025 - 11:22:06 EST)
- [git pull] IOMMU Fixes for Linux v6.15-rc6 Joerg Roedel (Sat May 24 2025 - 11:32:22 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Dmitry Baryshkov (Sat May 24 2025 - 11:34:14 EST)
- Re: [PATCH v3 06/13] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors Ricardo Neri (Sat May 24 2025 - 11:52:04 EST)
- [PATCH v2 0/3] Optimize GCD performance on RISC-V by selecting implementation at runtime Kuan-Wei Chiu (Sat May 24 2025 - 11:55:45 EST)
- [PATCH v2 1/3] lib/math/gcd: Use static key to select implementation at runtime Kuan-Wei Chiu (Sat May 24 2025 - 11:55:55 EST)
- [PATCH v2 2/3] riscv: Optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabled Kuan-Wei Chiu (Sat May 24 2025 - 11:56:04 EST)
- [PATCH v2 3/3] riscv: Optimize gcd() performance on RISC-V without Zbb extension Kuan-Wei Chiu (Sat May 24 2025 - 11:56:17 EST)
- [PATCH v2] drivers: gpu: drm: msm: registers: improve reproducibility Viswanath Kraleti (Sat May 24 2025 - 11:56:25 EST)
- Re: [PATCH v2] mm: fix copy_vma() error handling for hugetlb mappings Pedro Falcato (Sat May 24 2025 - 11:56:52 EST)
- Re: [PATCH] RISC-V: KVM: lock the correct mp_state during reset Anup Patel (Sat May 24 2025 - 11:59:15 EST)
- Re: [PATCH] drivers: gpu: drm: msm: registers: improve reproducibility Viswanath Kraleti (Sat May 24 2025 - 12:06:31 EST)
- Re: [PATCH] staging: vme_user: add missing includes Heikki Huttu (Sat May 24 2025 - 12:10:02 EST)
- Re: [git pull] IOMMU Fixes for Linux v6.15-rc6 pr-tracker-bot (Sat May 24 2025 - 12:10:12 EST)
- Re: [PATCH v2 1/1] x86/rdrand: disable RDSEED on AMD Cyan Skillfish Borislav Petkov (Sat May 24 2025 - 12:12:06 EST)
- [PATCH 1/2] regulator: tps6594-regulator: Constify struct tps6594_regulator_irq_type Christophe JAILLET (Sat May 24 2025 - 12:12:20 EST)
- Re: [PATCH] staging: vme_user: add missing includes Greg KH (Sat May 24 2025 - 12:18:04 EST)
- [PATCH 2/2] regulator: tps6594-regulator: Remove a useless static qualifier Christophe JAILLET (Sat May 24 2025 - 12:20:27 EST)
- Re: [syzbot] Re: [syzbot] [block?] [bcachefs?] kernel BUG in blk_mq_end_request syzbot (Sat May 24 2025 - 12:30:52 EST)
- [PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid() Wentao Liang (Sat May 24 2025 - 12:35:47 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Sat May 24 2025 - 12:46:28 EST)
- [PATCH] drm/amd/display: Constify struct timing_generator_funcs Christophe JAILLET (Sat May 24 2025 - 13:01:11 EST)
- Re: [PATCH v3] kconfig: check for a NULL pointer before access Masahiro Yamada (Sat May 24 2025 - 13:08:29 EST)
- Re: [PATCH v2] drivers: gpu: drm: msm: registers: improve reproducibility Dmitry Baryshkov (Sat May 24 2025 - 13:16:03 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Shakeel Butt (Sat May 24 2025 - 13:32:53 EST)
- Re: [PATCH] drm: add overview diagram for drm stack Abdulrasaq Lawani (Sat May 24 2025 - 13:35:18 EST)
- [PATCH v6] staging: rtl8723bs: rename _Read_EEPROM and other functions to snake_case Donny Turizo (Sat May 24 2025 - 13:38:01 EST)
- Re: [syzbot] [kernel?] KASAN: slab-use-after-free Write in binder_remove_device Carlos Llamas (Sat May 24 2025 - 13:41:10 EST)
- Re: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Andrew Lunn (Sat May 24 2025 - 13:44:49 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Aleksandrs Vinarskis (Sat May 24 2025 - 13:58:42 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Masahiro Yamada (Sat May 24 2025 - 14:15:47 EST)
- Re: [syzbot] [bcachefs?] kernel BUG in __bch2_trans_commit (2) Kent Overstreet (Sat May 24 2025 - 14:22:25 EST)
- [PATCH] selftests: timers: rtcpie: Fix checkpatch reported errors Thushara.M.S (Sat May 24 2025 - 14:30:38 EST)
- [PATCH 0/2] PCI: Slot reset fixes Manivannan Sadhasivam (Sat May 24 2025 - 14:53:26 EST)
- [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Manivannan Sadhasivam (Sat May 24 2025 - 14:53:37 EST)
- [PATCH 2/2] PCI: Rename host_bridge::reset_slot() to host_bridge::reset_root_port() Manivannan Sadhasivam (Sat May 24 2025 - 14:53:58 EST)
- [PATCH v6 3/9] rust: device: Add property_present() to FwNode Remo Senekowitsch (Sat May 24 2025 - 15:23:18 EST)
- [PATCH v6 0/9] More Rust bindings for device property reads Remo Senekowitsch (Sat May 24 2025 - 15:23:22 EST)
- [PATCH v6 4/9] rust: device: Enable printing fwnode name and path Remo Senekowitsch (Sat May 24 2025 - 15:23:45 EST)
- [PATCH v6 1/9] rust: device: Create FwNode abstraction for accessing device properties Remo Senekowitsch (Sat May 24 2025 - 15:24:07 EST)
- [PATCH v6 2/9] rust: device: Enable accessing the FwNode of a Device Remo Senekowitsch (Sat May 24 2025 - 15:24:14 EST)
- [PATCH v6 5/9] rust: device: Introduce PropertyGuard Remo Senekowitsch (Sat May 24 2025 - 15:24:30 EST)
- [PATCH v6 6/9] rust: device: Implement accessors for firmware properties Remo Senekowitsch (Sat May 24 2025 - 15:24:38 EST)
- [PATCH v6 8/9] rust: device: Add property_get_reference_args Remo Senekowitsch (Sat May 24 2025 - 15:25:06 EST)
- [PATCH v6 7/9] rust: device: Add child accessor and iterator Remo Senekowitsch (Sat May 24 2025 - 15:25:11 EST)
- [PATCH v6 9/9] samples: rust: platform: Add property read examples Remo Senekowitsch (Sat May 24 2025 - 15:25:46 EST)
- Re: Re: [PATCH] net: dwmac-rk: MAC clock should be truned off Russell King (Oracle) (Sat May 24 2025 - 15:35:11 EST)
- Re: [syzbot] [kernel?] KASAN: slab-use-after-free Write in binder_remove_device syzbot (Sat May 24 2025 - 16:01:10 EST)
- [PATCH v10 1/5] rust: retitle "Example" section as "Examples" Tamir Duberstein (Sat May 24 2025 - 16:33:47 EST)
- [PATCH v10 2/5] rust: support formatting of foreign types Tamir Duberstein (Sat May 24 2025 - 16:34:22 EST)
- [PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr Tamir Duberstein (Sat May 24 2025 - 16:35:05 EST)
- [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr` Tamir Duberstein (Sat May 24 2025 - 16:35:07 EST)
- [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings Tamir Duberstein (Sat May 24 2025 - 16:35:27 EST)
- [PATCH v10 5/5] rust: remove core::ffi::CStr reexport Tamir Duberstein (Sat May 24 2025 - 16:36:04 EST)
- Re: [syzbot] [fs?] possible deadlock in input_inject_event syzbot (Sat May 24 2025 - 16:38:43 EST)
- Re: (subset) [PATCH V4 0/3] support different number of clocks for svc i3c controller Alexandre Belloni (Sat May 24 2025 - 16:51:15 EST)
- Re: [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Niklas Cassel (Sat May 24 2025 - 16:54:35 EST)
- Re: [PATCH 2/2] PCI: Rename host_bridge::reset_slot() to host_bridge::reset_root_port() Niklas Cassel (Sat May 24 2025 - 16:58:02 EST)
- [PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver Michal Wilczynski (Sat May 24 2025 - 17:15:42 EST)
- [PATCH RFC 1/6] rust: Add basic PWM abstractions Michal Wilczynski (Sat May 24 2025 - 17:15:53 EST)
- [PATCH RFC 4/6] riscv: dts: thead: Add PWM controller node Michal Wilczynski (Sat May 24 2025 - 17:16:21 EST)
- [PATCH RFC 3/6] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller Michal Wilczynski (Sat May 24 2025 - 17:16:22 EST)
- [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC Michal Wilczynski (Sat May 24 2025 - 17:16:30 EST)
- [PATCH RFC 5/6] riscv: dts: thead: Add PVT node Michal Wilczynski (Sat May 24 2025 - 17:16:38 EST)
- [PATCH RFC 6/6] riscv: dts: thead: Add PWM fan and thermal control Michal Wilczynski (Sat May 24 2025 - 17:16:46 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Greg Sword (Sat May 24 2025 - 17:27:46 EST)
- Re: [PATCH] rtc: pcf8563: fix wrong alarm register Alexandre Belloni (Sat May 24 2025 - 17:37:02 EST)
- AW: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Christoph Stoidner (Sat May 24 2025 - 17:37:36 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap David Hildenbrand (Sat May 24 2025 - 17:46:03 EST)
- Re: [PATCH V2 1/2] mm/khugepaged: clean up refcount check using folio_expected_ref_count() David Hildenbrand (Sat May 24 2025 - 17:47:45 EST)
- Re: [PATCH V2 2/2] mm/khugepaged: fix race with folio split/free using temporary reference David Hildenbrand (Sat May 24 2025 - 17:48:18 EST)
- Re: [PATCH 2/2] PCI: Rename host_bridge::reset_slot() to host_bridge::reset_root_port() kernel test robot (Sat May 24 2025 - 17:51:54 EST)
- Re: (subset) [PATCH 0/4] rtc: pm8xxx: fix uefi offset lookup Alexandre Belloni (Sat May 24 2025 - 17:57:42 EST)
- Re: [PATCH] rtc: amlogic: Do not enable by default during compile testing Alexandre Belloni (Sat May 24 2025 - 17:57:54 EST)
- Re: [PATCH net-next v3 5/8] gve: Add support to query the nic clock Vadim Fedorenko (Sat May 24 2025 - 17:58:51 EST)
- Re: [PATCH net-next v3 6/8] gve: Add rx hardware timestamp expansion Vadim Fedorenko (Sat May 24 2025 - 17:59:47 EST)
- Re: [PATCH 0/7] rtc: drop unused module alias Alexandre Belloni (Sat May 24 2025 - 18:04:01 EST)
- [PATCH] binder: fix yet another UAF in binder_devices Carlos Llamas (Sat May 24 2025 - 18:08:33 EST)
- Re: [PATCH V3] ahci: enhance error handling in ahci_init_one Niklas Cassel (Sat May 24 2025 - 18:10:14 EST)
- Re: [PATCH] Documentation: locking: update libc support status of PI futexes Alison Chaiken (Sat May 24 2025 - 18:15:22 EST)
- Re: [PATCH v15] rtc: sophgo: add rtc support for Sophgo CV1800 SoC Alexandre Belloni (Sat May 24 2025 - 18:18:13 EST)
- Re: [PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver Drew Fustini (Sat May 24 2025 - 18:22:11 EST)
- Re: [PATCH V2] rtc: loongson: Add missing alarm notifications for ACPI RTC events Alexandre Belloni (Sat May 24 2025 - 18:28:30 EST)
- Re: (subset) [PATCH v5 00/11] Enable Power Modes Support for SAMA7D65 SoC Alexandre Belloni (Sat May 24 2025 - 18:32:12 EST)
- [GIT PULL] SPI fixes for v6.15-rc7 Mark Brown (Sat May 24 2025 - 18:35:31 EST)
- Re: [PATCH v2 1/2] dt-bindings: regulator: add pca9450: Add regulator-allowed-modes Mark Brown (Sat May 24 2025 - 18:38:23 EST)
- arch/riscv/mm/init.c:356 relocate_kernel() warn: always true condition '(relocated_addr >= (((0)))) => (0-u64max >= 0)' kernel test robot (Sat May 24 2025 - 19:33:58 EST)
- [PATCH v2] rust: remove spurious compiler_builtins dependents Tamir Duberstein (Sat May 24 2025 - 19:39:59 EST)
- Re: [PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues Rujra Bhatt (Sat May 24 2025 - 19:52:06 EST)
- [syzbot] [net?] WARNING in ah6_output syzbot (Sat May 24 2025 - 20:35:47 EST)
- [syzbot] [cgroups?] [mm?] BUG: unable to handle kernel paging request in percpu_ref_get_many (2) syzbot (Sat May 24 2025 - 20:43:40 EST)
- [GIT PULL] bcachefs changes for 6.16 Kent Overstreet (Sat May 24 2025 - 20:48:16 EST)
- Re: [syzbot] [fs?] possible deadlock in input_inject_event syzbot (Sat May 24 2025 - 21:24:15 EST)
- [git pull] Input updates for v6.15-rc7 Dmitry Torokhov (Sat May 24 2025 - 21:36:07 EST)
- Re: [PATCH V2] LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg WANG Rui (Sat May 24 2025 - 22:01:27 EST)
- Re: [syzbot] [kernel?] KASAN: slab-use-after-free Write in binder_remove_device syzbot (Sat May 24 2025 - 22:03:12 EST)
- Re: [GIT PULL] bcachefs changes for 6.16 Kent Overstreet (Sat May 24 2025 - 22:20:15 EST)
- Re: [PATCH V2] LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg Huacai Chen (Sat May 24 2025 - 22:23:44 EST)
- [PATCH V3] LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg Huacai Chen (Sat May 24 2025 - 22:23:56 EST)
- Re: [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Wilfred Mallawa (Sat May 24 2025 - 22:37:07 EST)
- Re: [PATCH] rtc: pcf8563: fix wrong alarm register Troy Mitchell (Sat May 24 2025 - 22:37:17 EST)
- Re: [PATCH 2/2] PCI: Rename host_bridge::reset_slot() to host_bridge::reset_root_port() Wilfred Mallawa (Sat May 24 2025 - 22:38:54 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: Convert snps,arc700-intc to DT schema Vineet Gupta (Sat May 24 2025 - 22:45:16 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: Convert snps,archs-idu-intc to DT schema Vineet Gupta (Sat May 24 2025 - 22:45:33 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: Convert snps,archs-intc to DT schema Vineet Gupta (Sat May 24 2025 - 22:45:47 EST)
- Re: [PATCH v2] dt-bindings: serial: Convert snps,arc-uart to DT schema Vineet Gupta (Sat May 24 2025 - 22:46:17 EST)
- [PATCH v3] staging: rtl8723bs: Fix camelCase to snake_case style in core files Donny Turizo (Sat May 24 2025 - 22:48:31 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Daisuke Matsuda (Sat May 24 2025 - 22:54:19 EST)
- [tip:master] BUILD REGRESSION 4df0681d0b0244368a8a0982b24ceb536c3b5165 kernel test robot (Sat May 24 2025 - 22:55:10 EST)
- Re: [git pull] Input updates for v6.15-rc7 pr-tracker-bot (Sat May 24 2025 - 23:04:35 EST)
- Re: [GIT PULL] SPI fixes for v6.15-rc7 pr-tracker-bot (Sat May 24 2025 - 23:04:48 EST)
- [PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark Mina Almasry (Sat May 24 2025 - 23:44:15 EST)
- Re: [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue Jason Xing (Sat May 24 2025 - 23:52:49 EST)
- Re: [PATCH] selftests/eventfd: correct test name and improve messages Ryan Chung (Sat May 24 2025 - 23:55:09 EST)
- Re: [syzbot] [cgroups?] [mm?] BUG: unable to handle kernel paging request in percpu_ref_get_many (2) Shakeel Butt (Sun May 25 2025 - 00:35:28 EST)
- Re: [PATCH 3/5] MAINTAINERS: Add entry for allegrodvt Gen 3 drivers Krzysztof Kozlowski (Sun May 25 2025 - 00:40:52 EST)
- Re: [PATCH v2 1/2] dt-bindings: regulator: add pca9450: Add regulator-allowed-modes Krzysztof Kozlowski (Sun May 25 2025 - 00:43:29 EST)
- Re: [PATCH v1 02/10] dt-bindings: media: Add MT8188 ImgSys's LARB Krzysztof Kozlowski (Sun May 25 2025 - 00:55:54 EST)
- [PATCH] media: dt-bindings: mediatek: Constrain iommus Krzysztof Kozlowski (Sun May 25 2025 - 01:17:03 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Zhu Yanjun (Sun May 25 2025 - 01:23:05 EST)
- [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Xin Li (Sun May 25 2025 - 01:30:33 EST)
- [PATCH v3 0/2] Update PCIe PHY settings for QCS8300 and SA8775P Mrinmay Sarkar (Sun May 25 2025 - 01:57:37 EST)
- [PATCH v3 1/2] phy: qcom: qmp-pcie: Update PHY settings for QCS8300 & SA8775P Mrinmay Sarkar (Sun May 25 2025 - 01:57:48 EST)
- [PATCH v3 2/2] arm64: dts: qcom: sa8775p: Remove max link speed property for PCIe EP Mrinmay Sarkar (Sun May 25 2025 - 01:58:00 EST)
- MT8183: Only maximum resolution 1280x720? Paul Menzel (Sun May 25 2025 - 02:01:58 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Daisuke Matsuda (Sun May 25 2025 - 02:03:20 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Sun May 25 2025 - 02:06:02 EST)
- Re: [PATCH v2] mm: fix copy_vma() error handling for hugetlb mappings Oscar Salvador (Sun May 25 2025 - 02:39:45 EST)
- [PATCH v4] staging: rtl8723bs: Fix camelCase to snake_case style in core files Donny Turizo (Sun May 25 2025 - 02:44:41 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Jürgen Groß (Sun May 25 2025 - 02:58:29 EST)
- Re: [PATCH v2 1/4] arm64: defconfig: enable Maxim max77759 driver Peter Griffin (Sun May 25 2025 - 03:00:01 EST)
- Re: [Bug] "general protection fault in corrupted at " in Linux kernel v6.14 [sock_kmalloc() Null Pointer Dereference via CALIPSO NetLabel Processing in IPv6 SYN Request (IPv6 + SELinux + CALIPSO Path)] Kuniyuki Iwashima (Sun May 25 2025 - 03:00:57 EST)
- Re: [PATCH v2 2/4] arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 PMIC Peter Griffin (Sun May 25 2025 - 03:02:40 EST)
- Re: [PATCH v2 4/4] arm64: dts: exynos: gs101: add dm-verity-device-corrupted syscon-reboot-mode Peter Griffin (Sun May 25 2025 - 03:04:30 EST)
- Re: [PATCH v2 3/4] arm64: dts: exynos: gs101-pixel-common: add nvmem-reboot-mode Peter Griffin (Sun May 25 2025 - 03:06:00 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Sun May 25 2025 - 03:08:21 EST)
- [PATCH v3 1/2] dt-bindings: regulator: add pca9450: Add regulator-allowed-modes Martijn de Gouw (Sun May 25 2025 - 03:18:46 EST)
- [PATCH v3 2/2] regulator: pca9450: Add support for mode operations Martijn de Gouw (Sun May 25 2025 - 03:19:07 EST)
- Re: [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Lukas Wunner (Sun May 25 2025 - 03:22:25 EST)
- Re: [PATCH 2/2] PCI: Rename host_bridge::reset_slot() to host_bridge::reset_root_port() Lukas Wunner (Sun May 25 2025 - 03:26:31 EST)
- Re: [PATCH v4 2/3] iio: light: add support for veml6046x00 RGBIR color sensor Andreas Klinger (Sun May 25 2025 - 03:35:16 EST)
- Re: [RESEND RFC V2 1/1] sched: Skip redundant operations for proxy tasks needing return migration hupu (Sun May 25 2025 - 03:43:54 EST)
- [syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_sock_get_channel syzbot (Sun May 25 2025 - 03:44:43 EST)
- Re: [RESEND RFC 1/1] sched: Remove unreliable wake_cpu check in proxy_needs_return hupu (Sun May 25 2025 - 03:47:55 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Sun May 25 2025 - 03:51:19 EST)
- Re: [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Manivannan Sadhasivam (Sun May 25 2025 - 03:58:34 EST)
- Re: [PATCH 2/2] PCI: Rename host_bridge::reset_slot() to host_bridge::reset_root_port() Manivannan Sadhasivam (Sun May 25 2025 - 04:00:49 EST)
- [GIT PULL] hotfixes against 6.15-rc7 Andrew Morton (Sun May 25 2025 - 04:02:02 EST)
- [PATCH] media: verisilicon: Use __set_bit() with local bitmaps Christophe JAILLET (Sun May 25 2025 - 04:12:19 EST)
- [tip: perf/core] perf/headers: Clean up <linux/perf_event.h> a bit tip-bot2 for Ingo Molnar (Sun May 25 2025 - 04:14:11 EST)
- [PATCH v5] clocksource: timer-sp804: Fix read_current_timer() issue when clock source is not registered Stephen Eta Zhou (Sun May 25 2025 - 04:28:30 EST)
- Re: [PATCH 2/2] soc: samsung: exynos-pmu: Enable CPU Idle for gs101 kernel test robot (Sun May 25 2025 - 04:30:40 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Xin Li (Sun May 25 2025 - 04:34:54 EST)
- Re: [PATCH v5] clocksource: timer-sp804: Fix read_current_timer() issue when clock source is not registered stephen . eta . zhou (Sun May 25 2025 - 04:41:01 EST)
- [PATCH v4] clocksource: timer-sp804: Fix read_current_timer() issue when clock source is not registered Stephen Eta Zhou (Sun May 25 2025 - 04:43:51 EST)
- [PATCH v4 00/23] Linux SBI MPXY and RPMI drivers Anup Patel (Sun May 25 2025 - 04:47:37 EST)
- [PATCH v4 01/23] riscv: Add new error codes defined by SBI v3.0 Anup Patel (Sun May 25 2025 - 04:47:52 EST)
- [PATCH v4 02/23] dt-bindings: mailbox: Add bindings for RPMI shared memory transport Anup Patel (Sun May 25 2025 - 04:48:05 EST)
- [PATCH v4 03/23] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension Anup Patel (Sun May 25 2025 - 04:48:17 EST)
- [PATCH v4 04/23] RISC-V: Add defines for the SBI message proxy extension Anup Patel (Sun May 25 2025 - 04:48:36 EST)
- [PATCH v4 06/23] mailbox: Allow controller specific mapping using fwnode Anup Patel (Sun May 25 2025 - 04:48:50 EST)
- [PATCH v4 05/23] mailbox: Add common header for RPMI messages sent via mailbox Anup Patel (Sun May 25 2025 - 04:48:52 EST)
- [PATCH v4 07/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver Anup Patel (Sun May 25 2025 - 04:49:03 EST)
- [PATCH v4 09/23] dt-bindings: clock: Add RPMI clock service controller bindings Anup Patel (Sun May 25 2025 - 04:49:30 EST)
- [PATCH v4 08/23] dt-bindings: clock: Add RPMI clock service message proxy bindings Anup Patel (Sun May 25 2025 - 04:49:33 EST)
- [PATCH v4 11/23] dt-bindings: Add RPMI system MSI message proxy bindings Anup Patel (Sun May 25 2025 - 04:49:56 EST)
- [PATCH v4 10/23] clk: Add clock driver for the RISC-V RPMI clock service group Anup Patel (Sun May 25 2025 - 04:49:58 EST)
- [PATCH v4 12/23] dt-bindings: Add RPMI system MSI interrupt controller bindings Anup Patel (Sun May 25 2025 - 04:50:09 EST)
- [PATCH V2] mailbox: imx: Fix TXDB_V2 sending Peng Fan (OSS) (Sun May 25 2025 - 04:50:18 EST)
- [PATCH v4 13/23] irqchip: Add driver for the RPMI system MSI service group Anup Patel (Sun May 25 2025 - 04:50:31 EST)
- [PATCH v4 14/23] ACPI: property: Refactor acpi_fwnode_get_reference_args() Anup Patel (Sun May 25 2025 - 04:50:42 EST)
- [PATCH v4 15/23] ACPI: property: Add support for cells property Anup Patel (Sun May 25 2025 - 04:50:57 EST)
- [PATCH v4 16/23] ACPI: scan: Update honor list for RPMI System MSI Anup Patel (Sun May 25 2025 - 04:51:14 EST)
- [PATCH v4 17/23] ACPI: RISC-V: Create interrupt controller list in sorted order Anup Patel (Sun May 25 2025 - 04:51:46 EST)
- [PATCH v4 18/23] ACPI: RISC-V: Add support to update gsi range Anup Patel (Sun May 25 2025 - 04:52:00 EST)
- [PATCH v4 20/23] mailbox/riscv-sbi-mpxy: Add ACPI support Anup Patel (Sun May 25 2025 - 04:52:03 EST)
- [PATCH v4 19/23] ACPI: RISC-V: Add RPMI System MSI to GSI mapping Anup Patel (Sun May 25 2025 - 04:52:12 EST)
- [PATCH v4 22/23] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig Anup Patel (Sun May 25 2025 - 04:52:28 EST)
- [PATCH v4 21/23] irqchip/riscv-rpmi-sysmsi: Add ACPI support Anup Patel (Sun May 25 2025 - 04:52:49 EST)
- [PATCH v4 23/23] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers Anup Patel (Sun May 25 2025 - 04:53:24 EST)
- [PATCH v3 0/3] soc: qcom: qcom_stats: Add DDR stats Maulik Shah (Sun May 25 2025 - 04:56:17 EST)
- [PATCH v3 1/3] soc: qcom: qcom_stats: Add support to read DDR statistic Maulik Shah (Sun May 25 2025 - 04:56:31 EST)
- [PATCH v3 2/3] soc: qcom: qcom_stats: Add QMP support for syncing ddr stats Maulik Shah (Sun May 25 2025 - 04:57:04 EST)
- [PATCH v3 3/3] arm64: dts: qcom: Add QMP handle for qcom_stats Maulik Shah (Sun May 25 2025 - 04:57:21 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Masahiro Yamada (Sun May 25 2025 - 04:59:48 EST)
- [GIT PULL] locking changes for v6.16 Ingo Molnar (Sun May 25 2025 - 05:04:18 EST)
- Re: [PATCH v3 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support Thomas Gleixner (Sun May 25 2025 - 05:06:54 EST)
- [GIT PULL] objtool changes for v6.16 Ingo Molnar (Sun May 25 2025 - 05:07:52 EST)
- Re: [PATCH] irqchip/mips-gic: allow forced affinity for current cpu during hotplug Thomas Gleixner (Sun May 25 2025 - 05:10:29 EST)
- Re: [PATCH v4 1/6] iio: backend: fix out-of-bound write Jonathan Cameron (Sun May 25 2025 - 05:20:12 EST)
- [PATCH net-next] cxgb4: Constify struct thermal_zone_device_ops Christophe JAILLET (Sun May 25 2025 - 05:22:00 EST)
- [PATCH net-next] mlxsw: core_thermal: Constify struct thermal_zone_device_ops Christophe JAILLET (Sun May 25 2025 - 05:23:23 EST)
- Re: [PATCH v4 3/6] iio: fix potential out-of-bound write Jonathan Cameron (Sun May 25 2025 - 05:23:53 EST)
- Re: [PATCH v4 3/6] iio: fix potential out-of-bound write Jonathan Cameron (Sun May 25 2025 - 05:27:21 EST)
- Re: [PATCH 3/3] iio: Add driver for Nicera D3-323-AA PIR sensor Jonathan Cameron (Sun May 25 2025 - 05:30:39 EST)
- [GIT PULL] Performance events updates for v6.16 Ingo Molnar (Sun May 25 2025 - 05:32:50 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Daisuke Matsuda (Sun May 25 2025 - 05:35:13 EST)
- Re: [PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex() Yevgeny Kliteynik (Sun May 25 2025 - 05:35:33 EST)
- [PATCH] thermal: Constify struct thermal_zone_device_ops Christophe JAILLET (Sun May 25 2025 - 05:41:53 EST)
- Re: [PATCH v8 08/11] iio: adc: ad7768-1: add support for Synchronization over SPI Jonathan Cameron (Sun May 25 2025 - 05:42:13 EST)
- AW: [PATCH] irqchip/mips-gic: allow forced affinity for current cpu during hotplug markus.stockhausen (Sun May 25 2025 - 05:43:33 EST)
- Re: [PATCH v8 10/11] iio: adc: ad7768-1: add filter type and oversampling ratio attributes Jonathan Cameron (Sun May 25 2025 - 05:44:30 EST)
- [GIT PULL] Scheduler updates for v6.16 Ingo Molnar (Sun May 25 2025 - 05:49:34 EST)
- [PATCH 0/4] Add support for Dell Latitude 7455 (X1E-80-100) Val Packett (Sun May 25 2025 - 05:55:30 EST)
- [PATCH 1/4] dt-bindings: arm: qcom: Add Dell Latitude 7455 Val Packett (Sun May 25 2025 - 05:55:43 EST)
- [PATCH 2/4] arm64: dts: qcom: Add support for X1E80100 Dell Latitude 7455 Val Packett (Sun May 25 2025 - 05:55:56 EST)
- [PATCH 3/4] firmware: qcom: scm: Allow QSEECOM on Dell Latitude 7455 Val Packett (Sun May 25 2025 - 05:56:11 EST)
- [PATCH 4/4] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455 Val Packett (Sun May 25 2025 - 05:56:27 EST)
- [net] Octeontx2-af: Skip overlap check for SPI field Hariprasad Kelam (Sun May 25 2025 - 05:59:38 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Sun May 25 2025 - 06:00:32 EST)
- Re: [PATCH v3 01/10] dt-bindings: iio: adc: Add AD4170 Jonathan Cameron (Sun May 25 2025 - 06:05:34 EST)
- Re: [PATCH v3 01/10] dt-bindings: iio: adc: Add AD4170 Jonathan Cameron (Sun May 25 2025 - 06:12:06 EST)
- [PATCH 0/2] Add support to configure irq coalescing count and delay for AXI DMA Suraj Gupta (Sun May 25 2025 - 06:16:40 EST)
- [PATCH 1/2] dmaengine: Add support to configure and read IRQ coalescing parameters Suraj Gupta (Sun May 25 2025 - 06:17:01 EST)
- [PATCH 2/2] dmaengine: xilinx_dma: Add support to configure/report coalesce parameters from/to client using AXI DMA Suraj Gupta (Sun May 25 2025 - 06:17:02 EST)
- Re: [PATCH] thermal: Constify struct thermal_zone_device_ops Niklas Söderlund (Sun May 25 2025 - 06:20:11 EST)
- [PATCH net-next] net: xilinx: axienet: Configure and report coalesce parameters in DMAengine flow Suraj Gupta (Sun May 25 2025 - 06:22:43 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap David Hildenbrand (Sun May 25 2025 - 06:24:47 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Sun May 25 2025 - 06:25:10 EST)
- Re: [PATCH v3 02/10] iio: adc: Add basic support for AD4170 Jonathan Cameron (Sun May 25 2025 - 06:37:24 EST)
- Re: [PATCH] ovl: Allow mount options to be parsed on remount Amir Goldstein (Sun May 25 2025 - 06:39:33 EST)
- [RFC PATCH 1/2] backlight: Rename duplicated devices to support dual-backlight setups Pengyu Luo (Sun May 25 2025 - 06:40:41 EST)
- [RFC PATCH 2/2] backlight: Improve support for dual backlight with primary/secondary linkage Pengyu Luo (Sun May 25 2025 - 06:40:52 EST)
- Re: [PATCH v3 05/10] iio: adc: ad4170: Add digital filter and sample frequency config support Jonathan Cameron (Sun May 25 2025 - 06:41:40 EST)
- Re: [PATCH 0/1] Input: xpad - add disable_xboxone module parameter Apoorv Parle (Sun May 25 2025 - 06:42:00 EST)
- Re: [PATCH v3 06/10] iio: adc: ad4170: Add support for buffered data capture Jonathan Cameron (Sun May 25 2025 - 06:46:31 EST)
- Re: [PATCH] media: dt-bindings: mediatek: Constrain iommus Daniel Stone (Sun May 25 2025 - 06:49:07 EST)
- [syzbot] [ocfs2?] kernel BUG in __ocfs2_decrease_refcount syzbot (Sun May 25 2025 - 06:51:41 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sm8650: Add support for Oneplus Pad Pro (caihong) Pengyu Luo (Sun May 25 2025 - 06:52:03 EST)
- Re: [PATCH] media: dt-bindings: mediatek: Constrain iommus Krzysztof Kozlowski (Sun May 25 2025 - 06:52:13 EST)
- Re: [PATCH v3 10/10] iio: adc: ad4170: Add support for weigh scale and RTD sensors Jonathan Cameron (Sun May 25 2025 - 06:57:45 EST)
- [GIT PULL] x86 core updates for v6.16 Ingo Molnar (Sun May 25 2025 - 06:59:02 EST)
- [GIT PULL] x86/cleanups for v6.16 Ingo Molnar (Sun May 25 2025 - 07:02:45 EST)
- Re: [PATCH v4 6/6] iio: adc: ad7405: add ad7405 driver Jonathan Cameron (Sun May 25 2025 - 07:03:45 EST)
- [GIT PULL] x86/debug changes for v6.16 Ingo Molnar (Sun May 25 2025 - 07:05:10 EST)
- Re: [PATCH v2] iio: adc: stm32-adc: Fix race in installing chained IRQ handler Jonathan Cameron (Sun May 25 2025 - 07:07:24 EST)
- [GIT PULL] x86/entry changes for v6.16 Ingo Molnar (Sun May 25 2025 - 07:07:33 EST)
- [GIT PULL] x86/build changes for v6.16 Ingo Molnar (Sun May 25 2025 - 07:11:47 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO kernel test robot (Sun May 25 2025 - 07:15:53 EST)
- [PATCH net-next 0/4] net/mlx5: HWS, more fixes and adjustments Tariq Toukan (Sun May 25 2025 - 07:16:09 EST)
- [PATCH net-next 2/4] net/mlx5: HWS, make sure the uplink is the last destination Tariq Toukan (Sun May 25 2025 - 07:16:30 EST)
- [PATCH net-next 1/4] net/mlx5: HWS, fix missing ip_version handling in definer Tariq Toukan (Sun May 25 2025 - 07:16:37 EST)
- [PATCH net-next 3/4] net/mlx5: HWS, remove unused create_dest_array parameter Tariq Toukan (Sun May 25 2025 - 07:17:09 EST)
- [PATCH net-next 4/4] net/mlx5: HWS, remove incorrect comment Tariq Toukan (Sun May 25 2025 - 07:17:58 EST)
- Re: [PATCH v1 06/12] iio: accel: adxl313: prepare interrupt handling Jonathan Cameron (Sun May 25 2025 - 07:27:06 EST)
- [PATCH] kbuild: replace deprecated T option with --thin for $(AR) Masahiro Yamada (Sun May 25 2025 - 07:28:45 EST)
- Re: [PATCH v2 1/6] dt-bindings: crypto: Document support for SPAcc Krzysztof Kozlowski (Sun May 25 2025 - 07:29:21 EST)
- Re: [PATCH v3 02/12] iio: accel: adxl313: introduce channel scan_index Jonathan Cameron (Sun May 25 2025 - 07:32:27 EST)
- Re: [PATCH v2 next 3/4] lib: Add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup() David Laight (Sun May 25 2025 - 07:39:00 EST)
- [PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25 Tariq Toukan (Sun May 25 2025 - 07:48:39 EST)
- [PATCH net-next 1/2] net/mlx5: Warn when write combining is not supported Tariq Toukan (Sun May 25 2025 - 07:48:53 EST)
- [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present Tariq Toukan (Sun May 25 2025 - 07:49:29 EST)
- Re: [PATCH RFC 1/6] rust: Add basic PWM abstractions Danilo Krummrich (Sun May 25 2025 - 07:49:38 EST)
- Re: [PATCH v2 1/2] dt-bindings: regulator: add pca9450: Add regulator-allowed-modes Mark Brown (Sun May 25 2025 - 07:50:52 EST)
- BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests Bert Karwatzki (Sun May 25 2025 - 07:55:28 EST)
- Re: [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC Danilo Krummrich (Sun May 25 2025 - 08:03:47 EST)
- BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests Bert Karwatzki (Sun May 25 2025 - 08:15:06 EST)
- Re: [PATCH v3 03/12] iio: accel: adxl313: configure scan type for buffer Jonathan Cameron (Sun May 25 2025 - 08:19:54 EST)
- [RFC] watchdog: Introduce panic notifier for watchdog device on kdump Guixiong Wei (Sun May 25 2025 - 08:20:09 EST)
- Re: [PATCH v3 04/12] iio: accel: adxl313: make use of regmap cache Jonathan Cameron (Sun May 25 2025 - 08:22:35 EST)
- Re: [PATCH v3 05/12] iio: accel: adxl313: add function to enable measurement Jonathan Cameron (Sun May 25 2025 - 08:27:07 EST)
- [PATCH] thermal/drivers/loongson2: Constify struct thermal_zone_device_ops Christophe JAILLET (Sun May 25 2025 - 08:33:07 EST)
- Re: [PATCH v3 06/12] iio: accel: adxl313: prepare interrupt handling Jonathan Cameron (Sun May 25 2025 - 08:33:42 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Chen, Yu C (Sun May 25 2025 - 08:35:53 EST)
- [PATCH] thermal/drivers/acerhdf: Constify struct thermal_zone_device_ops Christophe JAILLET (Sun May 25 2025 - 08:48:07 EST)
- Re: [PATCH v6 4/9] rust: device: Enable printing fwnode name and path Danilo Krummrich (Sun May 25 2025 - 08:48:36 EST)
- Re: [PATCH v3 07/12] iio: accel: adxl313: add basic interrupt handling Jonathan Cameron (Sun May 25 2025 - 08:48:48 EST)
- Re: [PATCH v3 00/12] iio: accel: adxl313: add power-save on activity/inactivity Jonathan Cameron (Sun May 25 2025 - 08:50:16 EST)
- Re: [PATCH v3 08/12] iio: accel: adxl313: add FIFO watermark Jonathan Cameron (Sun May 25 2025 - 08:54:40 EST)
- Re: [PATCH v3 07/12] iio: accel: adxl313: add basic interrupt handling Jonathan Cameron (Sun May 25 2025 - 08:56:48 EST)
- Re: [PATCH 01/34] drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc() API Adam Ford (Sun May 25 2025 - 08:59:19 EST)
- Re: [PATCH] MIPS: SMP: Move the AP sync point before the calibration delay Thomas Bogendoerfer (Sun May 25 2025 - 09:03:16 EST)
- Re: [PATCH v3 09/12] iio: accel: adxl313: add activity sensing Jonathan Cameron (Sun May 25 2025 - 09:04:09 EST)
- Re: [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem Dragos Tatulea (Sun May 25 2025 - 09:04:29 EST)
- Re: [PATCH v3 09/12] iio: accel: adxl313: add activity sensing Jonathan Cameron (Sun May 25 2025 - 09:10:06 EST)
- Re: [PATCH v3 10/12] iio: accel: adxl313: add inactivity sensing Jonathan Cameron (Sun May 25 2025 - 09:11:31 EST)
- Re: [PATCH 4/4] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455 Dmitry Baryshkov (Sun May 25 2025 - 09:12:07 EST)
- Re: [PATCH 3/4] firmware: qcom: scm: Allow QSEECOM on Dell Latitude 7455 Dmitry Baryshkov (Sun May 25 2025 - 09:12:17 EST)
- Re: [PATCH v3 11/12] iio: accel: adxl313: implement power-save on inactivity Jonathan Cameron (Sun May 25 2025 - 09:15:07 EST)
- Re: [PATCH v3 12/12] docs: iio: add ADXL313 accelerometer Jonathan Cameron (Sun May 25 2025 - 09:16:42 EST)
- Re: [PATCH 1/7] phy: phy-snps-eusb2: fix clock imbalance on phy_exit() Ivaylo Ivanov (Sun May 25 2025 - 09:17:37 EST)
- Re: [PATCH 2/4] arm64: dts: qcom: Add support for X1E80100 Dell Latitude 7455 Dmitry Baryshkov (Sun May 25 2025 - 09:25:59 EST)
- Re: [PATCH v3 2/3] soc: qcom: qcom_stats: Add QMP support for syncing ddr stats Dmitry Baryshkov (Sun May 25 2025 - 09:28:01 EST)
- Re: [PATCH 2/2] dmaengine: xilinx_dma: Add support to configure/report coalesce parameters from/to client using AXI DMA kernel test robot (Sun May 25 2025 - 09:29:02 EST)
- Re: [PATCH v3 2/2] arm64: dts: qcom: sa8775p: Remove max link speed property for PCIe EP Dmitry Baryshkov (Sun May 25 2025 - 09:29:55 EST)
- Re: [PATCH v2 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock Marek Vasut (Sun May 25 2025 - 09:33:29 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Dmitry Baryshkov (Sun May 25 2025 - 09:33:48 EST)
- Re: [PATCH v10 RESEND] wifi: mt76: mt7915: add wds support when wed is enabled Shengyu Qu (Sun May 25 2025 - 09:42:46 EST)
- Re: [PATCH v3 1/2] iio: dac: adi-axi-dac: fix bus read Jonathan Cameron (Sun May 25 2025 - 09:47:42 EST)
- Re: [PATCH v3 0/2] iio: dac: adi-axi-dac: fix for wrong bus read Jonathan Cameron (Sun May 25 2025 - 09:49:16 EST)
- Re: [PATCH v6 1/6] Documentation: ABI: IIO: add calibconv_delay documentation Jonathan Cameron (Sun May 25 2025 - 09:57:08 EST)
- Re: [PATCH v6 5/6] iio: adc: ad7606: exit for invalid fdt dt_schema properties Jonathan Cameron (Sun May 25 2025 - 10:01:43 EST)
- Re: [PATCH v6 6/6] iio: adc: ad7606: add gain calibration support Jonathan Cameron (Sun May 25 2025 - 10:05:10 EST)
- Re: [net-next] octeontx2-af: NPC: Clear Unicast rule on nixlf detach patchwork-bot+netdevbpf (Sun May 25 2025 - 10:10:21 EST)
- Re: [PATCH 1/2] iio: adc: ad4080: use lowercase device name Jonathan Cameron (Sun May 25 2025 - 10:11:32 EST)
- Re: [PATCH 2/2] iio: adc: ad4080: extend check for data lanes num Jonathan Cameron (Sun May 25 2025 - 10:12:38 EST)
- [PATCH] spi: spi-qpic-snand: use NANDC_STEP_SIZE consistently Gabor Juhos (Sun May 25 2025 - 10:15:47 EST)
- Re: [PATCH v4 2/3] iio: light: add support for veml6046x00 RGBIR color sensor Jonathan Cameron (Sun May 25 2025 - 10:16:54 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Zhu Yanjun (Sun May 25 2025 - 10:18:14 EST)
- [PATCH v2 0/2] iio: fix suspend and resume triggering for bmi160 and bmi270 Denis Benato (Sun May 25 2025 - 10:26:02 EST)
- [PATCH v2 1/2] iio: bmi270: suspend and resume triggering on relevant pm operations Denis Benato (Sun May 25 2025 - 10:26:07 EST)
- [PATCH v2 2/2] iio: bmi160: suspend and resume triggering on relevant pm operations Denis Benato (Sun May 25 2025 - 10:26:15 EST)
- Re: [PATCH v4 2/3] iio: light: add support for veml6046x00 RGBIR color sensor Jonathan Cameron (Sun May 25 2025 - 10:30:35 EST)
- Re: [PATCH 8/9] dt-bindings: iio: adc: rockchip-saradc: Allow use of a power-domain Jonathan Cameron (Sun May 25 2025 - 10:32:24 EST)
- [PATCH] drm: tegra: Fix undefined behavior in left shift operation Yu-Chun Lin (Sun May 25 2025 - 10:47:07 EST)
- Re: [PATCH v3 00/12] iio: accel: adxl313: add power-save on activity/inactivity Lothar Rubusch (Sun May 25 2025 - 10:54:58 EST)
- Re: [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management Carolina Jubran (Sun May 25 2025 - 10:58:03 EST)
- Re: [PATCH v3 2/3] soc: qcom: qcom_stats: Add QMP support for syncing ddr stats Maulik Shah (mkshah) (Sun May 25 2025 - 10:59:32 EST)
- [PATCH v2 0/3] spi: sophgo: Add SPI NOR controller for SG2042 Zixian Zeng (Sun May 25 2025 - 10:59:42 EST)
- [PATCH v2 1/3] spi: dt-bindings: spi-sg2044-nor: Add SOPHGO SG2042 Zixian Zeng (Sun May 25 2025 - 10:59:52 EST)
- [PATCH v2 2/3] mtd: spi-nor: Add GD25LB512ME GigaDevice flash_info Zixian Zeng (Sun May 25 2025 - 11:00:05 EST)
- [PATCH v2 3/3] riscv: dts: sophgo: Add SPI NOR node for SG2042 Zixian Zeng (Sun May 25 2025 - 11:00:16 EST)
- 回复: [PATCH] hfsplus: remove mutex_lock check in hfsplus_free_extents 李扬韬 (Sun May 25 2025 - 11:03:31 EST)
- [PATCH v2] wifi: iwlegacy: Check rate_idx range after addition Stanislaw Gruszka (Sun May 25 2025 - 11:12:16 EST)
- [PATCH v8 0/4] drm/tidss: Add OLDI bridge support Aradhya Bhatia (Sun May 25 2025 - 11:18:00 EST)
- [PATCH v8 1/4] dt-bindings: display: ti,am65x-dss: Re-indent the example Aradhya Bhatia (Sun May 25 2025 - 11:18:16 EST)
- [PATCH v8 2/4] dt-bindings: display: ti: Add schema for AM625 OLDI Transmitter Aradhya Bhatia (Sun May 25 2025 - 11:18:27 EST)
- [PATCH v8 3/4] drm/tidss: Mark AM65x OLDI code separately Aradhya Bhatia (Sun May 25 2025 - 11:18:54 EST)
- [PATCH v8 4/4] drm/tidss: Add OLDI bridge support Aradhya Bhatia (Sun May 25 2025 - 11:19:09 EST)
- [PATCH] arm64: dts: qcom: sm8650: remove unused reg Pengyu Luo (Sun May 25 2025 - 11:23:40 EST)
- [PATCH] memory: emif: Add missing kerneldoc for lpmode Krzysztof Kozlowski (Sun May 25 2025 - 11:34:57 EST)
- Re: [PATCH 01/23] md: add a new parameter 'offset' to md_super_write() Xiao Ni (Sun May 25 2025 - 11:50:33 EST)
- Re: [PATCH 02/23] md: factor out a helper raid_is_456() Xiao Ni (Sun May 25 2025 - 11:51:25 EST)
- Re: [PATCH 03/23] md/md-bitmap: cleanup bitmap_ops->startwrite() Xiao Ni (Sun May 25 2025 - 11:52:25 EST)
- Re: [PATCH 04/23] md/md-bitmap: support discard for bitmap ops Xiao Ni (Sun May 25 2025 - 11:53:39 EST)
- [PATCH v1 0/2] Enable audio on qcs9075-evk board. Mohammad Rafi Shaik (Sun May 25 2025 - 11:54:43 EST)
- [PATCH] net: af_key: Add error check in set_sadb_address() Wentao Liang (Sun May 25 2025 - 11:54:52 EST)
- [PATCH v1 1/2] arm64: dts: qcom: sa8775p: Add gpr node Mohammad Rafi Shaik (Sun May 25 2025 - 11:55:18 EST)
- [PATCH v1 2/2] arm64: dts: qcom: qcs9075-evk: Add sound card Mohammad Rafi Shaik (Sun May 25 2025 - 11:55:21 EST)
- [PATCH] arm64: dts: renesas: r8a779g3: Sort DT on V4H Sparrow Hawk Marek Vasut (Sun May 25 2025 - 12:04:14 EST)
- [PATCH 1/2] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots Marek Vasut (Sun May 25 2025 - 12:05:49 EST)
- [PATCH 2/2] arm64: dts: renesas: r8a779g3: Describe split PCIe clock on V4H Sparrow Hawk Marek Vasut (Sun May 25 2025 - 12:05:59 EST)
- Re: [PATCH v2 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock Marek Vasut (Sun May 25 2025 - 12:07:37 EST)
- Re: [PATCH 05/23] md/md-bitmap: remove parameter slot from bitmap_create() Xiao Ni (Sun May 25 2025 - 12:09:30 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Xiao Ni (Sun May 25 2025 - 12:32:46 EST)
- [PATCH] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Wentao Liang (Sun May 25 2025 - 12:43:53 EST)
- Re: [PATCH v2 2/2] iio: imu: smi330: Add driver Jonathan Cameron (Sun May 25 2025 - 12:52:17 EST)
- [PATCH] mtd: spi-nor: Constify struct spi_nor_fixups Christophe JAILLET (Sun May 25 2025 - 12:55:10 EST)
- Re: [PATCH v8 1/7] iio: accel: adxl345: extend sample frequency adjustments Jonathan Cameron (Sun May 25 2025 - 12:57:39 EST)
- Re: [PATCH v8 2/7] iio: accel: adxl345: add g-range configuration Jonathan Cameron (Sun May 25 2025 - 12:58:51 EST)
- Re: [PATCH 4/4] mm: swap: remove stale comment stale comment in cluster_alloc_swap_entry() Kairui Song (Sun May 25 2025 - 13:05:36 EST)
- [PATCH 0/2] spi: spi-qpic-snand: avoid memory corruption Gabor Juhos (Sun May 25 2025 - 13:06:01 EST)
- [PATCH 1/2] spi: spi-qpic-snand: reallocate BAM transactions Gabor Juhos (Sun May 25 2025 - 13:06:18 EST)
- [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays Gabor Juhos (Sun May 25 2025 - 13:06:20 EST)
- Re: [PATCH 2/4] mm: swap: correctly use maxpages in swapon syscall to avoid potensial deadloop Kairui Song (Sun May 25 2025 - 13:09:23 EST)
- Re: [PATCH v1 2/2] arm64: dts: qcom: qcs9075-evk: Add sound card Dmitry Baryshkov (Sun May 25 2025 - 13:13:22 EST)
- Re: [PATCH net-next 1/5] net: bridge: mcast: explicitly track active state Ido Schimmel (Sun May 25 2025 - 13:14:13 EST)
- Re: riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] David Laight (Sun May 25 2025 - 13:18:55 EST)
- Re: [PATCH v8 6/7] iio: accel: adxl345: add freefall feature Jonathan Cameron (Sun May 25 2025 - 13:19:18 EST)
- Re: [PATCH net-next 2/5] net: bridge: mcast: export ip{4,6}_active state to netlink Ido Schimmel (Sun May 25 2025 - 13:20:34 EST)
- Re: [PATCH net-next] mlxsw: core_thermal: Constify struct thermal_zone_device_ops Ido Schimmel (Sun May 25 2025 - 13:26:25 EST)
- Re: [PATCH] iio: amplifiers: ada4250: use DMA-safe memory for regmap_bulk_read() Jonathan Cameron (Sun May 25 2025 - 13:32:10 EST)
- [PATCH] rust: list: fix path of `assert_pinned!` Benno Lossin (Sun May 25 2025 - 13:35:07 EST)
- Re: [PATCH RFC 1/9] iio: buffer: Fix checkpatch.pl warning Jonathan Cameron (Sun May 25 2025 - 13:35:44 EST)
- Re: riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] Kent Overstreet (Sun May 25 2025 - 13:36:49 EST)
- Re: [PATCH] rust: list: fix path of `assert_pinned!` Benno Lossin (Sun May 25 2025 - 13:39:20 EST)
- Re: [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem Mina Almasry (Sun May 25 2025 - 13:45:15 EST)
- Re: riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] David Laight (Sun May 25 2025 - 13:48:08 EST)
- Re: [PATCH v3 00/12] iio: accel: adxl313: add power-save on activity/inactivity Jonathan Cameron (Sun May 25 2025 - 13:52:44 EST)
- [PATCH 0/5] Add support for the IPQ5018 Internal GE PHY George Moussalem via B4 Relay (Sun May 25 2025 - 13:56:39 EST)
- [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem via B4 Relay (Sun May 25 2025 - 13:56:54 EST)
- [PATCH 4/5] arm64: dts: qcom: ipq5018: add MDIO buses George Moussalem via B4 Relay (Sun May 25 2025 - 13:57:04 EST)
- [PATCH 2/5] clk: qcom: gcc-ipq5018: fix GE PHY reset George Moussalem via B4 Relay (Sun May 25 2025 - 13:57:12 EST)
- [PATCH 3/5] net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY support George Moussalem via B4 Relay (Sun May 25 2025 - 13:57:14 EST)
- [PATCH 5/5] arm64: dts: qcom: ipq5018: Add GE PHY to internal mdio bus George Moussalem via B4 Relay (Sun May 25 2025 - 13:58:21 EST)
- [PATCH] x86/ACPI: invalidate all cache lines on ACPI C-state transitions Khalid Ali (Sun May 25 2025 - 14:05:14 EST)
- Re: riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] Kent Overstreet (Sun May 25 2025 - 14:10:27 EST)
- [RESEND PATCH] x86/ACPI: invalidate all cache lines on ACPI C-state transitions Khalid Ali (Sun May 25 2025 - 14:11:06 EST)
- [syzbot] [ext4?] KASAN: use-after-free Read in ext4_ext_insert_extent syzbot (Sun May 25 2025 - 14:12:42 EST)
- [PATCH 0/3] ARM: dts: aspeed: nvidia: Update DTS to support GB200NVL hardware Willie Thai (Sun May 25 2025 - 14:20:49 EST)
- [PATCH 2/3] ARM: dts: aspeed: nvidia: gb200nvl: Enable i2c3 bus Willie Thai (Sun May 25 2025 - 14:21:03 EST)
- [PATCH 1/3] ARM: dts: aspeed: nvidia: gb200nvl: Add VCC Supply Willie Thai (Sun May 25 2025 - 14:21:04 EST)
- [PATCH 3/3] ARM: dts: aspeed: nvidia: gb200nvl: Repurpose the HMC gpio pin Willie Thai (Sun May 25 2025 - 14:21:24 EST)
- Re: [PATCH] selftests: firmware: Add details in error logging Harshal Wadhwa (Sun May 25 2025 - 14:27:02 EST)
- Re: [PATCH v2] selftests: Improve test output grammar, code style Hanne-Lotta Mäenpää (Sun May 25 2025 - 14:27:44 EST)
- Re: [PATCH 0/6] overlayfs + casefolding Kent Overstreet (Sun May 25 2025 - 14:28:06 EST)
- Re: AW: [PATCH] irqchip/mips-gic: allow forced affinity for current cpu during hotplug Thomas Gleixner (Sun May 25 2025 - 14:40:16 EST)
- Re: [PATCH 3/4] mm: swap: fix potensial buffer overflow in setup_clusters() Kairui Song (Sun May 25 2025 - 14:45:20 EST)
- Re: [PATCH] rust: list: fix path of `assert_pinned!` Miguel Ojeda (Sun May 25 2025 - 14:51:49 EST)
- Re: [PATCH] rust: list: fix path of `assert_pinned!` Miguel Ojeda (Sun May 25 2025 - 14:53:35 EST)
- Re: [PATCH] mmu_notifiers: remove leftover stub macros Jason Gunthorpe (Sun May 25 2025 - 14:56:45 EST)
- [PATCH] Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check Krzysztof Kozlowski (Sun May 25 2025 - 15:00:42 EST)
- [PATCH] dt-bindings: soc: samsung: exynos-pmu: Constrain google,pmu-intr-gen-syscon Krzysztof Kozlowski (Sun May 25 2025 - 15:06:45 EST)
- [PATCH v1 0/2] clk: fixed-mmio: Add optional ready registers Edgar E. Iglesias (Sun May 25 2025 - 15:08:21 EST)
- [PATCH v1 1/2] dt-bindings: clk: fixed-mmio-clock: Add optional ready reg Edgar E. Iglesias (Sun May 25 2025 - 15:08:29 EST)
- [PATCH v1 2/2] clk: fixed-mmio: Add optional poll for clk readiness Edgar E. Iglesias (Sun May 25 2025 - 15:08:43 EST)
- [PATCH] memory: stm32_omm: Use syscon_regmap_lookup_by_phandle_args Krzysztof Kozlowski (Sun May 25 2025 - 15:13:13 EST)
- Re: [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct Ujwal Kundur (Sun May 25 2025 - 15:19:33 EST)
- Re: riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] Steven Rostedt (Sun May 25 2025 - 15:24:19 EST)
- [PATCH v2 0/4] CAMSS support for MSM8939 Vincent Knecht via B4 Relay (Sun May 25 2025 - 15:25:40 EST)
- [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support Vincent Knecht via B4 Relay (Sun May 25 2025 - 15:25:40 EST)
- [PATCH v2 3/4] media: dt-bindings: Add qcom,msm8939-camss Vincent Knecht via B4 Relay (Sun May 25 2025 - 15:25:48 EST)
- [PATCH v2 4/4] arm64: dts: qcom: msm8939: Add camss and cci Vincent Knecht via B4 Relay (Sun May 25 2025 - 15:25:51 EST)
- [PATCH v2 2/4] media: qcom: camss: Add support for MSM8939 Vincent Knecht via B4 Relay (Sun May 25 2025 - 15:26:02 EST)
- [PATCH 0/5] dmaengine: Minor fixes and cleanups Krzysztof Kozlowski (Sun May 25 2025 - 15:26:33 EST)
- [PATCH 2/5] dmaengine: fsl-dpaa2-qdma: Drop unused mc_enc() Krzysztof Kozlowski (Sun May 25 2025 - 15:26:47 EST)
- [PATCH 4/5] dmaengine: fsl-qdma: Add missing fsl_qdma_format kerneldoc Krzysztof Kozlowski (Sun May 25 2025 - 15:27:19 EST)
- [PATCH 1/5] dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev() Krzysztof Kozlowski (Sun May 25 2025 - 15:27:21 EST)
- [PATCH 3/5] dmaengine: qcom: gpi: Drop unused gpi_write_reg_field() Krzysztof Kozlowski (Sun May 25 2025 - 15:27:41 EST)
- [PATCH 5/5] dmaengine: mmp: Fix again Wvoid-pointer-to-enum-cast warning Krzysztof Kozlowski (Sun May 25 2025 - 15:28:21 EST)
- Re: SCHED_DEADLINE tasks missing their deadline with SCHED_FLAG_RECLAIM jobs in the mix (using GRUB) Marcel Ziswiler (Sun May 25 2025 - 15:29:30 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Andrew Lunn (Sun May 25 2025 - 15:35:46 EST)
- Re: [PATCH v3 02/22] drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc() API Adam Ford (Sun May 25 2025 - 15:41:17 EST)
- Re: [PATCH 3/5] net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY support Andrew Lunn (Sun May 25 2025 - 15:42:29 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Aleksandrs Vinarskis (Sun May 25 2025 - 15:44:02 EST)
- Re: [PATCH] rust: list: fix path of `assert_pinned!` Benno Lossin (Sun May 25 2025 - 15:49:14 EST)
- Re: riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] Kent Overstreet (Sun May 25 2025 - 16:05:03 EST)
- [PATCH] platform/x86: ideapad-laptop: use usleep_range() for EC polling Rong Zhang (Sun May 25 2025 - 16:19:01 EST)
- Re: [GIT PULL] hotfixes against 6.15-rc7 pr-tracker-bot (Sun May 25 2025 - 16:28:45 EST)
- Re: [PATCH net-next V10 2/6] selftest: netdevsim: Add devlink rate tc-bw test Gal Pressman (Sun May 25 2025 - 16:31:31 EST)
- [PATCH] asus-wmi: fixup screenpad brightness Luke Jones (Sun May 25 2025 - 16:42:39 EST)
- Re: [PATCH 1/1] platform/x86: asus-wmi: fix build without CONFIG_SUSPEND Ilpo Järvinen (Sun May 25 2025 - 16:52:57 EST)
- [GIT pull] core/entry for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:53:50 EST)
- [GIT pull] irq/drivers for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:54:05 EST)
- [GIT pull] timers/cleanups for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:54:09 EST)
- [GIT pull] timers/core for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:54:19 EST)
- [GIT pull] irq/core for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:54:24 EST)
- [GIT pull] irq/msi for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:54:29 EST)
- [GIT pull] timers/clocksource for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:54:51 EST)
- [GIT pull] irq/cleanups for v6.16-rc1 Thomas Gleixner (Sun May 25 2025 - 16:55:13 EST)
- Re: [PATCH] platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m Ilpo Järvinen (Sun May 25 2025 - 17:00:11 EST)
- Re: [PATCH] rust: add C FFI types to the prelude Miguel Ojeda (Sun May 25 2025 - 17:13:20 EST)
- [GIT PULL] EDAC updates for v6.16 Borislav Petkov (Sun May 25 2025 - 17:17:04 EST)
- Re: [PATCH 00/10] rust: clean and enable Clippy `doc_markdown` lint Miguel Ojeda (Sun May 25 2025 - 17:20:26 EST)
- Re: [PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers Ilpo Järvinen (Sun May 25 2025 - 17:20:36 EST)
- Re: [PATCH] thermal/drivers/acerhdf: Constify struct thermal_zone_device_ops Ilpo Järvinen (Sun May 25 2025 - 17:20:50 EST)
- Re: [PATCH] rust: compile libcore with edition 2024 for 1.87+ Miguel Ojeda (Sun May 25 2025 - 17:24:21 EST)
- [GIT PULL] pwm: Changes for 6.16-rc1 Uwe Kleine-König (Sun May 25 2025 - 17:26:04 EST)
- Re: (subset) [PATCH v9 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs Alexandre Belloni (Sun May 25 2025 - 17:33:46 EST)
- [PATCH RESEND] scripts/gdb: Use d_shortname instead of d_iname Illia Ostapyshyn (Sun May 25 2025 - 17:39:43 EST)
- Re: [PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers Ilpo Järvinen (Sun May 25 2025 - 17:42:11 EST)
- Re: [PATCH RESEND] scripts/gdb: Use d_shortname instead of d_iname Al Viro (Sun May 25 2025 - 17:42:21 EST)
- [PATCHv4 0/5] wifi: ath9k: add ahb OF support Rosen Penev (Sun May 25 2025 - 17:43:11 EST)
- [PATCHv4 1/5] wifi: ath9k: ahb: reorder declarations Rosen Penev (Sun May 25 2025 - 17:43:29 EST)
- [PATCHv4 2/5] wifi: ath9k: ahb: reorder includes Rosen Penev (Sun May 25 2025 - 17:43:35 EST)
- [PATCHv4 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings Rosen Penev (Sun May 25 2025 - 17:43:56 EST)
- [PATCHv4 4/5] wifi: ath9k: ahb: replace id_table with of Rosen Penev (Sun May 25 2025 - 17:44:12 EST)
- [PATCHv4 5/5] mips: dts: qca: add wmac support Rosen Penev (Sun May 25 2025 - 17:44:23 EST)
- Re: [PATCH 3/5] MAINTAINERS: Add entry for allegrodvt Gen 3 drivers Nicolas Dufresne (Sun May 25 2025 - 17:50:31 EST)
- Re: [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches Ilpo Järvinen (Sun May 25 2025 - 17:53:52 EST)
- [tip:perf/core] BUILD SUCCESS e7d952cc39fca34386ec9f15f68cb2eaac01b5ae kernel test robot (Sun May 25 2025 - 17:59:38 EST)
- Re: [PATCH RESEND] scripts/gdb: Use d_shortname instead of d_iname Illia Ostapyshyn (Sun May 25 2025 - 18:00:30 EST)
- Re: [PATCH v2 3/3] platform/x86: dell_rbu: Stop overwriting data buffer Ilpo Järvinen (Sun May 25 2025 - 18:14:22 EST)
- [PATCH] rtc: m41t80: reduce verbosity alexandre . belloni (Sun May 25 2025 - 18:22:15 EST)
- Re: [PATCH v2] rtc-m41t62: kickstart ocillator upon failure Alexandre Belloni (Sun May 25 2025 - 18:24:34 EST)
- Re: [PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers Derek J. Clark (Sun May 25 2025 - 18:31:43 EST)
- [[PATCH]] rust/list: replace unwrap() with ? in doctest examples Albin Babu Varghese (Sun May 25 2025 - 18:35:41 EST)
- BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests Bert Karwatzki (Sun May 25 2025 - 18:49:07 EST)
- Re: [PATCH v6 3/9] rust: device: Add property_present() to FwNode Charalampos Mitrodimas (Sun May 25 2025 - 19:23:10 EST)
- Linux 6.15 Linus Torvalds (Sun May 25 2025 - 19:53:48 EST)
- [git bisect] kernel panic on insertion/removal of Redpine WiFi module Cameron Williams (Sun May 25 2025 - 20:00:13 EST)
- Re: [RFC] DEPT(DEPendency Tracker) with DLM(Distributed Lock Manager) Alexander Aring (Sun May 25 2025 - 20:12:10 EST)
- Re: [RFC] DEPT(DEPendency Tracker) with DLM(Distributed Lock Manager) Alexander Aring (Sun May 25 2025 - 20:14:19 EST)
- [PATCH] groups: Use bsearch instead of hand rolled implementation Collin Funk (Sun May 25 2025 - 20:18:22 EST)
- [tip:locking/core] BUILD SUCCESS 94ec70880fd376dd5cc60ba2bd7ddf830b3d4f28 kernel test robot (Sun May 25 2025 - 20:23:49 EST)
- Re: [PATCH] groups: Use bsearch instead of hand rolled implementation Al Viro (Sun May 25 2025 - 20:25:33 EST)
- [RFC PATCH 1/2] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Sun May 25 2025 - 20:30:38 EST)
- [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Sun May 25 2025 - 20:30:56 EST)
- Re: [PATCH net-next] net: xilinx: axienet: Configure and report coalesce parameters in DMAengine flow kernel test robot (Sun May 25 2025 - 20:36:54 EST)
- Re: [PATCH] arm64: dts: qcom: qcs615: fix a crash issue caused by infinite loop for Coresight Jie Gan (Sun May 25 2025 - 20:41:03 EST)
- Re: [PATCH 0/2] PCI: Slot reset fixes Wilfred Mallawa (Sun May 25 2025 - 20:48:07 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Byungchul Park (Sun May 25 2025 - 20:57:15 EST)
- RE: [PATCH] tipc: use kfree_sensitive() for aead cleanup Tung Quang Nguyen (Sun May 25 2025 - 21:03:05 EST)
- Re: [PATCH] arm64: dts: renesas: r8a779g3: Sort DT on V4H Sparrow Hawk Kuninori Morimoto (Sun May 25 2025 - 21:04:07 EST)
- [PATCH v3] PM/console: Fix the black screen issue tuhaowen (Sun May 25 2025 - 21:09:52 EST)
- Re: [PATCH] soundwire: intel_ace2.x: Use str_read_write() helper Liao, Bard (Sun May 25 2025 - 21:11:30 EST)
- [GIT PULL] fscrypt update for 6.16 Eric Biggers (Sun May 25 2025 - 21:12:26 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Yu Kuai (Sun May 25 2025 - 21:14:14 EST)
- [GIT PULL] CRC updates for 6.16 Eric Biggers (Sun May 25 2025 - 21:14:35 EST)
- [PATCH 1/3] input: docs: Fix broken table formatting George Anthony Vernon (Sun May 25 2025 - 21:14:59 EST)
- [PATCH 2/3] input: docs: Correct Amiga 4-jstick adapter pinout George Anthony Vernon (Sun May 25 2025 - 21:15:03 EST)
- [PATCH 3/3] input: docs: Fix Amiga joysticks grammar & formatting George Anthony Vernon (Sun May 25 2025 - 21:15:21 EST)
- [PATCH 0/3] Multiple fixes to Amiga joystick documentation George Anthony Vernon (Sun May 25 2025 - 21:15:39 EST)
- Re: [PATCH v2 3/3] padata: avoid UAF for reorder_work Chen Ridong (Sun May 25 2025 - 21:15:53 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Byungchul Park (Sun May 25 2025 - 21:16:12 EST)
- Re: [PATCH 00/18] Split netmem from struct page Byungchul Park (Sun May 25 2025 - 21:16:58 EST)
- coinbase.com: Verification Wallet with Coinbase. Calendly (Sun May 25 2025 - 21:24:07 EST)
- Re: BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests Alexei Starovoitov (Sun May 25 2025 - 21:32:59 EST)
- Re: [PATCH 1/2] ftrace: fix UAF when lookup kallsym after ftrace disabled yebin (Sun May 25 2025 - 21:33:54 EST)
- Re: [PATCH v3 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region Lijuan Gao (Sun May 25 2025 - 21:34:24 EST)
- Re: [PATCH v5 6/6] mm/page_isolation: remove migratetype parameter from more functions. Zi Yan (Sun May 25 2025 - 21:34:25 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Byungchul Park (Sun May 25 2025 - 21:38:16 EST)
- Re: [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection Yanteng Si (Sun May 25 2025 - 21:39:07 EST)
- Re: [PATCH v2] selftests: Add functional test for the abort file in fusectl Chen Linxuan (Sun May 25 2025 - 21:41:53 EST)
- linux-next: duplicate patches in the i2c-host tree Stephen Rothwell (Sun May 25 2025 - 21:43:38 EST)
- [PATCH v3] selftests: filesystems: Add functional test for the abort file in fusectl Chen Linxuan (Sun May 25 2025 - 21:44:01 EST)
- Re: [PATCH v3 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description Yanteng Si (Sun May 25 2025 - 21:46:10 EST)
- [PATCH] tracing: Fix compilation warning on arm32 Pan Taixi (Sun May 25 2025 - 21:48:09 EST)
- Re: [PATCH v2 2/2] drm: add overview diagram for drm stack Bagas Sanjaya (Sun May 25 2025 - 21:52:02 EST)
- [PATCH] drm/rockchip: lvds: Convert to drm bridge Chaoyi Chen (Sun May 25 2025 - 22:00:58 EST)
- [PATCH] crypto: tegra: Add crypto config in tegra_cmac_do_final() Wentao Liang (Sun May 25 2025 - 22:04:53 EST)
- Re: [PATCH v2] drm/rockchip: cdn-dp: Convert to drm bridge Chaoyi Chen (Sun May 25 2025 - 22:06:58 EST)
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-1 tag Madhavan Srinivasan (Sun May 25 2025 - 22:07:18 EST)
- Re: [PATCH] net: stmmac: set multicast filter to zero if feature is unsupported Yanteng Si (Sun May 25 2025 - 22:10:25 EST)
- Re: [PATCH v2 1/3] spi: dt-bindings: spi-sg2044-nor: Add SOPHGO SG2042 Chen Wang (Sun May 25 2025 - 22:11:26 EST)
- Re: [PATCH v1 03/10] uapi: linux: Add MediaTek Imgsys user API CK Hu (胡俊光) (Sun May 25 2025 - 22:13:46 EST)
- Re: [PATCH v2 3/3] riscv: dts: sophgo: Add SPI NOR node for SG2042 Chen Wang (Sun May 25 2025 - 22:14:40 EST)
- Re: [PATCH v2 3/3] padata: avoid UAF for reorder_work Herbert Xu (Sun May 25 2025 - 22:17:07 EST)
- Re: [PATCH] net: stmmac: add explicit check and error on invalid PTP clock rate Yanteng Si (Sun May 25 2025 - 22:23:22 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Byungchul Park (Sun May 25 2025 - 22:23:36 EST)
- [PATCH] x86/pmem: Fix a null pointer dereference in register_e820_pmem() Haoxiang Li (Sun May 25 2025 - 22:25:08 EST)
- Re: [PATCH v9 1/5] mfd: Add support for Loongson Security Engine chip controller Qunqin Zhao (Sun May 25 2025 - 22:27:59 EST)
- Re: [PATCH] extcon: max14526: add CONFIG_I2C dependency Randy Dunlap (Sun May 25 2025 - 22:29:02 EST)
- Re: [PATCH 1/8] dt-bindings: clock: Document Loongson 2K0300 clock controller Yanteng Si (Sun May 25 2025 - 22:33:58 EST)
- Re: [PATCH 1/3] input: docs: Fix broken table formatting Bagas Sanjaya (Sun May 25 2025 - 22:35:02 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Byungchul Park (Sun May 25 2025 - 22:36:54 EST)
- linux-next: manual merge of the net-next tree with the vfs-brauner tree Stephen Rothwell (Sun May 25 2025 - 22:37:20 EST)
- Re: [PATCH v2] riscv: vector: Fix context save/restore with xtheadvector Yanteng Si (Sun May 25 2025 - 22:37:45 EST)
- [PATCH] drm/amd/display: Add null pointer check for get_first_active_display() Wentao Liang (Sun May 25 2025 - 22:39:00 EST)
- Re: [PATCH 3/3] input: docs: Fix Amiga joysticks grammar & formatting Bagas Sanjaya (Sun May 25 2025 - 22:43:18 EST)
- Re: [PATCH v2] selftests: Improve test output grammar, code style Bagas Sanjaya (Sun May 25 2025 - 22:53:12 EST)
- Re: [PATCH] x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining Herbert Xu (Sun May 25 2025 - 22:56:28 EST)
- [PATCH] regulator: max14577: Add error check for max14577_read_reg() Wentao Liang (Sun May 25 2025 - 22:57:05 EST)
- Re: [RFC PATCH v6 07/32] KVM: x86: apic_test_vector() to common code Neeraj Upadhyay (Sun May 25 2025 - 23:00:49 EST)
- Re: [RFC PATCH v6 08/32] x86/apic: Remove redundant parentheses around 'bitmap' Neeraj Upadhyay (Sun May 25 2025 - 23:01:35 EST)
- Re: [RFC PATCH v6 10/32] x86/apic: Change apic_*_vector() vector param to unsigned Neeraj Upadhyay (Sun May 25 2025 - 23:02:15 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Google (Sun May 25 2025 - 23:03:54 EST)
- Re: [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool Byungchul Park (Sun May 25 2025 - 23:09:24 EST)
- Re: [PATCH v4] kexec: Enable CMA based contiguous allocation Baoquan He (Sun May 25 2025 - 23:09:50 EST)
- [PATCH] net: macb: Check return value of dma_set_mask_and_coherent() Sergio Perez Gonzalez (Sun May 25 2025 - 23:21:37 EST)
- Re: [PATCH] drm/mediatek: Add wait_event_timeout when disabling plane Jason-JH Lin (林睿祥) (Sun May 25 2025 - 23:23:34 EST)
- [GIT PULL] chrome-platform updates for v6.16 Tzung-Bi Shih (Sun May 25 2025 - 23:31:03 EST)
- [PATCH v4] fs: minix: Fix handling of corrupted directories Andrey Kriulin (Sun May 25 2025 - 23:32:49 EST)
- Re: [PATCH v3 13/13] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements Sairaj Kodilkar (Sun May 25 2025 - 23:37:06 EST)
- Re: [PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio lizhe . 67 (Sun May 25 2025 - 23:37:53 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Google (Sun May 25 2025 - 23:44:14 EST)
- Re: [PATCH v3 12/12] docs: iio: add ADXL313 accelerometer Bagas Sanjaya (Sun May 25 2025 - 23:44:27 EST)
- [PATCH] mtd: nand: sunxi: Add randomizer configuration in sunxi_nfc_hw_ecc_write_chunk Wentao Liang (Sun May 25 2025 - 23:44:55 EST)
- Re: [PATCH] platform/x86: ideapad-laptop: use usleep_range() for EC polling Mingcong Bai (Sun May 25 2025 - 23:53:41 EST)
- Re: [PATCH v11 1/7] mfd: Add core driver for Nuvoton NCT6694 Ming Yu (Sun May 25 2025 - 23:57:05 EST)
- Re: [PATCH] smb: client: Remove an unused function and variable Steve French (Sun May 25 2025 - 23:57:37 EST)
- [GIT PULL] Crypto Update for 6.16 Herbert Xu (Sun May 25 2025 - 23:57:38 EST)
- linux-next: duplicate patch in the mfd tree Stephen Rothwell (Mon May 26 2025 - 00:04:16 EST)
- Re: [RFC PATCH] arm64: Elide dsb in kernel TLB invalidations Dev Jain (Mon May 26 2025 - 00:05:13 EST)
- Re: [PATCH v11 5/7] watchdog: Add Nuvoton NCT6694 WDT support Ming Yu (Mon May 26 2025 - 00:09:36 EST)
- Re: [PATCH 1/8] dt-bindings: clock: Document Loongson 2K0300 clock controller Krzysztof Kozlowski (Mon May 26 2025 - 00:11:36 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Krzysztof Kozlowski (Mon May 26 2025 - 00:17:50 EST)
- Re: [PATCHv4 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings Krzysztof Kozlowski (Mon May 26 2025 - 00:26:30 EST)
- Re: [PATCHv4 5/5] mips: dts: qca: add wmac support Krzysztof Kozlowski (Mon May 26 2025 - 00:26:49 EST)
- Re: [PATCH 1/8] dt-bindings: clock: Document Loongson 2K0300 clock controller Yao Zi (Mon May 26 2025 - 00:27:01 EST)
- Re: [PATCHv4 1/5] wifi: ath9k: ahb: reorder declarations Krzysztof Kozlowski (Mon May 26 2025 - 00:27:40 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem (Mon May 26 2025 - 00:28:07 EST)
- Re: [PATCHv4 2/5] wifi: ath9k: ahb: reorder includes Krzysztof Kozlowski (Mon May 26 2025 - 00:28:14 EST)
- Re: [PATCH 3/5] net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY support George Moussalem (Mon May 26 2025 - 00:30:54 EST)
- Re: [PATCHv4 4/5] wifi: ath9k: ahb: replace id_table with of Krzysztof Kozlowski (Mon May 26 2025 - 00:31:43 EST)
- [PATCH net] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test Konstantin Shkolnyy (Mon May 26 2025 - 00:33:02 EST)
- [GIT PULL] erofs updates for 6.16-rc1 Gao Xiang (Mon May 26 2025 - 00:33:19 EST)
- [PATCH] usb: typec: fusb302: fix scheduling while atomic when using virtio-gpio Yongbo Zhang (Mon May 26 2025 - 00:34:52 EST)
- [GIT PULL] LKMM changes for v6.16 Paul E. McKenney (Mon May 26 2025 - 00:41:45 EST)
- Re: [PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table Gavin Shan (Mon May 26 2025 - 00:42:06 EST)
- linux-next: manual merge of the tip tree with the bcachefs tree Stephen Rothwell (Mon May 26 2025 - 00:42:18 EST)
- [GIT PULL] Rate-limit changes for v6.16 Paul E. McKenney (Mon May 26 2025 - 00:50:02 EST)
- linux-next: manual merge of the tip tree with the perf tree Stephen Rothwell (Mon May 26 2025 - 00:50:28 EST)
- Re: [PATCH v1 1/2] dt-bindings: clk: fixed-mmio-clock: Add optional ready reg Krzysztof Kozlowski (Mon May 26 2025 - 00:53:30 EST)
- Re: [PATCHv4 4/5] wifi: ath9k: ahb: replace id_table with of Rosen Penev (Mon May 26 2025 - 01:00:21 EST)
- Re: [PATCHv4 4/5] wifi: ath9k: ahb: replace id_table with of Krzysztof Kozlowski (Mon May 26 2025 - 01:03:55 EST)
- [PATCH net] bonding: Fix header_ops type confusion 戸田晃太 (Mon May 26 2025 - 01:08:30 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Xiao Ni (Mon May 26 2025 - 01:12:05 EST)
- Re: [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages Bharata B Rao (Mon May 26 2025 - 01:15:10 EST)
- Re: [PATCHv4 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings Rosen Penev (Mon May 26 2025 - 01:19:20 EST)
- Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing Bharata B Rao (Mon May 26 2025 - 01:20:25 EST)
- [PATCH v4 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP Lijuan Gao (Mon May 26 2025 - 01:22:26 EST)
- [PATCH v4 1/6] dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 remoteproc Lijuan Gao (Mon May 26 2025 - 01:22:45 EST)
- [PATCH v4 2/6] dt-bindings: soc: qcom: add qcom,qcs615-imem compatible Lijuan Gao (Mon May 26 2025 - 01:22:57 EST)
- [PATCH v4 3/6] arm64: dts: qcom: qcs615: Add mproc node for SEMP2P Lijuan Gao (Mon May 26 2025 - 01:23:13 EST)
- [PATCH v4 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region Lijuan Gao (Mon May 26 2025 - 01:23:32 EST)
- [PATCH v4 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes Lijuan Gao (Mon May 26 2025 - 01:23:34 EST)
- [PATCH v4 6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs Lijuan Gao (Mon May 26 2025 - 01:24:04 EST)
- Re: [PATCHv4 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings Krzysztof Kozlowski (Mon May 26 2025 - 01:24:23 EST)
- Re: [PATCHv4 4/5] wifi: ath9k: ahb: replace id_table with of Krzysztof Kozlowski (Mon May 26 2025 - 01:24:36 EST)
- [PATCH v3 1/3] dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties Akhil R (Mon May 26 2025 - 01:26:35 EST)
- [PATCH v3 2/3] i2c: tegra: make reset an optional property Akhil R (Mon May 26 2025 - 01:26:53 EST)
- [PATCH v3 3/3] i2c: tegra: Remove dma_sync_*() calls Akhil R (Mon May 26 2025 - 01:27:07 EST)
- Re: [PATCH v1 net 1/2] net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy Thangaraj.S (Mon May 26 2025 - 01:29:50 EST)
- RE: [PATCH v2 1/3] dt-bindings: i2c: Add required properties Akhil R (Mon May 26 2025 - 01:30:06 EST)
- Re: [PATCH RFC 1/9] iio: buffer: Fix checkpatch.pl warning Gyeyoung Baek (Mon May 26 2025 - 01:31:02 EST)
- Re: [PATCH] arm64: dts: ti: k3-am642-phyboard-electra: Fix PRU-ICSSG Ethernet ports Vignesh Raghavendra (Mon May 26 2025 - 01:32:53 EST)
- [PATCH] rust: opp: Make the doctest example depend on CONFIG_OF Viresh Kumar (Mon May 26 2025 - 01:35:23 EST)
- [PATCH v2 net 1/2] net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy Thangaraj Samynathan (Mon May 26 2025 - 01:35:47 EST)
- [PATCH v2 net 2/2] net: lan743x: Fix PHY reset handling during initialization and WOL Thangaraj Samynathan (Mon May 26 2025 - 01:36:01 EST)
- Re: [PATCH] spi: spi-qpic-snand: use NANDC_STEP_SIZE consistently Md Sadre Alam (Mon May 26 2025 - 01:36:17 EST)
- [PATCH v2 net 0/2] Refactor PHY reset handling and Thangaraj Samynathan (Mon May 26 2025 - 01:36:57 EST)
- Re: [PATCH v2] eventpoll: Fix priority inversion problem Nam Cao (Mon May 26 2025 - 01:39:23 EST)
- Re: [PATCH v1 1/2] ethernet: eswin: Document for eic7700 SoC Bo Gan (Mon May 26 2025 - 01:39:40 EST)
- Re: [PATCH v3 1/3] dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties Krzysztof Kozlowski (Mon May 26 2025 - 01:41:09 EST)
- [PATCH v1] arm64: dts: qcom: Add Bluetooth support for qcs9075 IQ-9075-EVK Cheng Jiang (Mon May 26 2025 - 01:43:13 EST)
- Re: [PATCH v3 1/3] dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties Krzysztof Kozlowski (Mon May 26 2025 - 01:48:24 EST)
- Re: [PATCH v4] kexec: Enable CMA based contiguous allocation Alexander Graf (Mon May 26 2025 - 01:49:12 EST)
- Re: [PATCH 0/2] PCI: Slot reset fixes Manivannan Sadhasivam (Mon May 26 2025 - 01:53:26 EST)
- Re: [PATCH 1/2] spi: spi-qpic-snand: reallocate BAM transactions Md Sadre Alam (Mon May 26 2025 - 01:57:09 EST)
- Re: [PATCH v3] selftests: filesystems: Add functional test for the abort file in fusectl Amir Goldstein (Mon May 26 2025 - 01:58:36 EST)
- Re: [PATCH 6/6] iommu: make inclusion of iommufd directory conditional Rolf Eike Beer (Mon May 26 2025 - 01:59:34 EST)
- [tip:master] BUILD SUCCESS dccc757f4204250d0e3579bfb60bac4b7910e6fe kernel test robot (Mon May 26 2025 - 02:08:20 EST)
- Re: [RFC] watchdog: Introduce panic notifier for watchdog device on kdump George Cherian (Mon May 26 2025 - 02:11:13 EST)
- Re: [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc Sandipan Das (Mon May 26 2025 - 02:16:02 EST)
- Re: [PATCH 2/2] iio: adc: ad7476: Support ROHM BU79100G Matti Vaittinen (Mon May 26 2025 - 02:18:13 EST)
- Re: [PATCH 5/5] power: supply: qcom-battmgr: Add charge control support Fenglin Wu (Mon May 26 2025 - 02:20:07 EST)
- Re: [PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid() Tariq Toukan (Mon May 26 2025 - 02:22:57 EST)
- [PATCH v2] t: fix udp gso skb_segment after pull from frag_list Shiming Cheng (Mon May 26 2025 - 02:23:37 EST)
- Re: [PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex() Tariq Toukan (Mon May 26 2025 - 02:24:47 EST)
- Re: [PATCH 2/2] media: i2c: ds90ub960: Add support for DS90UB954-Q1 Yemike Abhilash Chandra (Mon May 26 2025 - 02:25:17 EST)
- [PATCH v3 1/4] firmware: stratix10-svc: Add mutex lock and unlock in stratix10 memory allocation/free Mahesh Rao via B4 Relay (Mon May 26 2025 - 02:25:54 EST)
- [PATCH v3 0/4] stratix10: Add framework for asynchronous communication with SDM Mahesh Rao via B4 Relay (Mon May 26 2025 - 02:25:56 EST)
- [PATCH v3 4/4] firmware: stratix10-svc: Add support for HWMON temperature and voltage read command. Mahesh Rao via B4 Relay (Mon May 26 2025 - 02:25:57 EST)
- [PATCH v3 2/4] firmware: stratix10-svc: Implement ID pool management for asynchronous operations Mahesh Rao via B4 Relay (Mon May 26 2025 - 02:25:57 EST)
- [PATCH v3 3/4] firmware: stratix10-svc: Add initial support for asynchronous communication with Stratix10 service channel Mahesh Rao via B4 Relay (Mon May 26 2025 - 02:26:17 EST)
- Re: [PATCH 01/23] md: add a new parameter 'offset' to md_super_write() Christoph Hellwig (Mon May 26 2025 - 02:28:46 EST)
- Re: [PATCH 02/23] md: factor out a helper raid_is_456() Christoph Hellwig (Mon May 26 2025 - 02:29:06 EST)
- Re: [PATCH 03/23] md/md-bitmap: cleanup bitmap_ops->startwrite() Christoph Hellwig (Mon May 26 2025 - 02:29:37 EST)
- Re: [PATCH 04/23] md/md-bitmap: support discard for bitmap ops Christoph Hellwig (Mon May 26 2025 - 02:30:12 EST)
- Re: [PATCH 05/23] md/md-bitmap: remove parameter slot from bitmap_create() Christoph Hellwig (Mon May 26 2025 - 02:30:34 EST)
- [PATCH v2 1/1] media: mediatek: jpeg: add compatible for MT8188 SoC Jianhua Lin (Mon May 26 2025 - 02:31:08 EST)
- Re: [RFC v2 04/16] luo: luo_core: Live Update Orchestrator Mike Rapoport (Mon May 26 2025 - 02:31:41 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Christoph Hellwig (Mon May 26 2025 - 02:32:42 EST)
- Re: [RFC v2 00/16] Live Update Orchestrator Mike Rapoport (Mon May 26 2025 - 02:33:08 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Christoph Hellwig (Mon May 26 2025 - 02:33:21 EST)
- [GIT PULL] xen: branch for v6.16-rc1 Juergen Gross (Mon May 26 2025 - 02:33:35 EST)
- Re: [PATCH 11/23] md/md-bitmap: make method bitmap_ops->daemon_work optional Christoph Hellwig (Mon May 26 2025 - 02:35:14 EST)
- [QUESTION] xas_reload() in iter_xarray_populate_pages() Dev Jain (Mon May 26 2025 - 02:35:53 EST)
- Re: [PATCH] net: ipv6: sanitize RPL SRH cmpre/cmpre fields to fix taint issue Dan Carpenter (Mon May 26 2025 - 02:36:56 EST)
- Re: [PATCH net-next 2/4] net/mlx5: HWS, make sure the uplink is the last destination Paolo Abeni (Mon May 26 2025 - 02:39:25 EST)
- Re: [PATCH v2] mm: fix copy_vma() error handling for hugetlb mappings Ricardo Cañuelo Navarro (Mon May 26 2025 - 02:39:41 EST)
- Re: [PATCH 12/23] md/md-bitmap: add macros for lockless bitmap Christoph Hellwig (Mon May 26 2025 - 02:40:29 EST)
- Re: [PATCH 13/23] md/md-bitmap: fix dm-raid max_write_behind setting Christoph Hellwig (Mon May 26 2025 - 02:41:13 EST)
- Re: [PATCH 14/23] md/dm-raid: remove max_write_behind setting limit Christoph Hellwig (Mon May 26 2025 - 02:41:44 EST)
- Re:[PATCH v2] bcache: add the deferred_flush IO processing path in the writeback mode Zhou Jifeng (Mon May 26 2025 - 02:42:31 EST)
- Re: [PATCH] memory: stm32_omm: Use syscon_regmap_lookup_by_phandle_args Patrice CHOTARD (Mon May 26 2025 - 02:43:47 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem (Mon May 26 2025 - 02:44:08 EST)
- Re: [PATCH v4 14/23] drm/tests: hdmi: Add macro to support EDEADLK handling Maxime Ripard (Mon May 26 2025 - 02:44:28 EST)
- Re: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Stefan Wahren (Mon May 26 2025 - 02:45:11 EST)
- [PATCH net-next] Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated yangtengteng (Mon May 26 2025 - 02:47:02 EST)
- Re: [PATCH] platform/x86: ideapad-laptop: use usleep_range() for EC polling Felix Yan (Mon May 26 2025 - 02:51:50 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Xiao Ni (Mon May 26 2025 - 02:52:39 EST)
- Re: [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays Md Sadre Alam (Mon May 26 2025 - 02:54:27 EST)
- Re: [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Lukas Wunner (Mon May 26 2025 - 02:55:03 EST)
- Re: [PATCH v3 3/4] fbdev/deferred-io: Support contiguous kernel memory framebuffers Christoph Hellwig (Mon May 26 2025 - 02:55:13 EST)
- [PATCH] Loongarch:Fixed up panic cause by a NULL-pmd Tianyang Zhang (Mon May 26 2025 - 02:55:30 EST)
- Re: [PATCH net] net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames Horatiu Vultur (Mon May 26 2025 - 02:57:16 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Christoph Hellwig (Mon May 26 2025 - 02:57:29 EST)
- [PATCH v6 0/4] rockchip: add can for RK3576 Soc Elaine Zhang (Mon May 26 2025 - 03:01:46 EST)
- [PATCH v6 2/4] net: can: rockchip: Refactor the rkcanfd_devtype_data structure Elaine Zhang (Mon May 26 2025 - 03:01:55 EST)
- [PATCH v6 4/4] net: can: rockchip: support dma for rk3576 rx Elaine Zhang (Mon May 26 2025 - 03:02:24 EST)
- [PATCH v6 3/4] net: can: rockchip: add can for RK3576 Soc Elaine Zhang (Mon May 26 2025 - 03:02:35 EST)
- [PATCH v3] iio: common: st_sensors: Fix use of uninitialize device structs Maud Spierings via B4 Relay (Mon May 26 2025 - 03:03:55 EST)
- Re: [PATCH 08/23] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations Xiao Ni (Mon May 26 2025 - 03:04:32 EST)
- RE: [PATCH v2] spi: dt-bindings: cdns,qspi-nor: Update minItems/maxItems of resets for Cadence OSPI controller Mahapatra, Amit Kumar (Mon May 26 2025 - 03:08:17 EST)
- Re: [PATCH 2/2] dt-bindings: arm: fsl: add i.MX93 11x11 FRDM board Daniel Baluta (Mon May 26 2025 - 03:09:27 EST)
- [Bug] "WARNING in corrupted" in Linux Kernel v6.15-rc5 John (Mon May 26 2025 - 03:11:38 EST)
- Re: [PATCH v9 3/9] tee: implement protected DMA-heap Jens Wiklander (Mon May 26 2025 - 03:12:11 EST)
- Re: [PATCH v1 04/10] media: mediatek: isp: Add V4L2 flow support for ImgSys driver CK Hu (胡俊光) (Mon May 26 2025 - 03:17:13 EST)
- Re: [PATCH v4] drm/panthor: Make the timeout per-queue instead of per-job Boris Brezillon (Mon May 26 2025 - 03:17:30 EST)
- [PATCH v2 0/2] media: add Himax HM1246 image sensor Matthias Fend (Mon May 26 2025 - 03:18:56 EST)
- Re: [PATCH v2] drm/panthor: Reset queue slots if termination fails Boris Brezillon (Mon May 26 2025 - 03:18:59 EST)
- [PATCH v2 1/2] media: dt-bindings: i2c: add Himax HM1246 image sensor Matthias Fend (Mon May 26 2025 - 03:19:21 EST)
- [PATCH v2 2/2] media: i2c: add Himax HM1246 image sensor driver Matthias Fend (Mon May 26 2025 - 03:19:37 EST)
- Re: [RFC PATCH 00/12] Private MMIO support for private assigned dev Alexey Kardashevskiy (Mon May 26 2025 - 03:19:55 EST)
- Re: [RFC v2 05/16] luo: luo_core: integrate with KHO Mike Rapoport (Mon May 26 2025 - 03:20:08 EST)
- Re: [PATCH v2 30/34] drm/bridge: imx8qxp-pixel-combiner: convert to devm_drm_bridge_alloc() API Luca Ceresoli (Mon May 26 2025 - 03:20:52 EST)
- Re: [PATCH v9 6/9] tee: add tee_shm_alloc_dma_mem() Sumit Garg (Mon May 26 2025 - 03:23:09 EST)
- [PATCH] Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check Neeraj Sanjay Kale (Mon May 26 2025 - 03:23:40 EST)
- Re: [PATCH net-next v4 01/14] dt-bindings: net: Add PPE for Qualcomm IPQ9574 SoC Luo Jie (Mon May 26 2025 - 03:25:59 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Yassine Ouaissa (Mon May 26 2025 - 03:26:20 EST)
- Re: [PATCH v5] mtd: rawnand: brcmnand: legacy exec_op implementation Miquel Raynal (Mon May 26 2025 - 03:28:23 EST)
- Re: [PATCH 01/23] md: add a new parameter 'offset' to md_super_write() Yu Kuai (Mon May 26 2025 - 03:29:03 EST)
- Re: [PATCH] thermal: Constify struct thermal_zone_device_ops Miquel Raynal (Mon May 26 2025 - 03:29:39 EST)
- Re: [PATCH v1 1/2] ARM: dts: stm32: add support of stm32mp157f-dk2 board Alexandre TORGUE (Mon May 26 2025 - 03:30:36 EST)
- Re: [PATCH v2] bcache: add the deferred_flush IO processing path in the writeback mode Coly Li (Mon May 26 2025 - 03:31:34 EST)
- Re: [RFC v2 06/16] luo: luo_subsystems: add subsystem registration Mike Rapoport (Mon May 26 2025 - 03:32:09 EST)
- Re: [PATCH v9 7/9] optee: support protected memory allocation Sumit Garg (Mon May 26 2025 - 03:33:45 EST)
- Re: [PATCH] arm64: dts: renesas: r8a779g3: Sort DT on V4H Sparrow Hawk Geert Uytterhoeven (Mon May 26 2025 - 03:33:58 EST)
- Re: [PATCH 3/5] MAINTAINERS: Add entry for allegrodvt Gen 3 drivers Yassine Ouaissa (Mon May 26 2025 - 03:34:57 EST)
- Re: [PATCH] drm: drm_auth: Convert mutex usage to guard(mutex) Thomas Zimmermann (Mon May 26 2025 - 03:37:17 EST)
- Re: [PATCH] drm/gem-framebuffer: log errors when gem size < afbc_size Thomas Zimmermann (Mon May 26 2025 - 03:37:39 EST)
- linux-next: manual merge of the rust tree with the mm-stable tree Stephen Rothwell (Mon May 26 2025 - 03:37:57 EST)
- [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. Qinyun Tan (Mon May 26 2025 - 03:38:12 EST)
- Re: [PATCH v1 1/2] usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed Mathias Nyman (Mon May 26 2025 - 03:40:03 EST)
- Re: [QUESTION] xas_reload() in iter_xarray_populate_pages() David Hildenbrand (Mon May 26 2025 - 03:40:21 EST)
- Re: [PATCH v5 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC Stefano Garzarella (Mon May 26 2025 - 03:40:51 EST)
- Re: [PATCH] sched: Make clangd usable Peter Zijlstra (Mon May 26 2025 - 03:41:27 EST)
- Re: [PATCH v2] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type Jayesh Choudhary (Mon May 26 2025 - 03:44:30 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Yu Kuai (Mon May 26 2025 - 03:46:00 EST)
- Re: [PATCH 1/7] phy: phy-snps-eusb2: fix clock imbalance on phy_exit() neil . armstrong (Mon May 26 2025 - 03:49:34 EST)
- Re: [PATCH 2/7] phy: phy-snps-eusb2: fix repeater imbalance on phy_init() failure Neil Armstrong (Mon May 26 2025 - 03:49:44 EST)
- Re: [PATCH 3/7] phy: phy-snps-eusb2: rename phy_init() clock error label neil . armstrong (Mon May 26 2025 - 03:50:00 EST)
- Re: [PATCH 4/7] phy: phy-snps-eusb2: clean up error messages neil . armstrong (Mon May 26 2025 - 03:50:20 EST)
- Re: [PATCH 3/5] MAINTAINERS: Add entry for allegrodvt Gen 3 drivers Yassine Ouaissa (Mon May 26 2025 - 03:51:42 EST)
- linux-next: duplicate patch in the kspp tree Stephen Rothwell (Mon May 26 2025 - 03:52:21 EST)
- Re: [PATCH RFC 1/6] rust: Add basic PWM abstractions Uwe Kleine-König (Mon May 26 2025 - 03:53:19 EST)
- [PATCH] media: rzg2l-cru: Fix typo in rzg2l_cru_of_id_table struct Tommaso Merciai (Mon May 26 2025 - 03:53:35 EST)
- Re: IPC drop down on AMD epyc 7702P Vincent Guittot (Mon May 26 2025 - 03:53:41 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sm8650: Add support for Oneplus Pad Pro (caihong) neil . armstrong (Mon May 26 2025 - 03:53:58 EST)
- Re: [PATCH net] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test Stefano Garzarella (Mon May 26 2025 - 03:54:22 EST)
- Re: [RFC v2 08/16] luo: luo_files: add infrastructure for FDs Mike Rapoport (Mon May 26 2025 - 03:55:35 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sm8650: Add support for Oneplus Pad Pro (caihong) neil . armstrong (Mon May 26 2025 - 03:56:33 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Yu Kuai (Mon May 26 2025 - 03:57:56 EST)
- Re: [PATCH v3] MAINTAINERS: Update my email address to gmail.com Sakari Ailus (Mon May 26 2025 - 04:00:02 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Yu Kuai (Mon May 26 2025 - 04:02:44 EST)
- Re: [f2fs-dev] [PATCH v2] mkfs.f2fs: ensure zone size is equal or bigger than segment size Chao Yu (Mon May 26 2025 - 04:03:00 EST)
- Re: [PATCH v6] staging: rtl8723bs: rename _Read_EEPROM and other functions to snake_case Dan Carpenter (Mon May 26 2025 - 04:03:29 EST)
- linux-next: build warning after merge of the kbuild tree Stephen Rothwell (Mon May 26 2025 - 04:04:03 EST)
- Re: [PATCH] net: macb: Check return value of dma_set_mask_and_coherent() Claudiu Beznea (Mon May 26 2025 - 04:04:33 EST)
- Re: [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection Russell King (Oracle) (Mon May 26 2025 - 04:05:24 EST)
- Re: [PATCH] media: rzg2l-cru: Fix typo in rzg2l_cru_of_id_table struct Geert Uytterhoeven (Mon May 26 2025 - 04:06:01 EST)
- Re: [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support Bryan O'Donoghue (Mon May 26 2025 - 04:08:45 EST)
- Re: [PATCH v3] kconfig: check for a NULL pointer before access Bill Wendling (Mon May 26 2025 - 04:08:46 EST)
- Re: [PATCH v9 8/9] optee: FF-A: dynamic protected memory allocation Sumit Garg (Mon May 26 2025 - 04:09:38 EST)
- Re: linux-next: manual merge of the rust tree with the mm-stable tree Miguel Ojeda (Mon May 26 2025 - 04:10:04 EST)
- Re: [PATCH v12 3/3] mtd: Add driver for concatenating devices Miquel Raynal (Mon May 26 2025 - 04:10:52 EST)
- Re: [PATCH net-next] net: phy: Add c45_phy_ids sysfs entry Yajun Deng (Mon May 26 2025 - 04:11:35 EST)
- Re: [PATCH V3] ahci: enhance error handling in ahci_init_one Niklas Cassel (Mon May 26 2025 - 04:11:44 EST)
- Re: [PATCH] sched: Make clangd usable Ingo Molnar (Mon May 26 2025 - 04:12:06 EST)
- Re: [PATCH 12/23] md/md-bitmap: add macros for lockless bitmap Yu Kuai (Mon May 26 2025 - 04:12:26 EST)
- Re: [PATCH] mtd: nand: sunxi: Add randomizer configuration in sunxi_nfc_hw_ecc_write_chunk Miquel Raynal (Mon May 26 2025 - 04:12:41 EST)
- Re: [PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped() Ai Chao (Mon May 26 2025 - 04:12:58 EST)
- Re: [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool Byungchul Park (Mon May 26 2025 - 04:13:43 EST)
- Re: [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support Bryan O'Donoghue (Mon May 26 2025 - 04:13:53 EST)
- Re: [PATCH 0/2] spi: spi-qpic-snand: avoid memory corruption Miquel Raynal (Mon May 26 2025 - 04:14:11 EST)
- Re: [PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped() Johannes Berg (Mon May 26 2025 - 04:14:25 EST)
- Re: [PATCH v9 9/9] optee: smc abi: dynamic protected memory allocation Sumit Garg (Mon May 26 2025 - 04:14:47 EST)
- Re: [RFC PATCH v0 1/2] migrate: implement migrate_misplaced_folio_batch Huang, Ying (Mon May 26 2025 - 04:17:28 EST)
- Re: [syzbot] #syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 0ff41df1cb268fc69e703a08a57ee14ae967d0ca syzbot (Mon May 26 2025 - 04:19:26 EST)
- Re: [PATCH net-next] net: phy: Add c45_phy_ids sysfs entry Russell King (Oracle) (Mon May 26 2025 - 04:20:16 EST)
- Re: [PATCH v2 2/4] media: qcom: camss: Add support for MSM8939 Bryan O'Donoghue (Mon May 26 2025 - 04:20:38 EST)
- Re: [PATCH 2/3] rust: pin-init: examples: pthread_mutex: disable the main test for miri Benno Lossin (Mon May 26 2025 - 04:20:50 EST)
- Re: [PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped() Ai Chao (Mon May 26 2025 - 04:21:04 EST)
- Re: [PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped() Johannes Berg (Mon May 26 2025 - 04:21:59 EST)
- [PATCH v2 1/2] iio: adc: ad4080: use lowercase device name Antoniu Miclaus (Mon May 26 2025 - 04:23:05 EST)
- [PATCH v2 2/2] iio: adc: ad4080: extend check for data lanes num Antoniu Miclaus (Mon May 26 2025 - 04:23:22 EST)
- Re: [PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver Michal Wilczynski (Mon May 26 2025 - 04:23:42 EST)
- Re: [PATCH net] bonding: Fix header_ops type confusion Eric Dumazet (Mon May 26 2025 - 04:23:58 EST)
- [PATCH] x86/kerrnel/FPU: clear MP bit of cr0 Khalid Ali (Mon May 26 2025 - 04:25:35 EST)
- Re: [PATCH] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Nicolas Escande (Mon May 26 2025 - 04:25:49 EST)
- Re: [PATCH net-next] vsock/test: Cover more CIDs in transport_uaf test Stefano Garzarella (Mon May 26 2025 - 04:26:03 EST)
- RE: [PATCH V1] mmc: sdhci-msm: Ensure SD card power isn't ON when card removed Sarthak Garg (Mon May 26 2025 - 04:26:30 EST)
- Re: [PATCH v4 2/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's Renjiang Han (Mon May 26 2025 - 04:27:12 EST)
- Re: [PATCH 5/5] power: supply: qcom-battmgr: Add charge control support neil . armstrong (Mon May 26 2025 - 04:27:50 EST)
- Re: [PATCH 5/7] phy: phy-snps-eusb2: fix optional phy lookup parameter neil . armstrong (Mon May 26 2025 - 04:28:05 EST)
- Re: [PATCH 6/7] phy: phy-snps-eusb2: drop unnecessary loop index declarations neil . armstrong (Mon May 26 2025 - 04:28:13 EST)
- [PATCH net-next] net: arp: use kfree_skb_reason() in arp_rcv() jiang.kun2 (Mon May 26 2025 - 04:28:35 EST)
- Re: [PATCH v4 1/4] s390: remove unneeded includes Heiko Carstens (Mon May 26 2025 - 04:29:01 EST)
- [syzbot] [f2fs?] kernel BUG in f2fs_invalidate_blocks (2) syzbot (Mon May 26 2025 - 04:29:45 EST)
- Re: [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages Huang, Ying (Mon May 26 2025 - 04:33:56 EST)
- Re: [PATCH v9 5/9] tee: new ioctl to a register tee_shm from a dmabuf file descriptor Jens Wiklander (Mon May 26 2025 - 04:34:43 EST)
- Re: [PATCH net-next] net: arp: use kfree_skb_reason() in arp_rcv() Eric Dumazet (Mon May 26 2025 - 04:36:17 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Dmitry Baryshkov (Mon May 26 2025 - 04:36:36 EST)
- [PATCH] bus: fsl-mc: Fix an API misuse in fsl_mc_device_add() Haoxiang Li (Mon May 26 2025 - 04:38:01 EST)
- [syzbot] [net?] WARNING: suspicious RCU usage in task_cls_state syzbot (Mon May 26 2025 - 04:39:53 EST)
- [syzbot] [net?] WARNING: suspicious RCU usage in corrupted (3) syzbot (Mon May 26 2025 - 04:40:00 EST)
- [syzbot] [crypto?] KASAN: use-after-free Write in __crypto_shash_import syzbot (Mon May 26 2025 - 04:40:01 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Toke Høiland-Jørgensen (Mon May 26 2025 - 04:40:47 EST)
- Re: [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function Andrew Jones (Mon May 26 2025 - 04:41:51 EST)
- Re: [PATCH v2] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type Ernest Van Hoecke (Mon May 26 2025 - 04:42:03 EST)
- Re: [RFC v2 10/16] luo: luo_ioctl: add ioctl interface Mike Rapoport (Mon May 26 2025 - 04:43:10 EST)
- Re: [PATCH 5/5] power: supply: qcom-battmgr: Add charge control support Fenglin Wu (Mon May 26 2025 - 04:43:32 EST)
- Re: [PATCH] selftests/cpufreq: Fix cpufreq basic read and update testcases Sapkal, Swapnil (Mon May 26 2025 - 04:46:34 EST)
- Re: [PATCH v6 5/7] media: mt9m114: Allow set_selection while streaming Sakari Ailus (Mon May 26 2025 - 04:46:53 EST)
- Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing Huang, Ying (Mon May 26 2025 - 04:47:07 EST)
- Re: [syzbot] general protection fault in lock_vma_under_rcu syzbot (Mon May 26 2025 - 04:50:25 EST)
- [syzbot] [bcachefs?] WARNING in rhashtable_init_noprof syzbot (Mon May 26 2025 - 04:50:49 EST)
- [syzbot] [tipc?] WARNING: refcount bug in tipc_crypto_xmit syzbot (Mon May 26 2025 - 04:50:54 EST)
- linux-next: Tree for May 26 Stephen Rothwell (Mon May 26 2025 - 04:51:25 EST)
- [PATCH v5 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor Andreas Klinger (Mon May 26 2025 - 04:51:39 EST)
- [PATCH v5 1/3] dt-bindings: iio: light: veml6046x00: add color sensor Andreas Klinger (Mon May 26 2025 - 04:51:49 EST)
- [PATCH v5 3/3] MAINTAINER: add maintainer for veml6046x00 Andreas Klinger (Mon May 26 2025 - 04:52:20 EST)
- [PATCH v5 2/3] iio: light: add support for veml6046x00 RGBIR color sensor Andreas Klinger (Mon May 26 2025 - 04:52:36 EST)
- Re: [PATCH net] bonding: fix multicast MAC address synchronization Hangbin Liu (Mon May 26 2025 - 04:52:44 EST)
- Re: [PATCH] selftests/cpufreq: Fix cpufreq basic read and update testcases Sapkal, Swapnil (Mon May 26 2025 - 04:53:10 EST)
- Re: [PATCH net-next] net: phy: Add c45_phy_ids sysfs entry Yajun Deng (Mon May 26 2025 - 04:53:22 EST)
- Re: [RFC v2 13/16] luo: add selftests for subsystems un/registration Mike Rapoport (Mon May 26 2025 - 04:53:31 EST)
- Re: [RFC PATCH 1/2] backlight: Rename duplicated devices to support dual-backlight setups Jani Nikula (Mon May 26 2025 - 04:53:56 EST)
- Re: [PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped() Ai Chao (Mon May 26 2025 - 04:54:15 EST)
- [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 04:55:48 EST)
- [GIT PULL] sound updates for 6.16-rc1 Takashi Iwai (Mon May 26 2025 - 04:55:59 EST)
- [PATCH] crypto: shash - Fix buffer overrun in import function Herbert Xu (Mon May 26 2025 - 04:57:06 EST)
- Re: [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension Radim Krčmář (Mon May 26 2025 - 04:59:00 EST)
- Re: [PATCH] net: af_key: Add error check in set_sadb_address() Michal Swiatkowski (Mon May 26 2025 - 04:59:32 EST)
- [PATCH v2 1/1] netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalid Lance Yang (Mon May 26 2025 - 05:00:00 EST)
- Re: [PATCH] sched: Make clangd usable Peter Zijlstra (Mon May 26 2025 - 05:00:07 EST)
- Re: [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0 Radim Krčmář (Mon May 26 2025 - 05:00:47 EST)
- Re: [RFC v2 15/16] docs: add luo documentation Mike Rapoport (Mon May 26 2025 - 05:01:06 EST)
- [PATCH RFC drm-misc-next v2 0/1] Add support for drm_panic Ryosuke Yasuoka (Mon May 26 2025 - 05:02:04 EST)
- [PATCH RFC drm-misc-next v2 1/1] drm/hyperv: Add support for drm_panic Ryosuke Yasuoka (Mon May 26 2025 - 05:02:13 EST)
- Re: [syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_sock_get_channel syzbot (Mon May 26 2025 - 05:02:22 EST)
- Re: [PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver Benno Lossin (Mon May 26 2025 - 05:02:51 EST)
- RE: [PATCH v3 1/3] dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties Akhil R (Mon May 26 2025 - 05:03:53 EST)
- Re: [PATCH] sched: Make clangd usable Peter Zijlstra (Mon May 26 2025 - 05:04:54 EST)
- Re: [PATCH] bus: fsl-mc: Fix an API misuse in fsl_mc_device_add() Greg KH (Mon May 26 2025 - 05:05:45 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Masahiro Yamada (Mon May 26 2025 - 05:06:05 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Mon May 26 2025 - 05:07:38 EST)
- [PATCH 1/2] tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATION Masahiro Yamada (Mon May 26 2025 - 05:08:25 EST)
- [PATCH 2/2] kbuild: link lib-y objects to vmlinux forcibly even when CONFIG_MODULES=n Masahiro Yamada (Mon May 26 2025 - 05:08:37 EST)
- Re: [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct Brendan Jackman (Mon May 26 2025 - 05:08:58 EST)
- Re: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Christoph Stoidner (Mon May 26 2025 - 05:09:24 EST)
- [PATCH net-next] net: phy: mtk-2p5ge: Add LED support for MT7988 Sky Huang (Mon May 26 2025 - 05:10:42 EST)
- Re: [PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers Ilpo Järvinen (Mon May 26 2025 - 05:11:13 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Geert Uytterhoeven (Mon May 26 2025 - 05:14:19 EST)
- Re: [net-next PATCH v3 2/2] octeontx2-af: fix compiler warnings flagged by Sparse Subbaraya Sundeep (Mon May 26 2025 - 05:15:40 EST)
- [no subject] Jianhua Lin (Mon May 26 2025 - 05:18:20 EST)
- Re: [PATCH 1/2] ARM: dts: freescale: add support for NXP i.MX93 FRDM Marc Kleine-Budde (Mon May 26 2025 - 05:19:21 EST)
- [PATCH v2] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Wentao Liang (Mon May 26 2025 - 05:19:42 EST)
- Re: [PATCH v9 6/9] tee: add tee_shm_alloc_dma_mem() Jens Wiklander (Mon May 26 2025 - 05:22:09 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 05:22:20 EST)
- Re: [PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI Andrew Jones (Mon May 26 2025 - 05:22:41 EST)
- Re: BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests Bert Karwatzki (Mon May 26 2025 - 05:23:47 EST)
- RE: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Biju Das (Mon May 26 2025 - 05:24:21 EST)
- [Bug] "possible deadlock in rtnl_setlink" in Linux kernel v6.14 John (Mon May 26 2025 - 05:24:36 EST)
- Re: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Stefan Wahren (Mon May 26 2025 - 05:25:00 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Maxime Ripard (Mon May 26 2025 - 05:26:39 EST)
- Re: [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays Miquel Raynal (Mon May 26 2025 - 05:27:59 EST)
- [PATCH v10 00/12] drm/msm/dpu: Support quad pipe with dual-interface Jun Nie (Mon May 26 2025 - 05:28:43 EST)
- [PATCH v10 01/12] drm/msm/dpu: polish log for resource allocation Jun Nie (Mon May 26 2025 - 05:28:54 EST)
- [PATCH v10 02/12] drm/msm/dpu: decide right side per last bit Jun Nie (Mon May 26 2025 - 05:29:05 EST)
- [PATCH v10 03/12] drm/msm/dpu: fix mixer number counter on allocation Jun Nie (Mon May 26 2025 - 05:29:17 EST)
- [PATCH v10 04/12] drm/msm/dpu: bind correct pingpong for quad pipe Jun Nie (Mon May 26 2025 - 05:29:34 EST)
- [PATCH v10 05/12] drm/msm/dpu: Add pipe as trace argument Jun Nie (Mon May 26 2025 - 05:29:46 EST)
- [PATCH v10 06/12] drm/msm/dpu: handle pipes as array Jun Nie (Mon May 26 2025 - 05:29:55 EST)
- Re: [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages David Hildenbrand (Mon May 26 2025 - 05:30:02 EST)
- [PATCH v10 07/12] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer Jun Nie (Mon May 26 2025 - 05:30:14 EST)
- [PATCH v10 08/12] drm/msm/dpu: Use dedicated WB number definition Jun Nie (Mon May 26 2025 - 05:30:37 EST)
- [PATCH v10 09/12] drm/msm/dpu: blend pipes per mixer pairs config Jun Nie (Mon May 26 2025 - 05:30:50 EST)
- [PATCH v10 10/12] drm/msm/dpu: support SSPP assignment for quad-pipe case Jun Nie (Mon May 26 2025 - 05:31:00 EST)
- [PATCH v10 11/12] drm/msm/dpu: support plane splitting in quad-pipe case Jun Nie (Mon May 26 2025 - 05:31:13 EST)
- [PATCH v10 12/12] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case Jun Nie (Mon May 26 2025 - 05:31:25 EST)
- Re: [PATCH 5/7] pwm: Add rockchip PWMv4 driver Nicolas Frattaroli (Mon May 26 2025 - 05:31:52 EST)
- [no subject] Jianhua Lin (Mon May 26 2025 - 05:31:57 EST)
- Re: [PATCH] mtd: nand: sunxi: Add randomizer configuration in sunxi_nfc_hw_ecc_write_chunk Miquel Raynal (Mon May 26 2025 - 05:32:31 EST)
- Re: [PATCH v3] mm: slub: only warn once when allocating slab obj extensions fails Vlastimil Babka (Mon May 26 2025 - 05:33:33 EST)
- Re: [PATCH v9 6/9] tee: add tee_shm_alloc_dma_mem() Sumit Garg (Mon May 26 2025 - 05:33:47 EST)
- Re: [PATCH v5] mtd: rawnand: brcmnand: legacy exec_op implementation Miquel Raynal (Mon May 26 2025 - 05:33:58 EST)
- Re: [PATCH v8 4/4] drm/tidss: Add OLDI bridge support Michael Walle (Mon May 26 2025 - 05:35:17 EST)
- Re: [PATCH v2] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Johannes Berg (Mon May 26 2025 - 05:35:31 EST)
- Re: [PATCH net-next v4 1/3] dpll: add phase-offset-monitor feature to netlink spec Jiri Pirko (Mon May 26 2025 - 05:36:21 EST)
- Re: [PATCH net-next v4 2/3] dpll: add phase_offset_monitor_get/set callback ops Jiri Pirko (Mon May 26 2025 - 05:36:39 EST)
- [PATCH v3 1/1] media: mediatek: jpeg: fix buffer alignment Jianhua Lin (Mon May 26 2025 - 05:37:00 EST)
- Re: [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function Clément Léger (Mon May 26 2025 - 05:38:30 EST)
- [PATCH] drm/bridge-connector: Fix bridge in drm_connector_hdmi_audio_init() Chaoyi Chen (Mon May 26 2025 - 05:40:00 EST)
- Re: [PATCH net-next v4 2/3] dpll: add reference sync get/set Jiri Pirko (Mon May 26 2025 - 05:42:10 EST)
- Re: [PATCH net-next v4 1/3] dpll: add reference-sync netlink attribute Jiri Pirko (Mon May 26 2025 - 05:42:38 EST)
- Re: [PATCH v2] bcache: add the deferred_flush IO processing path in the writeback mode Zhou Jifeng (Mon May 26 2025 - 05:43:10 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Byungchul Park (Mon May 26 2025 - 05:43:43 EST)
- Re: [PATCH v2] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Greg KH (Mon May 26 2025 - 05:45:07 EST)
- [syzbot] [mm?] WARNING in folio_add_file_rmap_ptes syzbot (Mon May 26 2025 - 05:46:40 EST)
- [PATCH 0/3] ASoC: codecs: wcd93xx: Few regulator supplies fixes Krzysztof Kozlowski (Mon May 26 2025 - 05:47:21 EST)
- [PATCH 1/3] ASoC: codecs: wcd9335: Fix missing free of regulator supplies Krzysztof Kozlowski (Mon May 26 2025 - 05:47:35 EST)
- [PATCH 2/3] ASoC: codecs: wcd937x: Drop unused buck_supply Krzysztof Kozlowski (Mon May 26 2025 - 05:48:02 EST)
- [PATCH 3/3] ASoC: codecs: wcd9375: Fix double free of regulator supplies Krzysztof Kozlowski (Mon May 26 2025 - 05:48:03 EST)
- Re: [PATCH v13 24/27] x86/resctrl: Introduce the interface to modify assignments in a group Peter Newman (Mon May 26 2025 - 05:48:46 EST)
- Re: [PATCH net-next v12 00/13] Add support for PSE budget evaluation strategy Oleksij Rempel (Mon May 26 2025 - 05:49:46 EST)
- Re: [PATCH v2] bcache: add the deferred_flush IO processing path in the writeback mode Coly Li (Mon May 26 2025 - 05:50:15 EST)
- Re: [PATCH net-next] Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated kernel test robot (Mon May 26 2025 - 05:50:43 EST)
- Re: [PATCH v2] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Johannes Berg (Mon May 26 2025 - 05:51:03 EST)
- Re: [PATCH] ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Michal Swiatkowski (Mon May 26 2025 - 05:52:05 EST)
- Re: [PATCH v4 3/6] iio: adc: adi-axi-adc: add axi_adc_oversampling_ratio_set Nuno Sá (Mon May 26 2025 - 05:53:52 EST)
- Re: [PATCH v4 2/6] iio: backend: update iio_backend_oversampling_ratio_set Nuno Sá (Mon May 26 2025 - 05:54:45 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Toke Høiland-Jørgensen (Mon May 26 2025 - 05:55:05 EST)
- Re: [PATCH v4 3/6] iio: adc: adi-axi-adc: add axi_adc_oversampling_ratio_set Nuno Sá (Mon May 26 2025 - 05:55:15 EST)
- [GIT PULL] gpio updates for v6.16-rc1 Bartosz Golaszewski (Mon May 26 2025 - 05:56:05 EST)
- Re: [PATCH v2] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Johannes Berg (Mon May 26 2025 - 05:56:32 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 05:59:00 EST)
- [PATCH V3 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo . jt . wang (Mon May 26 2025 - 05:59:54 EST)
- Re: [PATCH v4 6/6] iio: adc: ad7405: add ad7405 driver Nuno Sá (Mon May 26 2025 - 06:00:54 EST)
- [PATCH V3 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC leo . jt . wang (Mon May 26 2025 - 06:01:30 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Byungchul Park (Mon May 26 2025 - 06:01:56 EST)
- Re: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Christoph Stoidner (Mon May 26 2025 - 06:04:33 EST)
- [PATCH v7 1/6] Documentation: ABI: IIO: add calibconv_delay documentation Angelo Dureghello (Mon May 26 2025 - 06:04:58 EST)
- [PATCH v7 0/6] iio: adc: add ad7606 calibration support Angelo Dureghello (Mon May 26 2025 - 06:05:00 EST)
- [PATCH v7 2/6] iio: core: add ADC delay calibration definition Angelo Dureghello (Mon May 26 2025 - 06:05:28 EST)
- [PATCH v7 3/6] iio: adc: ad7606: add offset and phase calibration support Angelo Dureghello (Mon May 26 2025 - 06:05:38 EST)
- [PATCH v7 5/6] iio: adc: ad7606: exit for invalid fdt dt_schema properties Angelo Dureghello (Mon May 26 2025 - 06:05:59 EST)
- [PATCH v7 4/6] dt-bindings: iio: adc: adi,ad7606: add gain calibration support Angelo Dureghello (Mon May 26 2025 - 06:06:01 EST)
- [PATCH v7 6/6] iio: adc: ad7606: add gain calibration support Angelo Dureghello (Mon May 26 2025 - 06:06:11 EST)
- Re: [PATCH v3] mm: slub: only warn once when allocating slab obj extensions fails Harry Yoo (Mon May 26 2025 - 06:06:57 EST)
- Re: [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment Ulf Hansson (Mon May 26 2025 - 06:08:39 EST)
- Re: [PATCH v2 09/21] pmdomain: qcom: rpmhpd: Use of_genpd_sync_state() Ulf Hansson (Mon May 26 2025 - 06:12:48 EST)
- Re: [PATCH v3 02/10] iio: adc: Add basic support for AD4170 Nuno Sá (Mon May 26 2025 - 06:21:28 EST)
- Re: [PATCH v2 18/62] objtool: Fix x86 addend calculation Peter Zijlstra (Mon May 26 2025 - 06:23:39 EST)
- Re: [PATCH 0/3] kselftest/arm64: Update sve-ptrace for ABI changes Mark Rutland (Mon May 26 2025 - 06:23:51 EST)
- Re: [PATCH v3 03/10] iio: adc: ad4170: Add support for calibration gain Nuno Sá (Mon May 26 2025 - 06:24:43 EST)
- Re: [PATCH v2] mac80211: Add null pointer check for ieee80211_link_get_chanctx() Greg KH (Mon May 26 2025 - 06:25:54 EST)
- Re: [PATCH v3 04/10] iio: adc: ad4170: Add support for calibration bias Nuno Sá (Mon May 26 2025 - 06:27:16 EST)
- [PATCH 0/3] thermal/drivers/mediatek/lvts_thermal: add mt7988 lvts commands Mason Chang (Mon May 26 2025 - 06:29:19 EST)
- [GIT PULL] regmap updates for v6.16 Mark Brown (Mon May 26 2025 - 06:30:03 EST)
- [PATCH 1/3] thermal/drivers/mediatek/lvts_thermal: change lvts commands array to static const Mason Chang (Mon May 26 2025 - 06:30:17 EST)
- [GIT PULL] regulator updates for v6.16 Mark Brown (Mon May 26 2025 - 06:30:25 EST)
- [PATCH 2/3] thermal/drivers/mediatek/lvts_thermal: add lvts commands and their sizes to driver data Mason Chang (Mon May 26 2025 - 06:30:38 EST)
- [PATCH 3/3] thermal/drivers/mediatek/lvts_thermal: add mt7988 lvts commands Mason Chang (Mon May 26 2025 - 06:30:43 EST)
- [GIT PULL] SPI updates for v6.16 Mark Brown (Mon May 26 2025 - 06:31:05 EST)
- Re: [PATCH 1/3] kselftest/arm64: Fix check for setting new VLs in sve-ptrace Mark Rutland (Mon May 26 2025 - 06:31:17 EST)
- Re: [PATCH v2 28/62] objtool: Fix weak symbol hole detection for .cold functions Peter Zijlstra (Mon May 26 2025 - 06:38:43 EST)
- Re: [PATCH v12 0/5] drm/atomic-helper: Re-order CRTC and Bridge ops Tomi Valkeinen (Mon May 26 2025 - 06:40:59 EST)
- Re: [syzbot] [bcachefs?] WARNING in rhashtable_init_noprof Alan Huang (Mon May 26 2025 - 06:41:36 EST)
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_members_v2_to_text syzbot (Mon May 26 2025 - 06:41:45 EST)
- Re: [PATCH v2 29/62] objtool: Mark prefix functions Peter Zijlstra (Mon May 26 2025 - 06:44:12 EST)
- Re: [PATCH 2/3] kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptrace Mark Rutland (Mon May 26 2025 - 06:44:54 EST)
- [PATCH] arm64: dts: mediatek: mt8395-genio-1200-evk: Enable Audio DSP and sound card Louis-Alexis Eyraud (Mon May 26 2025 - 06:45:55 EST)
- Re: [Bug] "WARNING in corrupted" in Linux Kernel v6.15-rc5 Paolo Abeni (Mon May 26 2025 - 06:49:06 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Laurent Pinchart (Mon May 26 2025 - 06:49:19 EST)
- [PATCH 0/6] ASoC: codecs: wcd93xx: Few simplifications of code and extend wcd939x Krzysztof Kozlowski (Mon May 26 2025 - 06:50:16 EST)
- [PATCH 1/6] ASoC: codecs: wcd937x: Simplify with devm_regulator_bulk_get_enable() Krzysztof Kozlowski (Mon May 26 2025 - 06:50:29 EST)
- [PATCH 2/6] ASoC: codecs: wcd938x: Simplify with devm_regulator_bulk_get_enable() Krzysztof Kozlowski (Mon May 26 2025 - 06:50:39 EST)
- [PATCH 3/6] ASoC: codecs: wcd939x: Simplify with devm_regulator_bulk_get_enable() Krzysztof Kozlowski (Mon May 26 2025 - 06:50:56 EST)
- [PATCH 4/6] ASoC: codecs: wcd939x: Simplify return from devm_gpiod_get() error Krzysztof Kozlowski (Mon May 26 2025 - 06:51:11 EST)
- [PATCH 5/6] ASoC: dt-bindings: qcom,wcd939x: Document missing VDD_PX supply Krzysztof Kozlowski (Mon May 26 2025 - 06:51:31 EST)
- Re: [PATCH] media: rzg2l-cru: Fix typo in rzg2l_cru_of_id_table struct Laurent Pinchart (Mon May 26 2025 - 06:52:07 EST)
- [PATCH 6/6] ASoC: codecs: wcd939x: Add VDD_PX supply Krzysztof Kozlowski (Mon May 26 2025 - 06:52:10 EST)
- Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun Peter Zijlstra (Mon May 26 2025 - 06:53:05 EST)
- [syzbot] [kernel?] possible deadlock in start_poll_synchronize_rcu_expedited syzbot (Mon May 26 2025 - 06:53:12 EST)
- [PATCH v1 for-next] spi: spi-pci1xxxx: Add support for 25MHz Clock frequency in C0 Thangaraj Samynathan (Mon May 26 2025 - 06:53:33 EST)
- Re: [syzbot] [mm?] WARNING in folio_add_file_rmap_ptes David Hildenbrand (Mon May 26 2025 - 06:53:49 EST)
- Re: [PATCH 1/3] kselftest/arm64: Fix check for setting new VLs in sve-ptrace Dev Jain (Mon May 26 2025 - 06:54:18 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Krzysztof Kozlowski (Mon May 26 2025 - 06:57:26 EST)
- Re: [PATCH 3/3] kselftest/arm64: Specify SVE data when testing VL set in sve-ptrace Mark Rutland (Mon May 26 2025 - 06:57:54 EST)
- Re: [V1 2/2] drivers soc: add support for ST stm32mp13xx family Rodolfo Giometti (Mon May 26 2025 - 06:59:42 EST)
- Re: [PATCH v3 1/2] phy: cadence: cdns-dphy: Fix PLL lock and O_CMN_READY polling Tomi Valkeinen (Mon May 26 2025 - 06:59:54 EST)
- Re: [PATCH v2] ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() Jeongjun Park (Mon May 26 2025 - 07:01:14 EST)
- [PATCH v6 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller Elaine Zhang (Mon May 26 2025 - 07:02:21 EST)
- [PATCH v2 2/2] arm64: dts: freescale: add support for NXP i.MX93 FRDM Fabian Pflug (Mon May 26 2025 - 07:03:03 EST)
- [PATCH v2 1/2] dt-bindings: arm: fsl: add i.MX93 11x11 FRDM board Fabian Pflug (Mon May 26 2025 - 07:03:06 EST)
- [PATCH v2 0/2] Add devicetree for NXP i.MX93 FRDM board Fabian Pflug (Mon May 26 2025 - 07:03:10 EST)
- [syzbot] [gfs2?] KASAN: null-ptr-deref Read in gfs2_drop_inode syzbot (Mon May 26 2025 - 07:03:49 EST)
- Re: [PATCH v2 42/62] kbuild,x86: Fix module permissions for __jump_table and __bug_table Peter Zijlstra (Mon May 26 2025 - 07:06:50 EST)
- Re: [PATCH v6 0/6] imx8mp: add support for the IMX AIPSTZ bridge Daniel Baluta (Mon May 26 2025 - 07:07:30 EST)
- [PATCH] greybus: Avoid fake flexible array for response data clingfei (Mon May 26 2025 - 07:08:20 EST)
- Re: [PATCH] rust: opp: Make the doctest example depend on CONFIG_OF Rafael J. Wysocki (Mon May 26 2025 - 07:09:20 EST)
- RE: [PATCH v6 4/5] x86/sgx: Implement ENCLS[EUPDATESVN] Reshetova, Elena (Mon May 26 2025 - 07:09:49 EST)
- Re: [syzbot] [bcachefs?] WARNING in rhashtable_init_noprof syzbot (Mon May 26 2025 - 07:13:14 EST)
- Re: [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0 Andrew Jones (Mon May 26 2025 - 07:14:17 EST)
- Re: [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext' Bhupesh Sharma (Mon May 26 2025 - 07:14:31 EST)
- Re: [PATCH v2 2/2] arm64: dts: freescale: add support for NXP i.MX93 FRDM Daniel Baluta (Mon May 26 2025 - 07:16:43 EST)
- Re: [PATCH 1/2] PCI: Save and restore root port config space in pcibios_reset_secondary_bus() Manivannan Sadhasivam (Mon May 26 2025 - 07:17:02 EST)
- [PATCH 0/2] Document Media Controller IOCTL number assignments Sakari Ailus (Mon May 26 2025 - 07:17:53 EST)
- [PATCH 2/2] media: uapi: Document IOCTL number assignment Sakari Ailus (Mon May 26 2025 - 07:18:10 EST)
- [PATCH 1/2] Documentation: Bump media IOCTL reserved numbers Sakari Ailus (Mon May 26 2025 - 07:18:24 EST)
- Re: [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers Janosch Frank (Mon May 26 2025 - 07:18:27 EST)
- Re: [PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock Stefano Garzarella (Mon May 26 2025 - 07:18:52 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 07:19:47 EST)
- [PATCH v1] tty: Register device *after* creating the cdev for a tty Max Staudt (Mon May 26 2025 - 07:26:11 EST)
- Re: [PATCH v1 1/2] dt-bindings: clk: fixed-mmio-clock: Add optional ready reg Edgar E. Iglesias (Mon May 26 2025 - 07:28:42 EST)
- Re: [PATCH v10 1/5] rust: retitle "Example" section as "Examples" Benno Lossin (Mon May 26 2025 - 07:29:18 EST)
- [PATCH 0/3] cpufreq: CPPC: Some optimizations for cppc_cpufreq.c. Lifeng Zheng (Mon May 26 2025 - 07:31:19 EST)
- [PATCH 1/3] cpufreq: CPPC: Remove cpu_data_list Lifeng Zheng (Mon May 26 2025 - 07:31:35 EST)
- [PATCH 3/3] cpufreq: CPPC: Remove forward declaration of cppc_cpufreq_register_em() Lifeng Zheng (Mon May 26 2025 - 07:31:46 EST)
- [PATCH 2/3] cpufreq: CPPC: Return void in populate_efficiency_class() Lifeng Zheng (Mon May 26 2025 - 07:31:52 EST)
- Re: [PATCH] wifi: ath12k: fix ring-buffer corruption Johan Hovold (Mon May 26 2025 - 07:35:11 EST)
- Re: [syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_sock_get_channel syzbot (Mon May 26 2025 - 07:37:12 EST)
- Re: [PATCH 4/7] sched/fair: Take care of group/affinity/sched_class change for throttled task Aaron Lu (Mon May 26 2025 - 07:37:20 EST)
- Re: [PATCH] greybus: Avoid fake flexible array for response data Dan Carpenter (Mon May 26 2025 - 07:37:30 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Maxime Ripard (Mon May 26 2025 - 07:40:47 EST)
- [GIT PULL] power-supply changes for 6.16 Sebastian Reichel (Mon May 26 2025 - 07:41:26 EST)
- [PATCH v6 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support Svyatoslav Ryhel (Mon May 26 2025 - 07:44:33 EST)
- [PATCH v6 1/2] dt-bindings: display: bridge: Document Solomon SSD2825 Svyatoslav Ryhel (Mon May 26 2025 - 07:44:42 EST)
- [PATCH v6 2/2] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge Svyatoslav Ryhel (Mon May 26 2025 - 07:44:59 EST)
- Re: [PATCH] sched: Make clangd usable Peter Zijlstra (Mon May 26 2025 - 07:45:07 EST)
- RE: [PATCH v6 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open() Reshetova, Elena (Mon May 26 2025 - 07:45:49 EST)
- [PATCH v3 0/3] arm64: dts: qcom: sm8750: Add sound Krzysztof Kozlowski (Mon May 26 2025 - 07:46:51 EST)
- [PATCH v3 1/3] arm64: dts: qcom: sm8750: Add Soundwire nodes Krzysztof Kozlowski (Mon May 26 2025 - 07:46:59 EST)
- Re: [PATCH net-next] net: arp: use kfree_skb_reason() in arp_rcv() jiang.kun2 (Mon May 26 2025 - 07:47:31 EST)
- [PATCH v3 2/3] arm64: dts: qcom: sm8750-mtp: Add sound (speakers, headset codec, dmics) Krzysztof Kozlowski (Mon May 26 2025 - 07:47:38 EST)
- [PATCH v3 3/3] arm64: dts: qcom: sm8750-qrd: Add sound (speakers, headset codec, dmics) Krzysztof Kozlowski (Mon May 26 2025 - 07:48:05 EST)
- Re: [PATCH 1/2] Documentation: Bump media IOCTL reserved numbers Laurent Pinchart (Mon May 26 2025 - 07:48:45 EST)
- [PATCH 0/3] wifi: ath11k: fix dest ring-buffer corruption Johan Hovold (Mon May 26 2025 - 07:49:01 EST)
- [PATCH 1/3] wifi: ath11k: fix dest ring-buffer corruption Johan Hovold (Mon May 26 2025 - 07:49:08 EST)
- [PATCH 2/3] wifi: ath11k: use plain access for descriptor length Johan Hovold (Mon May 26 2025 - 07:49:17 EST)
- [PATCH 3/3] wifi: ath11k: use plain accesses for monitor descriptor Johan Hovold (Mon May 26 2025 - 07:49:18 EST)
- Re: [PATCH 2/2] media: uapi: Document IOCTL number assignment Laurent Pinchart (Mon May 26 2025 - 07:50:03 EST)
- RE: [PATCH v6 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open() Reshetova, Elena (Mon May 26 2025 - 07:50:17 EST)
- [PATCH 1/1] i2c: meson: support smbus block read function George Stark (Mon May 26 2025 - 07:51:55 EST)
- Re: [PATCH v8 2/3] dmr/bridge: add a .destroy func Luca Ceresoli (Mon May 26 2025 - 07:52:11 EST)
- [PATCH 0/2] wifi: ath12k: fix dest ring-buffer corruption Johan Hovold (Mon May 26 2025 - 07:52:35 EST)
- [PATCH 1/2] wifi: ath12k: fix dest ring-buffer corruption Johan Hovold (Mon May 26 2025 - 07:52:42 EST)
- [PATCH 2/2] wifi: ath12k: use plain access for descriptor length Johan Hovold (Mon May 26 2025 - 07:52:52 EST)
- Re: [PATCH] tracing: Fix compilation warning on arm32 Jeongjun Park (Mon May 26 2025 - 07:53:40 EST)
- Re: [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers Heiko Carstens (Mon May 26 2025 - 07:59:54 EST)
- Re: [PATCH] x86/ACPI: invalidate all cache lines on ACPI C-state transitions Peter Zijlstra (Mon May 26 2025 - 08:00:52 EST)
- Re: [PATCH v9 06/11] gpio: regmap: Allow to allocate regmap-irq device Mathieu Dubois-Briand (Mon May 26 2025 - 08:03:30 EST)
- [PATCH v1 2/3] drm/bridge: analogix_dp: Move &drm_bridge_funcs.mode_set to &drm_bridge_funcs.atomic_enable Damon Ding (Mon May 26 2025 - 08:08:33 EST)
- [PATCH v1 3/3] drm/bridge: analogix_dp: Apply drm_bridge_connector helper Damon Ding (Mon May 26 2025 - 08:08:36 EST)
- [syzbot] [net?] KMSAN: uninit-value in neigh_parms_release (2) syzbot (Mon May 26 2025 - 08:09:50 EST)
- Re: [PATCH v6 4/7] media: mt9m114: Apply horizontal / vertical flip while streaming Laurent Pinchart (Mon May 26 2025 - 08:10:57 EST)
- [GIT PULL] dma-mapping update for Linux 6.16 Marek Szyprowski (Mon May 26 2025 - 08:11:34 EST)
- Re: [PATCH v3] media: add virtio-media driver Mauro Carvalho Chehab (Mon May 26 2025 - 08:13:45 EST)
- Re: [PATCH v6 5/7] media: mt9m114: Allow set_selection while streaming Laurent Pinchart (Mon May 26 2025 - 08:14:13 EST)
- Re: [PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio Stefan Wahren (Mon May 26 2025 - 08:14:53 EST)
- Re: [PATCH v6 0/7] MT9M114 driver bugfix and improvements Laurent Pinchart (Mon May 26 2025 - 08:15:42 EST)
- [PATCH] drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() Zhi Wang (Mon May 26 2025 - 08:15:53 EST)
- [GIT PULL] x86/cache for v6.16-rc1 Borislav Petkov (Mon May 26 2025 - 08:16:26 EST)
- Re: [PATCH] mm/hugetlb: remove redundant folio_test_hugetlb David Hildenbrand (Mon May 26 2025 - 08:20:22 EST)
- [syzbot] [f2fs?] KASAN: slab-out-of-bounds Read in build_sit_entries syzbot (Mon May 26 2025 - 08:20:41 EST)
- [PATCH] greybus: Remove gb_control_get_manifest_response struct clingfei (Mon May 26 2025 - 08:20:52 EST)
- Re: [PATCH] greybus: Avoid fake flexible array for response data Greg KH (Mon May 26 2025 - 08:21:19 EST)
- [PATCH v2 0/2] PM: domains: add devm_pm_domain_attach() Claudiu (Mon May 26 2025 - 08:21:34 EST)
- [PATCH v2 2/2] driver core: platform: Use devm_pm_domain_attach() Claudiu (Mon May 26 2025 - 08:21:54 EST)
- [PATCH v2 1/2] PM: domains: Add devres variant for dev_pm_domain_attach() Claudiu (Mon May 26 2025 - 08:21:57 EST)
- Re: [PATCH 04/45] drm/msm/dp: split msm_dp_panel_read_sink_caps() into two parts Yongxing Mou (Mon May 26 2025 - 08:23:03 EST)
- [PATCH v1 1/3] drm/bridge: analogix_dp: Formalize the struct analogid_dp_device Damon Ding (Mon May 26 2025 - 08:23:44 EST)
- Re: [PATCH] mm/hugetlb: remove redundant folio_test_hugetlb David Hildenbrand (Mon May 26 2025 - 08:24:11 EST)
- Re: [PATCH nand/next] mtd: nand: spi: Use write_cache first and then update_cache in write operation Miquel Raynal (Mon May 26 2025 - 08:25:37 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Yassine Ouaissa (Mon May 26 2025 - 08:27:31 EST)
- Re: [PATCH 05/45] drm/msm/dp: add a helper to read mst caps for dp_panel Yongxing Mou (Mon May 26 2025 - 08:28:21 EST)
- Re: [syzbot] [tipc?] WARNING: refcount bug in tipc_crypto_xmit Charalampos Mitrodimas (Mon May 26 2025 - 08:28:22 EST)
- [PATCH v3] arm64: dts: mediatek: mt7986-bpi-r3: Change fan PWM value for mid speed Mikhail Kshevetskiy (Mon May 26 2025 - 08:31:48 EST)
- Re: mm/vmscan.c:3504 walk_pte_range() error: uninitialized symbol 'dirty'. Dan Carpenter (Mon May 26 2025 - 08:32:56 EST)
- Re: [BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out David Hildenbrand (Mon May 26 2025 - 08:39:47 EST)
- Re: [PATCH] mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios David Hildenbrand (Mon May 26 2025 - 08:42:02 EST)
- Re: [PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI Anup Patel (Mon May 26 2025 - 08:42:41 EST)
- Re: [PATCH v8] media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryctrl errors Hans de Goede (Mon May 26 2025 - 08:43:39 EST)
- Re: [PATCH 1/4] crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULP John Ernberg (Mon May 26 2025 - 08:45:35 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Krzysztof Kozlowski (Mon May 26 2025 - 08:46:49 EST)
- Re: [PATCH 11/45] drm/msm/dp: split dp_ctrl_off() into stream and link parts Yongxing Mou (Mon May 26 2025 - 08:48:18 EST)
- Re: [PATCH 3/3] input: docs: Fix Amiga joysticks grammar & formatting Jonathan Corbet (Mon May 26 2025 - 08:48:32 EST)
- Re: [PATCH V3 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC Krzysztof Kozlowski (Mon May 26 2025 - 08:50:38 EST)
- Re: [PATCH V3 1/2] dt-bindings: arm: aspeed: add Meta Clemente board Krzysztof Kozlowski (Mon May 26 2025 - 08:51:20 EST)
- Re: [PATCH net-next] vsock/test: Cover more CIDs in transport_uaf test Michal Luczaj (Mon May 26 2025 - 08:52:02 EST)
- Re: [PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark Toke Høiland-Jørgensen (Mon May 26 2025 - 08:52:13 EST)
- [PATCH 00/11] HID: playstation: Add support for audio jack handling on DualSense Cristian Ciocaltea (Mon May 26 2025 - 08:52:30 EST)
- [PATCH 01/11] HID: playstation: Make use of bitfield macros Cristian Ciocaltea (Mon May 26 2025 - 08:52:41 EST)
- [PATCH 02/11] HID: playstation: Add spaces around arithmetic operators Cristian Ciocaltea (Mon May 26 2025 - 08:53:16 EST)
- [PATCH 03/11] HID: playstation: Simplify locking with guard() and scoped_guard() Cristian Ciocaltea (Mon May 26 2025 - 08:53:18 EST)
- [PATCH 05/11] HID: playstation: Correct spelling in comment sections Cristian Ciocaltea (Mon May 26 2025 - 08:53:39 EST)
- [PATCH 07/11] HID: playstation: Document spinlock_t usage Cristian Ciocaltea (Mon May 26 2025 - 08:53:46 EST)
- [PATCH 04/11] HID: playstation: Replace uint{32,16,8}_t with u{32,16,8} Cristian Ciocaltea (Mon May 26 2025 - 08:53:59 EST)
- [PATCH 09/11] HID: playstation: Rename DualSense input report status field Cristian Ciocaltea (Mon May 26 2025 - 08:54:22 EST)
- [PATCH 06/11] HID: playstation: Fix all alignment and line length issues Cristian Ciocaltea (Mon May 26 2025 - 08:54:24 EST)
- [PATCH 08/11] HID: playstation: Prefer kzalloc(sizeof(*buf)...) Cristian Ciocaltea (Mon May 26 2025 - 08:54:28 EST)
- [PATCH 10/11] HID: playstation: Support DualSense audio jack hotplug detection Cristian Ciocaltea (Mon May 26 2025 - 08:54:39 EST)
- [PATCH 11/11] HID: playstation: Support DualSense audio jack event reporting Cristian Ciocaltea (Mon May 26 2025 - 08:54:57 EST)
- Re: [RFC PATCH] fanotify: wake-up all waiters on release Jan Kara (Mon May 26 2025 - 08:55:37 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Krzysztof Kozlowski (Mon May 26 2025 - 08:55:56 EST)
- [PATCH v11 00/10] Improve gpu_scheduler trace events + UAPI Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:56:09 EST)
- [PATCH v11 01/10] drm/debugfs: Output client_id in in drm_clients_info Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:56:21 EST)
- [GIT PULL] m68k updates for v6.16 Geert Uytterhoeven (Mon May 26 2025 - 08:56:34 EST)
- [PATCH v11 02/10] drm/sched: Store the drm client_id in drm_sched_fence Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:56:44 EST)
- [PATCH v11 03/10] drm/sched: Add device name to the drm_sched_process_job event Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:57:00 EST)
- [PATCH v11 04/10] drm/sched: Cleanup gpu_scheduler trace events Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:57:01 EST)
- [PATCH v11 06/10] drm/sched: Add the drm_client_id to the drm_sched_run/exec_job events Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:57:57 EST)
- [PATCH v11 05/10] drm/sched: Trace dependencies for GPU jobs Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:58:08 EST)
- [PATCH v11 07/10] drm/sched: Cleanup event names Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:58:08 EST)
- [PATCH v11 09/10] drm/doc: Document some tracepoints as uAPI Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:58:17 EST)
- [PATCH v11 08/10] drm: Get rid of drm_sched_job.id Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:58:19 EST)
- Re: [PATCH v2] spi: dt-bindings: cdns,qspi-nor: Update minItems/maxItems of resets for Cadence OSPI controller Krzysztof Kozlowski (Mon May 26 2025 - 08:58:34 EST)
- [PATCH v11 10/10] drm/amdgpu: update trace format to match gpu_scheduler_trace Pierre-Eric Pelloux-Prayer (Mon May 26 2025 - 08:58:44 EST)
- Re: [RFC PATCH 0/5] add process_madvise() flags to modify behaviour David Hildenbrand (Mon May 26 2025 - 08:59:48 EST)
- Re: [PATCH] selftests/mm: Deduplicate test names in madv_populate David Hildenbrand (Mon May 26 2025 - 09:00:00 EST)
- Re: [PATCH] mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios Ge Yang (Mon May 26 2025 - 09:00:04 EST)
- Re: [PATCH] mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios David Hildenbrand (Mon May 26 2025 - 09:00:08 EST)
- Re: [PATCH 17/45] drm/msm/dp: use stream_id to change offsets in dp_catalog Yongxing Mou (Mon May 26 2025 - 09:00:14 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Yassine Ouaissa (Mon May 26 2025 - 09:00:20 EST)
- Re: [RFC PATCH 1/2] rust: add initial scatterlist bindings Abdiel Janulgue (Mon May 26 2025 - 09:04:24 EST)
- Re: [PATCH] mm/hugetlb: remove redundant folio_test_hugetlb Oscar Salvador (Mon May 26 2025 - 09:05:43 EST)
- [syzbot] [block?] possible deadlock in __del_gendisk syzbot (Mon May 26 2025 - 09:05:57 EST)
- Re: [PATCH] mm/hugetlb: remove redundant folio_test_hugetlb David Hildenbrand (Mon May 26 2025 - 09:06:55 EST)
- Re: [PATCH] wifi: ath12k: fix ring-buffer corruption Remi Pommarel (Mon May 26 2025 - 09:08:10 EST)
- Re: [PATCH] mm/hugetlb: remove redundant folio_test_hugetlb Oscar Salvador (Mon May 26 2025 - 09:09:39 EST)
- Re: [PATCH] mm/hugetlb: remove redundant folio_test_hugetlb Ge Yang (Mon May 26 2025 - 09:11:54 EST)
- Re: [PATCH v5 1/4] media: uvcvideo: Do not mark valid metadata as invalid Hans de Goede (Mon May 26 2025 - 09:12:17 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Masahiro Yamada (Mon May 26 2025 - 09:12:39 EST)
- Re: [PATCH v5 2/4] media: Documentation: Add note about UVCH length field Hans de Goede (Mon May 26 2025 - 09:12:53 EST)
- Re: [PATCH v13 11/27] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC Peter Newman (Mon May 26 2025 - 09:14:29 EST)
- Re: [PATCH v2] media: uvcvideo: Populate all errors in uvc_probe() Laurent Pinchart (Mon May 26 2025 - 09:15:20 EST)
- Re: [PATCH 4/7] sched/fair: Take care of group/affinity/sched_class change for throttled task Chengming Zhou (Mon May 26 2025 - 09:15:32 EST)
- Re: [PATCH 0/5] media: Add Gen 3 IP stateful decoder driver Yassine Ouaissa (Mon May 26 2025 - 09:16:51 EST)
- Re: [PATCH v5 3/4] media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5 Hans de Goede (Mon May 26 2025 - 09:17:10 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Dmitry Baryshkov (Mon May 26 2025 - 09:18:49 EST)
- Re: [PATCH v5 4/4] media: uvcvideo: Auto-set UVC_QUIRK_MSXU_META Hans de Goede (Mon May 26 2025 - 09:19:32 EST)
- Re: [PATCH v2 00/14] Introduce AMD Pensando RDMA driver Jason Gunthorpe (Mon May 26 2025 - 09:19:57 EST)
- [PATCH v2] dt-bindings: iio: adc: adi,ad7606: fix dt_schema validation warning Angelo Dureghello (Mon May 26 2025 - 09:20:46 EST)
- Re: [PATCH v2] media: uvcvideo: Populate all errors in uvc_probe() Hans de Goede (Mon May 26 2025 - 09:21:57 EST)
- Re: [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers Claudio Imbrenda (Mon May 26 2025 - 09:22:25 EST)
- [PATCH v1 0/3] Apply drm_bridge_connector helper for the Analogix DP driver Damon Ding (Mon May 26 2025 - 09:23:49 EST)
- Re: [PATCH 1/2] Documentation: Bump media IOCTL reserved numbers Sakari Ailus (Mon May 26 2025 - 09:24:43 EST)
- Re: [PATCH net] net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames Andrew Lunn (Mon May 26 2025 - 09:26:51 EST)
- [PATCH v5 0/5] kunit: Add support for suppressing warning backtraces Alessandro Carminati (Mon May 26 2025 - 09:28:29 EST)
- [PATCH v5 2/5] bug/kunit: Suppressing warning backtraces reduced impact on WARN*() sites Alessandro Carminati (Mon May 26 2025 - 09:28:37 EST)
- [PATCH v5 1/5] bug/kunit: Core support for suppressing warning backtraces Alessandro Carminati (Mon May 26 2025 - 09:28:53 EST)
- [PATCH v5 3/5] Add unit tests to verify that warning backtrace suppression works. Alessandro Carminati (Mon May 26 2025 - 09:28:56 EST)
- [PATCH v5 4/5] drm: Suppress intentional warning backtraces in scaling unit tests Alessandro Carminati (Mon May 26 2025 - 09:29:14 EST)
- [PATCH v5 5/5] kunit: Add documentation for warning backtrace suppression API Alessandro Carminati (Mon May 26 2025 - 09:29:16 EST)
- Re: [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl Jason Gunthorpe (Mon May 26 2025 - 09:29:37 EST)
- Re: [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx Jason Gunthorpe (Mon May 26 2025 - 09:31:00 EST)
- Re: [syzbot] [bpf?] WARNING in __bpf_prog_ret0_warn Kafai Wan (Mon May 26 2025 - 09:31:27 EST)
- Re: [PATCH v2] media: uvcvideo: Populate all errors in uvc_probe() Laurent Pinchart (Mon May 26 2025 - 09:33:17 EST)
- Re: [PATCH v2 3/4] mm: prevent KSM from completely breaking VMA merging David Hildenbrand (Mon May 26 2025 - 09:34:00 EST)
- Re: [PATCH v2 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Geert Uytterhoeven (Mon May 26 2025 - 09:34:17 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Andrew Lunn (Mon May 26 2025 - 09:34:36 EST)
- [PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed KaFai Wan (Mon May 26 2025 - 09:34:49 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Michal Koutný (Mon May 26 2025 - 09:36:00 EST)
- [PATCH 6.1 1/1] erofs: get rid of z_erofs_fill_inode() d . privalov (Mon May 26 2025 - 09:36:15 EST)
- [PATCH] docs: devfreq: Fix typo 'enabeld' to 'enabled' in devfreq-event.c bhanuseshukumar (Mon May 26 2025 - 09:39:08 EST)
- [PATCH] docs: trace: boottime-trace.rst: fix typo Runji Liu (Mon May 26 2025 - 09:42:21 EST)
- [PATCH v2] irqchip/mips-gic: allow forced affinity Markus Stockhausen (Mon May 26 2025 - 09:42:22 EST)
- Re: [PATCH] ext4: inline: do not convert when writing to memory map Jan Kara (Mon May 26 2025 - 09:43:52 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem (Mon May 26 2025 - 09:44:16 EST)
- Re: [PATCH v5 1/4] media: uvcvideo: Do not mark valid metadata as invalid Laurent Pinchart (Mon May 26 2025 - 09:46:52 EST)
- Re: [PATCH v3 5/5] phy: qcom: qmp-pcie: add x1e80100 qref supplies Johan Hovold (Mon May 26 2025 - 09:47:15 EST)
- Re: [PATCH] x86/ACPI: invalidate all cache lines on ACPI C-state transitions Khalid Ali (Mon May 26 2025 - 09:47:17 EST)
- [syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_ext_correct_indexes syzbot (Mon May 26 2025 - 09:47:57 EST)
- [syzbot] [serial?] possible deadlock in debug_check_no_obj_freed (2) syzbot (Mon May 26 2025 - 09:49:44 EST)
- Re: [PATCH v5 2/4] media: Documentation: Add note about UVCH length field Laurent Pinchart (Mon May 26 2025 - 09:50:04 EST)
- [PATCH net v2] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test Konstantin Shkolnyy (Mon May 26 2025 - 09:51:10 EST)
- Re: [PATCH v5 3/4] media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5 Laurent Pinchart (Mon May 26 2025 - 09:54:13 EST)
- Re: [PATCH net-next] net: usb: aqc111: fix error handling of usbnet read calls Paolo Abeni (Mon May 26 2025 - 09:54:36 EST)
- Re: [PATCH net v2] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test Stefano Garzarella (Mon May 26 2025 - 09:56:19 EST)
- Re: [PATCH 3/3] input: docs: Fix Amiga joysticks grammar & formatting Bagas Sanjaya (Mon May 26 2025 - 09:56:49 EST)
- Re: [PATCH v5 RESEND 2/3] drm/ast: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGT Thomas Zimmermann (Mon May 26 2025 - 09:57:15 EST)
- Re: [PATCH v5 RESEND 3/3] drm/udl: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGT Thomas Zimmermann (Mon May 26 2025 - 09:57:43 EST)
- [PATCH] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT Gatien Chevallier (Mon May 26 2025 - 09:59:13 EST)
- [PATCH v2 0/4] Multiple fixes to Amiga joystick documentation George Anthony Vernon (Mon May 26 2025 - 10:00:27 EST)
- [PATCH v2 1/4] input: docs: Fix broken table formatting George Anthony Vernon (Mon May 26 2025 - 10:00:49 EST)
- [PATCH v2 2/4] input: docs: Correct Amiga 4-jstick adapter pinout George Anthony Vernon (Mon May 26 2025 - 10:01:08 EST)
- [PATCH v2 3/4] input: docs: Fix Amiga joysticks grammar George Anthony Vernon (Mon May 26 2025 - 10:01:26 EST)
- [PATCH v2 4/4] input: docs: Make headings compliant w/ guidelines George Anthony Vernon (Mon May 26 2025 - 10:01:38 EST)
- Re: [PATCH v5 4/4] media: uvcvideo: Auto-set UVC_QUIRK_MSXU_META Laurent Pinchart (Mon May 26 2025 - 10:02:27 EST)
- Re: [PATCH RFC 1/6] rust: Add basic PWM abstractions Michal Wilczynski (Mon May 26 2025 - 10:03:04 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 10:03:39 EST)
- Re: [PATCH] arm64: dts: ti: k3-am642-phyboard-electra: Fix PRU-ICSSG Ethernet ports Wadim Egorov (Mon May 26 2025 - 10:04:09 EST)
- Re: [PATCH net-next] net: phy: Add c45_phy_ids sysfs entry Andrew Lunn (Mon May 26 2025 - 10:04:10 EST)
- Re: [PATCH v5 2/4] media: Documentation: Add note about UVCH length field Ricardo Ribalda (Mon May 26 2025 - 10:04:28 EST)
- [PATCH net-next v2] net: phy: Add c45_phy_ids sysfs directory entry Yajun Deng (Mon May 26 2025 - 10:06:12 EST)
- Re: [PATCH v9 -next 08/12] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5 Matthias Brugger (Mon May 26 2025 - 10:07:10 EST)
- [PATCH 0/9] ALSA: usb-audio: Support jack detection on Sony DualSense PS5 Cristian Ciocaltea (Mon May 26 2025 - 10:08:10 EST)
- [PATCH 3/9] ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros Cristian Ciocaltea (Mon May 26 2025 - 10:08:23 EST)
- [PATCH 2/9] ALSA: usb-audio: Fix whitespace & blank line issues in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:08:24 EST)
- [PATCH 1/9] ALSA: usb-audio: Fix code alignment in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:08:38 EST)
- [PATCH 4/9] ALSA: usb-audio: Fix block comments in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:08:47 EST)
- [PATCH 5/9] ALSA: usb-audio: Drop unnecessary parentheses in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:09:02 EST)
- [PATCH 7/9] ALSA: usb-audio: Simplify NULL comparison in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:09:08 EST)
- [PATCH 6/9] ALSA: usb-audio: Avoid multiple assignments in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:09:10 EST)
- [PATCH 9/9] ALSA: usb-audio: Add mixer quirk for Sony DualSense PS5 Cristian Ciocaltea (Mon May 26 2025 - 10:09:41 EST)
- [PATCH 8/9] ALSA: usb-audio: Remove unneeded wmb() in mixer_quirks Cristian Ciocaltea (Mon May 26 2025 - 10:09:50 EST)
- Re: [PATCH 5/5] media: allegro-dvt: Add Gen 3 IP stateful decoder driver Yassine Ouaissa (Mon May 26 2025 - 10:10:30 EST)
- Re: [PATCH] ext4: inline: do not convert when writing to memory map Thadeu Lima de Souza Cascardo (Mon May 26 2025 - 10:11:16 EST)
- Re: [RFC PATCH] fanotify: wake-up all waiters on release Sergey Senozhatsky (Mon May 26 2025 - 10:12:42 EST)
- Re: [PATCH] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT Sebastian Andrzej Siewior (Mon May 26 2025 - 10:13:48 EST)
- Re: [PATCH v5 2/4] media: Documentation: Add note about UVCH length field Laurent Pinchart (Mon May 26 2025 - 10:13:59 EST)
- [PATCH v2] ext4: inline: convert when mmap is called, not when page is written Thadeu Lima de Souza Cascardo (Mon May 26 2025 - 10:14:19 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 10:14:46 EST)
- Re: [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection Andrew Lunn (Mon May 26 2025 - 10:15:45 EST)
- Re: [PATCH v3] MAINTAINERS: Update my email address to gmail.com Martin Hecht (Mon May 26 2025 - 10:16:17 EST)
- Re: [PATCH 2/3] media: uvcvideo: Use vb2 ioctl and fop helpers Hans de Goede (Mon May 26 2025 - 10:17:05 EST)
- Re: [PATCH v5 4/4] media: uvcvideo: Auto-set UVC_QUIRK_MSXU_META Ricardo Ribalda (Mon May 26 2025 - 10:17:53 EST)
- Re: [PATCH v8 4/4] drm/tidss: Add OLDI bridge support Aradhya Bhatia (Mon May 26 2025 - 10:18:22 EST)
- Re: [PATCH v2 00/11] kunit: Introduce UAPI testing framework Nicolas Schier (Mon May 26 2025 - 10:19:19 EST)
- Re: [PATCH net-next] net: usb: aqc111: fix error handling of usbnet read calls patchwork-bot+netdevbpf (Mon May 26 2025 - 10:20:10 EST)
- Re: [PATCH v2 01/11] kbuild: userprogs: add nolibc support Nicolas Schier (Mon May 26 2025 - 10:20:24 EST)
- Re: [PATCH v3] arm64: dts: mediatek: mt7986-bpi-r3: Change fan PWM value for mid speed Frank Wunderlich (Mon May 26 2025 - 10:20:43 EST)
- Re: [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages Zi Yan (Mon May 26 2025 - 10:20:56 EST)
- Re: [PATCH v2 02/11] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC Nicolas Schier (Mon May 26 2025 - 10:21:09 EST)
- Re: [PATCH v5 2/4] media: Documentation: Add note about UVCH length field Ricardo Ribalda (Mon May 26 2025 - 10:21:21 EST)
- Re: [PATCH v2 04/11] kbuild: introduce blob framework Nicolas Schier (Mon May 26 2025 - 10:21:47 EST)
- Re: [PATCH v2 09/11] kunit: uapi: Add example for UAPI tests Nicolas Schier (Mon May 26 2025 - 10:22:20 EST)
- Re: [PATCH 2/3] media: uvcvideo: Use vb2 ioctl and fop helpers Hans de Goede (Mon May 26 2025 - 10:22:40 EST)
- Re: [PATCH v8 5/5] rust: add dynamic ID pool abstraction for bitmap Burak Emir (Mon May 26 2025 - 10:22:56 EST)
- Re: [PATCH v2 10/11] kunit: uapi: Introduce preinit executable Nicolas Schier (Mon May 26 2025 - 10:23:07 EST)
- Re: [PATCH net] page_pool: Fix use-after-free in page_pool_recycle_in_ring dongchenchen (A) (Mon May 26 2025 - 10:27:36 EST)
- RE: [PATCH v12 3/3] mtd: Add driver for concatenating devices Mahapatra, Amit Kumar (Mon May 26 2025 - 10:27:52 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Laurent Pinchart (Mon May 26 2025 - 10:28:24 EST)
- Re: [PATCH] dt-bindings: soc: samsung: exynos-pmu: Constrain google,pmu-intr-gen-syscon Conor Dooley (Mon May 26 2025 - 10:29:07 EST)
- Re: [PATCH] media: dt-bindings: mediatek: Constrain iommus Conor Dooley (Mon May 26 2025 - 10:30:06 EST)
- [PATCH v4 0/4] Add USB2.0 PHY and USB3.0 PHY support for SpacemiT K1 Ze Huang (Mon May 26 2025 - 10:31:35 EST)
- [PATCH v4 1/4] dt-bindings: phy: spacemit: add K1 USB2 PHY Ze Huang (Mon May 26 2025 - 10:31:49 EST)
- [PATCH v4 2/4] dt-bindings: phy: spacemit: add K1 PCIe/USB3 combo PHY Ze Huang (Mon May 26 2025 - 10:31:57 EST)
- [PATCH v4 3/4] phy: spacemit: support K1 USB2.0 PHY controller Ze Huang (Mon May 26 2025 - 10:32:16 EST)
- [PATCH v4 4/4] phy: spacemit: add USB3 support for K1 PCIe/USB3 combo PHY Ze Huang (Mon May 26 2025 - 10:32:30 EST)
- Re: [PATCH v2 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer Liam R. Howlett (Mon May 26 2025 - 10:32:33 EST)
- Re: [PATCH v2 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible() Liam R. Howlett (Mon May 26 2025 - 10:32:48 EST)
- Re: [PATCH v2 3/4] mm: prevent KSM from completely breaking VMA merging Liam R. Howlett (Mon May 26 2025 - 10:33:25 EST)
- Re: [PATCH v2 4/4] tools/testing/selftests: add VMA merge tests for KSM merge Liam R. Howlett (Mon May 26 2025 - 10:35:00 EST)
- Re: [PATCH v12 3/3] mtd: Add driver for concatenating devices Miquel Raynal (Mon May 26 2025 - 10:39:16 EST)
- Re: [PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI Andrew Jones (Mon May 26 2025 - 10:39:43 EST)
- Re: [PATCH net-next] vsock/test: Cover more CIDs in transport_uaf test Stefano Garzarella (Mon May 26 2025 - 10:40:12 EST)
- Re: [PATCH v2 01/11] kbuild: userprogs: add nolibc support Thomas Weißschuh (Mon May 26 2025 - 10:40:38 EST)
- [PATCH v4 0/4] Add SpacemiT K1 USB3.0 host controller support Ze Huang (Mon May 26 2025 - 10:40:45 EST)
- [PATCH v4 1/4] dt-bindings: usb: dwc3: add support for SpacemiT K1 Ze Huang (Mon May 26 2025 - 10:41:02 EST)
- [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Ze Huang (Mon May 26 2025 - 10:41:14 EST)
- [PATCH v4 3/4] usb: dwc3: add generic driver to support flattened DT Ze Huang (Mon May 26 2025 - 10:41:29 EST)
- [PATCH v4 4/4] riscv: dts: spacemit: add usb3.0 support for K1 Ze Huang (Mon May 26 2025 - 10:41:47 EST)
- Re: [PATCH v2] t: fix udp gso skb_segment after pull from frag_list Willem de Bruijn (Mon May 26 2025 - 10:42:08 EST)
- Re: [PATCH] net: stmmac: add explicit check and error on invalid PTP clock rate Alexis Lothoré (Mon May 26 2025 - 10:43:04 EST)
- Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries" Jan Kara (Mon May 26 2025 - 10:43:34 EST)
- Re: [PATCH net] page_pool: Fix use-after-free in page_pool_recycle_in_ring dongchenchen (A) (Mon May 26 2025 - 10:47:59 EST)
- [PATCH] selftests: nettest: Fix typo in log and error messages for clarity Alok Tiwari (Mon May 26 2025 - 10:48:29 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Benno Lossin (Mon May 26 2025 - 10:49:07 EST)
- Re: [PATCH] sched: Make clangd usable Juri Lelli (Mon May 26 2025 - 10:49:59 EST)
- stable-rc/queue/6.14: S390: devres.h:111:16: error: implicit declaration of function 'IOMEM_ERR_PTR' [-Werror=implicit-function-declaration] Naresh Kamboju (Mon May 26 2025 - 10:50:09 EST)
- Re: [PATCH v3 4/7] perf python: Add support for perf_counts_values to return counter data Gautam Menghani (Mon May 26 2025 - 10:50:31 EST)
- Re: [PATCH v2 09/11] kunit: uapi: Add example for UAPI tests Thomas Weißschuh (Mon May 26 2025 - 10:50:46 EST)
- [PATCH v6 1/5] drivers/base/node: Optimize memory block registration to reduce boot time Donet Tom (Mon May 26 2025 - 10:51:03 EST)
- [PATCH v6 2/5] drivers/base/node: remove register_mem_block_under_node_early() Donet Tom (Mon May 26 2025 - 10:51:23 EST)
- [PATCH v6 3/5] drivers/base/node: Remove register_memory_blocks_under_node() function call from register_one_node Donet Tom (Mon May 26 2025 - 10:51:26 EST)
- [PATCH v6 5/5] drivers/base/node: Rename __register_one_node() to register_one_node() Donet Tom (Mon May 26 2025 - 10:51:36 EST)
- [PATCH v6 4/5] drivers/base/node: Rename register_memory_blocks_under_node() and remove context argument Donet Tom (Mon May 26 2025 - 10:52:14 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Mon May 26 2025 - 10:52:54 EST)
- Re: [syzbot] [ext4?] KASAN: use-after-free Read in ext4_ext_insert_extent syzbot (Mon May 26 2025 - 10:53:15 EST)
- [PATCH RFC v4 1/2] leds: leds-lp50xx: Handle reg to get correct multi_index Johan Adolfsson (Mon May 26 2025 - 10:54:20 EST)
- [PATCH RFC v4 2/2] dt-bindings: leds: lp50xx: Document child reg, fix example Johan Adolfsson (Mon May 26 2025 - 10:54:22 EST)
- [PATCH RFC v4 0/2] leds-lp50xx: Support reg to set multi_index. Johan Adolfsson (Mon May 26 2025 - 10:54:39 EST)
- Re: [PATCH v12 0/6] Refactor capability search into common macros Hans Zhang (Mon May 26 2025 - 10:55:02 EST)
- Re: [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr` Benno Lossin (Mon May 26 2025 - 10:57:11 EST)
- Re: [PATCH v3] MAINTAINERS: Update my email address to gmail.com Sakari Ailus (Mon May 26 2025 - 10:59:15 EST)
- Re: [PATCH v4 2/3] pwm: sophgo: reorganize the code structure Uwe Kleine-König (Mon May 26 2025 - 10:59:45 EST)
- Re: stable-rc/queue/6.14: S390: devres.h:111:16: error: implicit declaration of function 'IOMEM_ERR_PTR' [-Werror=implicit-function-declaration] Arnd Bergmann (Mon May 26 2025 - 11:00:28 EST)
- Re: [PATCH v5 RESEND 1/3] drm/shmem-helper: Import dmabuf without mapping its sg_table Thomas Zimmermann (Mon May 26 2025 - 11:00:39 EST)
- [PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings Burak Emir (Mon May 26 2025 - 11:02:00 EST)
- [PATCH v9 1/5] rust: add bindings for bitmap.h Burak Emir (Mon May 26 2025 - 11:02:04 EST)
- [PATCH v9 2/5] rust: add bindings for bitops.h Burak Emir (Mon May 26 2025 - 11:02:36 EST)
- RE: [PATCH v12 3/3] mtd: Add driver for concatenating devices Mahapatra, Amit Kumar (Mon May 26 2025 - 11:03:00 EST)
- [PATCH v9 3/5] rust: add bitmap API. Burak Emir (Mon May 26 2025 - 11:03:02 EST)
- [PATCH v9 4/5] rust: add find_bit_benchmark_rust module. Burak Emir (Mon May 26 2025 - 11:03:14 EST)
- [PATCH v9 5/5] rust: add dynamic ID pool abstraction for bitmap Burak Emir (Mon May 26 2025 - 11:03:34 EST)
- Re: [PATCH net] page_pool: Fix use-after-free in page_pool_recycle_in_ring dongchenchen (A) (Mon May 26 2025 - 11:03:38 EST)
- Re: [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings Benno Lossin (Mon May 26 2025 - 11:05:04 EST)
- Re: [PATCH V5] nvmem: add explicit config option to read old syntax fixed OF cells Kory Maincent (Mon May 26 2025 - 11:05:31 EST)
- Re: [PATCH v10 5/5] rust: remove core::ffi::CStr reexport Benno Lossin (Mon May 26 2025 - 11:06:09 EST)
- Re: [PATCH v4 3/3] pwm: sophgo: add driver for SG2044 Uwe Kleine-König (Mon May 26 2025 - 11:06:44 EST)
- Re: [PATCH v2] dt-bindings: iio: adc: adi,ad7606: fix dt_schema validation warning Conor Dooley (Mon May 26 2025 - 11:10:26 EST)
- Re: [PATCH v6 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller Conor Dooley (Mon May 26 2025 - 11:12:46 EST)
- [PATCH] regulator: core: repeat voltage setting request for stepped regulators Romain Gantois (Mon May 26 2025 - 11:13:17 EST)
- Re: [PATCH v2 1/3] spi: dt-bindings: spi-sg2044-nor: Add SOPHGO SG2042 Conor Dooley (Mon May 26 2025 - 11:15:06 EST)
- [PATCH RESEND] selftests: nettest: Fix typo in log and error messages for clarity Alok Tiwari (Mon May 26 2025 - 11:17:00 EST)
- Re: [PATCH net-next v5] net: dsa: microchip: Add SGMII port support to KSZ9477 switch patchwork-bot+netdevbpf (Mon May 26 2025 - 11:20:07 EST)
- Re: [PATCH v3 1/2] dt-bindings: regulator: add pca9450: Add regulator-allowed-modes Conor Dooley (Mon May 26 2025 - 11:22:47 EST)
- Re: [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping Jason Gunthorpe (Mon May 26 2025 - 11:25:28 EST)
- Re: [PATCH v1 2/2] dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible Conor Dooley (Mon May 26 2025 - 11:26:53 EST)
- Re: [PATCH 1/1] dt-bindings: dma: fsl-mxs-dma: allow interrupt-names for fsl,imx23-dma-apbx Conor Dooley (Mon May 26 2025 - 11:28:20 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Rob Clark (Mon May 26 2025 - 11:28:42 EST)
- [PATCH 1/2] rust: init: re-enable doctests Miguel Ojeda (Mon May 26 2025 - 11:29:30 EST)
- [PATCH 2/2] rust: init: remove doctest's `Error::from_errno` workaround Miguel Ojeda (Mon May 26 2025 - 11:29:45 EST)
- Re: [PATCH 1/1] dt-bindings: soc: Add fsl,imx23-digctl.yaml for i.MX23 and i.MX28 Conor Dooley (Mon May 26 2025 - 11:33:40 EST)
- Re: [PATCH RFC v4 2/2] dt-bindings: leds: lp50xx: Document child reg, fix example Krzysztof Kozlowski (Mon May 26 2025 - 11:34:55 EST)
- Re: [PATCH 1/1] dt-bindings: mtd: jedec,spi-nor: Add atmel,at26* compatible string Conor Dooley (Mon May 26 2025 - 11:38:07 EST)
- [PATCH V6 05/10] phy: qcom-qmp-ufs: Refactor UFS PHY reset Nitin Rawat (Mon May 26 2025 - 11:39:13 EST)
- [PATCH V6 03/10] phy: qcom-qmp-ufs: Rename qmp_ufs_enable and qmp_ufs_power_on Nitin Rawat (Mon May 26 2025 - 11:39:17 EST)
- [PATCH V6 02/10] scsi: ufs: qcom: add a new phy calibrate API call Nitin Rawat (Mon May 26 2025 - 11:39:26 EST)
- [PATCH V6 08/10] phy: qcom-qmp-ufs: Remove qmp_ufs_exit() and Inline qmp_ufs_com_exit() Nitin Rawat (Mon May 26 2025 - 11:39:43 EST)
- [PATCH V6 06/10] phy: qcom-qmp-ufs: Remove qmp_ufs_com_init() Nitin Rawat (Mon May 26 2025 - 11:40:06 EST)
- [PATCH V6 09/10] phy: qcom-qmp-ufs: refactor qmp_ufs_power_off Nitin Rawat (Mon May 26 2025 - 11:40:21 EST)
- [PATCH V6 07/10] phy: qcom-qmp-ufs: Rename qmp_ufs_power_off Nitin Rawat (Mon May 26 2025 - 11:40:22 EST)
- [PATCH V6 01/10] scsi: ufs: qcom: Prevent calling phy_exit before phy_init Nitin Rawat (Mon May 26 2025 - 11:40:37 EST)
- [PATCH V6 04/10] phy: qcom-qmp-ufs: Refactor phy_power_on and phy_calibrate callbacks Nitin Rawat (Mon May 26 2025 - 11:41:14 EST)
- [PATCH V6 00/10] Refactor ufs phy powerup sequence Nitin Rawat (Mon May 26 2025 - 11:41:17 EST)
- [PATCH V6 10/10] scsi: ufs: qcom : Refactor phy_power_on/off calls Nitin Rawat (Mon May 26 2025 - 11:41:38 EST)
- Re: [PATCH 1/1] dt-bindings: ieee802154: Convert at86rf230.txt yaml format Conor Dooley (Mon May 26 2025 - 11:42:18 EST)
- Re: [PATCH v2 00/14] Introduce AMD Pensando RDMA driver Jason Gunthorpe (Mon May 26 2025 - 11:42:54 EST)
- Re: [PATCH v4] fs: minix: Fix handling of corrupted directories Jan Kara (Mon May 26 2025 - 11:44:03 EST)
- Re: [PATCH v4 4/4] phy: spacemit: add USB3 support for K1 PCIe/USB3 combo PHY neil . armstrong (Mon May 26 2025 - 11:45:31 EST)
- Re: [PATCH] drm/virtio: implement virtio_gpu_shutdown Dmitry Osipenko (Mon May 26 2025 - 11:48:54 EST)
- [BUG] BUG: scheduling while atomic in throttle_direct_reclaim Xianying Wang (Mon May 26 2025 - 11:49:49 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Mon May 26 2025 - 11:49:58 EST)
- Re: [PATCH v4 3/4] phy: spacemit: support K1 USB2.0 PHY controller neil . armstrong (Mon May 26 2025 - 11:52:12 EST)
- Re: [PATCH v2] iio: adc: stm32-adc: Fix race in installing chained IRQ handler Fabrice Gasnier (Mon May 26 2025 - 11:52:50 EST)
- Re: [PATCH 1/1] dt-bindings: soc: add vf610 reset controller Conor Dooley (Mon May 26 2025 - 11:54:45 EST)
- Re: [PATCH net-next] net: phy: mtk-2p5ge: Add LED support for MT7988 Paolo Abeni (Mon May 26 2025 - 11:55:20 EST)
- Re: [PATCH v2 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Claudiu Beznea (Mon May 26 2025 - 11:55:35 EST)
- [[PATCH v3] 0/4] Add documentation for PR_FUTEX_HASH Sebastian Andrzej Siewior (Mon May 26 2025 - 11:56:00 EST)
- [[PATCH v3] 2/4] man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document PR_FUTEX_HASH_SET_SLOTS Sebastian Andrzej Siewior (Mon May 26 2025 - 11:56:02 EST)
- [[PATCH v3] 4/4] man/man2/prctl.2, PR_FUTEX_HASH_GET_IMMUTABLE.2const: Document PR_FUTEX_HASH_GET_IMMUTABLE Sebastian Andrzej Siewior (Mon May 26 2025 - 11:56:15 EST)
- [[PATCH v3] 1/4] man/man2/prctl.2, man/man2const/PR_FUTEX_HASH.2const: Document PR_FUTEX_HASH Sebastian Andrzej Siewior (Mon May 26 2025 - 11:56:19 EST)
- [[PATCH v3] 3/4] man/man2/prctl.2, PR_FUTEX_HASH_GET_SLOTS.2const: Document PR_FUTEX_HASH_GET_SLOTS Sebastian Andrzej Siewior (Mon May 26 2025 - 11:56:20 EST)
- Re: [PATCH v2] prctl: Add documentation for PR_FUTEX_HASH Sebastian Andrzej Siewior (Mon May 26 2025 - 11:56:54 EST)
- Re: [PATCH v3] dt-bindings: iio: adc: st,spear600-adc: txt to yaml format conversion. Conor Dooley (Mon May 26 2025 - 11:57:10 EST)
- Re: [PATCH 1/1] dt-bindings: timer: Add fsl,vf610-pit.yaml Conor Dooley (Mon May 26 2025 - 11:57:28 EST)
- Re: [PATCH net-next v2] net: phy: Add c45_phy_ids sysfs directory entry Paolo Abeni (Mon May 26 2025 - 11:58:43 EST)
- Re: [PATCH RESEND] selftests: nettest: Fix typo in log and error messages for clarity Paolo Abeni (Mon May 26 2025 - 12:01:50 EST)
- RE: [PATCH hyperv-next v2 1/4] Documentation: hyperv: Confidential VMBus Roman Kisel (Mon May 26 2025 - 12:02:28 EST)
- Re: [PATCH] x86/ACPI: invalidate all cache lines on ACPI C-state transitions Peter Zijlstra (Mon May 26 2025 - 12:08:14 EST)
- [PATCH] sched/smp: Fix redefinition of flush_smp_call_function_queue() Jony Lynn (Mon May 26 2025 - 12:09:45 EST)
- [PATCH] rtc: pcf2127: align power management configuration Giampiero Baggiani (Mon May 26 2025 - 12:13:14 EST)
- Re: [PATCH v4 3/4] phy: spacemit: support K1 USB2.0 PHY controller Ze Huang (Mon May 26 2025 - 12:13:40 EST)
- Re: [PATCH v10 1/5] rust: retitle "Example" section as "Examples" Miguel Ojeda (Mon May 26 2025 - 12:15:46 EST)
- [PATCH] arm64: dts: rockchip: Fix cover detection on PineNote Diederik de Haas (Mon May 26 2025 - 12:15:58 EST)
- Re: [PATCH] net: stmmac: set multicast filter to zero if feature is unsupported Nikunj Kela (Mon May 26 2025 - 12:17:26 EST)
- [PATCH] net: dwmac-rk: No need to check the return value of the phy_power_on() 李哲 (Mon May 26 2025 - 12:18:18 EST)
- Re: [RFC PATCH v2] ASoC: soc-pcm: Optimize hw_params() BE DAI call Pierre-Louis Bossart (Mon May 26 2025 - 12:18:58 EST)
- Re: [PATCH v2] ext4: inline: convert when mmap is called, not when page is written Jan Kara (Mon May 26 2025 - 12:20:26 EST)
- RE: (subset) [PATCH v6 00/10] drm/display: generic HDMI CEC helpers Biju Das (Mon May 26 2025 - 12:20:47 EST)
- [PATCH] arm64: dts: s32g: add RTC node Ciprian Costea (Mon May 26 2025 - 12:22:02 EST)
- Re: [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support Vincent Knecht (Mon May 26 2025 - 12:23:43 EST)
- [PATCH] dt-bindings: pinctrl: k230: fix child node name patterns Ze Huang (Mon May 26 2025 - 12:23:57 EST)
- [PATCH] rust: kunit: use crate-level mapping for `c_void` Jesung Yang (Mon May 26 2025 - 12:26:18 EST)
- Re: [PATCH v6 3/4] rust: kernel: clean up empty `///` lines Miguel Ojeda (Mon May 26 2025 - 12:27:04 EST)
- Re: [PATCH v2 2/4] media: qcom: camss: Add support for MSM8939 Vincent Knecht (Mon May 26 2025 - 12:28:56 EST)
- [PATCH] arm64: dts: s32g: add RTC node Ciprian Costea (Mon May 26 2025 - 12:30:08 EST)
- [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea (Mon May 26 2025 - 12:30:19 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Mon May 26 2025 - 12:30:46 EST)
- Re: [PATCH v8 0/2] riscv: pwm: sophgo: add pwm support for CV1800 Uwe Kleine-König (Mon May 26 2025 - 12:31:56 EST)
- Re: [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Marian Costea (Mon May 26 2025 - 12:32:08 EST)
- Re: [PATCH] arm64: dts: s32g: add RTC node Ciprian Marian Costea (Mon May 26 2025 - 12:32:40 EST)
- Re: [PATCH] regulator: max14577: Add error check for max14577_read_reg() Mark Brown (Mon May 26 2025 - 12:33:05 EST)
- Re: [PATCH] rust: kunit: use crate-level mapping for `c_void` Miguel Ojeda (Mon May 26 2025 - 12:33:34 EST)
- [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea (Mon May 26 2025 - 12:33:36 EST)
- Re: [PATCH RFC v4 2/2] dt-bindings: leds: lp50xx: Document child reg, fix example Johan Adolfsson (Mon May 26 2025 - 12:42:45 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Mon May 26 2025 - 12:43:48 EST)
- Re: [RFC PATCH] fanotify: wake-up all waiters on release Jan Kara (Mon May 26 2025 - 12:47:52 EST)
- [PATCH] arm64: defconfig: add S32G RTC module support Ciprian Costea (Mon May 26 2025 - 12:50:57 EST)
- Re: [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting Uwe Kleine-König (Mon May 26 2025 - 12:55:02 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Pavel Begunkov (Mon May 26 2025 - 12:57:25 EST)
- Re: [PATCH 1/3] dt-bindings: pinctrl: add compatible for Renesas RZ/T2H Geert Uytterhoeven (Mon May 26 2025 - 13:03:37 EST)
- Re: [PATCH] net: dwmac-rk: No need to check the return value of the phy_power_on() Andrew Lunn (Mon May 26 2025 - 13:05:49 EST)
- Re: [PATCH] x86/ACPI: invalidate all cache lines on ACPI C-state transitions Khalid Ali (Mon May 26 2025 - 13:07:28 EST)
- Re: [PATCH v2 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Geert Uytterhoeven (Mon May 26 2025 - 13:09:38 EST)
- Re: [PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets patchwork-bot+netdevbpf (Mon May 26 2025 - 13:10:07 EST)
- [PATCH 2/4] mfd: rk8xx-core: allow to customize RK806 reset method Quentin Schulz (Mon May 26 2025 - 13:14:44 EST)
- [PATCH 3/4] arm64: dts: rockchip: force PMIC reset behavior to restart PMU on RK3588 Jaguar Quentin Schulz (Mon May 26 2025 - 13:14:57 EST)
- [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Quentin Schulz (Mon May 26 2025 - 13:14:58 EST)
- [PATCH 4/4] arm64: dts: rockchip: force PMIC reset behavior to restart PMU on RK3588 Tiger Quentin Schulz (Mon May 26 2025 - 13:15:18 EST)
- Re: [PATCH RFC 1/9] iio: buffer: Fix checkpatch.pl warning Jonathan Cameron (Mon May 26 2025 - 13:15:40 EST)
- Re: [PATCH v6 1/5] drivers/base/node: Optimize memory block registration to reduce boot time David Hildenbrand (Mon May 26 2025 - 13:17:28 EST)
- Re: [PATCH v6 5/5] drivers/base/node: Rename __register_one_node() to register_one_node() David Hildenbrand (Mon May 26 2025 - 13:18:00 EST)
- Re: [REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9 Michael Klein (Mon May 26 2025 - 13:20:55 EST)
- Re: [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1 Uwe Kleine-König (Mon May 26 2025 - 13:22:38 EST)
- [PATCH 0/4] rockchip: rk8xx: allow to customize PMIC reset method on RK806 Quentin Schulz (Mon May 26 2025 - 13:24:42 EST)
- Re: [REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9 Maxime Ripard (Mon May 26 2025 - 13:30:44 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Mina Almasry (Mon May 26 2025 - 13:34:24 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Mon May 26 2025 - 13:39:53 EST)
- Re: [syzbot] [f2fs?] KASAN: slab-out-of-bounds Read in build_sit_entries syzbot (Mon May 26 2025 - 13:42:11 EST)
- Re: [PATCH v6 1/5] drivers/base/node: Optimize memory block registration to reduce boot time Donet Tom (Mon May 26 2025 - 13:42:27 EST)
- Re: [PATCH] groups: Use bsearch instead of hand rolled implementation Collin Funk (Mon May 26 2025 - 13:46:14 EST)
- Re: [PATCH net] page_pool: Fix use-after-free in page_pool_recycle_in_ring Mina Almasry (Mon May 26 2025 - 13:51:57 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Greg Sword (Mon May 26 2025 - 13:52:23 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Greg Sword (Mon May 26 2025 - 13:53:21 EST)
- Re: [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool Mina Almasry (Mon May 26 2025 - 14:01:01 EST)
- [PATCH] mm, list_lru: refactor the locking code Kairui Song (Mon May 26 2025 - 14:07:19 EST)
- [GIT PULL] x86/mtrr for v6.16-rc1 Borislav Petkov (Mon May 26 2025 - 14:08:19 EST)
- Re: [GIT PULL] Kbuild fixes for v6.15-rc7 Linus Torvalds (Mon May 26 2025 - 14:16:48 EST)
- Re: [PATCH] arm64: dts: s32g: add RTC node Matthias Brugger (Mon May 26 2025 - 14:20:44 EST)
- Re: [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files Peter Zijlstra (Mon May 26 2025 - 14:23:22 EST)
- Re: [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files Peter Zijlstra (Mon May 26 2025 - 14:25:18 EST)
- Re: [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files Peter Zijlstra (Mon May 26 2025 - 14:27:40 EST)
- [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference Shivank Garg (Mon May 26 2025 - 14:30:18 EST)
- [PATCH v1 1/3] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Mon May 26 2025 - 14:30:28 EST)
- [PATCH v1 2/3] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Mon May 26 2025 - 14:30:44 EST)
- [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection James Hilliard (Mon May 26 2025 - 14:30:56 EST)
- [PATCH V3 2/2] mm/khugepaged: clean up refcount check using folio_expected_ref_count() Shivank Garg (Mon May 26 2025 - 14:31:14 EST)
- Re: [GIT PULL for v6.16] vfs lookup_{noperm,one}() cleanup pr-tracker-bot (Mon May 26 2025 - 14:35:29 EST)
- Re: [GIT PULL for v6.16] vfs mount api pr-tracker-bot (Mon May 26 2025 - 14:35:38 EST)
- Re: [GIT PULL for v6.16] vfs writepages pr-tracker-bot (Mon May 26 2025 - 14:35:52 EST)
- Re: [GIT PULL for v6.16] vfs freeze pr-tracker-bot (Mon May 26 2025 - 14:36:03 EST)
- Re: [GIT PULL for v6.16] vfs misc pr-tracker-bot (Mon May 26 2025 - 14:36:18 EST)
- Re: [GIT PULL for v6.16] vfs pidfs pr-tracker-bot (Mon May 26 2025 - 14:36:30 EST)
- Re: [GIT PULL for v6.16] vfs mount pr-tracker-bot (Mon May 26 2025 - 14:36:44 EST)
- Re: [GIT PULL for v6.16] vfs coredump pr-tracker-bot (Mon May 26 2025 - 14:37:09 EST)
- Re: [GIT PULL for v6.16] vfs selftests pr-tracker-bot (Mon May 26 2025 - 14:37:23 EST)
- Re: [GIT PULL for v6.16] vfs iomap pr-tracker-bot (Mon May 26 2025 - 14:37:26 EST)
- [PATCH] net: ch9200: fix uninitialised access during mii_nway_restart Qasim Ijaz (Mon May 26 2025 - 14:38:10 EST)
- Re: [PATCH] iommu: arm: fix building smmuv3 as loadable module Jason Gunthorpe (Mon May 26 2025 - 14:39:54 EST)
- Re: [syzbot] [tipc?] WARNING: refcount bug in tipc_crypto_xmit syzbot (Mon May 26 2025 - 14:41:16 EST)
- Re: [PATCH v4 00/10] Add strobe/flash duration v4l2 ctrl & use it for ov9282 Richard Leitner (Mon May 26 2025 - 14:42:09 EST)
- [PATCH] docs: escape literal asterisk to fix reST emphasis warning Khaled Elnaggar (Mon May 26 2025 - 14:44:33 EST)
- Re: [PATCH v5 1/2] docs: rust: make section names plural Miguel Ojeda (Mon May 26 2025 - 14:45:19 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap David Hildenbrand (Mon May 26 2025 - 14:46:25 EST)
- Re: [PATCH] rust: list: fix path of `assert_pinned!` Miguel Ojeda (Mon May 26 2025 - 14:47:03 EST)
- Re: [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files Peter Zijlstra (Mon May 26 2025 - 14:47:23 EST)
- Re: [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files Peter Zijlstra (Mon May 26 2025 - 14:50:56 EST)
- WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437 giveup_all+0x90/0x1d0 (v6.14.8, Talos II) Erhard Furtner (Mon May 26 2025 - 14:56:13 EST)
- Re: [PATCH v2 52/62] objtool/klp: Introduce klp diff subcommand for diffing object files Peter Zijlstra (Mon May 26 2025 - 14:57:36 EST)
- Re: [PATCH RFC] spi: spi-qpic-snand: overestimate corrected bitflips Gabor Juhos (Mon May 26 2025 - 15:00:37 EST)
- Re: [PATCH] rust: list: fix path of `assert_pinned!` Benno Lossin (Mon May 26 2025 - 15:01:20 EST)
- Re: [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Mon May 26 2025 - 15:05:38 EST)
- [PATCH RFC] arm64: tegra: Add reserved-memory node for P3450 Aaron Kling via B4 Relay (Mon May 26 2025 - 15:06:56 EST)
- Re: [PATCH RFC] arm64: tegra: Add reserved-memory node for P3450 Aaron Kling (Mon May 26 2025 - 15:08:01 EST)
- [PATCH] ASoC: codecs: fix out-of-bounds access on invalid clock config Qasim Ijaz (Mon May 26 2025 - 15:18:49 EST)
- Re: [QUESTION] xas_reload() in iter_xarray_populate_pages() Matthew Wilcox (Mon May 26 2025 - 15:20:33 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection Rob Herring (Arm) (Mon May 26 2025 - 15:26:34 EST)
- Re: [PATCH] docs: escape literal asterisk to fix reST emphasis warning Matthew Wilcox (Mon May 26 2025 - 15:35:38 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection Andrew Lunn (Mon May 26 2025 - 15:37:00 EST)
- [PATCH net] net: tipc: fix refcount warning in tipc_aead_encrypt Charalampos Mitrodimas (Mon May 26 2025 - 15:39:14 EST)
- Re: [PATCH 1/2] dt-bindings: net: qcom,ipa: document qcm2290 compatible Wojciech Sleńska (Mon May 26 2025 - 15:39:48 EST)
- Re: [PATCH] rtc: pcf2127: align power management configuration Alexandre Belloni (Mon May 26 2025 - 15:40:18 EST)
- Re: [RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions Jason Gunthorpe (Mon May 26 2025 - 15:44:39 EST)
- [GIT PULL] x86/sev for v6.16-rc1 Borislav Petkov (Mon May 26 2025 - 15:47:03 EST)
- Re: [PATCH 2/4] mailbox: qcom-apcs-ipc: Assign OF node to clock controller child device Jassi Brar (Mon May 26 2025 - 15:48:00 EST)
- Re: [PATCH net] net: lan966x: Fix 1-step timestamping over ipv4 or ipv6 patchwork-bot+netdevbpf (Mon May 26 2025 - 15:50:02 EST)
- Re: [PATCH v1 2/3] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection Andrew Lunn (Mon May 26 2025 - 15:56:13 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Jason Gunthorpe (Mon May 26 2025 - 15:57:30 EST)
- Re: [PATCH v2 0/2] iio: fix suspend and resume triggering for bmi160 and bmi270 Andy Shevchenko (Mon May 26 2025 - 15:58:22 EST)
- Re: [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection Andrew Lunn (Mon May 26 2025 - 15:58:38 EST)
- Re: [PATCH v3] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr() patchwork-bot+netdevbpf (Mon May 26 2025 - 16:00:07 EST)
- Re: [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays Gabor Juhos (Mon May 26 2025 - 16:01:42 EST)
- [GIT PULL] Thermal control updates for v6.16-rc1 Rafael J. Wysocki (Mon May 26 2025 - 16:07:31 EST)
- [GIT PULL] ACPI updates for v6.16-rc1 Rafael J. Wysocki (Mon May 26 2025 - 16:09:14 EST)
- [GIT PULL] Power management updates for v6.16-rc1 Rafael J. Wysocki (Mon May 26 2025 - 16:12:36 EST)
- Re: [PATCH v2 0/2] iio: fix suspend and resume triggering for bmi160 and bmi270 Denis Benato (Mon May 26 2025 - 16:13:13 EST)
- Re: [GIT PULL] LoongArch KVM changes for v6.16 Paolo Bonzini (Mon May 26 2025 - 16:13:35 EST)
- Re: [PATCH v1] net/ncsi: fix buffer overflow in getting version id Paul Fertser (Mon May 26 2025 - 16:15:54 EST)
- Re: [PATCH v5 2/3] iio: light: add support for veml6046x00 RGBIR color sensor Andy Shevchenko (Mon May 26 2025 - 16:17:33 EST)
- Re: [PATCH v2 0/2] iio: fix suspend and resume triggering for bmi160 and bmi270 Andy Shevchenko (Mon May 26 2025 - 16:19:14 EST)
- Re: [PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio Jason Gunthorpe (Mon May 26 2025 - 16:20:06 EST)
- Re: [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays Gabor Juhos (Mon May 26 2025 - 16:21:31 EST)
- Re: [PATCH v3] iio: common: st_sensors: Fix use of uninitialize device structs Andy Shevchenko (Mon May 26 2025 - 16:22:03 EST)
- Re: [PATCH v4 10/10] media: i2c: ov9282: implement try_ctrl for strobe_duration Sakari Ailus (Mon May 26 2025 - 16:22:34 EST)
- Re: [PATCH] docs: escape literal asterisk to fix reST emphasis warning Khaled Elnaggar (Mon May 26 2025 - 16:23:54 EST)
- Re: [PATCH v4 09/10] media: i2c: ov9282: add strobe_source v4l2 control Sakari Ailus (Mon May 26 2025 - 16:24:57 EST)
- Re: [PATCH net] net: stmmac: platform: guarantee uniqueness of bus_id Paolo Abeni (Mon May 26 2025 - 16:27:06 EST)
- Re: [PATCH v4 08/10] media: i2c: ov9282: add strobe_duration v4l2 control Sakari Ailus (Mon May 26 2025 - 16:27:47 EST)
- Re: [PATCH v2 1/2] PM: domains: Add devres variant for dev_pm_domain_attach() kernel test robot (Mon May 26 2025 - 16:34:51 EST)
- Re: [PATCH] riscv: uaccess: Only restore the CSR_STATUS SUM bit Alexandre Ghiti (Mon May 26 2025 - 16:39:51 EST)
- Re: [PATCH v4 07/10] media: i2c: ov9282: add led_mode v4l2 control Sakari Ailus (Mon May 26 2025 - 16:41:26 EST)
- Re: [PATCH v10 1/5] rust: retitle "Example" section as "Examples" Tamir Duberstein (Mon May 26 2025 - 16:42:49 EST)
- Re: [PATCH net-next] vsock/test: Cover more CIDs in transport_uaf test Michal Luczaj (Mon May 26 2025 - 16:44:34 EST)
- Re: [PATCH v3 04/12] iio: accel: adxl313: make use of regmap cache Lothar Rubusch (Mon May 26 2025 - 16:45:23 EST)
- [PATCH] x86/tdx: mark tdh_vp_enter() as __flatten Paolo Bonzini (Mon May 26 2025 - 16:45:48 EST)
- Re: [RFC PATCH 2/2] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Mon May 26 2025 - 17:00:24 EST)
- Re: [PATCH] rust: opp: Make the doctest example depend on CONFIG_OF Miguel Ojeda (Mon May 26 2025 - 17:03:14 EST)
- Re: [PATCH v1 2/3] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Mon May 26 2025 - 17:09:20 EST)
- [PATCH 0/4] mm/damon: introduce DAMON_STAT for simple and practical access monitoring SeongJae Park (Mon May 26 2025 - 17:09:52 EST)
- [PATCH 1/4] mm/damon: introduce DAMON_STAT module SeongJae Park (Mon May 26 2025 - 17:09:54 EST)
- [PATCH 2/4] mm/damon/stat: calculate and expose estimated memory bandwidth SeongJae Park (Mon May 26 2025 - 17:10:09 EST)
- [PATCH 3/4] mm/damon/stat: calculate and expose idle time percentiles SeongJae Park (Mon May 26 2025 - 17:10:14 EST)
- [PATCH 4/4] Docs/admin-guide/mm/damon: add DAMON_STAT usage document SeongJae Park (Mon May 26 2025 - 17:10:31 EST)
- [PATCH v2] docs: symbol-namespaces: fix reST warning with literal block Khaled Elnaggar (Mon May 26 2025 - 17:11:01 EST)
- Re: [REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9 Michael (Mon May 26 2025 - 17:16:16 EST)
- Re: [GIT PULL] erofs updates for 6.16-rc1 pr-tracker-bot (Mon May 26 2025 - 17:19:45 EST)
- Re: [GIT PULL] fscrypt update for 6.16 pr-tracker-bot (Mon May 26 2025 - 17:19:57 EST)
- Re: [GIT PULL] gfs2 changes for 6.16 pr-tracker-bot (Mon May 26 2025 - 17:20:05 EST)
- Re: [GIT PULL] configfs for v6.16 pr-tracker-bot (Mon May 26 2025 - 17:20:25 EST)
- Re: [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.16 pr-tracker-bot (Mon May 26 2025 - 17:20:47 EST)
- Re: [GIT PULL] bcachefs changes for 6.16 pr-tracker-bot (Mon May 26 2025 - 17:21:07 EST)
- Re: [GIT PULL] Btrfs updates for 6.16 pr-tracker-bot (Mon May 26 2025 - 17:22:05 EST)
- Re: [GIT PULL] CRC updates for 6.16 pr-tracker-bot (Mon May 26 2025 - 17:22:08 EST)
- Re: [GIT PULL] Crypto Update for 6.16 pr-tracker-bot (Mon May 26 2025 - 17:23:09 EST)
- Re: [PATCH v1 2/3] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection Andrew Lunn (Mon May 26 2025 - 17:23:24 EST)
- Re: [PATCH v1 3/3] drm/bridge: analogix_dp: Apply drm_bridge_connector helper kernel test robot (Mon May 26 2025 - 17:27:01 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection James Hilliard (Mon May 26 2025 - 17:32:29 EST)
- Re: [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock Jiri Olsa (Mon May 26 2025 - 17:36:28 EST)
- Re: [GIT PULL] s390 updates for 6.16 merge window pr-tracker-bot (Mon May 26 2025 - 17:38:30 EST)
- Re: [GIT PULL] kunit next update for Linux 6.16-rc1 pr-tracker-bot (Mon May 26 2025 - 17:38:40 EST)
- Re: [GIT PULL] Kselftest next update for Linux 6.16-rc1 pr-tracker-bot (Mon May 26 2025 - 17:39:11 EST)
- Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-1 tag pr-tracker-bot (Mon May 26 2025 - 17:43:19 EST)
- [PATCH v8 0/6] PCI: VF resizable BAR Michał Winiarski (Mon May 26 2025 - 17:44:56 EST)
- [PATCH v8 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource() Michał Winiarski (Mon May 26 2025 - 17:44:58 EST)
- [PATCH v8 2/6] PCI: Add a helper to convert between VF BAR number and IOV resource Michał Winiarski (Mon May 26 2025 - 17:45:13 EST)
- [PATCH v8 4/6] PCI/IOV: Check that VF BAR fits within the reservation Michał Winiarski (Mon May 26 2025 - 17:45:14 EST)
- [PATCH v8 5/6] PCI: Allow drivers to control VF BAR size Michał Winiarski (Mon May 26 2025 - 17:45:21 EST)
- [PATCH v8 6/6] drm/xe/pf: Set VF LMEM BAR size Michał Winiarski (Mon May 26 2025 - 17:45:51 EST)
- [PATCH v8 1/6] PCI/IOV: Restore VF resizable BAR state after reset Michał Winiarski (Mon May 26 2025 - 17:45:51 EST)
- Re: [PATCH v1 2/3] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Mon May 26 2025 - 17:46:17 EST)
- Re: [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting Yixun Lan (Mon May 26 2025 - 17:52:59 EST)
- Re: [PATCH v7 5/6] PCI: Allow drivers to control VF BAR size Michał Winiarski (Mon May 26 2025 - 17:54:26 EST)
- Re: [PATCH RFC v4 1/2] leds: leds-lp50xx: Handle reg to get correct multi_index Jacek Anaszewski (Mon May 26 2025 - 17:54:39 EST)
- [PATCH v7] staging: rtl8723bs: rename _Read_EEPROM and other functions to snake_case Donny Turizo (Mon May 26 2025 - 17:54:46 EST)
- Re: [PATCH v3 01/10] dt-bindings: iio: adc: Add AD4170 Marcelo Schmitt (Mon May 26 2025 - 17:58:34 EST)
- drivers/dma/mediatek/mtk-cqdma.c:453:1-18: ERROR: nested lock+irqsave that reuses flags from line 452. kernel test robot (Mon May 26 2025 - 18:17:59 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Tamir Duberstein (Mon May 26 2025 - 18:18:54 EST)
- Re: [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr` Tamir Duberstein (Mon May 26 2025 - 18:25:50 EST)
- Re: [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings Tamir Duberstein (Mon May 26 2025 - 18:30:42 EST)
- Re: [PATCH v10 5/5] rust: remove core::ffi::CStr reexport Tamir Duberstein (Mon May 26 2025 - 18:32:05 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection Andrew Lunn (Mon May 26 2025 - 18:38:35 EST)
- Re: [PATCH v8 0/2] riscv: pwm: sophgo: add pwm support for CV1800 Inochi Amaoto (Mon May 26 2025 - 18:44:05 EST)
- Re: [PATCH] riscv: dts: sophgo: cv18xx: Add RTCSYS device node Inochi Amaoto (Mon May 26 2025 - 18:49:11 EST)
- Re: [GIT PULL] Performance events updates for v6.16 pr-tracker-bot (Mon May 26 2025 - 18:58:05 EST)
- Re: [GIT PULL] locking changes for v6.16 pr-tracker-bot (Mon May 26 2025 - 18:58:36 EST)
- Re: [GIT PULL] Scheduler updates for v6.16 pr-tracker-bot (Mon May 26 2025 - 18:59:00 EST)
- Re: [GIT PULL] objtool changes for v6.16 pr-tracker-bot (Mon May 26 2025 - 18:59:04 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Benno Lossin (Mon May 26 2025 - 19:01:46 EST)
- Re: [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr` Benno Lossin (Mon May 26 2025 - 19:03:59 EST)
- Re: [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings Benno Lossin (Mon May 26 2025 - 19:07:29 EST)
- Re: [PATCH] x86/tdx: mark tdh_vp_enter() as __flatten Huang, Kai (Mon May 26 2025 - 19:11:43 EST)
- Re: [PATCH net-next 2/4] net/mlx5: HWS, make sure the uplink is the last destination Yevgeny Kliteynik (Mon May 26 2025 - 19:12:19 EST)
- Re: [PATCH v10 5/5] rust: remove core::ffi::CStr reexport Benno Lossin (Mon May 26 2025 - 19:18:08 EST)
- Re: [PATCH v6 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open() Huang, Kai (Mon May 26 2025 - 19:20:07 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection James Hilliard (Mon May 26 2025 - 19:23:14 EST)
- Re: [GIT PULL] x86 core updates for v6.16 pr-tracker-bot (Mon May 26 2025 - 19:30:33 EST)
- Re: [PATCH v2 0/2] iio: fix suspend and resume triggering for bmi160 and bmi270 Denis Benato (Mon May 26 2025 - 19:37:38 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection Andrew Lunn (Mon May 26 2025 - 19:45:16 EST)
- Re: [PATCH 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode Jason Gunthorpe (Mon May 26 2025 - 19:52:36 EST)
- Re: [PATCH 2/2] vfio: Prevent open_count decrement to negative Jason Gunthorpe (Mon May 26 2025 - 19:53:16 EST)
- Re: [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s Miguel Ojeda (Mon May 26 2025 - 20:02:46 EST)
- Re: [PATCH 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode Jason Gunthorpe (Mon May 26 2025 - 20:05:25 EST)
- Re: [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment Hiago De Franco (Mon May 26 2025 - 20:05:33 EST)
- Re: [BUG] BUG: scheduling while atomic in throttle_direct_reclaim Harry Yoo (Mon May 26 2025 - 20:05:47 EST)
- Re: [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s Miguel Ojeda (Mon May 26 2025 - 20:09:15 EST)
- Re: [PATCH 0/7] Rust KUnit `#[test]` support improvements Miguel Ojeda (Mon May 26 2025 - 20:11:17 EST)
- Re: [PATCH 0/7] Rust KUnit `#[test]` support improvements Miguel Ojeda (Mon May 26 2025 - 20:13:09 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection James Hilliard (Mon May 26 2025 - 20:16:50 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Google (Mon May 26 2025 - 20:17:51 EST)
- Re: [BUG] BUG: scheduling while atomic in throttle_direct_reclaim Harry Yoo (Mon May 26 2025 - 20:20:29 EST)
- Re: [PATCH v6 2/5] KVM: arm64: New function to determine hardware cache management support Jason Gunthorpe (Mon May 26 2025 - 20:25:30 EST)
- Re: [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping Jason Gunthorpe (Mon May 26 2025 - 20:27:03 EST)
- Re: [PATCH v8 5/6] PCI: Allow drivers to control VF BAR size kernel test robot (Mon May 26 2025 - 20:42:20 EST)
- [PATCH v8] staging: rtl8723bs: rename _Read_EEPROM and other functions to snake_case Donny Turizo (Mon May 26 2025 - 20:43:45 EST)
- Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver Amirreza Zarrabi (Mon May 26 2025 - 20:59:56 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Byungchul Park (Mon May 26 2025 - 21:03:05 EST)
- Re: [PATCH 2/4] mfd: rk8xx-core: allow to customize RK806 reset method kernel test robot (Mon May 26 2025 - 21:12:23 EST)
- Re: [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages Huang, Ying (Mon May 26 2025 - 21:18:27 EST)
- [PATCH] arm64: tegra: Set usb micro-b port to otg mode on P3450 Aaron Kling via B4 Relay (Mon May 26 2025 - 21:22:39 EST)
- Re: [PATCH v3 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support Tianyang Zhang (Mon May 26 2025 - 21:23:37 EST)
- Re: [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages Zi Yan (Mon May 26 2025 - 21:27:28 EST)
- Re: [PATCH 00/19] virtio_ring in order support Lei Yang (Mon May 26 2025 - 21:27:36 EST)
- Re: [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment Peng Fan (Mon May 26 2025 - 21:29:57 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Byungchul Park (Mon May 26 2025 - 21:31:48 EST)
- Re: [PATCH v4 3/3] pwm: sophgo: add driver for SG2044 Longbin Li (Mon May 26 2025 - 21:33:33 EST)
- Re: [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE Yan Zhao (Mon May 26 2025 - 21:35:14 EST)
- Re: [PATCH v4 2/3] pwm: sophgo: reorganize the code structure Longbin Li (Mon May 26 2025 - 21:39:42 EST)
- Re: [PATCH v2 30/34] drm/bridge: imx8qxp-pixel-combiner: convert to devm_drm_bridge_alloc() API Liu Ying (Mon May 26 2025 - 21:41:01 EST)
- Re: [PATCH v3 18/22] drm/bridge: imx8qxp-pixel-combiner: convert to devm_drm_bridge_alloc() API Liu Ying (Mon May 26 2025 - 21:46:57 EST)
- [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block Jie Gan (Mon May 26 2025 - 21:52:43 EST)
- Re: [PATCH net] page_pool: Fix use-after-free in page_pool_recycle_in_ring dongchenchen (A) (Mon May 26 2025 - 21:53:13 EST)
- Re: [PATCH v8 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource() kernel test robot (Mon May 26 2025 - 21:55:28 EST)
- Re: [syzbot] [usb?] WARNING in dtv5100_i2c_msg/usb_submit_urb syzbot (Mon May 26 2025 - 22:02:46 EST)
- [WARN] LOCKDEP: MAX_LOCKDEP_CHAIN_HLOCKS too low Lance Yang (Mon May 26 2025 - 22:03:11 EST)
- [PATCH net v3] t: fix udp gso skb_segment after pull from frag_list Shiming Cheng (Mon May 26 2025 - 22:13:07 EST)
- Re: [PATCH net] page_pool: Fix use-after-free in page_pool_recycle_in_ring Mina Almasry (Mon May 26 2025 - 22:14:09 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Xiao Ni (Mon May 26 2025 - 22:15:44 EST)
- Re: [PATCH] mm, list_lru: refactor the locking code Qi Zheng (Mon May 26 2025 - 22:17:10 EST)
- 回覆: [net 0/4] net: ftgmac100: Add SoC reset support for RMII mode Jacky Chou (Mon May 26 2025 - 22:17:28 EST)
- [net 1/4] dt-bindings: net: ftgmac100: Add resets property Jacky Chou (Mon May 26 2025 - 22:21:12 EST)
- [PATCH v5] i2c: npcm: Add clock toggle recovery Mohammed Elbadry (Mon May 26 2025 - 22:22:38 EST)
- RE: [PATCH v1] net/ncsi: fix buffer overflow in getting version id Jerry C Chen/WYHQ/Wiwynn (Mon May 26 2025 - 22:24:13 EST)
- Re: [PATCH 2/4] mfd: rk8xx-core: allow to customize RK806 reset method kernel test robot (Mon May 26 2025 - 22:25:26 EST)
- Re: [PATCH 09/23] md/md-bitmap: add a new method blocks_synced() in bitmap_operations Xiao Ni (Mon May 26 2025 - 22:36:19 EST)
- Re: [PATCH] mm, list_lru: refactor the locking code Muchun Song (Mon May 26 2025 - 22:36:59 EST)
- [GIT PULL] seccomp updates for v6.16-rc1 Kees Cook (Mon May 26 2025 - 22:37:38 EST)
- [PATCH AUTOSEL 6.14 1/5] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:37:58 EST)
- [PATCH AUTOSEL 6.14 2/5] ALSA: hda/realtek - restore auto-mute mode for Dell Chrome platform Sasha Levin (Mon May 26 2025 - 22:38:02 EST)
- [PATCH AUTOSEL 6.14 3/5] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:38:14 EST)
- [PATCH AUTOSEL 6.14 4/5] net: ethernet: ti: am65-cpsw: Lower random mac address error print to info Sasha Levin (Mon May 26 2025 - 22:38:23 EST)
- [PATCH AUTOSEL 6.14 5/5] ksmbd: use list_first_entry_or_null for opinfo_get_list() Sasha Levin (Mon May 26 2025 - 22:38:51 EST)
- [PATCH AUTOSEL 6.12 2/5] ALSA: hda/realtek - restore auto-mute mode for Dell Chrome platform Sasha Levin (Mon May 26 2025 - 22:39:11 EST)
- [PATCH AUTOSEL 6.12 1/5] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:39:27 EST)
- [PATCH AUTOSEL 6.12 3/5] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:39:30 EST)
- [PATCH AUTOSEL 6.12 4/5] net: ethernet: ti: am65-cpsw: Lower random mac address error print to info Sasha Levin (Mon May 26 2025 - 22:39:52 EST)
- [PATCH AUTOSEL 6.6 1/4] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:40:02 EST)
- [PATCH AUTOSEL 6.12 5/5] ksmbd: use list_first_entry_or_null for opinfo_get_list() Sasha Levin (Mon May 26 2025 - 22:40:21 EST)
- [PATCH AUTOSEL 6.6 3/4] net: ethernet: ti: am65-cpsw: Lower random mac address error print to info Sasha Levin (Mon May 26 2025 - 22:40:29 EST)
- [PATCH AUTOSEL 6.6 2/4] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:40:45 EST)
- [PATCH AUTOSEL 6.1 2/3] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:41:04 EST)
- [PATCH AUTOSEL 6.6 4/4] ksmbd: use list_first_entry_or_null for opinfo_get_list() Sasha Levin (Mon May 26 2025 - 22:41:04 EST)
- [PATCH AUTOSEL 6.1 1/3] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:41:30 EST)
- [PATCH AUTOSEL 6.1 3/3] net: ethernet: ti: am65-cpsw: Lower random mac address error print to info Sasha Levin (Mon May 26 2025 - 22:41:59 EST)
- [PATCH AUTOSEL 5.15 1/2] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:41:59 EST)
- [PATCH AUTOSEL 5.15 2/2] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:42:13 EST)
- [PATCH AUTOSEL 5.4 2/2] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:42:38 EST)
- [PATCH AUTOSEL 5.10 1/2] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:42:42 EST)
- [PATCH AUTOSEL 5.10 2/2] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Sasha Levin (Mon May 26 2025 - 22:42:53 EST)
- [PATCH AUTOSEL 5.4 1/2] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Sasha Levin (Mon May 26 2025 - 22:43:02 EST)
- Re: [PATCH] drm/amd/display: Add null pointer check for get_first_active_display() Alex Hung (Mon May 26 2025 - 22:43:21 EST)
- Re: [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1 Guodong Xu (Mon May 26 2025 - 22:43:33 EST)
- [PATCH v5] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users Zhu Qiyu (Mon May 26 2025 - 22:43:41 EST)
- Re: [PATCH] drm/amd/display: Constify struct timing_generator_funcs Alex Hung (Mon May 26 2025 - 22:44:15 EST)
- Re: [PATCH 09/23] md/md-bitmap: add a new method blocks_synced() in bitmap_operations Yu Kuai (Mon May 26 2025 - 22:48:44 EST)
- Re: [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting Guodong Xu (Mon May 26 2025 - 22:48:53 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Yu Kuai (Mon May 26 2025 - 22:50:05 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Byungchul Park (Mon May 26 2025 - 22:51:18 EST)
- Re:Re: [PATCH v4] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users Zhu Qiyu (Mon May 26 2025 - 22:51:43 EST)
- Re: [PATCH v2] t: fix udp gso skb_segment after pull from frag_list Shiming Cheng (成诗明) (Mon May 26 2025 - 22:53:46 EST)
- [PATCH net-next v2] Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated yangtengteng (Mon May 26 2025 - 23:04:44 EST)
- Re: [PATCH v2] t: fix udp gso skb_segment after pull from frag_list Shiming Cheng (成诗明) (Mon May 26 2025 - 23:05:38 EST)
- [PATCH v5] i2c: npcm: Add clock toggle recovery Mohammed Elbadry (Mon May 26 2025 - 23:05:45 EST)
- Re: [syzbot] [block?] possible deadlock in __del_gendisk syzbot (Mon May 26 2025 - 23:12:38 EST)
- [BUG] BUG: scheduling while atomic in stack_depot_save_flags Xianying Wang (Mon May 26 2025 - 23:15:19 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Google (Mon May 26 2025 - 23:15:58 EST)
- Re: [RFC PATCH] LoongArch: Do not include larchintrin.h Tiezhu Yang (Mon May 26 2025 - 23:17:43 EST)
- [tip:master] BUILD SUCCESS f22368a9e2e82d809deb53599697d547b8468d6b kernel test robot (Mon May 26 2025 - 23:18:28 EST)
- Re: [syzbot] [gfs2?] KASAN: null-ptr-deref Read in gfs2_drop_inode syzbot (Mon May 26 2025 - 23:19:10 EST)
- Re: [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference Dev Jain (Mon May 26 2025 - 23:21:23 EST)
- [GIT PULL] hardening updates for v6.16-rc1 Kees Cook (Mon May 26 2025 - 23:25:38 EST)
- [PATCHv7 RESEND wireguard 0/2] wireguard: selftests: use nftables for testing Hangbin Liu (Mon May 26 2025 - 23:27:02 EST)
- [PATCHv7 RESEND wireguard 1/2] wireguard: selftests: convert iptables to nft Hangbin Liu (Mon May 26 2025 - 23:27:13 EST)
- Re: [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting Yixun Lan (Mon May 26 2025 - 23:27:50 EST)
- [PATCHv7 RESEND wireguard 2/2] wireguard: selftests: update to using nft for qemu test Hangbin Liu (Mon May 26 2025 - 23:27:54 EST)
- Re: [PATCH V3 2/2] mm/khugepaged: clean up refcount check using folio_expected_ref_count() Dev Jain (Mon May 26 2025 - 23:29:50 EST)
- Re: [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches Kees Cook (Mon May 26 2025 - 23:31:13 EST)
- [PATCH v7 0/3] media: venus: enable venus on qcs615 Renjiang Han (Mon May 26 2025 - 23:33:28 EST)
- [PATCH v7 1/3] media: venus: pm_helpers: use opp-table for the frequency Renjiang Han (Mon May 26 2025 - 23:33:42 EST)
- [PATCH v7 2/3] arm64: dts: qcom: qcs615: add venus node to devicetree Renjiang Han (Mon May 26 2025 - 23:34:02 EST)
- [PATCH v7 3/3] arm64: dts: qcom: qcs615-ride: enable venus node to initialize video codec Renjiang Han (Mon May 26 2025 - 23:34:22 EST)
- Re: [PATCH] greybus: Avoid fake flexible array for response data Kees Cook (Mon May 26 2025 - 23:36:14 EST)
- [PATCH V2] mm/hugetlb: remove unnecessary holding of hugetlb_lock yangge1116 (Mon May 26 2025 - 23:37:33 EST)
- RE: [PATCH net] net: tipc: fix refcount warning in tipc_aead_encrypt Tung Quang Nguyen (Mon May 26 2025 - 23:38:50 EST)
- [PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td Edward Adam Davis (Mon May 26 2025 - 23:45:53 EST)
- Re: [RFC PATCH] LoongArch: Do not include larchintrin.h Xi Ruoyao (Mon May 26 2025 - 23:47:38 EST)
- Re: [PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI Anup Patel (Mon May 26 2025 - 23:53:33 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Google (Mon May 26 2025 - 23:54:53 EST)
- [syzbot] [udf?] WARNING in udf_expand_dir_adinicb (2) syzbot (Mon May 26 2025 - 23:55:42 EST)
- Re: [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting Yan Zhao (Mon May 26 2025 - 23:57:51 EST)
- Re: [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status Yan Zhao (Mon May 26 2025 - 23:58:18 EST)
- Re: [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping Ankit Agrawal (Tue May 27 2025 - 00:04:11 EST)
- RE: [PATCH v2 1/7] media: chips-media: wave5: Fix Null reference while testing fluster jackson . lee (Tue May 27 2025 - 00:06:07 EST)
- [PATCH] Fix comment for virtio-9p dancer (Tue May 27 2025 - 00:17:00 EST)
- Re: [BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out Barry Song (Tue May 27 2025 - 00:17:34 EST)
- Re: [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use Yan Zhao (Tue May 27 2025 - 00:33:26 EST)
- Re: [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping Ankit Agrawal (Tue May 27 2025 - 00:33:53 EST)
- Re: [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting Guodong Xu (Tue May 27 2025 - 00:36:53 EST)
- Re: [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use Yan Zhao (Tue May 27 2025 - 00:41:26 EST)
- [PATCH RFC] mm: use per_vma lock for MADV_DONTNEED Barry Song (Tue May 27 2025 - 00:42:09 EST)
- Re: [WARN] LOCKDEP: MAX_LOCKDEP_CHAIN_HLOCKS too low Waiman Long (Tue May 27 2025 - 00:48:39 EST)
- RE: [PATCH v2 2/7] media: chips-media: wave5: Improve performance of decoder jackson . lee (Tue May 27 2025 - 00:58:55 EST)
- Re: [PATCH 1/2] media: dt-bindings: ti,ds90ub960: Add bindings for DS90UB954-Q1 Tomi Valkeinen (Tue May 27 2025 - 01:01:11 EST)
- RE: [PATCH v2 4/7] media: chips-media: wave5: Use spinlock whenever statue is changed jackson . lee (Tue May 27 2025 - 01:03:01 EST)
- Re: [GIT PULL] x86/cleanups for v6.16 pr-tracker-bot (Tue May 27 2025 - 01:03:17 EST)
- Re: [GIT PULL] x86/debug changes for v6.16 pr-tracker-bot (Tue May 27 2025 - 01:03:27 EST)
- Re: [GIT PULL] x86/entry changes for v6.16 pr-tracker-bot (Tue May 27 2025 - 01:03:30 EST)
- Re: [GIT PULL] x86/build changes for v6.16 pr-tracker-bot (Tue May 27 2025 - 01:03:39 EST)
- RE: [PATCH v2 5/7] media: chips-media: wave5: Fix not to free resources normally when instance was destroyed jackson . lee (Tue May 27 2025 - 01:04:25 EST)
- [RFC 0/3] add STATIC_PMD_ZERO_PAGE config option Pankaj Raghav (Tue May 27 2025 - 01:05:29 EST)
- [RFC 1/3] mm: move huge_zero_folio from huge_memory.c to memory.c Pankaj Raghav (Tue May 27 2025 - 01:05:41 EST)
- [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option Pankaj Raghav (Tue May 27 2025 - 01:06:03 EST)
- RE: [PATCH v2 6/7] media: chips-media: wave5: Reduce high CPU load jackson . lee (Tue May 27 2025 - 01:06:05 EST)
- [RFC 3/3] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages() Pankaj Raghav (Tue May 27 2025 - 01:06:31 EST)
- [PATCH v2] greybus: Avoid fake flexible array for response data clingfei (Tue May 27 2025 - 01:07:16 EST)
- RE: [PATCH v2 7/7] media: chips-media: wave5: Fix SError of kernel panic when closed jackson . lee (Tue May 27 2025 - 01:07:34 EST)
- Re: [PATCH v2] greybus: Avoid fake flexible array for response data Greg KH (Tue May 27 2025 - 01:15:33 EST)
- [PATCH v3 2/6] pinctrl: meson: a4: remove special data processing Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:23:55 EST)
- [PATCH v3 1/6] dt-bindings: pinctl: amlogic,pinctrl-a4: Add compatible string for S7/S7D/S6 Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:23:56 EST)
- [PATCH v3 0/6] Add support for Amlogic S7/S7D/S6 pinctrl Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:23:57 EST)
- [PATCH v3 3/6] pinctrl: meson: support amlogic S6/S7/S7D SoC Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:23:59 EST)
- [PATCH v3 4/6] dts: arm64: amlogic: add S7 pinctrl node Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:24:00 EST)
- [PATCH v3 5/6] dts: arm64: amlogic: add S7D pinctrl node Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:24:09 EST)
- [PATCH v3 6/6] dts: arm64: amlogic: add S6 pinctrl node Xianwei Zhao via B4 Relay (Tue May 27 2025 - 01:24:44 EST)
- OV5695 Camera Bring-Up Issue on i.MX8ULP – Half Image Black hiren vadukul (Tue May 27 2025 - 01:25:02 EST)
- [no subject] Unknown (Tue May 27 2025 - 01:25:03 EST)
- RE: [PATCH 4/6] ARM: dts: vf: rename io-expander@20 to pinctrl@20 Peng Fan (Tue May 27 2025 - 01:25:13 EST)
- Re: [RFC PATCH] fanotify: wake-up all waiters on release Sergey Senozhatsky (Tue May 27 2025 - 01:28:53 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Pavel Begunkov (Tue May 27 2025 - 01:29:22 EST)
- Re: [PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td Binbin Wu (Tue May 27 2025 - 01:31:31 EST)
- [PATCH] rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test Viresh Kumar (Tue May 27 2025 - 01:33:46 EST)
- [PATCH] pps: clients: gpio: fix interrupt handling order in remove path Eliav Farber (Tue May 27 2025 - 01:34:18 EST)
- Re: [WARN] LOCKDEP: MAX_LOCKDEP_CHAIN_HLOCKS too low Lance Yang (Tue May 27 2025 - 01:34:27 EST)
- [PATCH v1] ext4: remove unused EXT_STATS macro from ext4_extents.h Baolin Liu (Tue May 27 2025 - 01:38:37 EST)
- Re: [PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td Edward Adam Davis (Tue May 27 2025 - 01:39:57 EST)
- Re: [PATCH 2/2] media: i2c: ds90ub960: Add support for DS90UB954-Q1 Tomi Valkeinen (Tue May 27 2025 - 01:40:32 EST)
- [PATCH net-next] selftests/bpf: Fix bpf selftest build warning Saket Kumar Bhaskar (Tue May 27 2025 - 01:42:48 EST)
- [PATCH next] ACPI: APEI: EINJ: Clean up on error in einj_probe() Dan Carpenter (Tue May 27 2025 - 01:43:52 EST)
- [PATCH] regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt() Dan Carpenter (Tue May 27 2025 - 01:44:32 EST)
- Re: [PATCH] net: dwmac-rk: No need to check the return value of the phy_power_on() Christophe JAILLET (Tue May 27 2025 - 01:45:37 EST)
- [PATCH next] cpuidle: psci: Fix uninitialized variable in dt_idle_state_present() Dan Carpenter (Tue May 27 2025 - 01:45:49 EST)
- Re: [PATCH] Loongarch:Fixed up panic cause by a NULL-pmd Yanteng Si (Tue May 27 2025 - 01:47:43 EST)
- Re: [PATCH RFC v4 2/2] dt-bindings: leds: lp50xx: Document child reg, fix example Krzysztof Kozlowski (Tue May 27 2025 - 01:48:45 EST)
- linux-next: build failure after merge of the mailbox tree Stephen Rothwell (Tue May 27 2025 - 01:50:36 EST)
- Re: [PATCH v2] greybus: Avoid fake flexible array for response data clingfei (Tue May 27 2025 - 01:51:08 EST)
- [PATCH net] net/mlx4_en: Prevent potential integer overflow calculating Hz Dan Carpenter (Tue May 27 2025 - 01:51:59 EST)
- Re: [WARN] LOCKDEP: MAX_LOCKDEP_CHAIN_HLOCKS too low Waiman Long (Tue May 27 2025 - 01:53:44 EST)
- [PATCH next] ACPI: MRRM: Silence error code static checker warning Dan Carpenter (Tue May 27 2025 - 01:54:20 EST)
- Re: [PATCH 01/23] md: add a new parameter 'offset' to md_super_write() Hannes Reinecke (Tue May 27 2025 - 01:55:05 EST)
- [PATCH next] mmc: sdhci-of-k1: Fix error code in probe() Dan Carpenter (Tue May 27 2025 - 01:55:22 EST)
- Re: [PATCH 02/23] md: factor out a helper raid_is_456() Hannes Reinecke (Tue May 27 2025 - 01:55:47 EST)
- [PATCH next] wifi: mt76: mt7925: fix off by one in mt7925_mcu_hw_scan() Dan Carpenter (Tue May 27 2025 - 01:56:06 EST)
- [PATCH next] wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch() Dan Carpenter (Tue May 27 2025 - 01:56:47 EST)
- Re: [PATCH] docs: devfreq: Fix typo 'enabeld' to 'enabled' in devfreq-event.c Dhruva Gole (Tue May 27 2025 - 01:57:04 EST)
- Re: [PATCH 03/23] md/md-bitmap: cleanup bitmap_ops->startwrite() Hannes Reinecke (Tue May 27 2025 - 01:57:31 EST)
- [PATCH v2 2/3] media: uapi: Document IOCTL number assignment Sakari Ailus (Tue May 27 2025 - 01:57:38 EST)
- [PATCH v2 0/3] Document Media Controller IOCTL number assignments Sakari Ailus (Tue May 27 2025 - 01:57:54 EST)
- [PATCH v2 1/3] Documentation: Bump media IOCTL reserved numbers Sakari Ailus (Tue May 27 2025 - 01:57:54 EST)
- [PATCH v2 3/3] samples: rust_misc_device: Bump IOCTL numbers Sakari Ailus (Tue May 27 2025 - 01:58:09 EST)
- RE: [PATCH v10 06/10] drm/i915/nvm: add nvm device for discrete graphics Usyskin, Alexander (Tue May 27 2025 - 02:00:34 EST)
- Re: [PATCH 04/23] md/md-bitmap: support discard for bitmap ops Hannes Reinecke (Tue May 27 2025 - 02:01:33 EST)
- Re: [PATCH 05/23] md/md-bitmap: remove parameter slot from bitmap_create() Hannes Reinecke (Tue May 27 2025 - 02:02:04 EST)
- Re: [PATCH v8 4/4] drm/tidss: Add OLDI bridge support Michael Walle (Tue May 27 2025 - 02:02:58 EST)
- RE: [PATCH v10 05/10] mtd: intel-dg: align 64bit read and write Usyskin, Alexander (Tue May 27 2025 - 02:03:24 EST)
- [PATCH 1/2] dt-bindings: arm: fsl: add TQ-Systems boards MBLS1028A and MBLS1028A-IND Alexander Stein (Tue May 27 2025 - 02:04:35 EST)
- [PATCH 2/2] arm64: dts: ls1028a: Add mbls1028a and mbls1028a-ind devicetrees Alexander Stein (Tue May 27 2025 - 02:04:48 EST)
- Re: [PATCH] arm64: dts: imx8mp: Enable gpu passive throttling Martin Kepplinger-Novakovic (Tue May 27 2025 - 02:05:04 EST)
- RE: [PATCH v2] spi: dt-bindings: cdns,qspi-nor: Update minItems/maxItems of resets for Cadence OSPI controller Mahapatra, Amit Kumar (Tue May 27 2025 - 02:05:52 EST)
- Re: [PATCH v8 2/4] dt-bindings: display: ti: Add schema for AM625 OLDI Transmitter Michael Walle (Tue May 27 2025 - 02:06:57 EST)
- Re: [PATCH net-next v2] net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id) Paolo Abeni (Tue May 27 2025 - 02:09:10 EST)
- Re: [PATCH v2] greybus: Avoid fake flexible array for response data Greg KH (Tue May 27 2025 - 02:09:59 EST)
- Re: [PATCH 0/2] TI: K3: Switch MCU R5F cluster into Split mode Beleswar Prasad Padhi (Tue May 27 2025 - 02:10:10 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Hannes Reinecke (Tue May 27 2025 - 02:10:29 EST)
- Re: [PATCH v1] ext4: remove unused EXT_STATS macro from ext4_extents.h Baokun Li (Tue May 27 2025 - 02:12:09 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Hannes Reinecke (Tue May 27 2025 - 02:14:12 EST)
- Re: [PATCH v3] media: add virtio-media driver Alexandre Courbot (Tue May 27 2025 - 02:15:11 EST)
- Re: [PATCH 08/23] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations Hannes Reinecke (Tue May 27 2025 - 02:15:24 EST)
- Re: [PATCH 09/23] md/md-bitmap: add a new method blocks_synced() in bitmap_operations Hannes Reinecke (Tue May 27 2025 - 02:16:27 EST)
- Re: [PATCH 10/23] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER Hannes Reinecke (Tue May 27 2025 - 02:18:03 EST)
- Re: [PATCH 1/1] dt-bindings: interrupt-controller: Add arm,armv7m-nvic and fix #interrupt-cells Krzysztof Kozlowski (Tue May 27 2025 - 02:19:04 EST)
- Re: [PATCH] Fix comment for virtio-9p Michael Tokarev (Tue May 27 2025 - 02:19:23 EST)
- Re: [PATCH 11/23] md/md-bitmap: make method bitmap_ops->daemon_work optional Hannes Reinecke (Tue May 27 2025 - 02:20:10 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection Krzysztof Kozlowski (Tue May 27 2025 - 02:21:17 EST)
- Re: [PATCH 12/23] md/md-bitmap: add macros for lockless bitmap Hannes Reinecke (Tue May 27 2025 - 02:21:31 EST)
- Re: [PATCH 13/23] md/md-bitmap: fix dm-raid max_write_behind setting Hannes Reinecke (Tue May 27 2025 - 02:22:01 EST)
- Re: [PATCH v2] spi: dt-bindings: cdns,qspi-nor: Update minItems/maxItems of resets for Cadence OSPI controller Krzysztof Kozlowski (Tue May 27 2025 - 02:22:41 EST)
- [PATCH] Fix comment for virtio-9p dancer (Tue May 27 2025 - 02:23:14 EST)
- Re: [PATCH] Fix comment for virtio-9p Junichi Uekawa (Tue May 27 2025 - 02:23:51 EST)
- Re: [PATCH 3/5] drm/mediatek: Add dvo driver for mt8196 CK Hu (胡俊光) (Tue May 27 2025 - 02:24:41 EST)
- RE: [PATCH v10 08/10] drm/xe/nvm: add on-die non-volatile memory device Usyskin, Alexander (Tue May 27 2025 - 02:25:26 EST)
- Re: [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference Baolin Wang (Tue May 27 2025 - 02:26:13 EST)
- Re: [PATCH 14/23] md/dm-raid: remove max_write_behind setting limit Hannes Reinecke (Tue May 27 2025 - 02:26:33 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Krzysztof Kozlowski (Tue May 27 2025 - 02:28:04 EST)
- Re: [GIT PULL] Kbuild fixes for v6.15-rc7 Masahiro Yamada (Tue May 27 2025 - 02:28:14 EST)
- Re: [PATCH net] net: xilinx: axienet: Fix Tx skb circular buffer occupancy check in dmaengine xmit patchwork-bot+netdevbpf (Tue May 27 2025 - 02:30:02 EST)
- Re: [PATCH V3 2/2] mm/khugepaged: clean up refcount check using folio_expected_ref_count() Baolin Wang (Tue May 27 2025 - 02:32:16 EST)
- [PATCH v2] net: stmmac: add explicit check and error on invalid PTP clock rate Alexis Lothoré (Tue May 27 2025 - 02:34:15 EST)
- [PATCH v3] spi: dt-bindings: cdns,qspi-nor: Update minItems/maxItems of resets for Cadence OSPI controller Amit Kumar Mahapatra (Tue May 27 2025 - 02:34:59 EST)
- Re: [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices Leon Romanovsky (Tue May 27 2025 - 02:35:45 EST)
- [PATCH v4] iio: common: st_sensors: Fix use of uninitialize device structs Maud Spierings via B4 Relay (Tue May 27 2025 - 02:36:22 EST)
- Re: [PATCH v1 1/2] ARM: dts: stm32: add support of stm32mp157f-dk2 board Himanshu Bhavani (Tue May 27 2025 - 02:36:29 EST)
- Re: [PATCH v6 7/7] media: mt9m114: Set pad-slew-rate Sakari Ailus (Tue May 27 2025 - 02:37:05 EST)
- Re: [PATCH v6 0/7] MT9M114 driver bugfix and improvements Sakari Ailus (Tue May 27 2025 - 02:37:37 EST)
- [PATCH v1 00/11] Remove global perf_env Ian Rogers (Tue May 27 2025 - 02:42:16 EST)
- [PATCH v1 02/11] perf session: Add an env pointer for the current perf_env Ian Rogers (Tue May 27 2025 - 02:42:29 EST)
- [PATCH v1 01/11] perf session: Add accessor for session->header.env Ian Rogers (Tue May 27 2025 - 02:42:44 EST)
- [PATCH v1 03/11] perf evlist: Change env variable to session Ian Rogers (Tue May 27 2025 - 02:42:57 EST)
- [PATCH v1 05/11] perf test: Avoid use perf_env Ian Rogers (Tue May 27 2025 - 02:43:07 EST)
- [PATCH v1 04/11] perf header: Clean up use of perf_env Ian Rogers (Tue May 27 2025 - 02:43:07 EST)
- [PATCH v1 06/11] perf top: Make perf_env locally scoped Ian Rogers (Tue May 27 2025 - 02:43:32 EST)
- [PATCH v1 07/11] perf session: Add host_env argument to perf_session__new Ian Rogers (Tue May 27 2025 - 02:43:39 EST)
- [PATCH v1 08/11] perf bench synthesize: Avoid use of global perf_env Ian Rogers (Tue May 27 2025 - 02:43:55 EST)
- [PATCH v1 09/11] perf machine: Explicitly pass in host perf_env Ian Rogers (Tue May 27 2025 - 02:44:12 EST)
- [PATCH v1 10/11] perf auxtrace: Pass perf_env from session through to mmap read Ian Rogers (Tue May 27 2025 - 02:44:23 EST)
- [PATCH v1 11/11] perf env: Remove global perf_env Ian Rogers (Tue May 27 2025 - 02:44:32 EST)
- Re: [PATCH v4 6/7] dt-bindings: rtc-rv8803: add tamper detection property node Krzysztof Kozlowski (Tue May 27 2025 - 02:44:53 EST)
- Re: [PATCH v4 1/7] dt-bindings: rtc: add new type for epson,rx8901 Krzysztof Kozlowski (Tue May 27 2025 - 02:45:01 EST)
- Re: [PATCH v4 1/4] dt-bindings: usb: dwc3: add support for SpacemiT K1 Krzysztof Kozlowski (Tue May 27 2025 - 02:47:48 EST)
- Re: [PATCH wireless-next 2/3] wifi: mac80211: Allow scan on a radio while operating on DFS on another radio Raj Kumar Bhagat (Tue May 27 2025 - 02:49:39 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Krzysztof Kozlowski (Tue May 27 2025 - 02:51:34 EST)
- Re: [PATCH v4 1/4] dt-bindings: usb: dwc3: add support for SpacemiT K1 Krzysztof Kozlowski (Tue May 27 2025 - 02:53:33 EST)
- [PATCH v2 0/2] phy: renesas: r8a779f0-ether-serdes: driver enhancement Michael Dege (Tue May 27 2025 - 02:53:50 EST)
- [PATCH v2 1/2] phy: renesas: r8a779f0-ether-serdes: add USXGMII mode Michael Dege (Tue May 27 2025 - 02:54:03 EST)
- [PATCH v2 2/2] phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet Michael Dege (Tue May 27 2025 - 02:54:16 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Krzysztof Kozlowski (Tue May 27 2025 - 02:54:54 EST)
- [PATCH] MAINTAINERS: adjust file entry in TPS6131X FLASH LED DRIVER Lukas Bulwahn (Tue May 27 2025 - 02:55:08 EST)
- [PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE) Amirreza Zarrabi (Tue May 27 2025 - 02:57:28 EST)
- [PATCH v5 01/12] tee: allow a driver to allocate a tee_device without a pool Amirreza Zarrabi (Tue May 27 2025 - 02:57:51 EST)
- [PATCH v5 04/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF Amirreza Zarrabi (Tue May 27 2025 - 02:57:57 EST)
- [PATCH v5 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096 Amirreza Zarrabi (Tue May 27 2025 - 02:58:05 EST)
- [PATCH v5 02/12] tee: add close_context to TEE driver operation Amirreza Zarrabi (Tue May 27 2025 - 02:58:27 EST)
- [PATCH v5 07/12] firmware: qcom: scm: remove unused arguments to the shm_brige Amirreza Zarrabi (Tue May 27 2025 - 02:58:52 EST)
- [PATCH v5 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF Amirreza Zarrabi (Tue May 27 2025 - 02:58:54 EST)
- [PATCH v5 06/12] firmware: qcom: scm: add support for object invocation Amirreza Zarrabi (Tue May 27 2025 - 02:59:10 EST)
- [PATCH v5 08/12] firmware: qcom: tzmem: export shm_bridge create/delete Amirreza Zarrabi (Tue May 27 2025 - 02:59:35 EST)
- [PATCH v5 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl Amirreza Zarrabi (Tue May 27 2025 - 02:59:45 EST)
- [PATCH v5 10/12] qcomtee: add primordial object Amirreza Zarrabi (Tue May 27 2025 - 02:59:52 EST)
- [PATCH v5 12/12] Documentation: tee: Add Qualcomm TEE driver Amirreza Zarrabi (Tue May 27 2025 - 02:59:59 EST)
- [GIT PULL] sysctl changes for v6.16-rc1 Joel Granados (Tue May 27 2025 - 03:00:44 EST)
- Re: [PATCH next] mmc: sdhci-of-k1: Fix error code in probe() Yixun Lan (Tue May 27 2025 - 03:00:52 EST)
- Re: [PATCH 4/7] sched/fair: Take care of group/affinity/sched_class change for throttled task Aaron Lu (Tue May 27 2025 - 03:01:19 EST)
- [PATCH v5 09/12] tee: add Qualcomm TEE driver Amirreza Zarrabi (Tue May 27 2025 - 03:01:22 EST)
- [GIT PULL for v6.16] media updates Mauro Carvalho Chehab (Tue May 27 2025 - 03:01:34 EST)
- Re: [PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI Andrew Jones (Tue May 27 2025 - 03:02:02 EST)
- Re: [PATCH] rtla: Define _GNU_SOURCE in timerlat_bpf.c Tomas Glozar (Tue May 27 2025 - 03:03:06 EST)
- Re: [PATCH net-next v2 8/8] net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage Paolo Abeni (Tue May 27 2025 - 03:03:18 EST)
- Re: [PATCH v1 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection Russell King (Oracle) (Tue May 27 2025 - 03:09:33 EST)
- Re: [PATCH] kernel/sysctl-test: Unregister sysctl table after test completion Joel Granados (Tue May 27 2025 - 03:09:50 EST)
- Re: [PATCH net-next v2 0/8] net: Convert dev_set_mac_address() to struct sockaddr_storage patchwork-bot+netdevbpf (Tue May 27 2025 - 03:10:18 EST)
- Re: [syzbot] [udf?] WARNING in udf_expand_dir_adinicb (2) syzbot (Tue May 27 2025 - 03:11:44 EST)
- [PATCH net] net: lan966x: Make sure to insert the vlan tags also in host mode Horatiu Vultur (Tue May 27 2025 - 03:13:36 EST)
- Re: [RFC/PATCH] perf report: Support latency profiling in system-wide mode Dmitry Vyukov (Tue May 27 2025 - 03:14:59 EST)
- [PATCH v2 0/4] crypto: caam - iMX8QXP support (and related fixes) John Ernberg (Tue May 27 2025 - 03:16:17 EST)
- [PATCH v2 2/4] crypto: caam - Support iMX8QXP and variants thereof John Ernberg (Tue May 27 2025 - 03:16:28 EST)
- [PATCH v2 1/4] crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULP John Ernberg (Tue May 27 2025 - 03:16:39 EST)
- [PATCH v2 4/4] arm64: dts: freescale: imx8qxp/imx8qm: Add CAAM support John Ernberg (Tue May 27 2025 - 03:16:50 EST)
- [PATCH v2 3/4] dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP John Ernberg (Tue May 27 2025 - 03:17:01 EST)
- [PATCH v3] drm: add overview diagram for drm stack Abdulrasaq Lawani (Tue May 27 2025 - 03:18:01 EST)
- Re: [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c Nico Boehr (Tue May 27 2025 - 03:18:29 EST)
- Re: BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests Sebastian Andrzej Siewior (Tue May 27 2025 - 03:19:39 EST)
- Re: [PATCH v2 3/4] dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP Krzysztof Kozlowski (Tue May 27 2025 - 03:19:49 EST)
- [PATCH v5 3/4] arm64: dts: qcom: qcs615: enable pcie Ziyue Zhang (Tue May 27 2025 - 03:21:13 EST)
- [PATCH v5 2/4] dt-bindings: PCI: qcom,pcie-sm8150: document qcs615 Ziyue Zhang (Tue May 27 2025 - 03:21:14 EST)
- [PATCH v5 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for QCS615 Ziyue Zhang (Tue May 27 2025 - 03:21:23 EST)
- [PATCH v5 0/4] pci: qcom: Add QCS615 PCIe support Ziyue Zhang (Tue May 27 2025 - 03:21:57 EST)
- [PATCH v5 4/4] arm64: dts: qcom: qcs615-ride: Enable PCIe interface Ziyue Zhang (Tue May 27 2025 - 03:22:12 EST)
- Re: [PATCH 1/2] dt-bindings: arm: fsl: add TQ-Systems boards MBLS1028A and MBLS1028A-IND Rob Herring (Arm) (Tue May 27 2025 - 03:28:14 EST)
- Re: [PATCH net] net/mlx4_en: Prevent potential integer overflow calculating Hz Subbaraya Sundeep (Tue May 27 2025 - 03:32:12 EST)
- Re: [PATCH v8 6/7] iio: accel: adxl345: add freefall feature Lothar Rubusch (Tue May 27 2025 - 03:32:48 EST)
- Re: [PATCH v2 0/3] virtio: Fixes for TX ring sizing and resize error reporting Lei Yang (Tue May 27 2025 - 03:33:32 EST)
- RE: [PATCH next] wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch() Zong-Zhe Yang (Tue May 27 2025 - 03:38:36 EST)
- Re: [RFC PATCH v2 1/3] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge Tomi Valkeinen (Tue May 27 2025 - 03:38:51 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Yu Kuai (Tue May 27 2025 - 03:44:00 EST)
- Re: [PATCH next] wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch() Dan Carpenter (Tue May 27 2025 - 03:46:21 EST)
- Re: [PATCH net] net/mlx4_en: Prevent potential integer overflow calculating Hz Dan Carpenter (Tue May 27 2025 - 03:47:05 EST)
- [PATCH] Bluetooth: hci_qca: move the SoC type check to the right place Bartosz Golaszewski (Tue May 27 2025 - 03:48:01 EST)
- Re: [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference David Hildenbrand (Tue May 27 2025 - 03:48:36 EST)
- Re: [PATCH net-next v6] net: phy: add driver for MaxLinear MxL86110 PHY patchwork-bot+netdevbpf (Tue May 27 2025 - 03:50:03 EST)
- [PATCH v3 0/2] Optimize mremap() for large folios Dev Jain (Tue May 27 2025 - 03:51:24 EST)
- [PATCH v3 1/2] mm: Call pointers to ptes as ptep Dev Jain (Tue May 27 2025 - 03:51:28 EST)
- [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Dev Jain (Tue May 27 2025 - 03:51:58 EST)
- Re: [REPOST PATCH] drivers: net: mvpp2: attempt to refill rx before allocating skb Lorenzo Bianconi (Tue May 27 2025 - 03:53:00 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Yu Kuai (Tue May 27 2025 - 03:53:26 EST)
- Re: [PATCH v1 2/2] arm64: dts: qcom: qcs9075-evk: Add sound card Mohammad Rafi Shaik (Tue May 27 2025 - 03:55:58 EST)
- Re: [PATCH 2/3] modpost: allow "make nsdeps" to skip module-specific symbol namespace Petr Pavlu (Tue May 27 2025 - 03:56:04 EST)
- RE: [PATCH next] wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch() Zong-Zhe Yang (Tue May 27 2025 - 03:58:34 EST)
- Re: [RFC PATCH v2 2/3] drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from pointer to structure Tomi Valkeinen (Tue May 27 2025 - 03:59:05 EST)
- Re: [PATCH 05/28] mm, swap: sanitize swap cache lookup convention Barry Song (Tue May 27 2025 - 03:59:17 EST)
- Re: [PATCH RFC 5/6] riscv: dts: thead: Add PVT node Drew Fustini (Tue May 27 2025 - 04:00:27 EST)
- Re: [PATCH] Documentation : fb : sstfb.rst : Fixed spelling mistake. Helge Deller (Tue May 27 2025 - 04:00:40 EST)
- Re: [PATCH 10/23] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER Yu Kuai (Tue May 27 2025 - 04:00:54 EST)
- RE: [PATCH v6 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open() Reshetova, Elena (Tue May 27 2025 - 04:02:41 EST)
- Re: [PATCH] Bluetooth: hci_qca: move the SoC type check to the right place Krzysztof Kozlowski (Tue May 27 2025 - 04:02:42 EST)
- Re: [PATCH 11/23] md/md-bitmap: make method bitmap_ops->daemon_work optional Yu Kuai (Tue May 27 2025 - 04:04:07 EST)
- Re: [PATCH] pps: clients: gpio: fix interrupt handling order in remove path Rodolfo Giometti (Tue May 27 2025 - 04:04:12 EST)
- [PATCH v2] wifi: iwlwifi: cfg: Limit cb_size to valid range Pei Xiao (Tue May 27 2025 - 04:04:27 EST)
- Re: [PATCH] wifi: iwlwifi: cfg: Limit cb_size to valid range Pei Xiao (Tue May 27 2025 - 04:05:36 EST)
- Re: [PATCH] wifi: iwlwifi: cfg: Limit cb_size to valid range Pei Xiao (Tue May 27 2025 - 04:06:45 EST)
- Re: [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference Dev Jain (Tue May 27 2025 - 04:07:19 EST)
- Re: [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments Xu Kuohai (Tue May 27 2025 - 04:11:43 EST)
- Re: [PATCH RFC drm-misc-next v2 1/1] drm/hyperv: Add support for drm_panic Jocelyn Falempe (Tue May 27 2025 - 04:12:05 EST)
- Re: [PATCH v2 3/3] mfd: ls2kbmc: Add Loongson-2K BMC reset function support Binbin Zhou (Tue May 27 2025 - 04:12:33 EST)
- [PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge Chaoyi Chen (Tue May 27 2025 - 04:15:10 EST)
- Re: [PATCH v4] iio: common: st_sensors: Fix use of uninitialize device structs Andy Shevchenko (Tue May 27 2025 - 04:18:16 EST)
- [PATCH v2] md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT Yu Kuai (Tue May 27 2025 - 04:19:24 EST)
- Re: linux-next: build warning after merge of the drm tree Stephen Rothwell (Tue May 27 2025 - 04:19:36 EST)
- Re: [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support Bryan O'Donoghue (Tue May 27 2025 - 04:19:57 EST)
- Re: [PATCH v12 3/3] mtd: Add driver for concatenating devices Miquel Raynal (Tue May 27 2025 - 04:21:43 EST)
- [BUG] general protection fault in input_unregister_device Xianying Wang (Tue May 27 2025 - 04:22:01 EST)
- Re: [PATCH] cpufreq, docs: (userspace governor) add that actual freq is >= scaling_setspeed Shashank Balaji (Tue May 27 2025 - 04:22:12 EST)
- Re: [PATCH 06/23] md/md-bitmap: add a new sysfs api bitmap_type Christoph Hellwig (Tue May 27 2025 - 04:22:40 EST)
- Re: [PATCH 12/23] md/md-bitmap: add macros for lockless bitmap Christoph Hellwig (Tue May 27 2025 - 04:23:08 EST)
- Re: [PATCH] rtc: pcf2127: align power management configuration Giampiero Baggiani (Tue May 27 2025 - 04:23:18 EST)
- Re: [PATCH v3 1/6] dt-bindings: pinctl: amlogic,pinctrl-a4: Add compatible string for S7/S7D/S6 Krzysztof Kozlowski (Tue May 27 2025 - 04:23:21 EST)
- Re: [PATCH v2] drm/sitronix: Remove broken backwards-compatibility layer Javier Martinez Canillas (Tue May 27 2025 - 04:24:20 EST)
- Re: [PATCH v2] md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT Yu Kuai (Tue May 27 2025 - 04:24:38 EST)
- [PATCH v3 0/6] Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:25:23 EST)
- [PATCH v3 1/6] ALSA: ppc: Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:25:36 EST)
- [PATCH v3 2/6] ALSA: aoa: Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:25:46 EST)
- [PATCH v3 3/6] ASoC: renesas: Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:26:01 EST)
- [PATCH v3 4/6] ASoC: meson: Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:26:12 EST)
- Re: [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting Binbin Wu (Tue May 27 2025 - 04:26:32 EST)
- [PATCH v3 5/6] ASoC: imx-card: Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:26:40 EST)
- [PATCH v3 6/6] ASoC: qcom: Use helper function for_each_child_of_node_scoped() Ai Chao (Tue May 27 2025 - 04:26:55 EST)
- Re: [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Krzysztof Kozlowski (Tue May 27 2025 - 04:27:41 EST)
- [PATCH v3] arm64: Restrict pagetable teardown to avoid false warning Dev Jain (Tue May 27 2025 - 04:28:03 EST)
- Re: [PATCH 15/23] md/md-llbitmap: implement llbitmap IO Christoph Hellwig (Tue May 27 2025 - 04:28:09 EST)
- Re: [PATCH 23/23] md/md-llbitmap: add Kconfig Christoph Hellwig (Tue May 27 2025 - 04:29:27 EST)
- Re: [PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td kernel test robot (Tue May 27 2025 - 04:30:01 EST)
- Re: [PATCH v3 2/6] ALSA: aoa: Use helper function for_each_child_of_node_scoped() Johannes Berg (Tue May 27 2025 - 04:30:20 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Krzysztof Kozlowski (Tue May 27 2025 - 04:35:28 EST)
- Re: [BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out Barry Song (Tue May 27 2025 - 04:37:40 EST)
- Re: [PATCH net] net: lan966x: Make sure to insert the vlan tags also in host mode Maxime Chevallier (Tue May 27 2025 - 04:38:15 EST)
- Re: [PATCH] rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test Miguel Ojeda (Tue May 27 2025 - 04:40:00 EST)
- Re: [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference David Hildenbrand (Tue May 27 2025 - 04:41:02 EST)
- Re: [PATCH net-next] vsock/test: Cover more CIDs in transport_uaf test Stefano Garzarella (Tue May 27 2025 - 04:41:29 EST)
- [PATCH wireless-next v2 0/3] wifi: cfg80211/mac80211: Handle simultaneous scan and DFS operations on different radios Raj Kumar Bhagat (Tue May 27 2025 - 04:42:26 EST)
- [PATCH wireless-next v2 1/3] wifi: cfg80211: Add utility API to get radio index from channel Raj Kumar Bhagat (Tue May 27 2025 - 04:42:49 EST)
- [PATCH wireless-next v2 2/3] wifi: mac80211: Allow DFS/CSA on a radio if scan is ongoing on another radio Raj Kumar Bhagat (Tue May 27 2025 - 04:42:51 EST)
- [PATCH wireless-next v2 3/3] wifi: mac80211: Allow scan on a radio while operating on DFS on another radio Raj Kumar Bhagat (Tue May 27 2025 - 04:43:08 EST)
- Re: [RFC PATCH v2 1/3] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge Jayesh Choudhary (Tue May 27 2025 - 04:43:31 EST)
- Re: [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting Binbin Wu (Tue May 27 2025 - 04:44:47 EST)
- Re: [PATCH v3 3/4] firmware: stratix10-svc: Add initial support for asynchronous communication with Stratix10 service channel Krzysztof Kozlowski (Tue May 27 2025 - 04:45:03 EST)
- Re: [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments Alexis Lothoré (Tue May 27 2025 - 04:45:27 EST)
- Re: [PATCH] rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test Viresh Kumar (Tue May 27 2025 - 04:45:38 EST)
- Re: [RFC PATCH v2 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks Conor Dooley (Tue May 27 2025 - 04:47:08 EST)
- Re: [PATCH v4 04/23] RISC-V: Add defines for the SBI message proxy extension Andy Shevchenko (Tue May 27 2025 - 04:47:39 EST)
- Re: [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Quentin Schulz (Tue May 27 2025 - 04:48:34 EST)
- Re: [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use Yan Zhao (Tue May 27 2025 - 04:48:53 EST)
- Re: [PATCH v3 1/4] firmware: stratix10-svc: Add mutex lock and unlock in stratix10 memory allocation/free Krzysztof Kozlowski (Tue May 27 2025 - 04:49:39 EST)
- Re: WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437 giveup_all+0x90/0x1d0 (v6.14.8, Talos II) Srikar Dronamraju (Tue May 27 2025 - 04:49:51 EST)
- [PATCH] afs: Replace simple_strtoul with kstrtoul in afs_parse_address Su Hui (Tue May 27 2025 - 04:50:06 EST)
- [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Edward Adam Davis (Tue May 27 2025 - 04:51:41 EST)
- Re: [PATCH] selftests: fix "memebers" typo in filesystems/mount-notify Hendrik Hammernet (Tue May 27 2025 - 04:52:23 EST)
- Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing Bharata B Rao (Tue May 27 2025 - 04:53:53 EST)
- Re: [PATCH 07/23] md/md-bitmap: delay registration of bitmap_ops until creating bitmap Hannes Reinecke (Tue May 27 2025 - 04:54:13 EST)
- Re: [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag Binbin Wu (Tue May 27 2025 - 04:54:36 EST)
- Re: [PATCH RFC 5/6] riscv: dts: thead: Add PVT node Michal Wilczynski/Kernel (PLT) /SRPOL/Engineer/Samsung Electronics (Tue May 27 2025 - 04:55:02 EST)
- Re: [PATCH 11/23] md/md-bitmap: make method bitmap_ops->daemon_work optional Hannes Reinecke (Tue May 27 2025 - 04:55:45 EST)
- Re: [PATCH 15/23] md/md-llbitmap: implement llbitmap IO Yu Kuai (Tue May 27 2025 - 04:56:00 EST)
- Re: [PATCH 0/6] overlayfs + casefolding Amir Goldstein (Tue May 27 2025 - 04:57:33 EST)
- [PATCH v2 1/1] e1000e: fix heap overflow in e1000_set_eeprom() Mikael Wessel (Tue May 27 2025 - 04:58:27 EST)
- Re: [PATCH v2 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Claudiu Beznea (Tue May 27 2025 - 04:58:36 EST)
- Re: [PATCH 15/23] md/md-llbitmap: implement llbitmap IO Yu Kuai (Tue May 27 2025 - 04:59:09 EST)
- Re: [PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference Dev Jain (Tue May 27 2025 - 04:59:12 EST)
- Re: [BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out David Hildenbrand (Tue May 27 2025 - 05:00:19 EST)
- [PATCH] hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_param Su Hui (Tue May 27 2025 - 05:00:39 EST)
- Re: [PATCH 23/23] md/md-llbitmap: add Kconfig Yu Kuai (Tue May 27 2025 - 05:00:56 EST)
- Re: [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1 Uwe Kleine-König (Tue May 27 2025 - 05:03:38 EST)
- Re: [PATCH] Bluetooth: hci_qca: move the SoC type check to the right place Hsin-chen Chuang (Tue May 27 2025 - 05:05:38 EST)
- Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing Huang, Ying (Tue May 27 2025 - 05:05:47 EST)
- [PATCH] Documentation: cgroup: clarify controller enabling semantics Vishal Chourasia (Tue May 27 2025 - 05:06:12 EST)
- [PATCH v2 net 0/1] e1000e: fix heap overflow in e1000_set_eeprom() Mikael Wessel (Tue May 27 2025 - 05:06:25 EST)
- [PATCH v3 0/6] Add generated modalias to modules.builtin.modinfo Alexey Gladkov (Tue May 27 2025 - 05:08:19 EST)
- [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary Alexey Gladkov (Tue May 27 2025 - 05:08:40 EST)
- [PATCH v3 2/6] modules: Add macros to specify modinfo prefix Alexey Gladkov (Tue May 27 2025 - 05:08:51 EST)
- [PATCH v3 3/6] modpost: Make mod_device_table aliases more unique Alexey Gladkov (Tue May 27 2025 - 05:08:59 EST)
- [PATCH v3 4/6] modpost: Create modalias for builtin modules Alexey Gladkov (Tue May 27 2025 - 05:09:12 EST)
- Re: [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Krzysztof Kozlowski (Tue May 27 2025 - 05:09:54 EST)
- Re: [PATCH v2 5/5] locking/rwsem: Remove reader optimistic spinning Krcka, Tomas (Tue May 27 2025 - 05:10:00 EST)
- [PATCH v3 5/6] kbuild: Move modules.builtin.modinfo to another makefile Alexey Gladkov (Tue May 27 2025 - 05:10:10 EST)
- Re: [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments Xu Kuohai (Tue May 27 2025 - 05:10:19 EST)
- [PATCH v3 6/6] kbuild: Create modules.builtin.modinfo for modpost results Alexey Gladkov (Tue May 27 2025 - 05:10:29 EST)
- Re: [PATCH v2 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Geert Uytterhoeven (Tue May 27 2025 - 05:11:00 EST)
- [PATCH v3] eventpoll: Fix priority inversion problem Nam Cao (Tue May 27 2025 - 05:11:35 EST)
- RE: [PATCH] pps: clients: gpio: fix interrupt handling order in remove path Farber, Eliav (Tue May 27 2025 - 05:12:06 EST)
- Re: [PATCH v2 03/18] drm/tidss: Adjust the pclk based on the HW capabilities Michael Walle (Tue May 27 2025 - 05:13:22 EST)
- Re: [PATCH v3] media: add virtio-media driver Mauro Carvalho Chehab (Tue May 27 2025 - 05:13:39 EST)
- Re: [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments Alexis Lothoré (Tue May 27 2025 - 05:13:55 EST)
- Re: [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c Claudio Imbrenda (Tue May 27 2025 - 05:15:06 EST)
- Re: [PATCH v9 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion Gabriele Monaco (Tue May 27 2025 - 05:15:38 EST)
- Re: [RFC PATCH v2 1/3] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge Tomi Valkeinen (Tue May 27 2025 - 05:18:02 EST)
- [PATCH net-next] selftest: Add selftest for multicast address notifications Yuyang Huang (Tue May 27 2025 - 05:19:11 EST)
- Re: [PATCH RFC] mm: use per_vma lock for MADV_DONTNEED Lorenzo Stoakes (Tue May 27 2025 - 05:20:37 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Chen, Yu C (Tue May 27 2025 - 05:21:23 EST)
- Re: [PATCH v2 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Claudiu Beznea (Tue May 27 2025 - 05:21:41 EST)
- [PATCH] ocfs2: Replace simple_strtol with kstrtol Su Hui (Tue May 27 2025 - 05:24:09 EST)
- Re: [PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support Alexandre Ghiti (Tue May 27 2025 - 05:26:09 EST)
- [PATCH] nfsd: Replace simple_strtoul with kstrtoint in expkey_parse Su Hui (Tue May 27 2025 - 05:26:23 EST)
- Re: [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Quentin Schulz (Tue May 27 2025 - 05:27:07 EST)
- Re: [PATCH v3 02/22] drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc() API Luca Ceresoli (Tue May 27 2025 - 05:28:03 EST)
- Re: [PATCH v9 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion Nam Cao (Tue May 27 2025 - 05:28:16 EST)
- Re: [PATCH net-next,v5] net: mana: Add handler for hardware servicing events Paolo Abeni (Tue May 27 2025 - 05:29:10 EST)
- Re: [PATCH v2 3/4] dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP Rob Herring (Arm) (Tue May 27 2025 - 05:30:04 EST)
- Re: [RFC PATCH v2 2/3] drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from pointer to structure Jayesh Choudhary (Tue May 27 2025 - 05:30:28 EST)
- Re: [BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out Barry Song (Tue May 27 2025 - 05:31:27 EST)
- Re: [PATCH v9 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion Gabriele Monaco (Tue May 27 2025 - 05:32:51 EST)
- Please backport 32e92d9f6f87 ("iommu/iova: Separate out rcache init") to linux-5.15.y hyunki00.koo (Tue May 27 2025 - 05:34:51 EST)
- Re: [PATCH v2 3/3] riscv: dts: sophgo: add zfh for sg2042 Han Gao (Tue May 27 2025 - 05:35:23 EST)
- [PATCH] irq: Fix uninitialized pointers Gyeyoung Baek (Tue May 27 2025 - 05:35:43 EST)
- Re: [PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support Lorenzo Stoakes (Tue May 27 2025 - 05:38:26 EST)
- Re: [PATCH] devres: Move remaining devm_alloc_percpu and devm_device_add_group to devres.h Pei Xiao (Tue May 27 2025 - 05:41:39 EST)
- Re: [PATCH v2 2/2] phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet kernel test robot (Tue May 27 2025 - 05:42:03 EST)
- linux-next: build failure after merge of the rust tree Stephen Rothwell (Tue May 27 2025 - 05:42:50 EST)
- Please backport 32e92d9f6f87 ("iommu/iova: Separate out rcache init") to linux-5.15.y hyunki00.koo (Tue May 27 2025 - 05:43:19 EST)
- [PATCH] selftests: futex: define SYS_futex on 32-bit architectures with 64-bit time_t Ben Zong-You Xie (Tue May 27 2025 - 05:43:56 EST)
- Re: [PATCH] net: stmmac: set multicast filter to zero if feature is unsupported Yanteng Si (Tue May 27 2025 - 05:47:18 EST)
- Re: [PATCH v5 1/6] mm/page_alloc: pageblock flags functions clean up. Vlastimil Babka (Tue May 27 2025 - 05:47:24 EST)
- Re: [PATCH] perf tests switch-tracking: Fix timestamp comparison Leo Yan (Tue May 27 2025 - 05:49:41 EST)
- Re: [PATCH net-next v6 0/5] vsock: SOCK_LINGER rework patchwork-bot+netdevbpf (Tue May 27 2025 - 05:50:12 EST)
- Re: [PATCH] net: stmmac: add explicit check and error on invalid PTP clock rate Yanteng Si (Tue May 27 2025 - 05:52:56 EST)
- Re: [PATCH v2] arm64: dts: rockchip: support Ethernet Switch adapter for RK3588 Jaguar Heiko Stübner (Tue May 27 2025 - 05:58:49 EST)
- Re: [PATCH] Documentation: cgroup: clarify controller enabling semantics Michal Koutný (Tue May 27 2025 - 05:59:04 EST)
- Re: [PATCH v3 1/7] perf: Increase the maximum number of branches remove_loops() can process. Rajnesh Kanwal (Tue May 27 2025 - 06:00:07 EST)
- Re: [PATCH v2 net-next] xsk: add missing virtual address conversion for page patchwork-bot+netdevbpf (Tue May 27 2025 - 06:00:22 EST)
- [PATCH] riscv: cpufeature: add validation for zfa, zfh and zfhmin Clément Léger (Tue May 27 2025 - 06:00:44 EST)
- Re: [PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table Gavin Guo (Tue May 27 2025 - 06:00:52 EST)
- Re: linux-next: build failure after merge of the rust tree Miguel Ojeda (Tue May 27 2025 - 06:03:29 EST)
- Re: [PATCH] memcg: Always call cond_resched() after fn() Breno Leitao (Tue May 27 2025 - 06:04:42 EST)
- Re: [PATCH] Documentation: cgroup: clarify controller enabling semantics Bagas Sanjaya (Tue May 27 2025 - 06:04:55 EST)
- [PATCH bpf-next v3 0/2] bpf, arm64: support up to 12 arguments Alexis Lothoré (Tue May 27 2025 - 06:06:27 EST)
- [PATCH bpf-next v3 2/2] selftests/bpf: enable many-args tests for arm64 Alexis Lothoré (eBPF Foundation) (Tue May 27 2025 - 06:06:46 EST)
- [PATCH bpf-next v3 1/2] bpf, arm64: Support up to 12 function arguments Alexis Lothoré (Tue May 27 2025 - 06:06:55 EST)
- Re: [PATCH net-next v2 1/3] queue_api: add subqueue variant netif_subqueue_sent Paolo Abeni (Tue May 27 2025 - 06:08:13 EST)
- Re: [PATCH 3/4] selftests/mm: Report unique test names for each cow test Lorenzo Stoakes (Tue May 27 2025 - 06:08:49 EST)
- [PATCH v2] drm/sched/tests: Use one lock for fence context Philipp Stanner (Tue May 27 2025 - 06:10:44 EST)
- Re: [PATCH v5 2/6] mm/page_isolation: make page isolation a standalone bit. Vlastimil Babka (Tue May 27 2025 - 06:11:33 EST)
- Re: [PATCH] drm/bridge: adv7511: Do not merge adv7511_mode_set() with atomic_enable() Tommaso Merciai (Tue May 27 2025 - 06:12:17 EST)
- Re: [PATCH 1/3] perf mem: Describe overhead calculation in brief Leo Yan (Tue May 27 2025 - 06:13:05 EST)
- [GIT PULL] platform-drivers-x86 for v6.16-1 Ilpo Järvinen (Tue May 27 2025 - 06:15:40 EST)
- Re: [PATCH v6 2/2] coresight: add coresight Trace Network On Chip driver Suzuki K Poulose (Tue May 27 2025 - 06:19:39 EST)
- Re: [PATCH] Doc: networking: Fix various typos in rds.rst patchwork-bot+netdevbpf (Tue May 27 2025 - 06:20:15 EST)
- Re: [PATCH net-next] net/mlx5e: Allow setting MAC address of representors patchwork-bot+netdevbpf (Tue May 27 2025 - 06:20:42 EST)
- Re: (subset) [PATCH v3 00/22] drm: convert all bridges to devm_drm_bridge_alloc() Luca Ceresoli (Tue May 27 2025 - 06:21:57 EST)
- Re: [PATCH v2 3/3] riscv: dts: sophgo: add zfh for sg2042 Chen Wang (Tue May 27 2025 - 06:22:30 EST)
- Re: [PATCH] pps: clients: gpio: fix interrupt handling order in remove path Rodolfo Giometti (Tue May 27 2025 - 06:22:45 EST)
- Re: [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block Konrad Dybcio (Tue May 27 2025 - 06:24:02 EST)
- Re: [PATCH] pps: clients: gpio: fix interrupt handling order in remove path gregkh@xxxxxxxxxxxxxxxxxxx (Tue May 27 2025 - 06:24:41 EST)
- Re: [PATCH 4/5] drm/mediatek: Add eDP driver for mt8196 CK Hu (胡俊光) (Tue May 27 2025 - 06:24:48 EST)
- Re: [PATCH 31/45] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations Yongxing Mou (Tue May 27 2025 - 06:31:23 EST)
- Re: [PATCH v5 3/6] mm/page_alloc: add support for initializing pageblock as isolated. Vlastimil Babka (Tue May 27 2025 - 06:31:36 EST)
- linux-next: Tree for May 27 Stephen Rothwell (Tue May 27 2025 - 06:32:50 EST)
- Re: [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block Jie Gan (Tue May 27 2025 - 06:33:18 EST)
- Re: [PATCH] arm64: dts: qcom: sm8650: remove unused reg Konrad Dybcio (Tue May 27 2025 - 06:33:27 EST)
- Re: [net-next v11 4/7] net: mtip: The L2 switch driver for imx287 Paolo Abeni (Tue May 27 2025 - 06:35:37 EST)
- Re: [PATCH v3 2/2] arm64: dts: qcom: sa8775p: Remove max link speed property for PCIe EP Konrad Dybcio (Tue May 27 2025 - 06:36:41 EST)
- [PATCH v1 for-next] spi: spi-pci1xxxx: Fix Probe failure with Dual SPI instance with INTx interrupts Thangaraj Samynathan (Tue May 27 2025 - 06:37:18 EST)
- Re: [RFC PATCH v2 2/3] drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from pointer to structure Jayesh Choudhary (Tue May 27 2025 - 06:40:19 EST)
- Re: [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block Konrad Dybcio (Tue May 27 2025 - 06:41:29 EST)
- [syzbot] [gfs2?] WARNING in gfs2_put_super syzbot (Tue May 27 2025 - 06:42:41 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Johan Hovold (Tue May 27 2025 - 06:44:33 EST)
- Re: [net-next v11 4/7] net: mtip: The L2 switch driver for imx287 Lukasz Majewski (Tue May 27 2025 - 06:45:25 EST)
- RE: [PATCH] i2c: imx: fix emulated smbus block read Carlos Song (Tue May 27 2025 - 06:46:14 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Lorenzo Stoakes (Tue May 27 2025 - 06:46:49 EST)
- [GIT PULL] pmdomain/cpuidle-psci updates for v6.16 Ulf Hansson (Tue May 27 2025 - 06:49:11 EST)
- Re: [RFC PATCH v2 1/3] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge Jayesh Choudhary (Tue May 27 2025 - 06:49:54 EST)
- Re: [PATCH v3 5/5] phy: qcom: qmp-pcie: add x1e80100 qref supplies Konrad Dybcio (Tue May 27 2025 - 06:50:39 EST)
- Re: [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE) Will Deacon (Tue May 27 2025 - 06:50:52 EST)
- Re: [PATCH v5 4/6] mm/page_isolation: remove migratetype from move_freepages_block_isolate() Vlastimil Babka (Tue May 27 2025 - 06:51:04 EST)
- Re: [PATCH v3 0/2] Optimize mremap() for large folios Lorenzo Stoakes (Tue May 27 2025 - 06:51:16 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Krzysztof Kozlowski (Tue May 27 2025 - 06:51:29 EST)
- Re: [PATCH 0/8] Reup: SM8350 and SC8280XP venus support Johan Hovold (Tue May 27 2025 - 06:53:24 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Konrad Dybcio (Tue May 27 2025 - 06:55:26 EST)
- Re: [PATCH v5 5/6] mm/page_isolation: remove migratetype from undo_isolate_page_range() Vlastimil Babka (Tue May 27 2025 - 06:56:40 EST)
- [PATCH net-next v2] net: arp: use kfree_skb_reason() in arp_rcv() jiang.kun2 (Tue May 27 2025 - 06:58:01 EST)
- Re: [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Krzysztof Kozlowski (Tue May 27 2025 - 06:58:14 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Konrad Dybcio (Tue May 27 2025 - 06:59:39 EST)
- Re: [PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table Gavin Shan (Tue May 27 2025 - 06:59:51 EST)
- Re: [PATCH 2/5] clk: qcom: gcc-ipq5018: fix GE PHY reset Konrad Dybcio (Tue May 27 2025 - 07:00:55 EST)
- Re: [PATCH v6 4/4] net: can: rockchip: support dma for rk3576 rx Marc Kleine-Budde (Tue May 27 2025 - 07:01:11 EST)
- Re: [PATCH v8 0/6] Introduce CET supervisor state support Chao Gao (Tue May 27 2025 - 07:01:41 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Johan Hovold (Tue May 27 2025 - 07:03:02 EST)
- Re: [BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out David Hildenbrand (Tue May 27 2025 - 07:06:59 EST)
- Re: [PATCH next] KVM: VMX: add noinstr for is_td_vcpu and is_td Peter Zijlstra (Tue May 27 2025 - 07:07:31 EST)
- Re: [PATCH 4/5] arm64: dts: qcom: ipq5018: add MDIO buses Konrad Dybcio (Tue May 27 2025 - 07:07:57 EST)
- Re: [PATCH] x86/tdx: mark tdh_vp_enter() as __flatten Huang, Kai (Tue May 27 2025 - 07:08:19 EST)
- [PATCH] spi: spi-qpic-snand: document the limited bit error reporting capability Gabor Juhos (Tue May 27 2025 - 07:08:54 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Peter Zijlstra (Tue May 27 2025 - 07:08:56 EST)
- Re: [PATCH] devres: Move remaining devm_alloc_percpu and devm_device_add_group to devres.h Andy Shevchenko (Tue May 27 2025 - 07:09:32 EST)
- [PATCH] ASoC: tas571x: add separate tas5733 controls Bram Vlerick (Tue May 27 2025 - 07:09:42 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sm8650: Add support for Oneplus Pad Pro (caihong) Konrad Dybcio (Tue May 27 2025 - 07:11:27 EST)
- [PATCH v4 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards Prasad Kumpatla (Tue May 27 2025 - 07:13:00 EST)
- [PATCH v4 4/8] arm64: dts: qcom: qcs6490-audioreach: Modify LPASS macros clock settings for audioreach Prasad Kumpatla (Tue May 27 2025 - 07:13:16 EST)
- [PATCH v4 3/8] arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support Prasad Kumpatla (Tue May 27 2025 - 07:13:42 EST)
- [PATCH v4 5/8] arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier Prasad Kumpatla (Tue May 27 2025 - 07:13:43 EST)
- [PATCH v4 2/8] ASoC: dt-bindings: qcom: Manage clock settings for ADSP solution Prasad Kumpatla (Tue May 27 2025 - 07:13:47 EST)
- [PATCH v4 1/8] arm64: dts: qcom: qcs6490-audioreach: Add gpr node Prasad Kumpatla (Tue May 27 2025 - 07:14:30 EST)
- [PATCH v4 8/8] arm64: dts: qcom: qcm6490-idp: Add sound card Prasad Kumpatla (Tue May 27 2025 - 07:14:32 EST)
- [PATCH v4 7/8] arm64: dts: qcom: qcm6490-idp: Add WSA8830 speakers and WCD9370 headset codec Prasad Kumpatla (Tue May 27 2025 - 07:14:43 EST)
- [PATCH v4 6/8] arm64: dts: qcom: qcs6490-rb3gen2: Add sound card Prasad Kumpatla (Tue May 27 2025 - 07:14:54 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Ze Huang (Tue May 27 2025 - 07:15:37 EST)
- [PATCH] gpio: TODO: add a task for removing MMIO-specific fields from gpio_chip Bartosz Golaszewski (Tue May 27 2025 - 07:15:50 EST)
- Re: [PATCH 2/5] clk: qcom: gcc-ipq5018: fix GE PHY reset George Moussalem (Tue May 27 2025 - 07:15:51 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Krzysztof Kozlowski (Tue May 27 2025 - 07:15:58 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Ze Huang (Tue May 27 2025 - 07:16:12 EST)
- Re: [PATCH v4 05/23] mailbox: Add common header for RPMI messages sent via mailbox Andy Shevchenko (Tue May 27 2025 - 07:17:14 EST)
- Re: [PATCH 1/4] dt-bindings: mfd: rk806: allow to customize PMIC reset method Nicolas Frattaroli (Tue May 27 2025 - 07:18:59 EST)
- Re: [PATCH 2/5] clk: qcom: gcc-ipq5018: fix GE PHY reset Konrad Dybcio (Tue May 27 2025 - 07:19:46 EST)
- Re: [PATCH 4/7] sched/fair: Take care of group/affinity/sched_class change for throttled task K Prateek Nayak (Tue May 27 2025 - 07:19:57 EST)
- Re: [PATCH 4/5] arm64: dts: qcom: ipq5018: add MDIO buses George Moussalem (Tue May 27 2025 - 07:24:13 EST)
- [PATCH v3 0/8] clk: renesas: rzg2l-cpg: Drop PM domain abstraction for MSTOP Claudiu (Tue May 27 2025 - 07:24:31 EST)
- [PATCH v3 1/8] clk: renesas: rzg2l-cpg: Postone updating priv->clks[] Claudiu (Tue May 27 2025 - 07:24:34 EST)
- [PATCH v3 2/8] clk: renesas: rzg2l-cpg: Move pointers after hw member Claudiu (Tue May 27 2025 - 07:24:48 EST)
- [PATCH v3 3/8] clk: renesas: rzg2l-cpg: Add macro to loop through module clocks Claudiu (Tue May 27 2025 - 07:25:06 EST)
- [PATCH v3 5/8] clk: renesas: r9a08g045: Drop power domain instantiation Claudiu (Tue May 27 2025 - 07:25:27 EST)
- [PATCH v3 6/8] clk: renesas: rzg2l-cpg: Drop MSTOP based power domain support Claudiu (Tue May 27 2025 - 07:25:35 EST)
- [PATCH v3 4/8] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API Claudiu (Tue May 27 2025 - 07:25:38 EST)
- [PATCH v3 8/8] Revert "dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1> for RZ/G3S" Claudiu (Tue May 27 2025 - 07:25:45 EST)
- [PATCH v3 7/8] dt-bindings: clock: rzg2l-cpg: Drop power domain IDs Claudiu (Tue May 27 2025 - 07:25:46 EST)
- Re: [PATCH 2/4] arm64: dts: qcom: Add support for X1E80100 Dell Latitude 7455 Konrad Dybcio (Tue May 27 2025 - 07:26:28 EST)
- [net-next PATCH v2 0/3] Grab IPA IMEM slice through DT Konrad Dybcio (Tue May 27 2025 - 07:27:11 EST)
- [PATCH net-next v2 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables Konrad Dybcio (Tue May 27 2025 - 07:27:42 EST)
- [PATCH net-next v2 2/3] dt-bindings: net: qcom,ipa: Add sram property for describing IMEM slice Konrad Dybcio (Tue May 27 2025 - 07:28:08 EST)
- [PATCH net-next v2 3/3] net: ipa: Grab IMEM slice base/size from DTS Konrad Dybcio (Tue May 27 2025 - 07:28:20 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Mark Brown (Tue May 27 2025 - 07:28:22 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem (Tue May 27 2025 - 07:28:56 EST)
- Re: [PATCH 1/2] spi: spi-qpic-snand: reallocate BAM transactions Mark Brown (Tue May 27 2025 - 07:29:07 EST)
- Re: [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary James Bottomley (Tue May 27 2025 - 07:29:50 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Konrad Dybcio (Tue May 27 2025 - 07:32:26 EST)
- RE: [PATCH v2 2/2] phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet Michael Dege (Tue May 27 2025 - 07:32:59 EST)
- Re: [PATCH RFC 1/6] rust: Add basic PWM abstractions Michal Wilczynski/Kernel (PLT) /SRPOL/Engineer/Samsung Electronics (Tue May 27 2025 - 07:33:14 EST)
- [PATCH v10 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir Jeff Layton (Tue May 27 2025 - 07:33:57 EST)
- [PATCH v10 1/9] ref_tracker: don't use %pK in pr_ostream() output Jeff Layton (Tue May 27 2025 - 07:34:20 EST)
- [PATCH v10 2/9] ref_tracker: add a top level debugfs directory for ref_tracker Jeff Layton (Tue May 27 2025 - 07:34:42 EST)
- [PATCH v10 3/9] ref_tracker: have callers pass output function to pr_ostream() Jeff Layton (Tue May 27 2025 - 07:34:52 EST)
- [PATCH v10 4/9] ref_tracker: add a static classname string to each ref_tracker_dir Jeff Layton (Tue May 27 2025 - 07:35:06 EST)
- [PATCH v10 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file Jeff Layton (Tue May 27 2025 - 07:35:23 EST)
- [PATCH v10 6/9] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir Jeff Layton (Tue May 27 2025 - 07:35:45 EST)
- [PATCH v10 7/9] ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file Jeff Layton (Tue May 27 2025 - 07:36:03 EST)
- [GIT PULL] MMC updates for v6.16 Ulf Hansson (Tue May 27 2025 - 07:36:12 EST)
- Re: [PATCH v4 13/23] irqchip: Add driver for the RPMI system MSI service group Andy Shevchenko (Tue May 27 2025 - 07:36:20 EST)
- [PATCH v10 8/9] net: add symlinks to ref_tracker_dir for netns Jeff Layton (Tue May 27 2025 - 07:36:45 EST)
- [PATCH v10 9/9] ref_tracker: eliminate the ref_tracker_dir name field Jeff Layton (Tue May 27 2025 - 07:37:14 EST)
- Re: [PATCH 1/2] arm64: dts: renesas: r9a09g057: Add USB2.0 support Lad, Prabhakar (Tue May 27 2025 - 07:37:39 EST)
- Re: [PATCH net-next v2 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables Krzysztof Kozlowski (Tue May 27 2025 - 07:38:04 EST)
- Re: [PATCH net-next v2 2/3] dt-bindings: net: qcom,ipa: Add sram property for describing IMEM slice Krzysztof Kozlowski (Tue May 27 2025 - 07:38:30 EST)
- Re: [PATCH 2/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB2.0 support Lad, Prabhakar (Tue May 27 2025 - 07:38:31 EST)
- Re: [PATCH net-next v2 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables Konrad Dybcio (Tue May 27 2025 - 07:38:53 EST)
- Re: [RFC PATCH v2 2/3] drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from pointer to structure Tomi Valkeinen (Tue May 27 2025 - 07:39:30 EST)
- Re: [PATCH v5 4/4] rust: samples: Add debugfs sample Alice Ryhl (Tue May 27 2025 - 07:39:41 EST)
- Re: [PATCH v6 3/4] net: can: rockchip: add can for RK3576 Soc Marc Kleine-Budde (Tue May 27 2025 - 07:39:42 EST)
- [PATCH net v2] page_pool: Fix use-after-free in page_pool_recycle_in_ring Dong Chenchen (Tue May 27 2025 - 07:39:56 EST)
- Re: [PATCH] binder: fix yet another UAF in binder_devices Alice Ryhl (Tue May 27 2025 - 07:39:57 EST)
- Re: [net-next v12 4/7] net: mtip: The L2 switch driver for imx287 Paolo Abeni (Tue May 27 2025 - 07:40:32 EST)
- Re: [PATCH v4 06/23] mailbox: Allow controller specific mapping using fwnode Andy Shevchenko (Tue May 27 2025 - 07:41:47 EST)
- Re: [syzbot] [block?] possible deadlock in __del_gendisk syzbot (Tue May 27 2025 - 07:42:11 EST)
- Re: [PATCH net-next v2 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables Krzysztof Kozlowski (Tue May 27 2025 - 07:42:58 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 07:43:23 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 07:44:59 EST)
- Re: [PATCH] ASoC: tas571x: add separate tas5733 controls Bram Vlerick (Tue May 27 2025 - 07:46:22 EST)
- [GIT PULL] Btrfs fixup for 6.16 pull request David Sterba (Tue May 27 2025 - 07:49:42 EST)
- Re: [PATCH 3/4] selftests/mm: Report unique test names for each cow test Mark Brown (Tue May 27 2025 - 07:50:11 EST)
- Re: [PATCH v5 4/4] rust: samples: Add debugfs sample Danilo Krummrich (Tue May 27 2025 - 07:50:56 EST)
- Re: [PATCH 3/4] selftests/mm: Report unique test names for each cow test Lorenzo Stoakes (Tue May 27 2025 - 07:53:59 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Alejandro Enrique (Tue May 27 2025 - 07:54:24 EST)
- Re: [PATCH v2] arm64: dts: rockchip: Adjust the HDMI DDC IO driver strength for rk3588 Nicolas Frattaroli (Tue May 27 2025 - 07:54:57 EST)
- Re: [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary Alexey Gladkov (Tue May 27 2025 - 07:55:14 EST)
- Re: [PATCH 4/7] sched/fair: Take care of group/affinity/sched_class change for throttled task Aaron Lu (Tue May 27 2025 - 07:55:25 EST)
- [PATCH net v2] net: stmmac: platform: guarantee uniqueness of bus_id Quentin Schulz (Tue May 27 2025 - 07:56:58 EST)
- Re: [PATCH v2 0/4] CAMSS support for MSM8939 Konrad Dybcio (Tue May 27 2025 - 07:58:13 EST)
- Re: [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary James Bottomley (Tue May 27 2025 - 07:58:43 EST)
- Re: [PATCH v4 2/8] ASoC: dt-bindings: qcom: Manage clock settings for ADSP solution Krzysztof Kozlowski (Tue May 27 2025 - 07:59:02 EST)
- Re: [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment Ulf Hansson (Tue May 27 2025 - 07:59:34 EST)
- Re: [PATCH v4 5/8] arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier Krzysztof Kozlowski (Tue May 27 2025 - 08:00:05 EST)
- Re: [WARN] LOCKDEP: MAX_LOCKDEP_CHAIN_HLOCKS too low Lance Yang (Tue May 27 2025 - 08:00:15 EST)
- Re: [PATCH] cpufreq, docs: (userspace governor) add that actual freq is >= scaling_setspeed Rafael J. Wysocki (Tue May 27 2025 - 08:00:33 EST)
- Re: [PATCH v4 6/8] arm64: dts: qcom: qcs6490-rb3gen2: Add sound card Krzysztof Kozlowski (Tue May 27 2025 - 08:00:45 EST)
- [PATCH v5 0/4] Add USB2.0 PHY and USB3.0 PHY support for SpacemiT K1 Ze Huang (Tue May 27 2025 - 08:01:45 EST)
- [PATCH v5 1/4] dt-bindings: phy: spacemit: add K1 USB2 PHY Ze Huang (Tue May 27 2025 - 08:01:55 EST)
- [PATCH v5 2/4] dt-bindings: phy: spacemit: add K1 PCIe/USB3 combo PHY Ze Huang (Tue May 27 2025 - 08:02:06 EST)
- Re: [PATCH v2 1/4] media: qcom: camss: vfe: Add VBIF setting support Bryan O'Donoghue (Tue May 27 2025 - 08:02:21 EST)
- [PATCH v5 3/4] phy: spacemit: support K1 USB2.0 PHY controller Ze Huang (Tue May 27 2025 - 08:02:56 EST)
- [PATCH v5 4/4] phy: spacemit: add USB3 support for K1 PCIe/USB3 combo PHY Ze Huang (Tue May 27 2025 - 08:03:17 EST)
- RE: [PATCH] i2c: imx: fix emulated smbus block read KUCHARCZYK Lukasz (Tue May 27 2025 - 08:03:38 EST)
- Re: [PATCH 3/4] selftests/mm: Report unique test names for each cow test Mark Brown (Tue May 27 2025 - 08:06:17 EST)
- Re: [PATCH v5 2/3] arm64: dts: ti: k3-am62l: add initial infrastructure Sascha Hauer (Tue May 27 2025 - 08:06:42 EST)
- Re: [PATCH] rust: kunit: use crate-level mapping for `c_void` Benno Lossin (Tue May 27 2025 - 08:07:02 EST)
- Re: [GIT PULL] platform-drivers-x86 for v6.16-1 Pavel Machek (Tue May 27 2025 - 08:07:44 EST)
- [PATCH v9 0/6] PCI: VF resizable BAR Michał Winiarski (Tue May 27 2025 - 08:08:08 EST)
- [PATCH v9 2/6] PCI: Add a helper to convert between VF BAR number and IOV resource Michał Winiarski (Tue May 27 2025 - 08:08:31 EST)
- [PATCH v9 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource() Michał Winiarski (Tue May 27 2025 - 08:08:41 EST)
- [PATCH v9 5/6] PCI: Allow drivers to control VF BAR size Michał Winiarski (Tue May 27 2025 - 08:09:08 EST)
- [PATCH v9 1/6] PCI/IOV: Restore VF resizable BAR state after reset Michał Winiarski (Tue May 27 2025 - 08:09:13 EST)
- [PATCH v9 4/6] PCI/IOV: Check that VF BAR fits within the reservation Michał Winiarski (Tue May 27 2025 - 08:09:19 EST)
- [PATCH v9 6/6] drm/xe/pf: Set VF LMEM BAR size Michał Winiarski (Tue May 27 2025 - 08:09:36 EST)
- Re: [syzbot] [bcachefs?] WARNING in rhashtable_init_noprof syzbot (Tue May 27 2025 - 08:11:17 EST)
- [PATCH v5 01/19] drm/connector: hdmi: Evaluate limited range after computing format Cristian Ciocaltea (Tue May 27 2025 - 08:11:34 EST)
- [PATCH v5 00/19] drm/connector: hdmi: Allow using the YUV420 output format Cristian Ciocaltea (Tue May 27 2025 - 08:11:44 EST)
- [PATCH v5 02/19] drm/connector: hdmi: Add support for YUV420 format verification Cristian Ciocaltea (Tue May 27 2025 - 08:11:44 EST)
- [PATCH v5 03/19] drm/connector: hdmi: Improve debug message for supported format Cristian Ciocaltea (Tue May 27 2025 - 08:12:02 EST)
- [PATCH v5 04/19] drm/connector: hdmi: Add missing bpc debug info to hdmi_try_format_bpc() Cristian Ciocaltea (Tue May 27 2025 - 08:12:37 EST)
- [PATCH v5 07/19] drm/tests: hdmi: Replace '[_]MHz' with 'mhz' Cristian Ciocaltea (Tue May 27 2025 - 08:12:38 EST)
- [PATCH v5 05/19] drm/connector: hdmi: Factor out bpc and format computation logic Cristian Ciocaltea (Tue May 27 2025 - 08:12:42 EST)
- [PATCH v5 08/19] drm/tests: hdmi: Switch to 'void *' type for EDID data Cristian Ciocaltea (Tue May 27 2025 - 08:12:51 EST)
- [PATCH v5 09/19] drm/tests: hdmi: Add macro to simplify EDID setup Cristian Ciocaltea (Tue May 27 2025 - 08:13:02 EST)
- [PATCH v5 06/19] drm/connector: hdmi: Use YUV420 output format as an RGB fallback Cristian Ciocaltea (Tue May 27 2025 - 08:13:17 EST)
- [PATCH v5 12/19] drm/tests: hdmi: Setup ycbcr_420_allowed before initializing connector Cristian Ciocaltea (Tue May 27 2025 - 08:13:30 EST)
- [PATCH v5 10/19] drm/tests: hdmi: Replace open coded EDID setup Cristian Ciocaltea (Tue May 27 2025 - 08:13:32 EST)
- [PATCH v5 11/19] drm/tests: hdmi: Drop unused drm_kunit_helper_connector_hdmi_init_funcs() Cristian Ciocaltea (Tue May 27 2025 - 08:14:51 EST)
- [PATCH v5 15/19] drm/tests: hdmi: Add limited range tests for YUV420 mode Cristian Ciocaltea (Tue May 27 2025 - 08:15:20 EST)
- [PATCH v5 13/19] drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possible Cristian Ciocaltea (Tue May 27 2025 - 08:15:24 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem (Tue May 27 2025 - 08:15:29 EST)
- [PATCH v5 16/19] drm/tests: hdmi: Rename max TMDS rate fallback tests Cristian Ciocaltea (Tue May 27 2025 - 08:15:39 EST)
- [PATCH v5 14/19] drm/tests: hdmi: Provide EDID supporting 4K@30Hz with YUV420 only Cristian Ciocaltea (Tue May 27 2025 - 08:15:45 EST)
- [PATCH net] net: ti: icssg-prueth: Fix swapped TX stats for MII interfaces. Meghana Malladi (Tue May 27 2025 - 08:15:46 EST)
- [PATCH v5 18/19] drm/tests: hdmi: Add max TMDS rate fallback tests for YUV420 mode Cristian Ciocaltea (Tue May 27 2025 - 08:16:16 EST)
- [PATCH v5 17/19] drm/tests: hdmi: Provide EDID supporting 4K@30Hz with RGB/YUV Cristian Ciocaltea (Tue May 27 2025 - 08:16:26 EST)
- [PATCH v5 19/19] drm/tests: hdmi: Add test for unsuccessful fallback to YUV420 Cristian Ciocaltea (Tue May 27 2025 - 08:16:52 EST)
- Re: [PATCH] regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt() Laurent Pinchart (Tue May 27 2025 - 08:18:10 EST)
- [PATCH] perf: arm_spe: Relax period restriction Leo Yan (Tue May 27 2025 - 08:18:54 EST)
- [PATCH] power: supply: qcom_battmgr: Report battery capacity Kornel Dulęba (Tue May 27 2025 - 08:19:10 EST)
- Re: [PATCH bpf-next v3 0/2] bpf, arm64: support up to 12 arguments Xu Kuohai (Tue May 27 2025 - 08:19:40 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Sebastian Andrzej Siewior (Tue May 27 2025 - 08:23:44 EST)
- Re: [PATCH 1/2] spi: spi-qpic-snand: reallocate BAM transactions Gabor Juhos (Tue May 27 2025 - 08:23:59 EST)
- Re: [PATCH 2/4] arm64: dts: qcom: Add support for X1E80100 Dell Latitude 7455 Manivannan Sadhasivam (Tue May 27 2025 - 08:27:05 EST)
- Re: [PATCH v2 03/18] drm/tidss: Adjust the pclk based on the HW capabilities Tomi Valkeinen (Tue May 27 2025 - 08:34:12 EST)
- Re: [PATCH 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm David Hildenbrand (Tue May 27 2025 - 08:34:23 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Huang, Kai (Tue May 27 2025 - 08:34:39 EST)
- [PATCH v4 0/2] strncpy_from_user for Rust Alice Ryhl (Tue May 27 2025 - 08:34:55 EST)
- [PATCH v4 1/2] uaccess: rust: add strncpy_from_user Alice Ryhl (Tue May 27 2025 - 08:35:03 EST)
- [PATCH v4 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf Alice Ryhl (Tue May 27 2025 - 08:35:19 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Mark Brown (Tue May 27 2025 - 08:36:04 EST)
- Re: [PATCH 1/2] clk: preserve original rate when a sibling clk changes it's rate Maxime Ripard (Tue May 27 2025 - 08:37:06 EST)
- [GIT PULL] exfat update for 6.16-rc1 Namjae Jeon (Tue May 27 2025 - 08:38:31 EST)
- Re: [PATCH net v2] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test Konstantin Shkolnyy (Tue May 27 2025 - 08:40:35 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Sebastian Andrzej Siewior (Tue May 27 2025 - 08:43:36 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Alice Ryhl (Tue May 27 2025 - 08:45:03 EST)
- Re: [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC Michal Wilczynski/Kernel (PLT) /SRPOL/Engineer/Samsung Electronics (Tue May 27 2025 - 08:45:17 EST)
- Re: [GIT PULL] platform-drivers-x86 for v6.16-1 Hans de Goede (Tue May 27 2025 - 08:47:42 EST)
- Re: [GIT PULL] platform-drivers-x86 for v6.16-1 Hans de Goede (Tue May 27 2025 - 08:49:55 EST)
- Re: [PATCH v3 4/5] media: platform: Add Raspberry Pi HEVC decoder driver John Cox (Tue May 27 2025 - 08:52:21 EST)
- Re: [PATCH v5 6/6] mm/page_isolation: remove migratetype parameter from more functions. Vlastimil Babka (Tue May 27 2025 - 08:56:10 EST)
- Re: [PATCH net v2] net: stmmac: platform: guarantee uniqueness of bus_id Maxime Chevallier (Tue May 27 2025 - 08:57:23 EST)
- Re: [PATCH v2 1/7] media: chips-media: wave5: Fix Null reference while testing fluster Nicolas Dufresne (Tue May 27 2025 - 08:57:41 EST)
- Re: [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary Alexey Gladkov (Tue May 27 2025 - 08:58:33 EST)
- Re: [PATCH v4 23/23] drm/tests: hdmi: Add test for unsupported RGB/YUV420 mode Maxime Ripard (Tue May 27 2025 - 08:59:34 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Mark Brown (Tue May 27 2025 - 08:59:55 EST)
- Re: [PATCH v3 1/3] Documentation: dma-buf: heaps: Fix code markup Maxime Ripard (Tue May 27 2025 - 08:59:55 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Konrad Dybcio (Tue May 27 2025 - 09:00:33 EST)
- Re: [PATCH v3 2/3] dma-buf: heaps: Parameterize heap name in __add_cma_heap() Maxime Ripard (Tue May 27 2025 - 09:00:36 EST)
- [PATCH v2 0/2] cpufreq: userspace: add CPUFREQ_GOV_STRICT_TARGET flag Shashank Balaji (Tue May 27 2025 - 09:00:53 EST)
- [PATCH v2 1/2] cpufreq: userspace: set CPUFREQ_GOV_STRICT_TARGET flag Shashank Balaji (Tue May 27 2025 - 09:01:30 EST)
- [PATCH v2 2/2] cpufreq, docs: userspace: mention variation in freq due to hw coordination Shashank Balaji (Tue May 27 2025 - 09:01:40 EST)
- Re: [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC Danilo Krummrich (Tue May 27 2025 - 09:01:46 EST)
- [PATCH] ima: prevent concurrent list operations in ima_lsm_update_rules Zhao Yipeng (Tue May 27 2025 - 09:01:59 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support George Moussalem (Tue May 27 2025 - 09:03:59 EST)
- Re: [PATCH v3 3/3] dma-buf: heaps: Give default CMA heap a fixed name Maxime Ripard (Tue May 27 2025 - 09:05:21 EST)
- Re: [PATCH] KVM: arm64: Make HCX writable from userspace Jinqian Yang (Tue May 27 2025 - 09:05:37 EST)
- [PATCH 2/5] ARM: dts: stm32: use 'typec' generic name for stusb1600 on stm32mp15xx-dkx Amelie Delaunay (Tue May 27 2025 - 09:05:57 EST)
- [PATCH 3/5] dt-bindings: regulator: Add STM32MP15 SCMI regulator identifiers Amelie Delaunay (Tue May 27 2025 - 09:05:58 EST)
- [PATCH 5/5] ARM: dts: stm32: add stm32mp157f-dk2 board support Amelie Delaunay (Tue May 27 2025 - 09:06:23 EST)
- [PATCH 1/5] ARM: dts: stm32: fullfill diversity with OPP for STM32M15x SOCs Amelie Delaunay (Tue May 27 2025 - 09:06:30 EST)
- [PATCH 4/5] dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible Amelie Delaunay (Tue May 27 2025 - 09:06:45 EST)
- [PATCH 0/5] Introduce STM32MP157F-DK2 board Amelie Delaunay (Tue May 27 2025 - 09:07:01 EST)
- Re: [PATCH 3/4] selftests/mm: Report unique test names for each cow test Mark Brown (Tue May 27 2025 - 09:07:25 EST)
- Re: [PATCH] perf: arm_spe: Relax period restriction Leo Yan (Tue May 27 2025 - 09:07:44 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Andrew Lunn (Tue May 27 2025 - 09:08:50 EST)
- [PATCH] gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt Alok Tiwari (Tue May 27 2025 - 09:09:16 EST)
- Re: [PATCH 4/5] dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible Krzysztof Kozlowski (Tue May 27 2025 - 09:09:34 EST)
- Re: [PATCH v1 1/2] audit: record fanotify event regardless of presence of rules Richard Guy Briggs (Tue May 27 2025 - 09:10:13 EST)
- [PATCH] mm: avoid orphaned uprobe Lorenzo Stoakes (Tue May 27 2025 - 09:11:26 EST)
- Re: [PATCH] sched_deadline, docs: add affinity setting with cgroup2 cpuset controller Juri Lelli (Tue May 27 2025 - 09:12:06 EST)
- Re: [PATCH v2] arm64: dts: rockchip: support Ethernet Switch adapter for RK3588 Jaguar Jakob Unterwurzacher (Tue May 27 2025 - 09:12:27 EST)
- Re: [PATCH 1/5] ARM: dts: stm32: fullfill diversity with OPP for STM32M15x SOCs Krzysztof Kozlowski (Tue May 27 2025 - 09:13:08 EST)
- Re: [GIT PULL] platform-drivers-x86 for v6.16-1 Benjamin Tissoires (Tue May 27 2025 - 09:13:37 EST)
- Re: [PATCH] net: dwmac-rk: No need to check the return value of the phy_power_on() Andrew Lunn (Tue May 27 2025 - 09:15:34 EST)
- Re: [PATCH v1 for-next] spi: spi-pci1xxxx: Fix Probe failure with Dual SPI instance with INTx interrupts Mark Brown (Tue May 27 2025 - 09:15:53 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Konrad Dybcio (Tue May 27 2025 - 09:16:13 EST)
- [syzbot] [wireless?] KMSAN: uninit-value in ieee80211_amsdu_to_8023s (2) syzbot (Tue May 27 2025 - 09:16:50 EST)
- [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE Alexey Gladkov (Tue May 27 2025 - 09:17:15 EST)
- Re: [PATCH] Bluetooth: btusb: Add USB ID 3625:010b for TP-LINK Archer TX10UB Nano patchwork-bot+bluetooth (Tue May 27 2025 - 09:20:04 EST)
- Re: [PATCH] Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check patchwork-bot+bluetooth (Tue May 27 2025 - 09:20:10 EST)
- Re: [PATCH] Bluetooth: hci_qca: move the SoC type check to the right place patchwork-bot+bluetooth (Tue May 27 2025 - 09:20:26 EST)
- Re: [PATCH 4/5] dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible Amelie Delaunay (Tue May 27 2025 - 09:20:43 EST)
- Re: [PATCH next] ACPI: APEI: EINJ: Clean up on error in einj_probe() Rafael J. Wysocki (Tue May 27 2025 - 09:21:30 EST)
- [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 09:21:45 EST)
- [RFC PATCH v2 2/2] mm/mremap: Expose abnormal new_pte during move_ptes Pu Lehui (Tue May 27 2025 - 09:21:54 EST)
- [RFC PATCH v2 0/2] Fix uprobe anon page be overwritten during mremap Pu Lehui (Tue May 27 2025 - 09:22:02 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Nicolas Dufresne (Tue May 27 2025 - 09:22:37 EST)
- Re: [PATCH v3] media: add virtio-media driver Alexandre Courbot (Tue May 27 2025 - 09:22:41 EST)
- Re: [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE James Bottomley (Tue May 27 2025 - 09:23:05 EST)
- Re: [PATCH net v3] t: fix udp gso skb_segment after pull from frag_list Willem de Bruijn (Tue May 27 2025 - 09:23:28 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 09:23:56 EST)
- Re: [PATCH next] ACPI: MRRM: Silence error code static checker warning Rafael J. Wysocki (Tue May 27 2025 - 09:24:21 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Sebastian Andrzej Siewior (Tue May 27 2025 - 09:25:43 EST)
- Re: [PATCH v2 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry Mike Rapoport (Tue May 27 2025 - 09:26:08 EST)
- Re: [PATCH 0/5] media: Add Gen 3 IP stateful decoder driver Nicolas Dufresne (Tue May 27 2025 - 09:26:35 EST)
- Re: [PATCH] sched_deadline, docs: add affinity setting with cgroup2 cpuset controller Shashank Balaji (Tue May 27 2025 - 09:27:01 EST)
- Re: [PATCH] ASoC: codecs: fix out-of-bounds access on invalid clock config Mark Brown (Tue May 27 2025 - 09:27:20 EST)
- Re: [PATCH next] cpuidle: psci: Fix uninitialized variable in dt_idle_state_present() Rafael J. Wysocki (Tue May 27 2025 - 09:28:12 EST)
- Re: [PATCH v1 1/2] arm64: dts: qcom: sa8775p: Add gpr node Konrad Dybcio (Tue May 27 2025 - 09:29:12 EST)
- Re: [PATCH v1 2/2] arm64: dts: qcom: qcs9075-evk: Add sound card Konrad Dybcio (Tue May 27 2025 - 09:29:48 EST)
- Re: [PATCH v3 3/3] arm64: dts: qcom: sm8750-qrd: Add sound (speakers, headset codec, dmics) Konrad Dybcio (Tue May 27 2025 - 09:33:37 EST)
- Re: [PATCH] rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test Rafael J. Wysocki (Tue May 27 2025 - 09:34:06 EST)
- Re: [PATCH 5/5] arm64: dts: qcom: ipq5018: Add GE PHY to internal mdio bus Konrad Dybcio (Tue May 27 2025 - 09:34:39 EST)
- Re: [PATCH v10 8/9] net: add symlinks to ref_tracker_dir for netns Eric Dumazet (Tue May 27 2025 - 09:35:50 EST)
- Re: [PATCH v3] media: add virtio-media driver Mauro Carvalho Chehab (Tue May 27 2025 - 09:36:07 EST)
- Re: [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions Louis Chauvet (Tue May 27 2025 - 09:36:34 EST)
- [syzbot] [kernel?] KASAN: wild-memory-access Read in get_futex_key syzbot (Tue May 27 2025 - 09:36:48 EST)
- Re: [PATCH v3 2/3] arm64: dts: qcom: sm8750-mtp: Add sound (speakers, headset codec, dmics) Krzysztof Kozlowski (Tue May 27 2025 - 09:37:01 EST)
- Re: [PATCH] media: dt-bindings: mediatek: Constrain iommus Daniel Stone (Tue May 27 2025 - 09:37:17 EST)
- Re: [PATCH 5/5] arm64: dts: qcom: ipq5018: Add GE PHY to internal mdio bus George Moussalem (Tue May 27 2025 - 09:38:06 EST)
- Re: [RFC PATCH v2 12/12] rv: Add opid per-cpu monitor Nam Cao (Tue May 27 2025 - 09:38:32 EST)
- Re: [PATCH v10 8/9] net: add symlinks to ref_tracker_dir for netns Eric Dumazet (Tue May 27 2025 - 09:38:44 EST)
- [syzbot] [mm?] [cgroups?] general protection fault in refill_obj_stock syzbot (Tue May 27 2025 - 09:38:51 EST)
- Re: [PATCH v5 3/4] arm64: dts: qcom: qcs615: enable pcie Konrad Dybcio (Tue May 27 2025 - 09:39:12 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 09:39:37 EST)
- Re: [PATCH] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT Gatien CHEVALLIER (Tue May 27 2025 - 09:39:55 EST)
- Re: [RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 09:40:10 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 09:40:32 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Mark Brown (Tue May 27 2025 - 09:40:40 EST)
- Re: [PATCH 1/2] ftrace: fix UAF when lookup kallsym after ftrace disabled Steven Rostedt (Tue May 27 2025 - 09:40:56 EST)
- Re: [PATCH 1/2] dt-bindings: net: qcom,ipa: document qcm2290 compatible Konrad Dybcio (Tue May 27 2025 - 09:41:44 EST)
- [syzbot] [fs?] KASAN: slab-use-after-free Read in send_sigio syzbot (Tue May 27 2025 - 09:44:58 EST)
- Re: [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE Alexey Gladkov (Tue May 27 2025 - 09:45:16 EST)
- Re: [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment Hiago De Franco (Tue May 27 2025 - 09:45:44 EST)
- Re: [PATCH net-next] udp: Add tracepoint for udp_sendmsg() Breno Leitao (Tue May 27 2025 - 09:45:53 EST)
- Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash Sebastian Andrzej Siewior (Tue May 27 2025 - 09:46:17 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Steven Rostedt (Tue May 27 2025 - 09:47:10 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Peter Zijlstra (Tue May 27 2025 - 09:47:51 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Steven Rostedt (Tue May 27 2025 - 09:48:08 EST)
- Re: [PATCH net v2] af_packet: move notifier's packet_dev_mc out of rcu critical section patchwork-bot+netdevbpf (Tue May 27 2025 - 09:50:04 EST)
- Re: [RFC PATCH v2 00/12] rv: Add monitors to validate task switch Nam Cao (Tue May 27 2025 - 09:51:21 EST)
- Re: [PATCH] rust: kunit: use crate-level mapping for `c_void` Miguel Ojeda (Tue May 27 2025 - 09:51:47 EST)
- [PATCH v2] uaccess: rust: use newtype for user pointers Alice Ryhl (Tue May 27 2025 - 09:54:07 EST)
- Re: [PATCH] x86/tdx: mark tdh_vp_enter() as __flatten Sean Christopherson (Tue May 27 2025 - 09:54:49 EST)
- Re: [RFC PATCH] fs: remove uselib() system call Geert Uytterhoeven (Tue May 27 2025 - 09:55:18 EST)
- Re: [PATCH] rust: kunit: use crate-level mapping for `c_void` Jesung Yang (Tue May 27 2025 - 09:56:31 EST)
- Re: [PATCH v2 09/11] kunit: uapi: Add example for UAPI tests Nicolas Schier (Tue May 27 2025 - 09:56:48 EST)
- Re: [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC Uwe Kleine-König (Tue May 27 2025 - 09:57:40 EST)
- Re: [PATCH v7 2/3] arm64: dts: qcom: qcs615: add venus node to devicetree Konrad Dybcio (Tue May 27 2025 - 09:58:01 EST)
- Re: [PATCH] drm/vc4: tests: pv_muxing: Fix locking Maxime Ripard (Tue May 27 2025 - 09:58:18 EST)
- Re: [PATCH] docs: trace: boottime-trace.rst: fix typo Steven Rostedt (Tue May 27 2025 - 10:00:57 EST)
- Re: [PATCH v2 01/11] kbuild: userprogs: add nolibc support Nicolas Schier (Tue May 27 2025 - 10:02:18 EST)
- Re: [PATCH v3] media: add virtio-media driver Alexandre Courbot (Tue May 27 2025 - 10:04:09 EST)
- Re: [PATCH 1/5] ARM: dts: stm32: fullfill diversity with OPP for STM32M15x SOCs Amelie Delaunay (Tue May 27 2025 - 10:05:43 EST)
- [PATCH v4 1/6] scsi: Always define blogic_pci_tbl structure Alexey Gladkov (Tue May 27 2025 - 10:07:12 EST)
- [PATCH v2] selftests: acct: fix grammar and clarify output messages - Fixed email case mismatch in Signed-off-by Abdelrahman Fekry (Tue May 27 2025 - 10:07:43 EST)
- Re: [PATCH 1/5] ARM: dts: stm32: fullfill diversity with OPP for STM32M15x SOCs Krzysztof Kozlowski (Tue May 27 2025 - 10:08:53 EST)
- Re: [net 1/4] dt-bindings: net: ftgmac100: Add resets property Conor Dooley (Tue May 27 2025 - 10:13:34 EST)
- [PATCH RFC 3/4] drm/panel: samsung-s6e8aa0: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag Philipp Zabel (Tue May 27 2025 - 10:14:59 EST)
- [PATCH RFC 4/4] drm/mipi-dsi: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag Philipp Zabel (Tue May 27 2025 - 10:15:05 EST)
- [PATCH RFC 1/4] drm/bridge: samsung-dsim: Always flush display FIFO on vsync pulse Philipp Zabel (Tue May 27 2025 - 10:15:10 EST)
- [PATCH RFC 0/4] drm/bridge: samsung-dsim: Stop controlling vsync display FIFO flush in panels Philipp Zabel (Tue May 27 2025 - 10:15:38 EST)
- [PATCH RFC 2/4] drm/panel: samsung-s6d7aa0: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag Philipp Zabel (Tue May 27 2025 - 10:15:57 EST)
- Re: [PATCH 4/7] sched/fair: Take care of group/affinity/sched_class change for throttled task K Prateek Nayak (Tue May 27 2025 - 10:16:41 EST)
- [GIT PULL] NFSD changes for v6.16 cel (Tue May 27 2025 - 10:17:16 EST)
- Re: [PATCH v4 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards Alexey Klimov (Tue May 27 2025 - 10:17:52 EST)
- Re: [PATCH 6/6] x86/vdso: Enable sframe generation in VDSO Jens Remus (Tue May 27 2025 - 10:17:52 EST)
- Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled Mimi Zohar (Tue May 27 2025 - 10:18:22 EST)
- Re: [PATCH v9 6/9] tee: add tee_shm_alloc_dma_mem() Jens Wiklander (Tue May 27 2025 - 10:21:46 EST)
- [PATCH 0/2] drm/bridge: samsung-dsim: Small cleanups Philipp Zabel (Tue May 27 2025 - 10:22:14 EST)
- [PATCH 2/2] drm/bridge: samsung-dsim: Use HZ_PER_MHZ macro from units.h Philipp Zabel (Tue May 27 2025 - 10:22:23 EST)
- [PATCH 1/2] drm/bridge: samsung-dsim: use while loop in samsung_dsim_transfer_start Philipp Zabel (Tue May 27 2025 - 10:22:25 EST)
- Re: [syzbot] [kernel?] KASAN: wild-memory-access Read in get_futex_key Peter Zijlstra (Tue May 27 2025 - 10:22:58 EST)
- [PATCH] genksyms: Fix enum consts from a reference affecting new values Petr Pavlu (Tue May 27 2025 - 10:23:51 EST)
- Re: [PATCH v3] media: add virtio-media driver Michael S. Tsirkin (Tue May 27 2025 - 10:24:19 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Tue May 27 2025 - 10:24:29 EST)
- [PATCH v2 0/3] KVM: arm64: selftests: arch_timer_edge_cases fixes Sebastian Ott (Tue May 27 2025 - 10:24:54 EST)
- [PATCH v2 2/3] KVM: arm64: selftests: fix thread migration in arch_timer_edge_cases Sebastian Ott (Tue May 27 2025 - 10:25:11 EST)
- [PATCH v2 1/3] KVM: arm64: selftests: fix help text for arch_timer_edge_cases Sebastian Ott (Tue May 27 2025 - 10:25:17 EST)
- [PATCH v2 3/3] KVM: arm64: selftests: arch_timer_edge_cases - determine effective counter width Sebastian Ott (Tue May 27 2025 - 10:25:45 EST)
- Re: [RFC PATCH v2 2/2] mm/mremap: Expose abnormal new_pte during move_ptes Oleg Nesterov (Tue May 27 2025 - 10:26:23 EST)
- Re: [PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings Yury Norov (Tue May 27 2025 - 10:27:27 EST)
- Re: [RFC 1/2] landlock: Multithreading support for landlock_restrict_self() Jann Horn (Tue May 27 2025 - 10:27:49 EST)
- [PATCH] virtio: document ENOSPC Michael S. Tsirkin (Tue May 27 2025 - 10:28:10 EST)
- Re: [PATCH 0/5] media: Add Gen 3 IP stateful decoder driver Yassine Ouaissa (Tue May 27 2025 - 10:30:17 EST)
- Re: [PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock Bobby Eshleman (Tue May 27 2025 - 10:31:01 EST)
- Re: [PATCH v9 7/9] optee: support protected memory allocation Jens Wiklander (Tue May 27 2025 - 10:33:15 EST)
- Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Yassine Ouaissa (Tue May 27 2025 - 10:33:39 EST)
- Re: [RFC PATCH v2 12/12] rv: Add opid per-cpu monitor Gabriele Monaco (Tue May 27 2025 - 10:35:21 EST)
- RE: [PATCH 2/2] dmabuf/heaps: implement DMA_BUF_IOCTL_RW_FILE for system_heap wangtao (Tue May 27 2025 - 10:35:43 EST)
- Re: [PATCH V2 0/3] Add level shifter support for qualcomm SOC's Ulf Hansson (Tue May 27 2025 - 10:35:58 EST)
- Re: [PATCH] dt-bindings: pinctrl: k230: fix child node name patterns Conor Dooley (Tue May 27 2025 - 10:37:07 EST)
- RE: [Intel-wired-lan] [PATCH] ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Loktionov, Aleksandr (Tue May 27 2025 - 10:37:56 EST)
- RE: [Intel-wired-lan] [PATCH v2 1/1] e1000e: fix heap overflow in e1000_set_eeprom() Loktionov, Aleksandr (Tue May 27 2025 - 10:38:59 EST)
- Re: [PATCH v9 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion Steven Rostedt (Tue May 27 2025 - 10:39:15 EST)
- Re: [PATCH v3] media: add virtio-media driver Mauro Carvalho Chehab (Tue May 27 2025 - 10:39:46 EST)
- Re: [PATCH] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT Sebastian Andrzej Siewior (Tue May 27 2025 - 10:42:19 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Greg Kroah-Hartman (Tue May 27 2025 - 10:42:41 EST)
- Re: [PATCH v3] media: add virtio-media driver Mauro Carvalho Chehab (Tue May 27 2025 - 10:43:08 EST)
- Re: [PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings Yury Norov (Tue May 27 2025 - 10:43:33 EST)
- Re: [PATCH v9 9/9] optee: smc abi: dynamic protected memory allocation Jens Wiklander (Tue May 27 2025 - 10:44:08 EST)
- Re: [Intel-wired-lan] [PATCH v2 1/1] e1000e: fix heap overflow in e1000_set_eeprom() Paul Menzel (Tue May 27 2025 - 10:44:39 EST)
- [PATCH 0/4] iio: Clean up macro definitions Waqar Hameed (Tue May 27 2025 - 10:45:59 EST)
- [PATCH 4/4] iio: Remove unused macro definition for driver and IRQ name Waqar Hameed (Tue May 27 2025 - 10:46:18 EST)
- [PATCH 1/4] iio: Remove single use of macro definition for driver name Waqar Hameed (Tue May 27 2025 - 10:46:18 EST)
- [PATCH 2/4] iio: Remove single use of macro definition for IRQ name Waqar Hameed (Tue May 27 2025 - 10:46:25 EST)
- [PATCH 3/4] iio: Remove single use of macro definition for regmap name Waqar Hameed (Tue May 27 2025 - 10:46:33 EST)
- [PATCH 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too Gerd Hoffmann (Tue May 27 2025 - 10:47:12 EST)
- [PATCH 1/2] x86/sev/vc: fix efi runtime instruction emulation Gerd Hoffmann (Tue May 27 2025 - 10:47:49 EST)
- Re: [PATCH v8 4/4] drm/tidss: Add OLDI bridge support Aradhya Bhatia (Tue May 27 2025 - 10:48:02 EST)
- Re: [Intel-wired-lan] [PATCH v2 1/1] e1000e: fix heap overflow in e1000_set_eeprom() Paul Menzel (Tue May 27 2025 - 10:48:10 EST)
- Re: stable-rc/queue/6.14: S390: devres.h:111:16: error: implicit declaration of function 'IOMEM_ERR_PTR' [-Werror=implicit-function-declaration] Greg Kroah-Hartman (Tue May 27 2025 - 10:48:31 EST)
- Re: [PATCH v4 1/2] livepatch, x86/module: Generalize late module relocation locking. Petr Mladek (Tue May 27 2025 - 10:48:40 EST)
- Re: [PATCH v5 1/6] mm/page_alloc: pageblock flags functions clean up. Zi Yan (Tue May 27 2025 - 10:48:55 EST)
- Re: [PATCH 3/3] iio: Add driver for Nicera D3-323-AA PIR sensor Waqar Hameed (Tue May 27 2025 - 10:49:06 EST)
- Re: [RFC PATCH v2 12/12] rv: Add opid per-cpu monitor Nam Cao (Tue May 27 2025 - 10:50:43 EST)
- Re: [PATCH v2 09/11] kunit: uapi: Add example for UAPI tests Thomas Weißschuh (Tue May 27 2025 - 10:52:06 EST)
- Re: [PATCH 1/2] drm/bridge: samsung-dsim: use while loop in samsung_dsim_transfer_start Frieder Schrempf (Tue May 27 2025 - 10:52:33 EST)
- Re: [PATCH 2/2] drm/bridge: samsung-dsim: Use HZ_PER_MHZ macro from units.h Frieder Schrempf (Tue May 27 2025 - 10:53:28 EST)
- [PATCH v2 0/2] sched_deadline, docs: update rt-app examples, add cgroup v2 cpuset HOWTO Shashank Balaji (Tue May 27 2025 - 10:56:14 EST)
- [PATCH v2 1/2] sched_deadline, docs: replace rt-app examples with chrt or use config.json Shashank Balaji (Tue May 27 2025 - 10:56:24 EST)
- [PATCH v2 2/2] sched_deadline, docs: add affinity setting with cgroup2 cpuset controller Shashank Balaji (Tue May 27 2025 - 10:56:33 EST)
- Re: [PATCH v5 2/6] mm/page_isolation: make page isolation a standalone bit. Zi Yan (Tue May 27 2025 - 10:56:44 EST)
- [PATCH] EDAC/altera: Use correct width with writes to INTTEST register. Matthew Gerlach (Tue May 27 2025 - 10:57:25 EST)
- [PATCH] ring-buffer: Move cpus_read_lock() outside of buffer->mutex Steven Rostedt (Tue May 27 2025 - 10:57:43 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Tamir Duberstein (Tue May 27 2025 - 10:58:11 EST)
- [GIT PULL] nolibc updates for v6.16-rc1 Thomas Weißschuh (Tue May 27 2025 - 10:58:38 EST)
- Re: [GIT PULL] Kbuild fixes for v6.15-rc7 Linus Torvalds (Tue May 27 2025 - 10:59:01 EST)
- Re: [PATCH v4 2/4] drm/panel: Add refcount support Maxime Ripard (Tue May 27 2025 - 10:59:13 EST)
- Re: [RFC PATCH 2/5] sched/core: Don't use parked cpu for selection Yury Norov (Tue May 27 2025 - 10:59:21 EST)
- [PATCH] media: rkvdec: Switch to using structs instead of writel Detlev Casanova (Tue May 27 2025 - 11:01:04 EST)
- [PATCH net-next] rxrpc: Fix return from none_validate_challenge() David Howells (Tue May 27 2025 - 11:02:17 EST)
- Re: [PATCH v5 4/6] mm/page_isolation: remove migratetype from move_freepages_block_isolate() Zi Yan (Tue May 27 2025 - 11:02:46 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Tamir Duberstein (Tue May 27 2025 - 11:03:34 EST)
- Re: [PATCH v4 2/4] drm/panel: Add refcount support Maxime Ripard (Tue May 27 2025 - 11:04:11 EST)
- Re: [PATCH v5 6/6] mm/page_isolation: remove migratetype parameter from more functions. Zi Yan (Tue May 27 2025 - 11:04:44 EST)
- Re: [RFC PATCH 1/5] cpumask: Introduce cpu parked mask Yury Norov (Tue May 27 2025 - 11:06:32 EST)
- Re: [PATCH v3] media: add virtio-media driver Michael S. Tsirkin (Tue May 27 2025 - 11:06:43 EST)
- Re: [PATCH v9 8/9] optee: FF-A: dynamic protected memory allocation Jens Wiklander (Tue May 27 2025 - 11:07:44 EST)
- Re: [PATCH] dt-bindings: pinctrl: k230: fix child node name patterns Ze Huang (Tue May 27 2025 - 11:08:12 EST)
- Re: [GIT PULL] platform-drivers-x86 for v6.16-1 Werner Sembach (Tue May 27 2025 - 11:09:55 EST)
- [PATCH v4 0/2] Add Meta(Facebook) Clemente BMC(AST2600) leo . jt . wang (Tue May 27 2025 - 11:10:22 EST)
- [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo . jt . wang (Tue May 27 2025 - 11:10:37 EST)
- Re: [PATCH 2/2] dmabuf/heaps: implement DMA_BUF_IOCTL_RW_FILE for system_heap Christian König (Tue May 27 2025 - 11:10:51 EST)
- Re: [RFC PATCH 0/5] sched: cpu parked and push current task mechanism Peter Zijlstra (Tue May 27 2025 - 11:11:08 EST)
- Re: [PATCH 1/2] drm/bridge: samsung-dsim: use while loop in samsung_dsim_transfer_start Alexander Stein (Tue May 27 2025 - 11:11:16 EST)
- [PATCH v4 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC leo . jt . wang (Tue May 27 2025 - 11:11:58 EST)
- Re: [PATCH 05/28] mm, swap: sanitize swap cache lookup convention Kairui Song (Tue May 27 2025 - 11:12:01 EST)
- Re: [PATCH 2/2] drm/bridge: samsung-dsim: Use HZ_PER_MHZ macro from units.h Alexander Stein (Tue May 27 2025 - 11:12:25 EST)
- Re: [PATCH 1/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support Andrew Lunn (Tue May 27 2025 - 11:12:52 EST)
- Re: [PATCH 2/4] arm64: dts: qcom: Add support for X1E80100 Dell Latitude 7455 Stephan Gerhold (Tue May 27 2025 - 11:13:55 EST)
- [PATCH] um: Fix tgkill compile error on old host OSes Yonting Lin (Tue May 27 2025 - 11:13:57 EST)
- Re: [PATCH v2 3/4] dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP John Ernberg (Tue May 27 2025 - 11:14:20 EST)
- [syzbot] [io-uring?] KMSAN: uninit-value in xa_find syzbot (Tue May 27 2025 - 11:15:53 EST)
- [syzbot] [bcachefs?] kernel BUG in __bch2_bkey_unpack_key syzbot (Tue May 27 2025 - 11:15:54 EST)
- [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in __bch2_bkey_unpack_key syzbot (Tue May 27 2025 - 11:15:55 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Tue May 27 2025 - 11:18:18 EST)
- Re: [GIT pull] irq/msi for v6.16-rc1 Linus Torvalds (Tue May 27 2025 - 11:18:46 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Boqun Feng (Tue May 27 2025 - 11:20:16 EST)
- Re: [PATCH V1] mmc: sdhci-msm: Enable MMC_CAP_AGGRESSIVE_PM for qualcomm controllers Ulf Hansson (Tue May 27 2025 - 11:21:19 EST)
- Re: [PATCH v1 1/2] ARM: dts: stm32: add support of stm32mp157f-dk2 board Alexandre TORGUE (Tue May 27 2025 - 11:22:41 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Alice Ryhl (Tue May 27 2025 - 11:23:02 EST)
- Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s Miguel Ojeda (Tue May 27 2025 - 11:23:19 EST)
- Re: [PATCH V5 00/11] Refactor ufs phy powerup sequence Nitin Rawat (Tue May 27 2025 - 11:24:08 EST)
- Re: [PATCH v2 0/2] sched_deadline, docs: update rt-app examples, add cgroup v2 cpuset HOWTO Juri Lelli (Tue May 27 2025 - 11:24:24 EST)
- Re: [PATCH v13 24/27] x86/resctrl: Introduce the interface to modify assignments in a group Moger, Babu (Tue May 27 2025 - 11:24:39 EST)
- Re: [PATCH] dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive Conor Dooley (Tue May 27 2025 - 11:24:46 EST)
- Re: [PATCH 1/1] ASoC: dt-bindings: covert mxs-audio-sgtl5000.txt to yaml format Conor Dooley (Tue May 27 2025 - 11:26:44 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 11:28:17 EST)
- Re: [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers Jakub Kicinski (Tue May 27 2025 - 11:30:12 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 11:30:30 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Tue May 27 2025 - 11:31:13 EST)
- Re: [syzbot] [kernel?] KASAN: wild-memory-access Read in get_futex_key Sebastian Andrzej Siewior (Tue May 27 2025 - 11:31:23 EST)
- Re: [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr` Tamir Duberstein (Tue May 27 2025 - 11:32:33 EST)
- Re: [GIT pull] core/entry for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 11:33:14 EST)
- Re: [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings Tamir Duberstein (Tue May 27 2025 - 11:33:33 EST)
- Re: [GIT pull] irq/drivers for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 11:34:17 EST)
- Re: [GIT pull] irq/msi for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 11:34:20 EST)
- Re: [GIT pull] irq/core for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 11:34:33 EST)
- Re: [GIT pull] irq/cleanups for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 11:34:43 EST)
- Re: [PATCH net-next v2 6/8] net: devmem: ksft: add 5 tuple FS support Stanislav Fomichev (Tue May 27 2025 - 11:35:14 EST)
- Re: [PATCH net-next v2 2/8] page_pool: fix ugly page_pool formatting Stanislav Fomichev (Tue May 27 2025 - 11:35:26 EST)
- Re: [PATCH v9 1/2] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING Michal Koutný (Tue May 27 2025 - 11:35:33 EST)
- Re: [PATCH net-next v2 4/8] net: devmem: ksft: add ipv4 support Stanislav Fomichev (Tue May 27 2025 - 11:35:50 EST)
- Re: [PATCH net-next v2 3/8] net: devmem: preserve sockc_err Stanislav Fomichev (Tue May 27 2025 - 11:35:56 EST)
- Re: [PATCH v9 2/2] sched: Annotate sched_clock_irqtime with __read_mostly Michal Koutný (Tue May 27 2025 - 11:36:15 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 11:36:31 EST)
- Re: [PATCH net-next v2 1/8] net: devmem: move list_add to net_devmem_bind_dmabuf. Stanislav Fomichev (Tue May 27 2025 - 11:37:01 EST)
- Re: [syzbot] [kernel?] KASAN: wild-memory-access Read in get_futex_key Sebastian Andrzej Siewior (Tue May 27 2025 - 11:39:11 EST)
- Re: [PATCH v2] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type Doug Anderson (Tue May 27 2025 - 11:41:10 EST)
- Re: [PATCH v2] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type Doug Anderson (Tue May 27 2025 - 11:45:07 EST)
- Re: [RFC PATCH 0/5] sched: cpu parked and push current task mechanism Yury Norov (Tue May 27 2025 - 11:47:52 EST)
- Re: [PATCH 1/1] dt-bindings: interrupt-controller: Add fsl,icoll.yaml Conor Dooley (Tue May 27 2025 - 11:48:11 EST)
- Re: [PATCH 1/1] dt-bindings: timer: Add fsl,timrot.yaml Conor Dooley (Tue May 27 2025 - 11:50:33 EST)
- Re: [PATCH v2 1/1] e1000e: fix heap overflow in e1000_set_eeprom() Tony Nguyen (Tue May 27 2025 - 11:53:23 EST)
- Re: [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers Dragos Tatulea (Tue May 27 2025 - 11:53:45 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Tue May 27 2025 - 11:54:07 EST)
- Re: [PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock Stefano Garzarella (Tue May 27 2025 - 11:55:49 EST)
- Re: [PATCH v3 10/12] arm64: dts: qcom: qrb4210-rb2: enable wsa881x amplifier Alexey Klimov (Tue May 27 2025 - 11:56:16 EST)
- Re: [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions Maxime Ripard (Tue May 27 2025 - 11:57:34 EST)
- [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA Shradha Gupta (Tue May 27 2025 - 11:58:08 EST)
- [PATCH v4 1/5] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations Shradha Gupta (Tue May 27 2025 - 11:58:45 EST)
- [PATCH v4 2/5] PCI: hv: Allow dynamic MSI-X vector allocation Shradha Gupta (Tue May 27 2025 - 11:59:09 EST)
- [PATCH v4 3/5] net: mana: explain irq_setup() algorithm Shradha Gupta (Tue May 27 2025 - 11:59:35 EST)
- Re: [PATCH v6 0/4] rockchip: add can for RK3576 Soc Marc Kleine-Budde (Tue May 27 2025 - 12:00:23 EST)
- [PATCH v4 4/5] net: mana: Allow irq_setup() to skip cpus for affinity Shradha Gupta (Tue May 27 2025 - 12:00:47 EST)
- [PATCH v4 5/5] net: mana: Allocate MSI-X vectors dynamically Shradha Gupta (Tue May 27 2025 - 12:01:06 EST)
- Re: [PATCH v3 08/12] arm64: dts: qcom: sm4250: add description of soundwire and dmic pins Alexey Klimov (Tue May 27 2025 - 12:01:07 EST)
- [GIT PULL] Documentation for 6.16 Jonathan Corbet (Tue May 27 2025 - 12:01:59 EST)
- [GIT PULL] ntfs3: bugfixes for 6.16 Konstantin Komarov (Tue May 27 2025 - 12:03:17 EST)
- Re: [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy Stanislav Fomichev (Tue May 27 2025 - 12:06:06 EST)
- Re: [PATCH v8 1/3] drm/tests: bridge: convert to devm_drm_bridge_alloc() API Maxime Ripard (Tue May 27 2025 - 12:06:26 EST)
- [PATCH] rust: replace length checks with match Tamir Duberstein (Tue May 27 2025 - 12:09:50 EST)
- Re: [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings Jakub Kicinski (Tue May 27 2025 - 12:10:43 EST)
- Re: [PATCH v8 3/3] drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc() Maxime Ripard (Tue May 27 2025 - 12:10:52 EST)
- [PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun Steven Rostedt (Tue May 27 2025 - 12:11:08 EST)
- Re: [PATCH net] vmxnet3: correctly report gso type for UDP tunnels Ronak Doshi (Tue May 27 2025 - 12:11:17 EST)
- [GIT PULL] dlm updates for 6.16 David Teigland (Tue May 27 2025 - 12:12:48 EST)
- Re: [PATCH v7 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties Uwe Kleine-König (Tue May 27 2025 - 12:13:05 EST)
- [PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups Mark Brown (Tue May 27 2025 - 12:13:24 EST)
- [PATCH v2 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm Mark Brown (Tue May 27 2025 - 12:13:41 EST)
- [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results Mark Brown (Tue May 27 2025 - 12:13:44 EST)
- Re: [PATCH 1/1] dt-bindings: mtd: jedec,spi-nor: Add atmel,at26* compatible string Pratyush Yadav (Tue May 27 2025 - 12:14:01 EST)
- [PATCH v2 4/4] selftests/mm: Fix test result reporting in gup_longterm Mark Brown (Tue May 27 2025 - 12:14:07 EST)
- [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test Mark Brown (Tue May 27 2025 - 12:14:14 EST)
- Re: [PATCH v3 3/9] drm/rockchip: Add RK3588 DPTX output support Nicolas Frattaroli (Tue May 27 2025 - 12:14:36 EST)
- Re: [PATCH v6 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching Dionna Amalie Glaze (Tue May 27 2025 - 12:14:51 EST)
- Re: [PATCH net-next] net: xilinx: axienet: Configure and report coalesce parameters in DMAengine flow Sean Anderson (Tue May 27 2025 - 12:17:06 EST)
- Re: [PATCH v9 -next 08/12] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5 Florian Fainelli (Tue May 27 2025 - 12:18:52 EST)
- Re: [PATCH v2] arm64: dts: rockchip: support Ethernet Switch adapter for RK3588 Jaguar Andrew Lunn (Tue May 27 2025 - 12:19:05 EST)
- [PATCH] ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex) Steven Rostedt (Tue May 27 2025 - 12:19:24 EST)
- [RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable Bui Quang Minh (Tue May 27 2025 - 12:19:45 EST)
- [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable Bui Quang Minh (Tue May 27 2025 - 12:20:22 EST)
- [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net Bui Quang Minh (Tue May 27 2025 - 12:20:50 EST)
- Re: [PATCH] x86/tdx: mark tdh_vp_enter() as __flatten Edgecombe, Rick P (Tue May 27 2025 - 12:21:01 EST)
- Re: [PATCH 1/2] x86/sev/vc: fix efi runtime instruction emulation Borislav Petkov (Tue May 27 2025 - 12:22:34 EST)
- Re: [PATCH V4 01/16] perf: Fix the throttle logic for a group Leo Yan (Tue May 27 2025 - 12:23:43 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Dev Jain (Tue May 27 2025 - 12:23:57 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Rob Herring (Tue May 27 2025 - 12:25:53 EST)
- Re: [PATCH v3 0/2] Optimize mremap() for large folios Dev Jain (Tue May 27 2025 - 12:27:31 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 12:30:07 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Lorenzo Stoakes (Tue May 27 2025 - 12:30:34 EST)
- Re: [PATCH 2/3] mtd: spi-nor: Add GD25LB512ME GigaDevice flash_info Pratyush Yadav (Tue May 27 2025 - 12:31:03 EST)
- Re: [PATCH v2] net: stmmac: add explicit check and error on invalid PTP clock rate Maxime Chevallier (Tue May 27 2025 - 12:31:31 EST)
- [PATCH v1 RESEND stable tags] nvmem: layouts: u-boot-env: remove crc32 endianness conversion Michael C. Pratt (Tue May 27 2025 - 12:32:29 EST)
- Re: [PATCH v3 07/12] arm64: dts: qcom: sm6115: add LPASS devices Alexey Klimov (Tue May 27 2025 - 12:32:41 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 12:33:17 EST)
- Re: [PATCH] ASoC: tas571x: add separate tas5733 controls Mark Brown (Tue May 27 2025 - 12:33:27 EST)
- Re: [PATCH] mtd: spi-nor: Constify struct spi_nor_fixups Pratyush Yadav (Tue May 27 2025 - 12:33:36 EST)
- Re: [PATCH v3 0/2] Optimize mremap() for large folios Lorenzo Stoakes (Tue May 27 2025 - 12:33:51 EST)
- Re: [PATCH v9 3/5] rust: add bitmap API. Boqun Feng (Tue May 27 2025 - 12:36:02 EST)
- [PATCH net v2] net: tipc: fix refcount warning in tipc_aead_encrypt Charalampos Mitrodimas (Tue May 27 2025 - 12:36:10 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 12:36:21 EST)
- [PATCH v2] drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() Zhi Wang (Tue May 27 2025 - 12:37:51 EST)
- Re: [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option Dave Hansen (Tue May 27 2025 - 12:38:09 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Lorenzo Stoakes (Tue May 27 2025 - 12:38:33 EST)
- Re: [PATCH v9 2/5] rust: add bindings for bitops.h Boqun Feng (Tue May 27 2025 - 12:39:20 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Dev Jain (Tue May 27 2025 - 12:39:55 EST)
- Re: [PATCH net] net: tipc: fix refcount warning in tipc_aead_encrypt Charalampos Mitrodimas (Tue May 27 2025 - 12:40:27 EST)
- Re: [PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge kernel test robot (Tue May 27 2025 - 12:41:48 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 12:41:59 EST)
- Re: [PATCH v3 04/12] ASoC: codecs: lpass-rx-macro: add sm6115 compatible Alexey Klimov (Tue May 27 2025 - 12:42:17 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Ze Huang (Tue May 27 2025 - 12:42:28 EST)
- Re: [PATCH 5/5] power: supply: qcom-battmgr: Add charge control support me (Tue May 27 2025 - 12:43:14 EST)
- Re: [PATCH 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too Dionna Amalie Glaze (Tue May 27 2025 - 12:45:10 EST)
- Re: (subset) [PATCH v2 0/3] spi: sophgo: Add SPI NOR controller for SG2042 Mark Brown (Tue May 27 2025 - 12:45:14 EST)
- [PATCH 6.12 000/626] 6.12.31-rc1 review Greg Kroah-Hartman (Tue May 27 2025 - 12:45:37 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Lorenzo Stoakes (Tue May 27 2025 - 12:47:46 EST)
- Re: [PATCH RFC] mtd: spi-nor: Sleep between ready checks Pratyush Yadav (Tue May 27 2025 - 12:48:30 EST)
- Re: [GIT pull] timers/core for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 12:49:42 EST)
- Re: [GIT pull] timers/cleanups for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 12:49:55 EST)
- Re: [GIT pull] timers/clocksource for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 12:50:09 EST)
- Re: [PATCH v2 3/3] riscv: dts: sophgo: Add SPI NOR node for SG2042 Pratyush Yadav (Tue May 27 2025 - 12:52:19 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Pu Lehui (Tue May 27 2025 - 12:52:51 EST)
- [PATCH 6.12 175/626] arm64/mm: Check pmd_table() in pmd_trans_huge() Greg Kroah-Hartman (Tue May 27 2025 - 12:53:46 EST)
- [PATCH 6.12 176/626] arm64/mm: Check PUD_TYPE_TABLE in pud_bad() Greg Kroah-Hartman (Tue May 27 2025 - 12:54:02 EST)
- Re: [PATCH] drm/i915/display: Add skip link check quirk Jonathan Denose (Tue May 27 2025 - 12:55:23 EST)
- [PATCH v3 1/5] HID: multitouch: Get the contact ID from HID_DG_TRANSDUCER_INDEX fields in case of Apple Touch Bar Aditya Garg (Tue May 27 2025 - 12:55:26 EST)
- [PATCH v3 4/5] HID: multitouch: specify that Apple Touch Bar is direct Aditya Garg (Tue May 27 2025 - 12:56:07 EST)
- [PATCH v3 5/5] HID: multitouch: add device ID for Apple Touch Bar Aditya Garg (Tue May 27 2025 - 12:56:17 EST)
- [PATCH v3] mkfs.f2fs: ensure zone size is a multiple of segment size Daeho Jeong (Tue May 27 2025 - 12:56:29 EST)
- Re: [PATCH] memcg: Always call cond_resched() after fn() Shakeel Butt (Tue May 27 2025 - 12:56:44 EST)
- [PATCH] bpf: Specify access type of bpf_sysctl_get_name args Jerome Marchand (Tue May 27 2025 - 12:57:10 EST)
- [PATCH v3 0/5] HID: multitouch: Add support for Touch Bars on x86 MacBook Pros Aditya Garg (Tue May 27 2025 - 12:57:39 EST)
- [PATCH v3 2/5] HID: multitouch: support getting the tip state from HID_DG_TOUCH fields in Apple Touch Bar Aditya Garg (Tue May 27 2025 - 12:58:24 EST)
- [PATCH v3 3/5] HID: multitouch: take cls->maxcontacts into account for Apple Touch Bar even without a HID_DG_CONTACTMAX field Aditya Garg (Tue May 27 2025 - 12:58:29 EST)
- Re: [PATCH bpf-next v7 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF patchwork-bot+netdevbpf (Tue May 27 2025 - 13:00:20 EST)
- Re: [PATCH v4 2/5] drm/panel-edp: add N160JCE-ELL CMN panel for Lenovo Thinkbook 16 Doug Anderson (Tue May 27 2025 - 13:03:16 EST)
- Re: [PATCH v3 07/12] arm64: dts: qcom: sm6115: add LPASS devices Konrad Dybcio (Tue May 27 2025 - 13:04:43 EST)
- [PATCH 0/6] staging: sm750fb: cleanup `sm750_hw_copyarea` Eric Florin (Tue May 27 2025 - 13:11:41 EST)
- [PATCH 1/6] staging: sm750fb: rename `sBase` parameter Eric Florin (Tue May 27 2025 - 13:11:55 EST)
- [PATCH 2/6] staging: sm750fb: rename `sPitch` parameter Eric Florin (Tue May 27 2025 - 13:12:04 EST)
- [PATCH 3/6] staging: sm750fb: rename `dBase` parameter Eric Florin (Tue May 27 2025 - 13:12:26 EST)
- [PATCH 4/6] staging: sm750fb: rename `dPitch` parameter Eric Florin (Tue May 27 2025 - 13:12:31 EST)
- [PATCH 6/6] staging: sm750fb: Rename local var `nDirection` Eric Florin (Tue May 27 2025 - 13:13:18 EST)
- [PATCH] dt-bindings: timer: xlnx,xps-timer: Make PWM in example usable Uwe Kleine-König (Tue May 27 2025 - 13:15:46 EST)
- [PATCH 5/6] staging: sm750fb: rename `Bpp` parameter Eric Florin (Tue May 27 2025 - 13:15:56 EST)
- Re: [PATCH v4 2/4] dt-bindings: soc: spacemit: Add K1 MBUS controller Rob Herring (Tue May 27 2025 - 13:16:30 EST)
- [PATCH 6.14 000/783] 6.14.9-rc1 review Greg Kroah-Hartman (Tue May 27 2025 - 13:18:30 EST)
- Re: [PATCH] dt-bindings: pinctrl: amlogic,pinctrl-a4: Add missing constraint on allowed 'group' node properties Rob Herring (Arm) (Tue May 27 2025 - 13:20:29 EST)
- Re: [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma during mremap Oleg Nesterov (Tue May 27 2025 - 13:21:22 EST)
- Re: [PATCH v13 01/27] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC) Moger, Babu (Tue May 27 2025 - 13:23:55 EST)
- Re: [PATCH v10 9/9] ref_tracker: eliminate the ref_tracker_dir name field Jeff Layton (Tue May 27 2025 - 13:24:35 EST)
- Re: [PATCH 1/1] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1021a-wdt Rob Herring (Arm) (Tue May 27 2025 - 13:25:25 EST)
- Re: [GIT PULL] EDAC updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 13:26:01 EST)
- Re: [PATCH] dt-bindings: timer: xlnx,xps-timer: Make PWM in example usable Sean Anderson (Tue May 27 2025 - 13:26:03 EST)
- Re: [GIT PULL] x86/cache for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 13:26:22 EST)
- Re: [GIT PULL] x86/mtrr for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 13:26:29 EST)
- Re: [GIT PULL] x86/sev for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 13:26:48 EST)
- [PATCH 6.14 207/783] arm64/mm: Check pmd_table() in pmd_trans_huge() Greg Kroah-Hartman (Tue May 27 2025 - 13:28:28 EST)
- [PATCH 6.14 208/783] arm64/mm: Check PUD_TYPE_TABLE in pud_bad() Greg Kroah-Hartman (Tue May 27 2025 - 13:29:06 EST)
- Re: [RFC PATCH 0/5] sched: cpu parked and push current task mechanism Shrikanth Hegde (Tue May 27 2025 - 13:31:03 EST)
- [PATCH bcachefs-testing] bcachefs: fix goto jumping over guard initializers Bharadwaj Raju (Tue May 27 2025 - 13:32:16 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Rob Herring (Tue May 27 2025 - 13:33:17 EST)
- Re: [PATCH v3] dt-bindings: gnss: add u-blox,neo-9m compatible Rob Herring (Arm) (Tue May 27 2025 - 13:33:51 EST)
- Re: [RFC PATCH 2/5] sched/core: Don't use parked cpu for selection Shrikanth Hegde (Tue May 27 2025 - 13:36:06 EST)
- Re: [PATCH v10 8/9] net: add symlinks to ref_tracker_dir for netns Jeff Layton (Tue May 27 2025 - 13:37:33 EST)
- Re: [PATCH 0/3] ASoC: codecs: wcd93xx: Few regulator supplies fixes Mark Brown (Tue May 27 2025 - 13:37:59 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Mina Almasry (Tue May 27 2025 - 13:39:34 EST)
- Re: [PATCH bcachefs-testing] bcachefs: fix goto jumping over guard initializers Bharadwaj Raju (Tue May 27 2025 - 13:39:41 EST)
- Re: [PATCH bpf-next v4] bpftool: Add support for custom BTF path in prog load/loadall patchwork-bot+netdevbpf (Tue May 27 2025 - 13:40:34 EST)
- Re: [PATCH v2] ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() Jakub Kicinski (Tue May 27 2025 - 13:42:31 EST)
- Re: [syzbot] [mm?] [cgroups?] general protection fault in refill_obj_stock Shakeel Butt (Tue May 27 2025 - 13:43:06 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Pawan Gupta (Tue May 27 2025 - 13:46:33 EST)
- Announce loop-AES-v3.8f file/swap crypto package Jari Ruusu (Tue May 27 2025 - 13:47:31 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Shakeel Butt (Tue May 27 2025 - 13:48:54 EST)
- Re: [PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed patchwork-bot+netdevbpf (Tue May 27 2025 - 13:50:06 EST)
- Re: [PATCH] media: rkvdec: Switch to using structs instead of writel Jonas Karlman (Tue May 27 2025 - 13:51:59 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Edgecombe, Rick P (Tue May 27 2025 - 13:54:15 EST)
- Re: [PATCH v13 01/27] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC) Reinette Chatre (Tue May 27 2025 - 13:54:49 EST)
- RE: [PATCH v17 0/7] firmware: imx: driver for NXP secure-enclave Pankaj Gupta (Tue May 27 2025 - 13:55:23 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Xin Li (Tue May 27 2025 - 13:55:32 EST)
- [PATCH] kconfig: introduce menu type enum Masahiro Yamada (Tue May 27 2025 - 13:56:27 EST)
- Re: [PATCH 0/5] Add support for the IPQ5018 Internal GE PHY Rob Herring (Arm) (Tue May 27 2025 - 13:57:15 EST)
- Re: [PATCH v4 0/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 device tree Rob Herring (Arm) (Tue May 27 2025 - 13:57:17 EST)
- Re: [PATCH 0/3] ARM: dts: aspeed: nvidia: Update DTS to support GB200NVL hardware Rob Herring (Arm) (Tue May 27 2025 - 13:57:35 EST)
- [PATCH v2 3/3] dt-bindings: net: sun8i-emac: Add AC300 EMAC1 nvmem phy selection James Hilliard (Tue May 27 2025 - 13:57:59 EST)
- Re: [PATCH v1] arm64: dts: qcom: Add Bluetooth support for qcs9075 IQ-9075-EVK Rob Herring (Arm) (Tue May 27 2025 - 13:58:14 EST)
- Re: [PATCH V3 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC Rob Herring (Arm) (Tue May 27 2025 - 13:58:23 EST)
- [PATCH v2 2/3] net: stmmac: dwmac-sun8i: Allow runtime AC200/AC300 phy selection James Hilliard (Tue May 27 2025 - 13:59:08 EST)
- [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Tue May 27 2025 - 13:59:11 EST)
- [PATCH] drm/connector: only call HDMI audio helper plugged cb if non-null Nicolas Frattaroli (Tue May 27 2025 - 13:59:56 EST)
- Re: [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE) James Clark (Tue May 27 2025 - 14:00:11 EST)
- Re: [PATCH] drm/connector: only call HDMI audio helper plugged cb if non-null Dmitry Baryshkov (Tue May 27 2025 - 14:00:35 EST)
- Re: [PATCH bpf-next v3 0/2] bpf, arm64: support up to 12 arguments patchwork-bot+netdevbpf (Tue May 27 2025 - 14:01:23 EST)
- Re: [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option Pankaj Raghav (Samsung) (Tue May 27 2025 - 14:01:59 EST)
- [PATCH v1 0/6] Various asan and test fixes Ian Rogers (Tue May 27 2025 - 14:07:31 EST)
- [PATCH v1 1/6] perf symbol: Fix use-after-free in filename__read_build_id Ian Rogers (Tue May 27 2025 - 14:07:40 EST)
- [PATCH v1 3/6] perf symbol: Move demangling code out of symbol-elf.c Ian Rogers (Tue May 27 2025 - 14:07:54 EST)
- [PATCH v1 4/6] perf intel-tpebs: Avoid race when evlist is being deleted Ian Rogers (Tue May 27 2025 - 14:08:02 EST)
- [PATCH v1 5/6] perf test intel-pt: Skip jitdump test if no libelf Ian Rogers (Tue May 27 2025 - 14:08:32 EST)
- [PATCH v1 6/6] perf test trace_summary: Skip --bpf-summary tests if no libbpf Ian Rogers (Tue May 27 2025 - 14:08:47 EST)
- [PATCH v1 2/6] perf test demangle-java: Don't segv if demangling fails Ian Rogers (Tue May 27 2025 - 14:08:53 EST)
- Re: [PATCH 1/1] dt-bindings: gpio: convert gpio-pisosr.txt to yaml format Rob Herring (Arm) (Tue May 27 2025 - 14:08:55 EST)
- Re: [PATCH 0/6] overlayfs + casefolding Kent Overstreet (Tue May 27 2025 - 14:09:13 EST)
- [PATCH] ARM: dts: bcm958625-meraki-mx6x: Use #pwm-cells = <3> Uwe Kleine-König (Tue May 27 2025 - 14:13:42 EST)
- Re: [PATCH] PCI: Reduce delay after FLR of Microsoft MANA devices Graham Whyte (Tue May 27 2025 - 14:14:36 EST)
- Re: [PATCH 0/2] TI: K3: Switch MCU R5F cluster into Split mode Kumar, Udit (Tue May 27 2025 - 14:15:37 EST)
- Re: [PATCH v1] arm64: dts: qcom: Add Bluetooth support for qcs9075 IQ-9075-EVK Dmitry Baryshkov (Tue May 27 2025 - 14:15:52 EST)
- Re: [PATCH v5 2/2] sched/numa: add statistics of numa balance task Shakeel Butt (Tue May 27 2025 - 14:16:26 EST)
- Re: [GIT PULL] platform-drivers-x86 for v6.16-1 Pavel Machek (Tue May 27 2025 - 14:17:11 EST)
- Re: [PATCH 1/1] dt-bindings: gpio: Move fsl,mxs-pinctrl.txt into gpio-mxs.yaml Rob Herring (Tue May 27 2025 - 14:18:17 EST)
- Re: [PATCH v4 5/5] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY device tree Dmitry Baryshkov (Tue May 27 2025 - 14:18:35 EST)
- Re: [PATCH bcachefs-testing] bcachefs: fix goto jumping over guard initializers Kent Overstreet (Tue May 27 2025 - 14:20:19 EST)
- Re: [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option Dave Hansen (Tue May 27 2025 - 14:30:17 EST)
- Re: [GIT PULL] LKMM changes for v6.16 pr-tracker-bot (Tue May 27 2025 - 14:30:18 EST)
- Re: [GIT PULL] Rate-limit changes for v6.16 pr-tracker-bot (Tue May 27 2025 - 14:30:35 EST)
- Re: [GIT PULL] nolibc updates for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 14:30:50 EST)
- Re: [GIT PULL] Documentation for 6.16 pr-tracker-bot (Tue May 27 2025 - 14:30:59 EST)
- [PATCH] ring-buffer: Simplify functions with __free(kfree) to free allocations Steven Rostedt (Tue May 27 2025 - 14:31:15 EST)
- Re: [PATCH v2 1/7] dt-bindings: Add support for export-symbols node Krzysztof Kozlowski (Tue May 27 2025 - 14:31:28 EST)
- Re: [PATCH v3 07/12] arm64: dts: qcom: sm6115: add LPASS devices Krzysztof Kozlowski (Tue May 27 2025 - 14:33:38 EST)
- [PATCH 1/3] virtio: Fix typo in register_virtio_device() doc comment Alok Tiwari (Tue May 27 2025 - 14:34:27 EST)
- [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs Alok Tiwari (Tue May 27 2025 - 14:34:38 EST)
- [PATCH 3/3] virtio_ring: Fix typos in comments and documentation Alok Tiwari (Tue May 27 2025 - 14:34:40 EST)
- Re: [PATCH v10 06/10] drm/i915/nvm: add nvm device for discrete graphics Raag Jadav (Tue May 27 2025 - 14:35:23 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Jürgen Groß (Tue May 27 2025 - 14:36:11 EST)
- Re: [PATCH v10 08/10] drm/xe/nvm: add on-die non-volatile memory device Raag Jadav (Tue May 27 2025 - 14:37:23 EST)
- Re: [GIT PULL] Documentation for 6.16 Linus Torvalds (Tue May 27 2025 - 14:37:41 EST)
- Re: [PATCH v13 01/27] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC) Moger, Babu (Tue May 27 2025 - 14:41:04 EST)
- Re: [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx Nicolin Chen (Tue May 27 2025 - 14:41:59 EST)
- Re: (subset) [PATCH v12 00/19] Support spread spectrum clocking for i.MX8M PLLs Krzysztof Kozlowski (Tue May 27 2025 - 14:42:21 EST)
- Re: [PATCH net-next v2 8/8] net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage Kees Cook (Tue May 27 2025 - 14:43:31 EST)
- Re: [PATCH 6.12 000/626] 6.12.31-rc1 review Florian Fainelli (Tue May 27 2025 - 14:43:41 EST)
- [PATCH] ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard() Steven Rostedt (Tue May 27 2025 - 14:45:34 EST)
- Re: WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437 giveup_all+0x90/0x1d0 (v6.14.8, Talos II) Erhard Furtner (Tue May 27 2025 - 14:47:45 EST)
- Re: [PATCH v13 03/27] x86/resctrl: Consolidate monitoring related data from rdt_resource Moger, Babu (Tue May 27 2025 - 14:49:41 EST)
- Re: [PATCH v10 05/10] mtd: intel-dg: align 64bit read and write Raag Jadav (Tue May 27 2025 - 14:50:00 EST)
- Re: [RFC PATCH v0 0/2] Batch migration for NUMA balancing SeongJae Park (Tue May 27 2025 - 14:50:29 EST)
- [PATCH] ring-buffer: Simplify ring_buffer_read_page() with guard() Steven Rostedt (Tue May 27 2025 - 14:51:25 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Florian Fainelli (Tue May 27 2025 - 14:51:42 EST)
- Re: [GIT PULL] bcachefs changes for 6.16 John Stoffel (Tue May 27 2025 - 14:52:34 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Ronald Warsow (Tue May 27 2025 - 14:52:54 EST)
- Re: [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue Tejun Heo (Tue May 27 2025 - 14:55:43 EST)
- Re: linux-next: Tree for May 27 (drivers/platform/x86/amd/amd_isp4.c) Randy Dunlap (Tue May 27 2025 - 14:57:05 EST)
- [PATCH] ring-buffer: Remove jump to out label in ring_buffer_swap_cpu() Steven Rostedt (Tue May 27 2025 - 14:57:06 EST)
- [RESEND PATCH] checkpatch: check format of Vec<String> in modules Guilherme Giacomo Simoes (Tue May 27 2025 - 15:02:59 EST)
- Re: [PATCH] ima: prevent concurrent list operations in ima_lsm_update_rules Mimi Zohar (Tue May 27 2025 - 15:03:25 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Christian Schrefl (Tue May 27 2025 - 15:03:40 EST)
- [GIT PULL] bitmap fixes for 6.16 Yury Norov (Tue May 27 2025 - 15:03:58 EST)
- Re: [External] Re: [PATCH] cpuset: introduce non-blocking cpuset.mems setting option Tejun Heo (Tue May 27 2025 - 15:04:56 EST)
- [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy (Tue May 27 2025 - 15:05:24 EST)
- [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Shree Ramamoorthy (Tue May 27 2025 - 15:05:34 EST)
- [PATCH 2/2] mfd: tps65219: Update TPS65215's MFD cell GPIO compatible string Shree Ramamoorthy (Tue May 27 2025 - 15:05:45 EST)
- Re: [PATCH 1/2] clk: preserve original rate when a sibling clk changes it's rate Brian Masney (Tue May 27 2025 - 15:08:02 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Alice Ryhl (Tue May 27 2025 - 15:09:45 EST)
- Re: [PATCH 5/6] ASoC: dt-bindings: qcom,wcd939x: Document missing VDD_PX supply Rob Herring (Arm) (Tue May 27 2025 - 15:10:06 EST)
- Re: [PATCH v4 3/5] net: mana: explain irq_setup() algorithm Yury Norov (Tue May 27 2025 - 15:10:36 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Naresh Kamboju (Tue May 27 2025 - 15:10:54 EST)
- Re: [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs David Hildenbrand (Tue May 27 2025 - 15:12:36 EST)
- Re: [PATCH] dt-bindings: soundwire: qcom: Document v2.1.0 version of IP block Rob Herring (Arm) (Tue May 27 2025 - 15:13:20 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device Andrew Lunn (Tue May 27 2025 - 15:14:29 EST)
- Re: [PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio Alex Williamson (Tue May 27 2025 - 15:15:07 EST)
- [GIT PULL] workqueue: Changes for v6.16 Tejun Heo (Tue May 27 2025 - 15:15:58 EST)
- Re: [PATCH v3 1/3] arm64: dts: qcom: sm8750: Add Soundwire nodes Krzysztof Kozlowski (Tue May 27 2025 - 15:15:58 EST)
- Re: [PATCH v2] wifi: iwlegacy: Check rate_idx range after addition Fedor Pchelkin (Tue May 27 2025 - 15:17:43 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Tue May 27 2025 - 15:21:46 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Xin Li (Tue May 27 2025 - 15:22:15 EST)
- Re: [External] : Re: [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs ALOK TIWARI (Tue May 27 2025 - 15:22:46 EST)
- Re: [PATCH 1/1] media: dt-bindings: sony,imx219: Allow props from video-interface-devices Rob Herring (Arm) (Tue May 27 2025 - 15:24:34 EST)
- Re: [PATCH v4 2/4] drm/panel: Add refcount support Jani Nikula (Tue May 27 2025 - 15:24:42 EST)
- Re: [PATCH] mm, list_lru: refactor the locking code SeongJae Park (Tue May 27 2025 - 15:26:04 EST)
- [PATCH] arm64: dts: qcom: x1e80100: Add interconnect to primary USB3 controller Konrad Dybcio (Tue May 27 2025 - 15:26:41 EST)
- Re: [PATCH] dt-bindings: usb: dwc3-xilinx: allow dma-coherent Rob Herring (Tue May 27 2025 - 15:26:49 EST)
- Re: [PATCH] dt-bindings: usb: dwc3-xilinx: allow dma-coherent Rob Herring (Arm) (Tue May 27 2025 - 15:27:07 EST)
- Re: [PATCH v2 01/14] dt-bindings: net: mediatek,net: update for mt7988 Rob Herring (Arm) (Tue May 27 2025 - 15:28:38 EST)
- Re: [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option Pankaj Raghav (Samsung) (Tue May 27 2025 - 15:29:12 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Andrew Cooper (Tue May 27 2025 - 15:29:26 EST)
- Re: [PATCH v2 03/14] dt-bindings: net: dsa: mediatek,mt7530: add internal mdio bus Rob Herring (Arm) (Tue May 27 2025 - 15:29:38 EST)
- Re: [PATCH V4 01/16] perf: Fix the throttle logic for a group Liang, Kan (Tue May 27 2025 - 15:30:19 EST)
- [PATCH] [net-next] hns3: Demote load and progress messages to debug level Geert Uytterhoeven (Tue May 27 2025 - 15:30:47 EST)
- Re: (subset) [PATCH v12 00/19] Support spread spectrum clocking for i.MX8M PLLs Dario Binacchi (Tue May 27 2025 - 15:32:42 EST)
- Re: [PATCH v4 1/5] ASoC: dt-bindings: qcom,sm8250: Add Fairphone 5 sound card Rob Herring (Tue May 27 2025 - 15:33:18 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Rong Xu (Tue May 27 2025 - 15:33:45 EST)
- [PATCH] PCI: hotplug: remove resolved TODO Guilherme Giacomo Simoes (Tue May 27 2025 - 15:34:01 EST)
- [PATCH net] hinic3: Remove printed message during module init Geert Uytterhoeven (Tue May 27 2025 - 15:34:22 EST)
- Re: [PATCH] power: supply: qcom_battmgr: Report battery capacity Dmitry Baryshkov (Tue May 27 2025 - 15:34:34 EST)
- Re: [PATCH v6 1/5] riscv: save the SR_SUM status over switches Deepak Gupta (Tue May 27 2025 - 15:34:49 EST)
- Re: [PATCH 6/9] dt-bindings: gpio: rockchip: Allow use of a power-domain Rob Herring (Tue May 27 2025 - 15:35:04 EST)
- Re: [PATCH 1/3] dt-bindings: PCI: Extend max-link-speed to support PCIe Gen5/Gen6 Rob Herring (Tue May 27 2025 - 15:36:00 EST)
- Re: [PATCH 2/3] dt-bindings: PCI: pci-ep: Extend max-link-speed to PCIe Gen5/Gen6 Rob Herring (Arm) (Tue May 27 2025 - 15:36:34 EST)
- Re: [PATCH 5.15 00/59] 5.15.184-rc1 review Richard Narron (Tue May 27 2025 - 15:38:40 EST)
- Re: [GIT PULL] Kbuild fixes for v6.15-rc7 Xose Vazquez Perez (Tue May 27 2025 - 15:39:46 EST)
- Re: [PATCH v4 2/4] drm/panel: Add refcount support Jani Nikula (Tue May 27 2025 - 15:41:02 EST)
- [GIT PULL] cgroup: Changes for v6.16 Tejun Heo (Tue May 27 2025 - 15:43:03 EST)
- Re: linux-next: Tree for May 27 (drivers/platform/x86/amd/amd_isp4.c) Hans de Goede (Tue May 27 2025 - 15:44:10 EST)
- Re: [PATCH net] hinic3: Remove printed message during module init Andrew Lunn (Tue May 27 2025 - 15:47:29 EST)
- Crash when user space allocates non-highmem memory Colin Foster (Tue May 27 2025 - 15:49:37 EST)
- Re: [PATCH] x86/tdx: mark tdh_vp_enter() as __flatten Sean Christopherson (Tue May 27 2025 - 15:49:57 EST)
- Re: [PATCH] [net-next] hns3: Demote load and progress messages to debug level Andrew Lunn (Tue May 27 2025 - 15:50:26 EST)
- [PATCH] ring-buffer: Removed unnecessary if() goto out where out is the next line Steven Rostedt (Tue May 27 2025 - 15:50:39 EST)
- Re: [PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio Alex Williamson (Tue May 27 2025 - 15:53:14 EST)
- Re: [PATCH v13 04/27] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details Moger, Babu (Tue May 27 2025 - 15:53:19 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Rong Xu (Tue May 27 2025 - 15:53:41 EST)
- Re: [PATCH] bpf: Specify access type of bpf_sysctl_get_name args Yonghong Song (Tue May 27 2025 - 15:57:21 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Rong Xu (Tue May 27 2025 - 15:57:42 EST)
- [GIT PULL] sched_ext: Changes for v6.16 Tejun Heo (Tue May 27 2025 - 15:59:34 EST)
- Re: [PATCH] arm64: dts: qcom: x1e80100: Add interconnect to primary USB3 controller Dmitry Baryshkov (Tue May 27 2025 - 16:00:30 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device Andrew Lunn (Tue May 27 2025 - 16:02:08 EST)
- [GIT PULL] ext4 changes for v6.16-rc1 Theodore Ts'o (Tue May 27 2025 - 16:02:30 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Mina Almasry (Tue May 27 2025 - 16:04:02 EST)
- Re: [PATCH v8] drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing Heiko Stübner (Tue May 27 2025 - 16:04:22 EST)
- [PATCH] iio: trigger: Avoid data race Gyeyoung Baek (Tue May 27 2025 - 16:05:48 EST)
- [RESEND] Re: [PATCH v8] drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing Heiko Stübner (Tue May 27 2025 - 16:07:18 EST)
- Re: [PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark Mina Almasry (Tue May 27 2025 - 16:08:09 EST)
- Re: [PATCH] drm/connector: only call HDMI audio helper plugged cb if non-null Dmitry Baryshkov (Tue May 27 2025 - 16:10:21 EST)
- Re: [PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun Steven Rostedt (Tue May 27 2025 - 16:10:38 EST)
- Re: [PATCH v8] drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing Dmitry Baryshkov (Tue May 27 2025 - 16:14:40 EST)
- Re: [PATCH v13 04/27] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details Moger, Babu (Tue May 27 2025 - 16:16:01 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Tue May 27 2025 - 16:16:59 EST)
- Re: [PATCH v13 05/27] x86/resctrl: Add support to enable/disable AMD ABMC feature Moger, Babu (Tue May 27 2025 - 16:22:13 EST)
- Re: linux-next: Tree for May 27 (drivers/platform/x86/amd/amd_isp4.c) Nirujogi, Pratap (Tue May 27 2025 - 16:24:16 EST)
- Re: [PATCH v7 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties Chris Packham (Tue May 27 2025 - 16:25:15 EST)
- Re: [PATCH] iio: trigger: Avoid data race Andy Shevchenko (Tue May 27 2025 - 16:25:36 EST)
- [PATCH v5 05/29 UPDATED] x86/resctrl: Fake OOBMSM interface Tony Luck (Tue May 27 2025 - 16:26:12 EST)
- Re: [PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge Dmitry Baryshkov (Tue May 27 2025 - 16:26:24 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device Andrew Lunn (Tue May 27 2025 - 16:30:51 EST)
- Re: [PATCH v13 06/27] x86/resctrl: Introduce the interface to display monitor mode Moger, Babu (Tue May 27 2025 - 16:33:25 EST)
- Re: [PATCH v1] perf pmu: Avoid segv for missing name/alias_name in wildcarding Ian Rogers (Tue May 27 2025 - 16:33:57 EST)
- Re: [PATCH v3 03/12] ASoC: dt-bindings: qcom,wsa881x: extend description to analog mode Alexey Klimov (Tue May 27 2025 - 16:34:44 EST)
- [RFC v10 00/14] Refcounted interrupts, SpinLockIrq for rust Lyude Paul (Tue May 27 2025 - 16:34:58 EST)
- Re: [PATCH v3 07/12] arm64: dts: qcom: sm6115: add LPASS devices Alexey Klimov (Tue May 27 2025 - 16:36:21 EST)
- Re: [RFC v10 00/14] Refcounted interrupts, SpinLockIrq for rust Lyude Paul (Tue May 27 2025 - 16:37:13 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Tue May 27 2025 - 16:37:30 EST)
- Re: [PATCH v4 16/20] nova-core: Add support for VBIOS ucode extraction for boot Joel Fernandes (Tue May 27 2025 - 16:38:42 EST)
- Re: [PATCH] rust: kunit: use crate-level mapping for `c_void` Benno Lossin (Tue May 27 2025 - 16:38:58 EST)
- Re: [PATCH v3 00/10] Move uid filtering to BPF filters Ian Rogers (Tue May 27 2025 - 16:39:48 EST)
- [PATCH v3 0/6] arm64: qcom: allow up to 4 lanes for the Type-C DisplayPort Altmode Konrad Dybcio (Tue May 27 2025 - 16:40:29 EST)
- Re: [PATCH RFC] mm: use per_vma lock for MADV_DONTNEED Lokesh Gidra (Tue May 27 2025 - 16:40:37 EST)
- [PATCH v3 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Reference usb-switch.yaml to allow mode-switch Konrad Dybcio (Tue May 27 2025 - 16:40:56 EST)
- [PATCH v3 2/6] phy: qcom: qmp-combo: Rename 'mode' to 'phy_mode' Konrad Dybcio (Tue May 27 2025 - 16:41:06 EST)
- [PATCH v3 3/6] phy: qcom: qmp-combo: store DP phy power state Konrad Dybcio (Tue May 27 2025 - 16:41:21 EST)
- [PATCH v3 4/6] phy: qcom: qmp-combo: introduce QMPPHY_MODE Konrad Dybcio (Tue May 27 2025 - 16:41:34 EST)
- [PATCH v3 5/6] phy: qcom: qmp-combo: register a typec mux to change the QMPPHY_MODE Konrad Dybcio (Tue May 27 2025 - 16:41:45 EST)
- [PATCH v3 6/6] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13: Set up 4-lane DP Konrad Dybcio (Tue May 27 2025 - 16:42:08 EST)
- Re: [PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO Ian Rogers (Tue May 27 2025 - 16:45:46 EST)
- Re: [PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support Kalra, Ashish (Tue May 27 2025 - 16:47:46 EST)
- Re: [PATCH v3 0/9] perf: Default use of build IDs and improvements Ian Rogers (Tue May 27 2025 - 16:49:08 EST)
- [PATCH 1/2] rust: file: mark `LocalFile` as `repr(transparent)` Pekka Ristola (Tue May 27 2025 - 16:49:21 EST)
- [PATCH 2/2] rust: file: improve safety comments Pekka Ristola (Tue May 27 2025 - 16:49:37 EST)
- Re: [PATCH 7/8] drm/msm/dp: Retry Link Training 2 with lower pattern Konrad Dybcio (Tue May 27 2025 - 16:49:56 EST)
- Re: [PATCH v10 2/5] rust: support formatting of foreign types Benno Lossin (Tue May 27 2025 - 16:50:20 EST)
- Re: [PATCH v8 0/4] Prefer sysfs/JSON events also when no PMU is provided Ian Rogers (Tue May 27 2025 - 16:50:54 EST)
- Re: [PATCH v2] perf test: Add AMD IBS sw filter test Arnaldo Carvalho de Melo (Tue May 27 2025 - 16:51:30 EST)
- [PATCH v2] rust/list: replace unwrap() with ? in doctest examples Albin Babu Varghese (Tue May 27 2025 - 16:52:24 EST)
- Re: [RFC PATCH v1] perf build: Fix build for clang's -Wunreachable-code Ian Rogers (Tue May 27 2025 - 16:53:59 EST)
- Re: [PATCH v1] arm64: dts: qcom: Add Bluetooth support for qcs9075 IQ-9075-EVK Konrad Dybcio (Tue May 27 2025 - 16:54:27 EST)
- Re: [PATCH] drm/xe/vsec: fix CONFIG_INTEL_VSEC dependency Lucas De Marchi (Tue May 27 2025 - 16:56:02 EST)
- Re: [PATCH v1] perf pmu: Avoid segv for missing name/alias_name in wildcarding Arnaldo Carvalho de Melo (Tue May 27 2025 - 16:57:29 EST)
- Re: [PATCH v6 1/5] riscv: save the SR_SUM status over switches Deepak Gupta (Tue May 27 2025 - 16:58:32 EST)
- Re: [PATCH v3 10/12] arm64: dts: qcom: qrb4210-rb2: enable wsa881x amplifier Konrad Dybcio (Tue May 27 2025 - 16:59:25 EST)
- Re: [PATCH v3 0/3] Generic weight struct, use env for sort key and header Ian Rogers (Tue May 27 2025 - 17:01:30 EST)
- Re: [BUG] general protection fault in input_unregister_device Dmitry Torokhov (Tue May 27 2025 - 17:02:24 EST)
- [PATCH v2] dt-bindings: iio: gyroscope: invensense,itg3200: add binding Rodrigo Gobbi (Tue May 27 2025 - 17:03:31 EST)
- Re: [PATCH v3 2/6] phy: qcom: qmp-combo: Rename 'mode' to 'phy_mode' Dmitry Baryshkov (Tue May 27 2025 - 17:03:43 EST)
- Re: [PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface Anna Schumaker (Tue May 27 2025 - 17:04:16 EST)
- [PATCH v6 00/10] phy: qcom: Introduce USB support for SM8750 Melody Olvera (Tue May 27 2025 - 17:05:08 EST)
- [PATCH v6 01/10] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add SM8750 to QMP PHY Melody Olvera (Tue May 27 2025 - 17:05:18 EST)
- [PATCH v6 02/10] dt-bindings: phy: Add the M31 based eUSB2 PHY bindings Melody Olvera (Tue May 27 2025 - 17:05:31 EST)
- [PATCH v6 03/10] dt-bindings: usb: qcom,dwc3: Correct the SM8750 compatible Melody Olvera (Tue May 27 2025 - 17:05:51 EST)
- [PATCH v6 05/10] phy: qcom: Update description for QCOM based eUSB2 repeater Melody Olvera (Tue May 27 2025 - 17:06:12 EST)
- [PATCH v6 04/10] phy: qcom: qmp-combo: Add new PHY sequences for SM8750 Melody Olvera (Tue May 27 2025 - 17:06:26 EST)
- [PATCH v6 06/10] phy: qcom: Add M31 based eUSB2 PHY driver Melody Olvera (Tue May 27 2025 - 17:06:34 EST)
- [PATCH v6 07/10] arm64: dts: qcom: sm8750: Add USB support to SM8750 SoCs Melody Olvera (Tue May 27 2025 - 17:06:53 EST)
- [PATCH v6 08/10] arm64: dts: qcom: sm8750: Add USB support for SM8750 MTP platform Melody Olvera (Tue May 27 2025 - 17:07:06 EST)
- [PATCH v6 09/10] arm64: dts: qcom: sm8750: Add USB support for SM8750 QRD platform Melody Olvera (Tue May 27 2025 - 17:07:26 EST)
- [PATCH v6 10/10] arm64: defconfig: Add M31 eUSB2 PHY config Melody Olvera (Tue May 27 2025 - 17:07:30 EST)
- Re: [PATCH v3] kbuild: distributed build support for Clang ThinLTO Rong Xu (Tue May 27 2025 - 17:08:37 EST)
- Re: [PATCH v3 0/4] Add support for a DRM tool like PMU Ian Rogers (Tue May 27 2025 - 17:08:54 EST)
- Re: [PATCH v3 0/6] arm64: qcom: allow up to 4 lanes for the Type-C DisplayPort Altmode Dmitry Baryshkov (Tue May 27 2025 - 17:10:18 EST)
- Re: [PATCH] iio: trigger: Avoid data race Gyeyoung Baek (Tue May 27 2025 - 17:10:46 EST)
- [GIT PULL] Smack patches for 6.16 Casey Schaufler (Tue May 27 2025 - 17:11:59 EST)
- [PATCH] e1000e: fix heap overflow in e1000_set_eeprom() Mikael Wessel (Tue May 27 2025 - 17:13:51 EST)
- Re: [PATCH v1 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind Ian Rogers (Tue May 27 2025 - 17:18:03 EST)
- Re: [PATCH] iio: trigger: Avoid data race Andy Shevchenko (Tue May 27 2025 - 17:19:21 EST)
- Re: [PATCH v9 -next 08/12] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5 Andrea della Porta (Tue May 27 2025 - 17:23:05 EST)
- Re: [PATCH v4] scsi: ufs: core: Don't perform UFS clkscale if host asyn scan in progress Bart Van Assche (Tue May 27 2025 - 17:25:21 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. Luck, Tony (Tue May 27 2025 - 17:25:48 EST)
- Re: [PATCH v9 -next 08/12] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5 Florian Fainelli (Tue May 27 2025 - 17:27:07 EST)
- Re: [PATCH v2 1/2] PM: domains: Add devres variant for dev_pm_domain_attach() Dmitry Torokhov (Tue May 27 2025 - 17:28:12 EST)
- Re: [PATCH v5 09/12] tee: add Qualcomm TEE driver kernel test robot (Tue May 27 2025 - 17:28:50 EST)
- [net-next RFC PATCH 1/2] dt-bindings: net: Document support for Airoha AN7583 MDIO Controller Christian Marangi (Tue May 27 2025 - 17:35:48 EST)
- [net-next RFC PATCH 2/2] net: mdio: Add MDIO bus controller for Airoha AN7583 Christian Marangi (Tue May 27 2025 - 17:36:04 EST)
- Re: [PATCH v6] ufs: core: Add HID support Bart Van Assche (Tue May 27 2025 - 17:38:33 EST)
- Re: [PATCH] bpf: Specify access type of bpf_sysctl_get_name args Eduard Zingerman (Tue May 27 2025 - 17:40:01 EST)
- [tip:master] BUILD SUCCESS ec9b19cb9448c0e57502be36ad83ee88f768ed92 kernel test robot (Tue May 27 2025 - 17:41:42 EST)
- RE: [PATCH v13 11/27] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC Luck, Tony (Tue May 27 2025 - 17:42:06 EST)
- Re: [PATCH] e1000e: fix heap overflow in e1000_set_eeprom() Andrew Lunn (Tue May 27 2025 - 17:43:00 EST)
- [PATCH net-next,v6] net: mana: Add handler for hardware servicing events Haiyang Zhang (Tue May 27 2025 - 17:44:02 EST)
- Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries" Dan Williams (Tue May 27 2025 - 17:47:15 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Huang, Kai (Tue May 27 2025 - 17:47:58 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Huang, Kai (Tue May 27 2025 - 17:48:22 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device Andrew Lunn (Tue May 27 2025 - 17:48:33 EST)
- Re: 回复: [PATCH] hfsplus: remove mutex_lock check in hfsplus_free_extents Viacheslav Dubeyko (Tue May 27 2025 - 17:49:46 EST)
- [PATCH v2] perf pmu: Avoid segv for missing name/alias_name in wildcarding Ian Rogers (Tue May 27 2025 - 17:50:48 EST)
- Re: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks Lad, Prabhakar (Tue May 27 2025 - 17:51:30 EST)
- Re: [PATCH v1] perf pmu: Avoid segv for missing name/alias_name in wildcarding Ian Rogers (Tue May 27 2025 - 17:53:03 EST)
- [PATCH v2 0/5] thermal/drivers: airoha: Add support for AN7583 Christian Marangi (Tue May 27 2025 - 17:53:18 EST)
- [PATCH v2 2/5] thermal/drivers: airoha: Generalize probe function Christian Marangi (Tue May 27 2025 - 17:53:34 EST)
- [PATCH v2 1/5] thermal: airoha: Convert to regmap API Christian Marangi (Tue May 27 2025 - 17:53:43 EST)
- [PATCH v2 3/5] thermal/drivers: airoha: Generalize get_thermal_ADC and set_mux function Christian Marangi (Tue May 27 2025 - 17:53:59 EST)
- [PATCH v2 4/5] dt-bindings: thermal: Document Airoha AN7583 support Christian Marangi (Tue May 27 2025 - 17:54:06 EST)
- [PATCH v2 5/5] thermal/drivers: airoha: Add support for AN7583 Thermal Sensor Christian Marangi (Tue May 27 2025 - 17:54:21 EST)
- Re: [PATCH v3 5/6] phy: qcom: qmp-combo: register a typec mux to change the QMPPHY_MODE Dmitry Baryshkov (Tue May 27 2025 - 17:55:17 EST)
- Re: [PATCH v2 01/13] rust: pin-init: rename `zeroed` to `init_zeroed` Benoît du Garreau (Tue May 27 2025 - 17:56:00 EST)
- [PATCH] x86/mm: Limit INVLPGB to VA in invlpgb_flush_addr_nosync() Jann Horn (Tue May 27 2025 - 17:56:59 EST)
- [PATCH] dt-bindings: iio: gyro: invensense,mpu3050: change irq maxItems Rodrigo Gobbi (Tue May 27 2025 - 17:58:37 EST)
- Re: [PATCH v5 2/4] clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC Lad, Prabhakar (Tue May 27 2025 - 18:02:24 EST)
- [PATCH] x86/tdx: Always inline tdx_tdvpr_pa() Rick Edgecombe (Tue May 27 2025 - 18:05:15 EST)
- Re: [PATCH v5 3/4] dt-bindings: display: bridge: renesas,dsi: Add support for RZ/V2H(P) SoC Lad, Prabhakar (Tue May 27 2025 - 18:05:29 EST)
- [GIT PULL] integrity: subsystem fixes for v6.16 Mimi Zohar (Tue May 27 2025 - 18:08:53 EST)
- Re: [PATCH] media: rkvdec: Switch to using structs instead of writel kernel test robot (Tue May 27 2025 - 18:10:50 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Al Viro (Tue May 27 2025 - 18:12:29 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Shuah Khan (Tue May 27 2025 - 18:14:47 EST)
- Re: [PATCH 6.12 000/626] 6.12.31-rc1 review Shuah Khan (Tue May 27 2025 - 18:16:08 EST)
- Re: [PATCH] kbuild: replace deprecated T option with --thin for $(AR) Nathan Chancellor (Tue May 27 2025 - 18:16:50 EST)
- [PATCH 0/6] pinctrl: Add Airoha AN7583 support Christian Marangi (Tue May 27 2025 - 18:21:16 EST)
- [PATCH 1/6] pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46 Christian Marangi (Tue May 27 2025 - 18:21:29 EST)
- [PATCH 2/6] pinctrl: mediatek: airoha: generalize pins/group/function/confs handling Christian Marangi (Tue May 27 2025 - 18:21:45 EST)
- [PATCH 3/6] pinctrl: airoha: convert PHY LED GPIO to macro Christian Marangi (Tue May 27 2025 - 18:21:53 EST)
- [PATCH 4/6] pinctrl: airoha: convert PWM GPIO to macro Christian Marangi (Tue May 27 2025 - 18:22:12 EST)
- [PATCH 5/6] dt-bindings: pinctrl: airoha: Document AN7583 Pin Controller Christian Marangi (Tue May 27 2025 - 18:22:29 EST)
- [PATCH 6/6] pinctrl: airoha: add support for Airoha AN7583 PINs Christian Marangi (Tue May 27 2025 - 18:22:57 EST)
- Re: [PATCH v3 5/6] phy: qcom: qmp-combo: register a typec mux to change the QMPPHY_MODE Konrad Dybcio (Tue May 27 2025 - 18:23:17 EST)
- [RFC RESEND v10 01/14] preempt: Introduce HARDIRQ_DISABLE_BITS Lyude Paul (Tue May 27 2025 - 18:23:28 EST)
- [RFC RESEND v10 00/14] Refcounted interrupts, SpinLockIrq for rust Lyude Paul (Tue May 27 2025 - 18:23:38 EST)
- [RFC RESEND v10 02/14] preempt: Introduce __preempt_count_{sub, add}_return() Lyude Paul (Tue May 27 2025 - 18:23:43 EST)
- [RFC RESEND v10 03/14] irq & spin_lock: Add counted interrupt disabling/enabling Lyude Paul (Tue May 27 2025 - 18:23:56 EST)
- [RFC RESEND v10 04/14] rust: Introduce interrupt module Lyude Paul (Tue May 27 2025 - 18:24:06 EST)
- [RFC RESEND v10 05/14] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers Lyude Paul (Tue May 27 2025 - 18:24:22 EST)
- [RFC RESEND v10 06/14] rust: sync: Add SpinLockIrq Lyude Paul (Tue May 27 2025 - 18:24:59 EST)
- [RFC RESEND v10 09/14] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard Lyude Paul (Tue May 27 2025 - 18:25:08 EST)
- [RFC RESEND v10 07/14] rust: sync: Introduce lock::Backend::Context Lyude Paul (Tue May 27 2025 - 18:25:17 EST)
- Re: [PATCH v3 0/6] arm64: qcom: allow up to 4 lanes for the Type-C DisplayPort Altmode Konrad Dybcio (Tue May 27 2025 - 18:25:25 EST)
- [RFC RESEND v10 08/14] rust: sync: lock: Add `Backend::BackendInContext` Lyude Paul (Tue May 27 2025 - 18:25:31 EST)
- [RFC RESEND v10 11/14] rust: sync: Expose lock::Backend Lyude Paul (Tue May 27 2025 - 18:25:49 EST)
- [RFC RESEND v10 10/14] rust: sync: lock/global: Rename B to G in trait bounds Lyude Paul (Tue May 27 2025 - 18:26:08 EST)
- [RFC RESEND v10 13/14] rust: sync: lock/global: Add BackendInContext support to GlobalLock Lyude Paul (Tue May 27 2025 - 18:26:14 EST)
- Re: [PATCH] PCI/pwrctrl: Skip creating platform device unless CONFIG_PCI_PWRCTL enabled Bjorn Helgaas (Tue May 27 2025 - 18:26:36 EST)
- [RFC RESEND v10 12/14] rust: sync: lock/global: Add Backend parameter to GlobalGuard Lyude Paul (Tue May 27 2025 - 18:26:40 EST)
- [RFC RESEND v10 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards Lyude Paul (Tue May 27 2025 - 18:27:04 EST)
- [PATCH v3 6/6] MAINTAINERS: add an entry for pf1550 mfd driver Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:06 EST)
- [PATCH v3 5/6] power: supply: pf1550: add battery charger support Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:06 EST)
- [PATCH v3 0/6] add support for pf1550 PMIC MFD-based drivers Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:18 EST)
- [PATCH v3 1/6] dt-bindings: mfd: add pf1550 Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:21 EST)
- [PATCH v3 4/6] input: pf1550: add onkey support Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:27 EST)
- [PATCH v3 3/6] regulator: pf1550: add support for regulator Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:30 EST)
- [PATCH v3 2/6] mfd: pf1550: add core mfd driver Samuel Kayode via B4 Relay (Tue May 27 2025 - 18:28:32 EST)
- Re: [PATCH v2 2/3] hfs: correct superblock flags Viacheslav Dubeyko (Tue May 27 2025 - 18:36:30 EST)
- Re: [net-next RFC PATCH 2/2] net: mdio: Add MDIO bus controller for Airoha AN7583 Andrew Lunn (Tue May 27 2025 - 18:37:08 EST)
- Re: [net-next RFC PATCH 2/2] net: mdio: Add MDIO bus controller for Airoha AN7583 Christian Marangi (Tue May 27 2025 - 18:40:02 EST)
- Re: [PATCH] ARM: dts: bcm958625-meraki-mx6x: Use #pwm-cells = <3> Florian Fainelli (Tue May 27 2025 - 18:40:29 EST)
- Re: [PATCH v2 3/3] hfs: fix to update ctime after rename Viacheslav Dubeyko (Tue May 27 2025 - 18:46:50 EST)
- Re: [GIT PULL] pwm: Changes for 6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 18:47:36 EST)
- Re: [GIT PULL] chrome-platform updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 18:47:48 EST)
- Re: [GIT PULL] sound updates for 6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 18:47:53 EST)
- Re: [GIT PULL] gpio updates for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 18:48:16 EST)
- Re: [PATCH v2 1/3] net: stmmac: allow drivers to explicitly select PHY device James Hilliard (Tue May 27 2025 - 18:48:26 EST)
- [PATCH] drm/bridge: analogix_dp: Fix clk-disable removal Heiko Stuebner (Tue May 27 2025 - 18:52:09 EST)
- [GIT PULL] lsm/lsm-pr-20250527 Paul Moore (Tue May 27 2025 - 18:57:48 EST)
- [GIT PULL] selinux/selinux-pr-20250527 Paul Moore (Tue May 27 2025 - 18:58:02 EST)
- [GIT PULL] audit/audit-pr-20250527 Paul Moore (Tue May 27 2025 - 18:58:15 EST)
- [PATCH v7 4/8] selftests: ublk: kublk: lift queue initialization out of thread Uday Shankar (Tue May 27 2025 - 19:02:07 EST)
- [PATCH v7 7/8] selftests: ublk: add test for per io daemons Uday Shankar (Tue May 27 2025 - 19:02:25 EST)
- [PATCH v7 3/8] selftests: ublk: kublk: tie sqe allocation to io instead of queue Uday Shankar (Tue May 27 2025 - 19:02:37 EST)
- [PATCH v7 0/8] ublk: decouple server threads from ublk_queues/hctxs Uday Shankar (Tue May 27 2025 - 19:02:45 EST)
- [PATCH v7 1/8] ublk: have a per-io daemon instead of a per-queue daemon Uday Shankar (Tue May 27 2025 - 19:03:00 EST)
- [PATCH v7 8/8] Documentation: ublk: document UBLK_F_PER_IO_DAEMON Uday Shankar (Tue May 27 2025 - 19:03:09 EST)
- [PATCH v7 6/8] selftests: ublk: kublk: decouple ublk_queues from ublk server threads Uday Shankar (Tue May 27 2025 - 19:03:37 EST)
- [PATCH v7 5/8] selftests: ublk: kublk: move per-thread data out of ublk_queue Uday Shankar (Tue May 27 2025 - 19:03:39 EST)
- [PATCH v7 2/8] selftests: ublk: kublk: plumb q_id in io_uring user_data Uday Shankar (Tue May 27 2025 - 19:03:56 EST)
- Re: [PATCH v2] uaccess: rust: use newtype for user pointers Boqun Feng (Tue May 27 2025 - 19:13:17 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Peter Schneider (Tue May 27 2025 - 19:13:54 EST)
- Re: [PATCH] trace: Protect trace_iter_expand_format against overflow and ZERO_SIZE_PTR Steven Rostedt (Tue May 27 2025 - 19:14:34 EST)
- [v10 PATCH 0/2] Add L1 and L2 error detection for A72 Vijay Balakrishna (Tue May 27 2025 - 19:16:45 EST)
- [v10 PATCH 2/2] dt-bindings: arm: cpus: Add edac-enabled property Vijay Balakrishna (Tue May 27 2025 - 19:16:45 EST)
- [v10 PATCH 1/2] EDAC: Add EDAC driver for ARM Cortex A72 cores Vijay Balakrishna (Tue May 27 2025 - 19:17:15 EST)
- Re: [net-next RFC PATCH 2/2] net: mdio: Add MDIO bus controller for Airoha AN7583 Andrew Lunn (Tue May 27 2025 - 19:18:55 EST)
- Re: linux-next: manual merge of the tip tree with the bcachefs tree Stephen Rothwell (Tue May 27 2025 - 19:23:52 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Takeshi Ogasawara (Tue May 27 2025 - 19:24:56 EST)
- Re: [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management Jakub Kicinski (Tue May 27 2025 - 19:28:31 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. Reinette Chatre (Tue May 27 2025 - 19:36:32 EST)
- Re: [PATCH] docs: trace: boottime-trace.rst: fix typo Google (Tue May 27 2025 - 19:40:48 EST)
- Re: [PATCH] x86/mm: Limit INVLPGB to VA in invlpgb_flush_addr_nosync() Rik van Riel (Tue May 27 2025 - 19:41:08 EST)
- Re: [PATCH v13 01/27] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC) Reinette Chatre (Tue May 27 2025 - 19:43:04 EST)
- Re: [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue Jason Xing (Tue May 27 2025 - 19:44:04 EST)
- Re: [PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio Jason Gunthorpe (Tue May 27 2025 - 19:46:41 EST)
- Re: [PATCH] gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt Harshitha Ramamurthy (Tue May 27 2025 - 19:47:04 EST)
- Re: linux-next: manual merge of the tip tree with the mm-unstable tree Stephen Rothwell (Tue May 27 2025 - 19:57:37 EST)
- Re: [v3 PATCH 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full Yang Shi (Tue May 27 2025 - 20:01:12 EST)
- Re: mm/vmscan.c:3504 walk_pte_range() error: uninitialized symbol 'dirty'. Andrew Morton (Tue May 27 2025 - 20:04:00 EST)
- Re: [PATCH v5 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF kernel test robot (Tue May 27 2025 - 20:05:04 EST)
- Re: [PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x Abhishek Chauhan (ABC) (Tue May 27 2025 - 20:05:57 EST)
- Re: [PATCH 6.12 000/626] 6.12.31-rc1 review Peter Schneider (Tue May 27 2025 - 20:07:42 EST)
- Re: [GIT PULL] SPI updates for v6.16 Linus Torvalds (Tue May 27 2025 - 20:08:56 EST)
- [PATCH 0/2] nfsd: use threads array as-is in netlink thread set interface Jeff Layton (Tue May 27 2025 - 20:13:11 EST)
- [PATCH 1/2] nfsd: use threads array as-is in netlink interface Jeff Layton (Tue May 27 2025 - 20:13:30 EST)
- [PATCH 2/2] sunrpc: new tracepoints around svc thread wakeups Jeff Layton (Tue May 27 2025 - 20:13:47 EST)
- RE: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. Luck, Tony (Tue May 27 2025 - 20:14:33 EST)
- Re: [net-next PatchV2] octeontx2-pf: ethtool: Display "Autoneg" and "Port" fields Jakub Kicinski (Tue May 27 2025 - 20:18:33 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Miguel Ojeda (Tue May 27 2025 - 20:18:52 EST)
- Re: [PATCH 6.12 000/626] 6.12.31-rc1 review Miguel Ojeda (Tue May 27 2025 - 20:19:22 EST)
- Re: [PATCH v3 4/6] input: pf1550: add onkey support Dmitry Torokhov (Tue May 27 2025 - 20:21:07 EST)
- Re: [PATCH v5 0/2] sched/numa: add statistics of numa balance task migration Andrew Morton (Tue May 27 2025 - 20:21:21 EST)
- Re: [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot Google (Tue May 27 2025 - 20:22:17 EST)
- Re: [PATCH] nfsd: Replace simple_strtoul with kstrtoint in expkey_parse NeilBrown (Tue May 27 2025 - 20:25:29 EST)
- Re: [PATCH] ring-buffer: Simplify functions with __free(kfree) to free allocations Google (Tue May 27 2025 - 20:29:02 EST)
- Re: [PATCH next V2] KVM: VMX: use __always_inline for is_td_vcpu and is_td Binbin Wu (Tue May 27 2025 - 20:29:16 EST)
- Re: [GIT PULL] pmdomain/cpuidle-psci updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:29:31 EST)
- Re: [PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock Bobby Eshleman (Tue May 27 2025 - 20:29:45 EST)
- Re: [GIT PULL] power-supply changes for 6.16 pr-tracker-bot (Tue May 27 2025 - 20:29:58 EST)
- Re: [GIT PULL] ACPI updates for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 20:30:19 EST)
- Re: [GIT PULL] Thermal control updates for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 20:30:41 EST)
- Re: [GIT PULL] Power management updates for v6.16-rc1 pr-tracker-bot (Tue May 27 2025 - 20:30:45 EST)
- Re: [GIT PULL] SPI updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:30:56 EST)
- Re: [GIT PULL] MMC updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:31:06 EST)
- Re: [GIT PULL] regmap updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:31:08 EST)
- Re: [GIT PULL] regulator updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:31:20 EST)
- Re: [GIT PULL] regulator updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:31:21 EST)
- Re: [PATCH] ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard() Google (Tue May 27 2025 - 20:31:41 EST)
- Re: [GIT PULL] regmap updates for v6.16 pr-tracker-bot (Tue May 27 2025 - 20:31:51 EST)
- Re: [PATCH] ring-buffer: Simplify ring_buffer_read_page() with guard() Google (Tue May 27 2025 - 20:31:58 EST)
- [PATCH] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible Alexey Klimov (Tue May 27 2025 - 20:32:09 EST)
- Re: [PATCH] ring-buffer: Remove jump to out label in ring_buffer_swap_cpu() Google (Tue May 27 2025 - 20:32:56 EST)
- Re: [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy Jakub Kicinski (Tue May 27 2025 - 20:33:47 EST)
- Re: linux-next: manual merge of the tip tree with the perf tree Stephen Rothwell (Tue May 27 2025 - 20:34:34 EST)
- Re: [PATCH] ring-buffer: Removed unnecessary if() goto out where out is the next line Google (Tue May 27 2025 - 20:35:02 EST)
- [PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock Bobby Eshleman (Tue May 27 2025 - 20:37:23 EST)
- [PATCH 0/5] clk: add support for Airoha AN7583 clock Christian Marangi (Tue May 27 2025 - 20:50:06 EST)
- [PATCH 1/5] clk: en7523: convert driver to regmap API Christian Marangi (Tue May 27 2025 - 20:50:14 EST)
- [PATCH 2/5] clk: en7523: generalize register clocks function Christian Marangi (Tue May 27 2025 - 20:50:27 EST)
- Re: [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present Jakub Kicinski (Tue May 27 2025 - 20:50:37 EST)
- [PATCH 3/5] dt-bindings: reset: add binding for Airoha AN7583 SoC reset Christian Marangi (Tue May 27 2025 - 20:50:55 EST)
- Re: [PATCH v4 net] net: airoha: Fix an error handling path in airoha_alloc_gdm_port() patchwork-bot+netdevbpf (Tue May 27 2025 - 20:51:02 EST)
- Re: [PATCH] net: macb: Check return value of dma_set_mask_and_coherent() patchwork-bot+netdevbpf (Tue May 27 2025 - 20:51:54 EST)
- Re: [PATCH v2 net] net: phy: clear phydev->devlink when the link is deleted patchwork-bot+netdevbpf (Tue May 27 2025 - 20:52:09 EST)
- [PATCH 5/5] clk: en7523: add support for Airoha AN7583 clock Christian Marangi (Tue May 27 2025 - 20:52:18 EST)
- [PATCH 4/5] dt-bindings: clock: airoha: Document support for AN7583 clock Christian Marangi (Tue May 27 2025 - 20:52:35 EST)
- Re: [PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid() patchwork-bot+netdevbpf (Tue May 27 2025 - 20:54:21 EST)
- [PATCH v2] scsi: mpt3sas: fix uaf in _scsih_fw_event_cleanup_queue() during hard reset Zheng Qixing (Tue May 27 2025 - 20:54:53 EST)
- Re: [PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun Google (Tue May 27 2025 - 20:55:31 EST)
- Re: [PATCH 5.15 00/59] 5.15.184-rc1 review Pawan Gupta (Tue May 27 2025 - 20:55:45 EST)
- Re: [PATCH v2 net 0/2] Refactor PHY reset handling and patchwork-bot+netdevbpf (Tue May 27 2025 - 21:00:06 EST)
- [PATCH v2] selftests/seccomp: Improve error logging in get_proc_stat() Sameeksha Sankpal (Tue May 27 2025 - 21:09:10 EST)
- Re: [PATCH linux next v2] net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connected_output() Jakub Kicinski (Tue May 27 2025 - 21:09:23 EST)
- Re: [PATCH net-next v2] net: dlink: enable RMON MMIO access on supported devices Jakub Kicinski (Tue May 27 2025 - 21:14:07 EST)
- Re: [PATCH v2] selftests: net: fix spelling and grammar mistakes Jakub Kicinski (Tue May 27 2025 - 21:18:53 EST)
- Re: [net-next PATCH 0/3] net: dsa: mt7530: Add AN7583 support + PHY patchwork-bot+netdevbpf (Tue May 27 2025 - 21:20:27 EST)
- Re: [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy patchwork-bot+netdevbpf (Tue May 27 2025 - 21:20:31 EST)
- Re: [PATCH] tipc: use kfree_sensitive() for aead cleanup patchwork-bot+netdevbpf (Tue May 27 2025 - 21:20:55 EST)
- Re: [PATCH net-next] cxgb4: Constify struct thermal_zone_device_ops patchwork-bot+netdevbpf (Tue May 27 2025 - 21:21:18 EST)
- Re: [PATCH net-next] mlxsw: core_thermal: Constify struct thermal_zone_device_ops patchwork-bot+netdevbpf (Tue May 27 2025 - 21:21:54 EST)
- Re: [PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex() patchwork-bot+netdevbpf (Tue May 27 2025 - 21:22:10 EST)
- Re: [PATCH net-next] net: phy: fix up const issues in to_mdio_device() and to_phy_device() patchwork-bot+netdevbpf (Tue May 27 2025 - 21:22:23 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Byungchul Park (Tue May 27 2025 - 21:22:48 EST)
- Re: linux-next: manual merge of the tip tree with the loongarch tree Stephen Rothwell (Tue May 27 2025 - 21:23:51 EST)
- Re: [PATCH v2] md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT Xiao Ni (Tue May 27 2025 - 21:29:17 EST)
- Re: [PATCH net-next 1/3] net: devmem: support single IOV with sendmsg Jakub Kicinski (Tue May 27 2025 - 21:30:40 EST)
- RE: [PATCH net v2] net: tipc: fix refcount warning in tipc_aead_encrypt Tung Quang Nguyen (Tue May 27 2025 - 21:31:19 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Byungchul Park (Tue May 27 2025 - 21:32:15 EST)
- RE: [PATCH v2 3/3] hfs: fix to update ctime after rename Viacheslav Dubeyko (Tue May 27 2025 - 21:38:03 EST)
- Re: [PATCH v1 net-next] net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices patchwork-bot+netdevbpf (Tue May 27 2025 - 21:40:04 EST)
- [GIT PULL] IPE update for 6.16 Fan Wu (Tue May 27 2025 - 21:41:44 EST)
- Re: [PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun Google (Tue May 27 2025 - 21:42:12 EST)
- 回覆: [net 1/4] dt-bindings: net: ftgmac100: Add resets property Jacky Chou (Tue May 27 2025 - 21:50:20 EST)
- RE: [PATCH] i2c: imx: fix emulated smbus block read Carlos Song (Tue May 27 2025 - 21:51:10 EST)
- Re: [PATCH 5/5] drm/mediatek: Add eDP phy driver for mt8196 CK Hu (胡俊光) (Tue May 27 2025 - 21:52:27 EST)
- Re: [PATCH v4] scsi: ufs: core: Don't perform UFS clkscale if host asyn scan in progress Martin K. Petersen (Tue May 27 2025 - 21:59:23 EST)
- [PATCH v2 0/6] arm64: dts: imx943: Add sound card support Shengjiu Wang (Tue May 27 2025 - 22:00:49 EST)
- [PATCH v2 1/6] arm64: dts: imx94: Add micfil and mqs device nodes Shengjiu Wang (Tue May 27 2025 - 22:00:59 EST)
- [PATCH v2 2/6] arm64: dts: imx943-evk: add lpi2c support Shengjiu Wang (Tue May 27 2025 - 22:01:12 EST)
- [PATCH v2 3/6] arm64: dts: imx943-evk: add i2c io expander support Shengjiu Wang (Tue May 27 2025 - 22:01:22 EST)
- [PATCH v2 4/6] arm64: dts: imx943-evk: add sound-wm8962 support Shengjiu Wang (Tue May 27 2025 - 22:01:31 EST)
- [PATCH v2 5/6] arm64: dts: imx943-evk: add bt-sco sound card support Shengjiu Wang (Tue May 27 2025 - 22:01:50 EST)
- [PATCH v2 6/6] arm64: dts: imx943-evk: Add PDM microphone sound card support Shengjiu Wang (Tue May 27 2025 - 22:02:17 EST)
- Re: [PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge Chaoyi Chen (Tue May 27 2025 - 22:02:36 EST)
- Re: [PATCH v3 2/2] x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining kernel test robot (Tue May 27 2025 - 22:05:07 EST)
- Re: [PATCH v4 2/4] mm/hugetlb: Refactor unmap_hugepage_range() to take folio instead of page Andrew Morton (Tue May 27 2025 - 22:08:22 EST)
- Re: [PATCH v9 1/2] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING Yafang Shao (Tue May 27 2025 - 22:11:43 EST)
- Re: [PATCH net-next v3 5/8] gve: Add support to query the nic clock Jakub Kicinski (Tue May 27 2025 - 22:12:54 EST)
- Re: [PATCH v9 2/2] sched: Annotate sched_clock_irqtime with __read_mostly Yafang Shao (Tue May 27 2025 - 22:13:49 EST)
- Re: [PATCH V6 00/10] Refactor ufs phy powerup sequence Martin K. Petersen (Tue May 27 2025 - 22:15:59 EST)
- Re: [PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock Jakub Kicinski (Tue May 27 2025 - 22:16:56 EST)
- Re: [PATCH net-next v2] net: arp: use kfree_skb_reason() in arp_rcv() Jakub Kicinski (Tue May 27 2025 - 22:17:20 EST)
- Re: [PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun Steven Rostedt (Tue May 27 2025 - 22:17:45 EST)
- Re: [PATCH] scsi: mvsas: fix typos in SAS/SATA VSP register comments Martin K. Petersen (Tue May 27 2025 - 22:21:13 EST)
- Re: [PATCH 1/2] scsi: target: core: Constify enabled() in struct target_opcode_descriptor Martin K. Petersen (Tue May 27 2025 - 22:21:14 EST)
- Re: [PATCH] scsi: fnic: Replace memset with eth_zero_addr Martin K. Petersen (Tue May 27 2025 - 22:21:39 EST)
- Re: [PATCH] scsi: sg: Remove unnecessary NULL check before unregister_sysctl_table() Martin K. Petersen (Tue May 27 2025 - 22:21:50 EST)
- Re: [PATCH] scsi: hisi_sas: Fix warning detected by sparse Martin K. Petersen (Tue May 27 2025 - 22:22:30 EST)
- Re: (subset) [PATCH v3 0/4] Add UFS support for SM8750 Martin K. Petersen (Tue May 27 2025 - 22:22:32 EST)
- Re: [PATCH] scsi: ufs: mcq: delete ufshcd_release_scsi_cmd in ufshcd_mcq_abort Martin K. Petersen (Tue May 27 2025 - 22:22:37 EST)
- Re: [PATCH v1 1/2] dmaengine: idxd: Fix race condition between WQ enable and reset paths Vinicius Costa Gomes (Tue May 27 2025 - 22:23:26 EST)
- Re: [PATCH v3 2/3] mm,memory_hotplug: Implement numa node notifier Honggyu Kim (Tue May 27 2025 - 22:24:08 EST)
- Re: [PATCH] dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive Yao Zi (Tue May 27 2025 - 22:26:52 EST)
- [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma() Byungchul Park (Tue May 27 2025 - 22:29:49 EST)
- [PATCH v2 00/16] Split netmem from struct page Byungchul Park (Tue May 27 2025 - 22:30:18 EST)
- [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Byungchul Park (Tue May 27 2025 - 22:30:33 EST)
- [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order() Byungchul Park (Tue May 27 2025 - 22:30:39 EST)
- [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem() Byungchul Park (Tue May 27 2025 - 22:30:52 EST)
- [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs Byungchul Park (Tue May 27 2025 - 22:32:40 EST)
- [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem() Byungchul Park (Tue May 27 2025 - 22:32:46 EST)
- [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow() Byungchul Park (Tue May 27 2025 - 22:33:30 EST)
- [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem() Byungchul Park (Tue May 27 2025 - 22:33:30 EST)
- [PATCH v2 06/16] page_pool: rename page_pool_return_page() to page_pool_return_netmem() Byungchul Park (Tue May 27 2025 - 22:33:33 EST)
- [PATCH v2 12/16] netmem: use _Generic to cover const casting for page_to_netmem() Byungchul Park (Tue May 27 2025 - 22:33:37 EST)
- [PATCH v2 13/16] netmem: remove __netmem_get_pp() Byungchul Park (Tue May 27 2025 - 22:33:55 EST)
- [PATCH v2 11/16] mlx4: use netmem descriptor and APIs for page pool Byungchul Park (Tue May 27 2025 - 22:34:10 EST)
- [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow() Byungchul Park (Tue May 27 2025 - 22:34:24 EST)
- [PATCH v2 14/16] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem() Byungchul Park (Tue May 27 2025 - 22:34:48 EST)
- [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool Byungchul Park (Tue May 27 2025 - 22:35:04 EST)
- [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool Byungchul Park (Tue May 27 2025 - 22:35:21 EST)
- Re: [PATCH] binder: fix yet another UAF in binder_devices Tiffany Yang (Tue May 27 2025 - 22:35:49 EST)
- Re: [PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements patchwork-bot+netdevbpf (Tue May 27 2025 - 22:36:12 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. qinyuntan (Tue May 27 2025 - 22:36:31 EST)
- Re: [PATCH net v2] net: phy: mscc: Fix memory leak when using one step timestamping patchwork-bot+netdevbpf (Tue May 27 2025 - 22:36:36 EST)
- [PATCH v3] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table Gavin Guo (Tue May 27 2025 - 22:37:11 EST)
- Re: [RFC PATCH 05/11] arm64: dts: imx8mp: drop gpcv2 vpu power-domains and clocks Adam Ford (Tue May 27 2025 - 22:40:52 EST)
- Re: [PATCH V2] mm/hugetlb: remove unnecessary holding of hugetlb_lock Muchun Song (Tue May 27 2025 - 22:46:03 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. Reinette Chatre (Tue May 27 2025 - 23:00:05 EST)
- Re: [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block Jie Gan (Tue May 27 2025 - 23:02:36 EST)
- [GIT PULL] Crypto Fixes for 6.16 Herbert Xu (Tue May 27 2025 - 23:03:41 EST)
- Re: [RFC PATCH 07/11] arm64: dts: imx8mp: fix VPU_BUS clock setting Adam Ford (Tue May 27 2025 - 23:05:47 EST)
- Re: [PATCH] devres: Move remaining devm_alloc_percpu and devm_device_add_group to devres.h Pei Xiao (Tue May 27 2025 - 23:08:01 EST)
- Re: [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs Mina Almasry (Tue May 27 2025 - 23:12:28 EST)
- Re: [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order() Mina Almasry (Tue May 27 2025 - 23:13:25 EST)
- Re: [PATCH] dt-bindings: power: Add SiFive Domain Management controllers Nick Hu (Tue May 27 2025 - 23:16:03 EST)
- Re: [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem() Mina Almasry (Tue May 27 2025 - 23:16:26 EST)
- Re: [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls Binbin Wu (Tue May 27 2025 - 23:16:51 EST)
- Re: [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow() Mina Almasry (Tue May 27 2025 - 23:17:31 EST)
- [PATCH] smb/client: use sock_create_kern() in generic_ip_connect() chenxiaosong (Tue May 27 2025 - 23:18:05 EST)
- Re: [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem() Mina Almasry (Tue May 27 2025 - 23:18:37 EST)
- Re: [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem() Mina Almasry (Tue May 27 2025 - 23:19:45 EST)
- Re: [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma() Mina Almasry (Tue May 27 2025 - 23:22:00 EST)
- Re: [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem() Mina Almasry (Tue May 27 2025 - 23:22:42 EST)
- Re: [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow() Mina Almasry (Tue May 27 2025 - 23:24:01 EST)
- Re: [PATCH] acpi-cpufreq: Fix max-frequency computation Manu Bretelle (Tue May 27 2025 - 23:24:40 EST)
- Re: [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool Mina Almasry (Tue May 27 2025 - 23:26:23 EST)
- [PATCH v2 0/7] Various asan and test fixes Ian Rogers (Tue May 27 2025 - 23:26:53 EST)
- [PATCH v2 1/7] perf symbol: Fix use-after-free in filename__read_build_id Ian Rogers (Tue May 27 2025 - 23:27:00 EST)
- [PATCH v2 3/7] perf symbol: Move demangling code out of symbol-elf.c Ian Rogers (Tue May 27 2025 - 23:27:23 EST)
- [PATCH v2 2/7] perf test demangle-java: Don't segv if demangling fails Ian Rogers (Tue May 27 2025 - 23:27:24 EST)
- [PATCH v2 4/7] perf intel-tpebs: Avoid race when evlist is being deleted Ian Rogers (Tue May 27 2025 - 23:27:39 EST)
- [PATCH v2 6/7] perf test trace_summary: Skip --bpf-summary tests if no libbpf Ian Rogers (Tue May 27 2025 - 23:28:12 EST)
- [PATCH v2 5/7] perf test intel-pt: Skip jitdump test if no libelf Ian Rogers (Tue May 27 2025 - 23:28:17 EST)
- [PATCH v2 7/7] perf thread: Avoid recursively taking thread__comm_lock Ian Rogers (Tue May 27 2025 - 23:28:25 EST)
- Re: [External] Re: [PATCH v6 2/4] serial: 8250: avoid potential PSLVERR issue yunhui cui (Tue May 27 2025 - 23:30:18 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. qinyuntan (Tue May 27 2025 - 23:32:24 EST)
- [PATCH wireless-next] wifi: mac80211: consider links for validating SCAN_FLAG_AP in scan request during MLO Aditya Kumar Singh (Tue May 27 2025 - 23:32:50 EST)
- Re: [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool Mina Almasry (Tue May 27 2025 - 23:33:28 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Dev Jain (Tue May 27 2025 - 23:33:52 EST)
- Re: [PATCH] smb/client: use sock_create_kern() in generic_ip_connect() Steve French (Tue May 27 2025 - 23:40:02 EST)
- Re: [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Mina Almasry (Tue May 27 2025 - 23:40:23 EST)
- [PATCH wireless-next] wifi: ieee80211: add Radio Measurement action fields Aditya Kumar Singh (Tue May 27 2025 - 23:40:33 EST)
- linux-next: build failure after merge of the drm-misc tree Stephen Rothwell (Tue May 27 2025 - 23:43:09 EST)
- Re: linux-next: manual merge of the tip tree with the pci tree Stephen Rothwell (Tue May 27 2025 - 23:47:52 EST)
- Re: [PATCH 1/2] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots Manivannan Sadhasivam (Tue May 27 2025 - 23:48:07 EST)
- Re: [v3 PATCH 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full Dev Jain (Tue May 27 2025 - 23:48:17 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Mina Almasry (Tue May 27 2025 - 23:48:45 EST)
- Re: linux-next: manual merge of the tip tree with the pci tree Stephen Rothwell (Tue May 27 2025 - 23:49:04 EST)
- [PATCH bpf-next 00/25] bpf: tracing multi-link support Menglong Dong (Tue May 27 2025 - 23:49:48 EST)
- [PATCH bpf-next 01/25] add per-function metadata storage support Menglong Dong (Tue May 27 2025 - 23:50:01 EST)
- [PATCH bpf-next 02/25] x86: implement per-function metadata storage for x86 Menglong Dong (Tue May 27 2025 - 23:50:12 EST)
- [PATCH bpf-next 03/25] arm64: implement per-function metadata storage for arm64 Menglong Dong (Tue May 27 2025 - 23:50:23 EST)
- [PATCH bpf-next 04/25] bpf: make kfunc_md support global trampoline link Menglong Dong (Tue May 27 2025 - 23:50:46 EST)
- [PATCH bpf-next 05/25] x86,bpf: add bpf_global_caller for global trampoline Menglong Dong (Tue May 27 2025 - 23:51:13 EST)
- [PATCH bpf-next 06/25] ftrace: factor out ftrace_direct_update from register_ftrace_direct Menglong Dong (Tue May 27 2025 - 23:51:24 EST)
- Re: [PATCH] x86/tdx: Always inline tdx_tdvpr_pa() Xiaoyao Li (Tue May 27 2025 - 23:51:31 EST)
- [PATCH bpf-next 07/25] ftrace: add reset_ftrace_direct_ips Menglong Dong (Tue May 27 2025 - 23:51:49 EST)
- [PATCH bpf-next 09/25] bpf: tracing: add support to record and check the accessed args Menglong Dong (Tue May 27 2025 - 23:52:37 EST)
- [PATCH bpf-next 08/25] bpf: introduce bpf_gtramp_link Menglong Dong (Tue May 27 2025 - 23:52:44 EST)
- [PATCH bpf-next 11/25] bpf: verifier: add btf to the function args of bpf_check_attach_target Menglong Dong (Tue May 27 2025 - 23:52:59 EST)
- [PATCH bpf-next 10/25] bpf: refactor the modules_array to ptr_array Menglong Dong (Tue May 27 2025 - 23:53:12 EST)
- [PATCH bpf-next 13/25] x86,bpf: factor out __arch_get_bpf_regs_nr Menglong Dong (Tue May 27 2025 - 23:53:43 EST)
- [PATCH bpf-next 12/25] bpf: verifier: move btf_id_deny to bpf_check_attach_target Menglong Dong (Tue May 27 2025 - 23:53:55 EST)
- [PATCH bpf-next 14/25] bpf: tracing: add multi-link support Menglong Dong (Tue May 27 2025 - 23:54:03 EST)
- [PATCH bpf-next 15/25] ftrace: factor out __unregister_ftrace_direct Menglong Dong (Tue May 27 2025 - 23:54:04 EST)
- [PATCH bpf-next 16/25] ftrace: supporting replace direct ftrace_ops Menglong Dong (Tue May 27 2025 - 23:54:18 EST)
- [PATCH bpf-next 17/25] bpf: make trampoline compatible with global trampoline Menglong Dong (Tue May 27 2025 - 23:54:33 EST)
- [PATCH bpf-next 18/25] libbpf: don't free btf if tracing_multi progs existing Menglong Dong (Tue May 27 2025 - 23:54:34 EST)
- [PATCH bpf-next 19/25] libbpf: support tracing_multi Menglong Dong (Tue May 27 2025 - 23:55:00 EST)
- Re: [PATCH 2/2] arm64: dts: renesas: r8a779g3: Describe split PCIe clock on V4H Sparrow Hawk Manivannan Sadhasivam (Tue May 27 2025 - 23:55:01 EST)
- [PATCH bpf-next 20/25] libbpf: add btf type hash lookup support Menglong Dong (Tue May 27 2025 - 23:55:14 EST)
- [PATCH bpf-next 21/25] libbpf: add skip_invalid and attach_tracing for tracing_multi Menglong Dong (Tue May 27 2025 - 23:55:32 EST)
- Re: linux-next: manual merge of the tip tree with the pm tree Stephen Rothwell (Tue May 27 2025 - 23:55:54 EST)
- [PATCH bpf-next 22/25] selftests/bpf: use the glob_match() from libbpf in test_progs.c Menglong Dong (Tue May 27 2025 - 23:56:30 EST)
- [PATCH bpf-next 25/25] selftests/bpf: add performance bench test for trace prog Menglong Dong (Tue May 27 2025 - 23:56:37 EST)
- [PATCH bpf-next 23/25] selftests/bpf: add get_ksyms and get_addrs to test_progs.c Menglong Dong (Tue May 27 2025 - 23:57:02 EST)
- [git pull] drm for 6.16-rc1 Dave Airlie (Tue May 27 2025 - 23:57:06 EST)
- Re: linux-next: manual merge of the tip tree with the pm tree Stephen Rothwell (Tue May 27 2025 - 23:57:24 EST)
- [PATCH bpf-next 24/25] selftests/bpf: add testcases for multi-link of tracing Menglong Dong (Tue May 27 2025 - 23:57:25 EST)
- Re: linux-next: build failure after merge of the tip tree Stephen Rothwell (Tue May 27 2025 - 23:57:48 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: mediatek: Add MT8196 vmm controller Nancy Lin (林欣螢) (Wed May 28 2025 - 00:02:17 EST)
- Re: [PATCH 6.12 000/626] 6.12.31-rc1 review Harshit Mogalapalli (Wed May 28 2025 - 00:02:43 EST)
- Re: [PATCH] smb/client: use sock_create_kern() in generic_ip_connect() ChenXiaoSong (Wed May 28 2025 - 00:09:27 EST)
- [PATCH v2 0/2] Add driver support for Eswin eic7700 SoC ethernet controller weishangjuan (Wed May 28 2025 - 00:16:08 EST)
- [PATCH v2 2/2] ethernet: eswin: Add eic7700 ethernet driver weishangjuan (Wed May 28 2025 - 00:17:33 EST)
- Re: [PATCH v2 6/7] perf test trace_summary: Skip --bpf-summary tests if no libbpf Howard Chu (Wed May 28 2025 - 00:17:52 EST)
- Re: [GIT PULL] sysctl changes for v6.16-rc1 pr-tracker-bot (Wed May 28 2025 - 00:18:24 EST)
- Re: [GIT PULL] dma-mapping update for Linux 6.16 pr-tracker-bot (Wed May 28 2025 - 00:18:41 EST)
- Re: [GIT PULL] m68k updates for v6.16 pr-tracker-bot (Wed May 28 2025 - 00:19:01 EST)
- Re: [GIT PULL] cgroup: Changes for v6.16 pr-tracker-bot (Wed May 28 2025 - 00:19:03 EST)
- Re: [GIT PULL] xen: branch for v6.16-rc1 pr-tracker-bot (Wed May 28 2025 - 00:19:22 EST)
- [PATCH v2 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC weishangjuan (Wed May 28 2025 - 00:19:29 EST)
- Re: [GIT PULL] workqueue: Changes for v6.16 pr-tracker-bot (Wed May 28 2025 - 00:19:50 EST)
- Re: [GIT PULL] sched_ext: Changes for v6.16 pr-tracker-bot (Wed May 28 2025 - 00:20:01 EST)
- Re: [PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio lizhe . 67 (Wed May 28 2025 - 00:21:45 EST)
- Re: [PATCH 2/2] soc: mediatek: Add MT8196 VMM driver support Nancy Lin (林欣螢) (Wed May 28 2025 - 00:25:00 EST)
- Re: [PATCH v3 2/2] x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining Eric Biggers (Wed May 28 2025 - 00:25:32 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. Reinette Chatre (Wed May 28 2025 - 00:49:29 EST)
- Re: [PATCH] schemas: PCI: Add standard PCIe WAKE# signal Krishna Chaitanya Chundru (Wed May 28 2025 - 00:50:44 EST)
- [linus:master] [entry] e43b8bb56e: WARNING:at_arch/x86/mm/fault.c:#do_user_addr_fault kernel test robot (Wed May 28 2025 - 00:50:57 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Lorenzo Stoakes (Wed May 28 2025 - 00:51:04 EST)
- RE: [PATCH 02/10] PCI: exynos: Remove unused MACROs in exynos PCI file Shradha Todi (Wed May 28 2025 - 00:52:47 EST)
- RE: [PATCH 03/10] PCI: exynos: Reorder MACROs to maintain consistency Shradha Todi (Wed May 28 2025 - 00:53:07 EST)
- RE: [PATCH 04/10] PCI: exynos: Add platform device private data Shradha Todi (Wed May 28 2025 - 00:53:17 EST)
- RE: [PATCH 05/10] PCI: exynos: Add structure to hold resource operations Shradha Todi (Wed May 28 2025 - 00:53:31 EST)
- RE: [PATCH 06/10] dt-bindings: PCI: Add bindings support for Tesla FSD SoC Shradha Todi (Wed May 28 2025 - 00:53:55 EST)
- RE: [PATCH 07/10] dt-bindings: phy: Add PHY bindings support for FSD SoC Shradha Todi (Wed May 28 2025 - 00:54:10 EST)
- Re: [PATCH 12/23] md/md-bitmap: add macros for lockless bitmap Xiao Ni (Wed May 28 2025 - 00:54:25 EST)
- RE: [PATCH 08/10] phy: exynos: Add PCIe PHY support for FSD SoC Shradha Todi (Wed May 28 2025 - 00:54:27 EST)
- RE: [PATCH 09/10] PCI: exynos: Add support for Tesla FSD SoC Shradha Todi (Wed May 28 2025 - 00:54:52 EST)
- Re: [PATCH 0/5] Add support for the IPQ5018 Internal GE PHY George Moussalem (Wed May 28 2025 - 00:58:08 EST)
- Re: [PATCH 14/23] md/dm-raid: remove max_write_behind setting limit Xiao Ni (Wed May 28 2025 - 00:58:33 EST)
- Re: [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov Byungchul Park (Wed May 28 2025 - 01:04:17 EST)
- Re: [PATCH v5 1/8] dt-bindings: serial: describe SA8255p Praveen Talari (Wed May 28 2025 - 01:10:43 EST)
- Re: [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings Gal Pressman (Wed May 28 2025 - 01:11:14 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Jürgen Groß (Wed May 28 2025 - 01:11:57 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Byungchul Park (Wed May 28 2025 - 01:15:22 EST)
- [linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c kernel test robot (Wed May 28 2025 - 01:16:12 EST)
- Re: [PATCH v2 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC Rob Herring (Arm) (Wed May 28 2025 - 01:21:47 EST)
- Re: [PATCH v5 09/12] tee: add Qualcomm TEE driver Dan Carpenter (Wed May 28 2025 - 01:22:21 EST)
- [PATCH v3] kselftest: x86: Improve MOV SS test result message Brigham Campbell (Wed May 28 2025 - 01:23:48 EST)
- Re: [PATCH v2 0/2] Add driver support for Eswin eic7700 SoC ethernet controller Michal Swiatkowski (Wed May 28 2025 - 01:25:07 EST)
- [PATCH v3 1/2] phy: renesas: r8a779f0-ether-serdes: add USXGMII mode Michael Dege (Wed May 28 2025 - 01:25:52 EST)
- [PATCH v3 0/2] phy: renesas: r8a779f0-ether-serdes: driver enhancement Michael Dege (Wed May 28 2025 - 01:26:06 EST)
- [PATCH v3 2/2] phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet Michael Dege (Wed May 28 2025 - 01:26:13 EST)
- Re: [PATCH 1/2] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots Anand Moon (Wed May 28 2025 - 01:26:33 EST)
- Re: [PATCH v6] bus: mhi: host: don't free bhie tables during suspend/hibernation Muhammad Usama Anjum (Wed May 28 2025 - 01:27:16 EST)
- Re: [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs Byungchul Park (Wed May 28 2025 - 01:27:28 EST)
- linux-next: build failure after merge of the kvm tree Stephen Rothwell (Wed May 28 2025 - 01:28:51 EST)
- Re: [PATCH 1/2] media: dt-bindings: ti,ds90ub960: Add bindings for DS90UB954-Q1 Yemike Abhilash Chandra (Wed May 28 2025 - 01:36:36 EST)
- Re: linux-next: build failure after merge of the kvm tree Paolo Bonzini (Wed May 28 2025 - 01:38:26 EST)
- Re: [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs Byungchul Park (Wed May 28 2025 - 01:41:31 EST)
- Re: [PATCH 1/3] dt-bindings: PCI: Extend max-link-speed to support PCIe Gen5/Gen6 Hans Zhang (Wed May 28 2025 - 01:42:21 EST)
- [PATCH v3] docs: powerpc: Add htm.rst to table of contents Brigham Campbell (Wed May 28 2025 - 01:43:34 EST)
- [PATCH net v4] net: fix udp gso skb_segment after pull from frag_list Shiming Cheng (Wed May 28 2025 - 01:44:08 EST)
- Re: [PATCH v2 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC Krzysztof Kozlowski (Wed May 28 2025 - 01:49:13 EST)
- Re: [PATCH v2 2/2] ethernet: eswin: Add eic7700 ethernet driver Krzysztof Kozlowski (Wed May 28 2025 - 01:50:40 EST)
- Re: [v10 PATCH 2/2] dt-bindings: arm: cpus: Add edac-enabled property Krzysztof Kozlowski (Wed May 28 2025 - 01:54:29 EST)
- Re: [PATCH] dt-bindings: iio: gyro: invensense,mpu3050: change irq maxItems Krzysztof Kozlowski (Wed May 28 2025 - 01:55:53 EST)
- Re: [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma() Byungchul Park (Wed May 28 2025 - 01:56:54 EST)
- Re: [PATCH v3 03/12] ASoC: dt-bindings: qcom,wsa881x: extend description to analog mode Krzysztof Kozlowski (Wed May 28 2025 - 01:58:50 EST)
- Re: [PATCH v3 07/12] arm64: dts: qcom: sm6115: add LPASS devices Krzysztof Kozlowski (Wed May 28 2025 - 01:59:25 EST)
- Re: [PATCH v2] eventpoll: Fix priority inversion problem Holger Hoffstätte (Wed May 28 2025 - 02:03:00 EST)
- [PATCH 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum Tal Zussman (Wed May 28 2025 - 02:04:17 EST)
- Re: [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool Byungchul Park (Wed May 28 2025 - 02:04:43 EST)
- [PATCH 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS Tal Zussman (Wed May 28 2025 - 02:06:02 EST)
- Re: [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool Byungchul Park (Wed May 28 2025 - 02:07:46 EST)
- Re: [PATCH v2] eventpoll: Fix priority inversion problem Holger Hoffstätte (Wed May 28 2025 - 02:07:58 EST)
- Re: [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool Byungchul Park (Wed May 28 2025 - 02:08:26 EST)
- Re: [PATCH v3 1/6] dt-bindings: mfd: add pf1550 Krzysztof Kozlowski (Wed May 28 2025 - 02:08:45 EST)
- [PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments Tal Zussman (Wed May 28 2025 - 02:10:06 EST)
- Re: [PATCH v3 6/6] MAINTAINERS: add an entry for pf1550 mfd driver Krzysztof Kozlowski (Wed May 28 2025 - 02:10:33 EST)
- Re: [PATCH v7 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties Uwe Kleine-König (Wed May 28 2025 - 02:11:07 EST)
- RE: [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays Lakshmi Sowjanya D (QUIC) (Wed May 28 2025 - 02:11:56 EST)
- Re: [RFC RESEND v10 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards Sebastian Andrzej Siewior (Wed May 28 2025 - 02:12:24 EST)
- Re: [PATCH v2] eventpoll: Fix priority inversion problem Nam Cao (Wed May 28 2025 - 02:13:25 EST)
- [PATCH 0/2] TCB: Add DMA support to read the capture register AB Dharma Balasubiramani (Wed May 28 2025 - 02:14:07 EST)
- [PATCH 2/2] counter: microchip-tcb-capture: Add DMA support for TC_RAB register reads Dharma Balasubiramani (Wed May 28 2025 - 02:14:14 EST)
- [PATCH 1/2] counter: microchip-tcb-capture: Retrieve and map parent base address Dharma Balasubiramani (Wed May 28 2025 - 02:14:49 EST)
- Re: linux-next: manual merge of the tip tree with the net-next tree Stephen Rothwell (Wed May 28 2025 - 02:15:01 EST)
- Re: [linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c Eric Biggers (Wed May 28 2025 - 02:15:02 EST)
- Re: [PATCH v3 2/2] mm: Optimize mremap() by PTE batching Dev Jain (Wed May 28 2025 - 02:16:35 EST)
- [RESEND PATCH v2] dt-bindings: pmem: Convert binding to YAML Drew Fustini (Wed May 28 2025 - 02:17:24 EST)
- Re: [PATCH v2] dt-bindings: iio: gyroscope: invensense,itg3200: add binding Krzysztof Kozlowski (Wed May 28 2025 - 02:22:16 EST)
- Re: [PATCH v2 0/3] virtio: Fixes for TX ring sizing and resize error reporting Paolo Abeni (Wed May 28 2025 - 02:24:49 EST)
- Re: [RFC 1/1] sched: Skip redundant operations for proxy tasks needing return migration John Stultz (Wed May 28 2025 - 02:25:01 EST)
- Re: [PATCH 2/2] media: i2c: ds90ub960: Add support for DS90UB954-Q1 Yemike Abhilash Chandra (Wed May 28 2025 - 02:26:13 EST)
- [PATCH v7 1/4] serial: 8250: fix panic due to PSLVERR Yunhui Cui (Wed May 28 2025 - 02:26:29 EST)
- [PATCH v7 2/4] serial: 8250: avoid potential PSLVERR issue Yunhui Cui (Wed May 28 2025 - 02:26:39 EST)
- [PATCH v7 3/4] serial: 8250_dw: assert port->lock is held in dw8250_force_idle() Yunhui Cui (Wed May 28 2025 - 02:26:50 EST)
- [PATCH v7 4/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT Yunhui Cui (Wed May 28 2025 - 02:27:24 EST)
- Re: [EXTERNAL] Re: [PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal Paolo Abeni (Wed May 28 2025 - 02:27:49 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: mediatek: Add MT8196 vmm controller Krzysztof Kozlowski (Wed May 28 2025 - 02:29:45 EST)
- RE: [PATCH v10 06/10] drm/i915/nvm: add nvm device for discrete graphics Usyskin, Alexander (Wed May 28 2025 - 02:30:23 EST)
- RE: [PATCH v10 08/10] drm/xe/nvm: add on-die non-volatile memory device Usyskin, Alexander (Wed May 28 2025 - 02:30:36 EST)
- [linus:master] [bcachefs] cd3cdb1ef7: last_state.incomplete kernel test robot (Wed May 28 2025 - 02:32:10 EST)
- Re: [PATCH net-next] net: phy: Synchronize c45_ids to phy_id kernel test robot (Wed May 28 2025 - 02:36:25 EST)
- [PATCH v2 0/6] Add support for MT8196 video encoder Irui Wang (Wed May 28 2025 - 02:37:13 EST)
- [PATCH v2 2/6] media: mediatek: encoder: Add support for common firmware interface Irui Wang (Wed May 28 2025 - 02:37:18 EST)
- [PATCH v2 3/6] media: mediatek: encoder: Add support for VCP encode process Irui Wang (Wed May 28 2025 - 02:37:32 EST)
- [PATCH v2 5/6] dt-bindings: media: mediatek: encoder: Add encoder dt-bindings for MT8196 Irui Wang (Wed May 28 2025 - 02:38:00 EST)
- [PATCH v2 6/6] media: mediatek: encoder: Add MT8196 encoder compatible data Irui Wang (Wed May 28 2025 - 02:38:06 EST)
- [PATCH v2 1/6] media: mediatek: encoder: Add a new encoder driver interface Irui Wang (Wed May 28 2025 - 02:38:11 EST)
- [PATCH v2 4/6] media: mediatek: encoder: Add a new platform data member Irui Wang (Wed May 28 2025 - 02:38:46 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. qinyuntan (Wed May 28 2025 - 02:39:05 EST)
- Re: [PATCH 6.12 000/626] 6.12.31-rc1 review Pavel Machek (Wed May 28 2025 - 02:39:17 EST)
- Re: [RFC RESEND v10 02/14] preempt: Introduce __preempt_count_{sub, add}_return() Heiko Carstens (Wed May 28 2025 - 02:39:35 EST)
- Re: [PATCH v8 13/20] PCI/ERR: Add printk level to pcie_print_tlp_log() Lukas Wunner (Wed May 28 2025 - 02:39:55 EST)
- Re: [PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal patchwork-bot+netdevbpf (Wed May 28 2025 - 02:40:48 EST)
- Re: [PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem. qinyuntan (Wed May 28 2025 - 02:40:52 EST)
- Re: [PATCH RFC 0/4] drm/bridge: samsung-dsim: Stop controlling vsync display FIFO flush in panels Marek Szyprowski (Wed May 28 2025 - 02:41:40 EST)
- [PATCH V2 00/19] virtio_ring in order support Jason Wang (Wed May 28 2025 - 02:42:55 EST)
- [PATCH V2 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx() Jason Wang (Wed May 28 2025 - 02:43:06 EST)
- [PATCH V2 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants Jason Wang (Wed May 28 2025 - 02:43:22 EST)
- [PATCH V2 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used() Jason Wang (Wed May 28 2025 - 02:43:38 EST)
- [PATCH V2 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants Jason Wang (Wed May 28 2025 - 02:43:54 EST)
- [PATCH V2 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants Jason Wang (Wed May 28 2025 - 02:43:56 EST)
- [PATCH V2 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants Jason Wang (Wed May 28 2025 - 02:44:06 EST)
- [PATCH V2 07/19] virtio: switch to use vring_virtqueue for virtqueue_add variants Jason Wang (Wed May 28 2025 - 02:44:27 EST)
- [PATCH V2 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants Jason Wang (Wed May 28 2025 - 02:44:36 EST)
- [PATCH V2 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants Jason Wang (Wed May 28 2025 - 02:44:39 EST)
- [PATCH V2 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants Jason Wang (Wed May 28 2025 - 02:44:48 EST)
- [PATCH V2 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants Jason Wang (Wed May 28 2025 - 02:44:59 EST)
- [PATCH V2 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split() Jason Wang (Wed May 28 2025 - 02:45:17 EST)
- [PATCH V2 15/19] virtio_ring: factor out core logic of buffer detaching Jason Wang (Wed May 28 2025 - 02:45:33 EST)
- [PATCH V2 14/19] virtio_ring: determine descriptor flags at one time Jason Wang (Wed May 28 2025 - 02:45:34 EST)
- [PATCH V2 13/19] virtio_ring: introduce virtqueue ops Jason Wang (Wed May 28 2025 - 02:45:47 EST)
- [PATCH V2 16/19] virtio_ring: factor out core logic for updating last_used_idx Jason Wang (Wed May 28 2025 - 02:46:01 EST)
- [PATCH V2 18/19] virtio_ring: factor out split detaching logic Jason Wang (Wed May 28 2025 - 02:46:18 EST)
- [PATCH V2 19/19] virtio_ring: add in order support Jason Wang (Wed May 28 2025 - 02:46:18 EST)
- [PATCH V2 17/19] virtio_ring: factor out split indirect detaching logic Jason Wang (Wed May 28 2025 - 02:46:34 EST)
- Re: linux-next: build failure after merge of the kvm tree Stephen Rothwell (Wed May 28 2025 - 02:47:17 EST)
- [no subject] Steev Klimaszewski (Wed May 28 2025 - 02:48:41 EST)
- [PATCH v1] mediatek MT7925: update bluetooth firmware to 20250526153203 Chris Lu (Wed May 28 2025 - 02:48:52 EST)
- [PATCH] linux-firmware: update firmware for MT7925 WiFi device Allan Wang (Wed May 28 2025 - 02:49:01 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Juergen Gross (Wed May 28 2025 - 02:49:36 EST)
- Re: [net Patchv2] octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback patchwork-bot+netdevbpf (Wed May 28 2025 - 02:50:07 EST)
- Re: [net Patch v2] octeontx2-pf: QOS: Perform cache sync on send queue teardown patchwork-bot+netdevbpf (Wed May 28 2025 - 02:50:22 EST)
- Re: [PATCH 6.14 000/783] 6.14.9-rc1 review Pavel Machek (Wed May 28 2025 - 02:50:46 EST)
- Re: [PATCH v5] scsi: trace: show rtn in string for scsi_dispatch_cmd_error Kassey Li quic (Wed May 28 2025 - 02:52:15 EST)
- [PATCH] wifi: ath11k: mark reset srng lists as initialized Sergey Senozhatsky (Wed May 28 2025 - 02:55:25 EST)
- [PATCH] EDAC/synopsys: Clear the ecc counters at init Shubhrajyoti Datta (Wed May 28 2025 - 02:57:06 EST)
- Re: [PATCH] wifi: ath11k: mark reset srng lists as initialized Sergey Senozhatsky (Wed May 28 2025 - 02:57:33 EST)
- Re: [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support Dev Jain (Wed May 28 2025 - 02:58:34 EST)
- [PATCH v10 0/5] Add Loongson Security Engine chip driver Qunqin Zhao (Wed May 28 2025 - 02:59:51 EST)
- [PATCH v10 1/5] mfd: Add support for Loongson Security Engine chip controller Qunqin Zhao (Wed May 28 2025 - 03:00:06 EST)
- [PATCH v10 2/5] crypto: loongson - add Loongson RNG driver support Qunqin Zhao (Wed May 28 2025 - 03:00:23 EST)
- [PATCH v10 3/5] MAINTAINERS: Add entry for Loongson crypto driver Qunqin Zhao (Wed May 28 2025 - 03:00:40 EST)
- [PATCH v10 4/5] tpm: Add a driver for Loongson TPM device Qunqin Zhao (Wed May 28 2025 - 03:01:01 EST)
- [PATCH v10 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry Qunqin Zhao (Wed May 28 2025 - 03:01:12 EST)
- Re: [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios Binbin Wu (Wed May 28 2025 - 03:02:07 EST)
- Re: [Patch v2] perf tools: Fix incorrect --user-regs comments Mi, Dapeng (Wed May 28 2025 - 03:03:29 EST)
- linux-next: Tree for May 28 Stephen Rothwell (Wed May 28 2025 - 03:04:59 EST)
- Re: [PATCH 04/23] md/md-bitmap: support discard for bitmap ops Glass Su (Wed May 28 2025 - 03:05:17 EST)
- [PATCH] Bluetooth: BT Driver: mediatek: add gpio pin to reset bt Zhangchao Zhang (Wed May 28 2025 - 03:05:27 EST)
- [PATCH v2 0/2] Improve adv7511_mode_set() Tommaso Merciai (Wed May 28 2025 - 03:05:39 EST)
- [PATCH v2 1/2] drm/bridge: adv7511: Move adv711_dsi_config_timing_gen() into adv7511_mode_set() Tommaso Merciai (Wed May 28 2025 - 03:06:00 EST)
- [PATCH v2 2/2] drm/bridge: adv7511: Rename adv7511_dsi_config_timing_gen() into adv7533_dsi_config_timing_gen() Tommaso Merciai (Wed May 28 2025 - 03:06:25 EST)
- Re: [linus:master] [bcachefs] cd3cdb1ef7: last_state.incomplete Kent Overstreet (Wed May 28 2025 - 03:06:36 EST)
- Re: [PATCH v1] tty: Register device *after* creating the cdev for a tty kernel test robot (Wed May 28 2025 - 03:07:30 EST)
- Re: [PATCH v1] mediatek MT7925: update bluetooth firmware to 20250526153203 Paul Menzel (Wed May 28 2025 - 03:08:22 EST)
- Re: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks Geert Uytterhoeven (Wed May 28 2025 - 03:09:59 EST)
- RE: [PATCH v2 1/2] drm/bridge: adv7511: Move adv711_dsi_config_timing_gen() into adv7511_mode_set() Biju Das (Wed May 28 2025 - 03:10:53 EST)
- Re: [PATCH V2 00/19] virtio_ring in order support Eugenio Perez Martin (Wed May 28 2025 - 03:11:07 EST)
- RE: [PATCH v2 2/2] drm/bridge: adv7511: Rename adv7511_dsi_config_timing_gen() into adv7533_dsi_config_timing_gen() Biju Das (Wed May 28 2025 - 03:11:29 EST)
- Re: [PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking JiaJie Ho (Wed May 28 2025 - 03:11:46 EST)
- Re: [PATCH 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode Yi Liu (Wed May 28 2025 - 03:12:29 EST)
- Re: [PATCH] i2c: imx: fix emulated smbus block read Stefan Eichenberger (Wed May 28 2025 - 03:14:09 EST)
- Re: [PATCH 2/2] arm64: dts: renesas: r8a779g3: Describe split PCIe clock on V4H Sparrow Hawk Geert Uytterhoeven (Wed May 28 2025 - 03:14:46 EST)
- Re: [PATCH 1/6] pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46 Lorenzo Bianconi (Wed May 28 2025 - 03:16:17 EST)
- Re: [PATCH 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too Gerd Hoffmann (Wed May 28 2025 - 03:17:10 EST)
- Re: [PATCH v10 0/5] Add Loongson Security Engine chip driver Huacai Chen (Wed May 28 2025 - 03:17:35 EST)
- Re: linux-next: build failure after merge of the drm-misc tree Damon Ding (Wed May 28 2025 - 03:17:49 EST)
- Re: [PATCH] iio: trigger: Avoid data race Gyeyoung Baek (Wed May 28 2025 - 03:17:58 EST)
- Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries" Alistair Popple (Wed May 28 2025 - 03:18:33 EST)
- Re: [PATCH 2/2] vfio: Prevent open_count decrement to negative Yi Liu (Wed May 28 2025 - 03:18:50 EST)
- Re: [PATCH 18/18] mm, netmem: remove the page pool members in struct page Pavel Begunkov (Wed May 28 2025 - 03:20:11 EST)
- [PATCH] f2fs: fix to do sanity check on section ckpt_valid_blocks correctly Chao Yu (Wed May 28 2025 - 03:21:00 EST)
- Re: [PATCH v2 0/3] virtio: Fixes for TX ring sizing and resize error reporting Michael S. Tsirkin (Wed May 28 2025 - 03:21:23 EST)
- Re: [PATCH 08/10] phy: exynos: Add PCIe PHY support for FSD SoC Krzysztof Kozlowski (Wed May 28 2025 - 03:21:46 EST)
- Re: [PATCH net-next v4 0/3] dpll: add all inputs phase offset monitor Paolo Abeni (Wed May 28 2025 - 03:22:09 EST)
- Re: [PATCH net-next v4 1/3] dpll: add reference-sync netlink attribute Paolo Abeni (Wed May 28 2025 - 03:25:02 EST)
- Re: [PATCH 09/10] PCI: exynos: Add support for Tesla FSD SoC Krzysztof Kozlowski (Wed May 28 2025 - 03:25:51 EST)
- Re: [PATCH] smb/client: use sock_create_kern() in generic_ip_connect() David Laight (Wed May 28 2025 - 03:26:29 EST)
- Re: [PATCH v6 4/4] net: can: rockchip: support dma for rk3576 rx zhangqing (Wed May 28 2025 - 03:26:58 EST)
- Re: [f2fs-dev] [PATCH v3] mkfs.f2fs: ensure zone size is a multiple of segment size Chao Yu (Wed May 28 2025 - 03:27:05 EST)
- Re: [Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17 Xin Li (Wed May 28 2025 - 03:27:30 EST)
- [GIT PULL] virtio, vhost: features, fixes Michael S. Tsirkin (Wed May 28 2025 - 03:27:52 EST)
- Re: [PATCH v2 4/5] dt-bindings: thermal: Document Airoha AN7583 support Krzysztof Kozlowski (Wed May 28 2025 - 03:28:27 EST)
- Re: [syzbot] [f2fs?] KASAN: slab-out-of-bounds Read in build_sit_entries Chao Yu (Wed May 28 2025 - 03:28:53 EST)
- Re: [PATCH 4/5] dt-bindings: clock: airoha: Document support for AN7583 clock Krzysztof Kozlowski (Wed May 28 2025 - 03:30:52 EST)
- [PATCH RESEND] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/G3E SoC Tommaso Merciai (Wed May 28 2025 - 03:31:19 EST)
- Re: [PATCH v6] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order Vlastimil Babka (Wed May 28 2025 - 03:31:30 EST)
- Re: [PATCH 3/5] dt-bindings: reset: add binding for Airoha AN7583 SoC reset Krzysztof Kozlowski (Wed May 28 2025 - 03:31:50 EST)
- Re: [PATCH net-next v12 00/13] Add support for PSE budget evaluation strategy Paolo Abeni (Wed May 28 2025 - 03:32:29 EST)
- Re: [PATCH v2 3/3] spi: spi_amd: Update Kconfig dependencies Geert Uytterhoeven (Wed May 28 2025 - 03:32:37 EST)
- Re: [PATCH v2 03/18] drm/tidss: Adjust the pclk based on the HW capabilities Devarsh Thakkar (Wed May 28 2025 - 03:33:36 EST)
- Re: [PATCH v3 1/2] arm64: dts: amlogic: Update USB hub power and reset properties Anand Moon (Wed May 28 2025 - 03:33:48 EST)
- Re: [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool Toke Høiland-Jørgensen (Wed May 28 2025 - 03:34:17 EST)
- Re: [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp() Toke Høiland-Jørgensen (Wed May 28 2025 - 03:35:25 EST)
- Re: [PATCH v4] usb: dwc3: Abort suspend on soft disconnect failure Kuen-Han Tsai (Wed May 28 2025 - 03:35:54 EST)
- Re: [PATCH net-next v6 06/14] net: phy: Introduce generic SFP handling for PHY drivers Romain Gantois (Wed May 28 2025 - 03:36:14 EST)
- [PATCH] sched/fair: allow imbalance between LLCs under NUMA Jianyong Wu (Wed May 28 2025 - 03:36:31 EST)
3429 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
Mail converted by MHonArc