public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-02 02:27:15 to 2025-10-02 08:13:51 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:12 UTC  (25+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen

[linus:master] [xfs] c91d38b57f: stress-ng.chown.ops_per_sec 70.2% improvement
 2025-10-02  8:11 UTC 

[GIT PULL] Crypto Update for 6.17
 2025-10-02  8:10 UTC  (2+ messages)

[PATCH v8 0/7] TDX host: kexec/kdump support
 2025-10-02  8:10 UTC  (10+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[syzbot] [erofs?] WARNING in dax_iomap_rw
 2025-10-02  8:07 UTC  (2+ messages)

[PATCH v2 12/27] media: v4l2-subdev: Introduce v4l2 subdev context
 2025-10-02  8:06 UTC  (5+ messages)

[syzbot] [fs?] WARNING in copy_mnt_ns
 2025-10-02  8:06 UTC  (2+ messages)

[tip:master] BUILD SUCCESS 51b8b3763ca9a26bad1ac1f6c90ed043c4865a50
 2025-10-02  8:03 UTC 

[PATCH v3 0/2] mm, ksm: fix flag-dropping behavior
 2025-10-02  8:03 UTC  (4+ messages)
` [PATCH v3 2/2] mm: redefine VM_* flag constants with BIT()

[PATCH] tools headers: Sync x86 cpufeatures and arm64 cputype headers
 2025-10-02  8:02 UTC  (2+ messages)

[PATCH v6 0/9] Add support MT6316/6363/MT6373 PMICs regulators and MFD
 2025-10-02  8:01 UTC  (7+ messages)
` [PATCH v6 1/9] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
` [PATCH v6 5/9] dt-bindings: regulator: Document MediaTek MT6373 "

[PATCH RFC 0/5] Introduce support for post-blend color pipeline
 2025-10-02  8:00 UTC  (9+ messages)
` [PATCH RFC 1/5] drm: Support post-blend color pipeline API

[PATCH] ufs: core: Initialize a variable mode for PA_PWRMODE
 2025-10-02  8:00 UTC  (2+ messages)

[PATCH v1 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
 2025-10-02  7:59 UTC  (5+ messages)
` [PATCH v1 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
` [PATCH v1 2/2] scsi: ufs: core: Reduce the sleep before vcc can be powered on

[PATCH v2] mfd: da9052-spi: change read-mask to write-mask
 2025-10-02  7:56 UTC  (5+ messages)

[PATCH v4] mm: redefine VM_* flag constants with BIT()
 2025-10-02  7:54 UTC  (2+ messages)

[PATCH v12 0/9] TEE subsystem for protected dma-buf allocations
 2025-10-02  7:54 UTC  (5+ messages)
` [PATCH v12 2/9] dma-buf: dma-heap: export declared functions
` [PATCH v12 3/9] tee: implement protected DMA-heap

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-02  7:49 UTC  (8+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCH] s390/sysinfo: Replace sprintf with snprintf for buffer safety
 2025-10-02  7:48 UTC  (2+ messages)

[Discuss] First steps for ASI (ASI is fast again)
 2025-10-02  7:45 UTC  (2+ messages)

[PATCH v12 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-10-02  7:40 UTC  (4+ messages)
` [PATCH v12 10/25] CXL/AER: Update PCI class code check to use FIELD_GET()

[PATCH v6 00/13] spi: airoha: driver fixes & improvements
 2025-10-02  7:44 UTC  (3+ messages)
` [PATCH v6 13/13] spi: airoha: buffer must be 0xff-ed before writing

[syzbot] [fbdev?] KASAN: vmalloc-out-of-bounds Write in imageblit (5)
 2025-10-02  7:43 UTC 

[PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core
 2025-10-02  7:41 UTC  (3+ messages)

[PATCH mm-new 0/2] mm/khugepaged: refactor and merge PTE scanning logic
 2025-10-02  7:32 UTC  (3+ messages)
` [PATCH mm-new 1/2] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new 2/2] mm/khugepaged: merge PTE scanning logic into a new helper

[PATCH 00/21] mm: ASI direct map management
 2025-10-02  7:34 UTC  (3+ messages)

[PATCH v2 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-10-02  7:28 UTC  (4+ messages)
` [PATCH v2 3/4] gpio: imx-rpmsg: add imx-rpmsg GPIO driver

[PATCH v4 1/2] ASoC: tas2781: Support more newly-released amplifiers tas58xx in the driver
 2025-10-02  7:29 UTC  (2+ messages)
` [PATCH v4 2/2] ASoC: tas2781: Update ti,tas2781.yaml for adding tas58xx

[PATCH v3 2/2] mm: redefine VM_* flag constants with BIT()
 2025-10-02  7:29 UTC  (2+ messages)

[PATCH RESENT v4 0/6] features provisioning fixes and mlx5_vdpa support
 2025-10-02  7:27 UTC  (5+ messages)
` [PATCH RESENT v4 4/6] vdpa: validate device feature provisioning against supported class

[PATCH 0/3] sched_ext: lockless peek operation for DSQs
 2025-10-02  7:27 UTC  (6+ messages)
` [PATCH 1/3] sched_ext: Add "
` [PATCH 2/3] sched_ext: optimize first_task update logic
` [PATCH 3/3] sched_ext: Add a selftest for scx_bpf_dsq_peek

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: do not reference whole usb-switch.yaml
 2025-10-02  7:26 UTC  (5+ messages)

[syzbot] [mm?] WARNING in memory_failure
 2025-10-02  7:25 UTC  (7+ messages)

[syzbot] [fbdev?] KASAN: vmalloc-out-of-bounds Write in imageblit (5)
 2025-10-02  7:22 UTC  (2+ messages)
` Forwarded: "

[PATCH] drm/ssd130x: Use kmalloc_array to prevent overflow of dynamic size calculation
 2025-10-02  7:18 UTC  (3+ messages)

[PATCH 6.12 00/89] 6.12.50-rc1 review
 2025-10-02  7:15 UTC  (4+ messages)

[PATCH v3] pinctrl: renesas: rzg2l: Drop the unnecessary pin configurations
 2025-10-02  7:15 UTC  (3+ messages)

[PATCH v4 00/10] Introduce Glymur USB support
 2025-10-02  7:14 UTC  (4+ messages)
` [PATCH v4 07/10] phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settings

[PATCH v2 0/5] Add support for the LTM8054 voltage regulator
 2025-10-02  7:11 UTC  (7+ messages)
` [PATCH v2 1/5] regulator: dt-bindings: Add Linear Technology LTM8054 regulator

[Patch v7 02/12] perf/x86/intel: Fix NULL event access and potential PEBS record loss
 2025-10-02  7:09 UTC  (6+ messages)

[PATCH v12 1/3] dt-bindings: iio: adc: add max14001
 2025-10-02  7:05 UTC  (4+ messages)
` [PATCH v12 2/3] iio: adc: max14001: New driver

[PATCH] fbdev: udlfb: make CONFIG_FB_DEVICE optional
 2025-10-02  6:52 UTC  (6+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02  6:49 UTC 

[PATCH 00/11] Linux RISC-V trace framework and drivers
 2025-10-02  6:44 UTC  (15+ messages)
` [PATCH 01/11] dt-bindings: Add RISC-V trace component bindings
` [PATCH 02/11] rvtrace: Initial implementation of driver framework
` [PATCH 03/11] rvtrace: Add functions to create/destroy a trace component path
` [PATCH 04/11] rvtrace: Add functions to start/stop tracing on a "
` [PATCH 05/11] rvtrace: Add trace encoder driver
` [PATCH 06/11] rvtrace: Add function to copy into perf AUX buffer
` [PATCH 07/11] rvtrace: Add trace ramsink driver
` [PATCH 08/11] rvtrace: Add perf driver for tracing using perf tool
` [PATCH 09/11] perf tools: Add RISC-V trace PMU record capabilities
` [PATCH 10/11] perf tools: Initial support for RISC-V trace decoder
` [PATCH 11/11] MAINTAINERS: Add entry for RISC-V trace framework and drivers

[PATCH v4 0/6] Add support for the Axis ARTPEC-8 SoC
 2025-10-02  6:39 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: gpu: mali-valhall: make mali-supply optional
 2025-10-02  6:38 UTC  (5+ messages)
` [PATCH v2 2/2] drm/panthor: skip regulator setup if no such prop

[PATCH v2] drm/vblank: downgrade vblank wait timeout from WARN to debug
 2025-10-02  6:34 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02  6:28 UTC  (4+ messages)
` Forwarded: [PATCH] ext4: fix use-after-free in ext4_search_dir via corrupted inline xattr
` Forwarded: [PATCH] ext4: reject system.data xattr with external inode storage

[GIT PULL 0/5] soc: updates for 6.18
 2025-10-02  6:26 UTC  (4+ messages)
` [GIT PULL 2/5] soc: dt changes "

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02  6:26 UTC 

[PATCH v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-10-02  6:20 UTC  (13+ messages)
` [PATCH v3 20/22] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
` [PATCH v3 22/22] staging: media: tegra-video: add CSI support for Tegra20 and Tegra30
` [PATCH v3 15/22] staging: media: tegra-video: tegra20: simplify format align calculations

[PATCH v3 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2025-10-02  6:12 UTC  (12+ messages)
` [PATCH v3 04/11] arm64: dts: qcom: sdm845-lg-common: Add leds
` [PATCH v3 07/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node
` [PATCH v3 10/11] arm64: dts: qcom: sdm845-lg-judyln: Add lab/ibb

[PATCH] [v2] clk: fix slab-use-after-free when clk_core_populate_parent_map failed
 2025-10-02  6:12 UTC 

[PATCH v2 06/10] PCI/LUO: Save and restore driver name
 2025-10-02  6:09 UTC  (11+ messages)

[PATCH v1 1/2] spi: dt-bindings: cadence: add soc-specific compatible strings for zynqmp and versal-net
 2025-10-02  6:06 UTC  (4+ messages)
` [PATCH v1 2/2] arm64: dts: xilinx: add soc-specific spi compatibles for zynqmp/versal-net

Aquantia PHY in OCSGMII mode?
 2025-10-02  5:54 UTC  (11+ messages)

[PATCH v6] media: pci: intel: ivsc: improve device reference counting in mei_ace driver
 2025-10-02  6:00 UTC 

[PATCH v2] gpio: gpio-grgpio: call request_irq after incrementing the reference count
 2025-10-02  5:57 UTC 

[PATCH v 0/2] Optimize the allocation of vector regset
 2025-10-02  5:59 UTC  (4+ messages)
` [PATCH v 2/2] selftests: riscv: Add test for the Vector ptrace interface

[PATCH] PCI: Check drivers_autoprobe for all added devices
 2025-10-02  5:55 UTC  (2+ messages)

[PATCH v6 00/11] drm: Add new pixel formats for Xilinx Zynqmp
 2025-10-02  5:52 UTC  (3+ messages)
` [PATCH v6 01/11] drm/fourcc: Add warning for bad bpp

[PATCH] cxl/hdm: allow zero sized committed decoders
 2025-10-02  5:48 UTC  (2+ messages)

[PATCH v1] gpio: gpio-grgpio: call request_irq after incrementing the reference count
 2025-10-02  5:41 UTC  (3+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02  5:30 UTC 

[PATCH v1] dts: arm64: freescale: move imx9*-clock.h imx9*-power.h into dt-bindings
 2025-10-02  5:27 UTC  (11+ messages)

[PATCH] scsi: qla1280.c: fix compiler warnings (DEBUG mode)
 2025-10-02  5:25 UTC 

[PATCH v2] serial: 8250_pcilib: Replace deprecated PCI functions
 2025-10-02  5:25 UTC  (4+ messages)

[linux-next:master] [tracing] e5a4cc28a0: BUG:spinlock_bad_magic_on_CPU
 2025-10-02  5:25 UTC  (2+ messages)

[PATCH 00/15] serial: sc16is7xx: register access fixes and improvements
 2025-10-02  5:24 UTC  (7+ messages)
` [PATCH 12/15] serial: sc16is7xx: add missing space between macro args (checkpatch)

[PATCH v2 0/2] media: i2c: add Sony IMX111 CMOS camera sensor driver
 2025-10-02  5:22 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: media: i2c: document Sony IMX111 CMOS sensor

[syzbot] [cgroups?] WARNING in cgroup_freeze
 2025-10-02  5:18 UTC 

[PATCH] kmsan: fix kmsan_handle_dma() to avoid false positives
 2025-10-02  5:10 UTC 

[PATCH v2 00/29] arm_mpam: Add basic mpam driver
 2025-10-02  5:06 UTC  (13+ messages)
` [PATCH v2 01/29] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH v2 02/29] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH v2 03/29] ACPI / PPTT: Find cache level by cache-id
` [PATCH v2 04/29] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH v2 05/29] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH v2 06/29] ACPI / MPAM: Parse the MPAM table

[PATCH] scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPU
 2025-10-02  5:05 UTC 

[PATCH V4 0/2] tty: serial: imx: improve the imx uart wakeup function
 2025-10-02  4:52 UTC  (3+ messages)
` [PATCH V4 1/2] tty: serial: imx: Only configure the wake register when device is set as wakeup source
` [PATCH V4 2/2] tty: serial: imx: Add missing wakeup event reporting

[PATCH v2 0/3] Add OP-TEE based RPMB driver for UFS devices
 2025-10-02  4:31 UTC  (4+ messages)
` [PATCH v2 2/3] scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()

[GIT PULL] kselftest next update for Linux 6.18-rc1
 2025-10-02  4:46 UTC  (2+ messages)

[GIT PULL] kunit next update for Linux 6.18-rc1
 2025-10-02  4:46 UTC  (2+ messages)

[GIT PULL] Kbuild updates for 6.18
 2025-10-02  4:45 UTC  (2+ messages)

[PATCH V3 0/2] tty: serial: imx: improve the imx uart wakeup function
 2025-10-02  4:32 UTC  (8+ messages)
` [PATCH V3 1/2] tty: serial: imx: Only configure the wake register when device is set as wakeup source
` [PATCH V3 2/2] tty: serial: imx: Add missing wakeup event reporting

[PATCH v1 1/3] kho: Adopt KHO radix tree data structures
 2025-10-02  4:29 UTC  (2+ messages)

[PATCH v3 0/2] Add Meta (Facebook) Yosemite5 BMC (AST2600)
 2025-10-02  4:23 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: aspeed: add Meta Yosemite5 board

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-10-02  4:17 UTC  (12+ messages)

[PATCH 0/5] Mix of dts fixes and improvements for qcm6490/sm7325 devices
 2025-10-02  4:03 UTC  (5+ messages)
` [PATCH 1/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Add supplies to simple-fb node
` [PATCH 3/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Use correct compatible for audiocc

[PATCH] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
 2025-10-02  3:34 UTC 

[PATCH v5 0/9] Introduce bitfield and move register macro to rust/kernel/
 2025-10-02  3:35 UTC  (6+ messages)
` [PATCH v5 6/9] rust: bitfield: Add KUNIT tests for bitfield

[PATCH] net: wwan: t7xx: add support for HP DRMR-H01
 2025-10-02  3:29 UTC  (2+ messages)

[PATCH v2 0/2] arm64: dts: qcom: Introduce Huawei MateBook E 2019
 2025-10-02  3:27 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: Add support for "

[PATCH 0/2] smb: client: transport: avoid reconnects triggered by pending task work
 2025-10-02  3:19 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH 0/2] Enable UFS ICE clock scaling
 2025-10-02  3:15 UTC  (3+ messages)
` [PATCH 2/2] ufs: host: scale ICE clock

[PATCH] soc: qcom: ice: Set ICE clk to turbo on probe
 2025-10-02  3:13 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: touchscreen: rename maxim,max11801.yaml to trivial-touch.yaml
 2025-10-02  3:07 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: touchscreen: move ar1021.txt "

[PATCH v3 phy 00/17] Lynx 28G improvements part 1
 2025-10-02  3:03 UTC  (4+ messages)
` [PATCH v3 phy 12/17] dt-bindings: phy: lynx-28g: add compatible strings per SerDes and instantiation

[RFC PATCH 0/2] rust: bounded integer types and use in register macro
 2025-10-02  3:03 UTC  (3+ messages)

[PATCH v5 0/7] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver
 2025-10-02  2:58 UTC  (4+ messages)
` [PATCH v5 3/7] dt-bindings: auxdisplay: add Titan Micro Electronics TM16xx

[PATCH v5 0/3] starqltechn: fix max77705 device irqs
 2025-10-02  2:55 UTC  (3+ messages)
` [PATCH v5 3/3] dt-bindings: max77705: add interrupt-controller property

[PATCH 0/5] power: reset: sc27xx: Add SC2730 and reboot support
 2025-10-02  2:53 UTC  (3+ messages)
` [PATCH 2/5] dt-bindings: mfd: sc2731: Reference sprd,sc2731-poweroff

[PATCH] init: Use kcalloc() instead of kzalloc()
 2025-10-02  2:36 UTC  (2+ messages)

[PATCH 0/8] VAES+AVX2 optimized implementation of AES-GCM
 2025-10-02  2:31 UTC  (9+ messages)
` [PATCH 1/8] crypto: x86/aes-gcm - add VAES+AVX2 optimized code
` [PATCH 2/8] crypto: x86/aes-gcm - remove VAES+AVX10/256 "
` [PATCH 3/8] crypto: x86/aes-gcm - rename avx10 and avx10_512 to avx512
` [PATCH 4/8] crypto: x86/aes-gcm - clean up AVX512 code to assume 512-bit vectors
` [PATCH 5/8] crypto: x86/aes-gcm - reorder AVX512 precompute and aad_update functions
` [PATCH 6/8] crypto: x86/aes-gcm - revise some comments in AVX512 code
` [PATCH 7/8] crypto: x86/aes-gcm - optimize AVX512 precomputation of H^2 from H^1
` [PATCH 8/8] crypto: x86/aes-gcm - optimize long AAD processing with AVX512

[PATCH v2 2/3] spi: axiado: Add driver for Axiado SPI DB controller
 2025-10-02  2:26 UTC  (2+ messages)


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