public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-02 05:56:01 to 2025-10-02 09:08:14 UTC [more...]

[PATCH v8 18/20] PCI/AER: Ratelimit correctable and non-fatal error logging
 2025-10-02  9:08 UTC  (3+ messages)

[PATCH v2 0/4] memory: tegra: Add MC error logging support for Tegra264 SoC
 2025-10-02  9:00 UTC  (5+ messages)
` [PATCH v2 1/4] memory: tegra: Group mc-err related registers
` [PATCH v2 2/4] memory: tegra: Group register and fields
` [PATCH v2 3/4] memory: tegra: Add support for multiple irqs
` [PATCH v2 4/4] memory: tegra: Add MC error logging support for Tegra264

[PATCH] slab: Fix using this_cpu_ptr() in preemptible context
 2025-10-02  9:00 UTC  (5+ messages)

[PATCH v7 0/9] Add support MT6316/6363/MT6373 PMICs regulators and MFD
 2025-10-02  9:00 UTC  (10+ messages)
` [PATCH v7 1/9] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
` [PATCH v7 2/9] regulator: Add support for MediaTek MT6316 SPMI "
` [PATCH v7 3/9] dt-bindings: regulator: Document MediaTek MT6363 "
` [PATCH v7 4/9] regulator: Add support for MediaTek MT6363 SPMI "
` [PATCH v7 5/9] dt-bindings: regulator: Document MediaTek MT6373 "
` [PATCH v7 6/9] regulator: Add support for MediaTek MT6373 SPMI "
` [PATCH v7 7/9] dt-bindings: iio: adc: mt6359: Allow reg for SPMI PMICs AuxADC
` [PATCH v7 8/9] dt-bindings: mfd: Add binding for MediaTek MT6363 series SPMI PMIC
` [PATCH v7 9/9] drivers: mfd: Add support for MediaTek SPMI PMICs and MT6363/73

[RFC PATCH v3 00/24] Hierarchical Constant Bandwidth Server
 2025-10-02  9:00 UTC  (2+ messages)

[PATCH 3/5] media: iris: Add support for AV1 format in iris decoder
 2025-10-02  8:57 UTC  (2+ messages)

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

[PATCH 0/2] arm64: dts: qcom: msm8996: fix issues with probing of USB hosts
 2025-10-02  8:53 UTC  (3+ messages)
` [PATCH 1/2] interconnect: qcom: msm8996: add missing link to SLAVE_USB_HS
` [PATCH 2/2] arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller

[PATCH] fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
 2025-10-02  8:52 UTC  (5+ messages)

[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2025-10-02  8:49 UTC  (5+ messages)
` [PATCH v2 01/20] rv: Refactor da_monitor to minimise macros
` [PATCH v2 02/20] rv: Cleanup da_monitor after refactor

[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
 2025-10-02  8:48 UTC 

[PATCH 00/26] media: Add support for multi-context operations
 2025-10-02  8:48 UTC  (4+ messages)
` [PATCH 06/26] media: v4l2-ioctl: Introduce VIDIOC_BIND_CONTEXT

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-10-02  8:46 UTC  (5+ messages)
` [PATCH v10 06/43] arm64: RME: Define the user ABI

[PATCH 0/7] ASoC/SOF/PCI/Intel: Support for Nova Lake S
 2025-10-02  8:42 UTC  (8+ messages)
` [PATCH 1/7] PCI: Add Intel Nova Lake S audio Device ID
` [PATCH 2/7] ALSA: hda/hdmi: intelhdmi: add HDMI codec ID for Intel NVL
` [PATCH 3/7] ASoC: Intel: soc-acpi: add NVL match tables
` [PATCH 4/7] ASoC: Intel: soc-acpi-intel-nvl-match: add rt722 l3 support
` [PATCH 5/7] ASoC: SOF: Intel: add initial support for NVL-S
` [PATCH 6/7] ALSA: hda: core: intel-dsp-config: Add "
` [PATCH 7/7] ALSA: hda: controllers: intel: add support for Nova Lake S

[PATCH v7 0/2] add VCP mailbox driver
 2025-10-02  8:41 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: mailbox: mediatek,mt8196-vcp-mbox: add mtk vcp-mbox document
` [PATCH v7 2/2] mailbox: mediatek: Add mtk-vcp-mailbox driver

[PATCH] tee: QCOMTEE should depend on ARCH_QCOM
 2025-10-02  8:41 UTC  (3+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:40 UTC  (51+ 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
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

Updated webpage: Methodist Philosophy (was Fair Pay Philosophy, Unification in Bitstream System, Low JItter)
 2025-10-02  8:40 UTC 

[PATCH] tracing: fprobe: Fix to init fprobe_ip_table earlier
 2025-10-02  8:39 UTC 

[PATCH] gpu/drm/nouveau/nvif: fix a null dereference in nvif_client_ctor()
 2025-10-02  8:33 UTC 

New September Order. 09536 Thursday, October 2, 2025 at 10:29:46 AM
 2025-10-02  8:29 UTC 

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

[PATCH 2/2] rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
 2025-10-02  8:23 UTC 

[PATCH 1/2] rv: Fully convert enabled_monitors to use list_head as iterator
 2025-10-02  8:22 UTC 

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

[PATCH v5 0/8] media: Introduce V4L2 generic ISP support
 2025-10-02  8:17 UTC  (2+ messages)

[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
 2025-10-02  8:16 UTC 

[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)

[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

[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  (5+ messages)
` [PATCH 1/3] sched_ext: Add "
` [PATCH 2/3] sched_ext: optimize first_task update logic

[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  (3+ 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] 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  (3+ messages)
` 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  (5+ messages)
` [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  (3+ messages)

[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)


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