The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-19 16:07:36 to 2026-06-19 20:44:28 UTC [more...]

[PATCH] mm: page_ext: validate section in for_each_page_ext iterator
 2026-06-19 20:44 UTC  (8+ messages)

[PATCH v2] kunit: cfi: Add test for kCFI indirect-call type checks
 2026-06-19 20:42 UTC  (3+ messages)

[PATCH v6 0/6] nfsd/sunrpc: convert nfsstat server-side interfaces to use netlink
 2026-06-19 20:41 UTC  (5+ messages)
` [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler
` [PATCH v6 5/6] nfsd: count NFSv4 callback operations per netns

[PATCH v2 0/3] Add Qualcomm SPEL powercap driver
 2026-06-19 20:39 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: power: limits: Describe Qualcomm SPEL hardware
` [PATCH v2 2/3] powercap: qcom: Add SPEL powercap driver
` [PATCH v2 3/3] arm64: dts: qcom: glymur: Enable "

[PATCH v17 00/17] Add Renesas RZ/G3L SD/eMMC support
 2026-06-19 20:38 UTC  (5+ messages)
` [PATCH v17 06/17] mmc: renesas_sdhi: Introduce renesas_sdhi_hw_info to abstract clock mask

[PATCH net v3 0/3] Avoid calling WARN_ON() on allocation failure in cfg802154_switch_netns()
 2026-06-19 20:29 UTC  (2+ messages)

[PATCH] ieee802154: ca8210: fix cas_ctl leak on spi_async failure
 2026-06-19 20:29 UTC  (2+ messages)

[PATCH wpan v3] ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
 2026-06-19 20:37 UTC  (2+ messages)

[PATCH v2 6.1.y 0/3] KVM: nVMX: backport virtual-APIC host NULL-deref fix
 2026-06-19 20:31 UTC  (4+ messages)
` [PATCH v2 6.1.y 1/3] KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
` [PATCH v2 6.1.y 2/3] KVM: nVMX: Check for pending posted interrupts when looking for nested events
` [PATCH v2 6.1.y 3/3] KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()

[PATCH rdma-next v8] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-06-19 20:30 UTC 

[GIT PULL] tracing: Updates for 7.2
 2026-06-19 20:28 UTC  (11+ messages)

[PATCH] x86/boot: Reject truncated acpi_rsdp= values
 2026-06-19 20:24 UTC  (11+ messages)

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-19 20:22 UTC  (4+ messages)
` [PATCH v3 09/12] fs/resctrl: Reset kernel-mode binding when its rdtgroup goes away

[RFC] Enabling CONFIG_NTP_PPS for NOHZ by adding ntp_error to system_time_snapshot
 2026-06-19 20:21 UTC  (4+ messages)

[PATCH v1 00/13] iio: Use named initializers for device_id structures
 2026-06-19 20:19 UTC  (3+ messages)
` [PATCH v1 11/13] iio: Initialize spi_device_id arrays using member names

[PATCH] staging: rtl8723bs: fix coding style issues in rtl8723b_cmd.c
 2026-06-19 20:16 UTC  (4+ messages)
` [PATCH v2 1/3] staging: rtl8723bs: add spaces around operators "
  ` [PATCH v2 2/3] staging: rtl8723bs: remove unnecessary parentheses "
  ` [PATCH v2 3/3] staging: rtl8723bs: remove extra blank lines "

[PATCH bpf-next 0/2] bpf: Require CAP_BPF for pseudo-BTF ksym loads
 2026-06-19 20:05 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "

[PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects
 2026-06-19 19:57 UTC  (2+ messages)
` [PATCH 2/2] selftests/bpf: validate rx_queue_index in xdp_metadata

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-19 19:56 UTC  (12+ messages)

[PATCH v3] sched/mmcid: fix OOB clear_bit when CID is MM_CID_UNSET in fixup path
 2026-06-19 19:50 UTC  (3+ messages)
` [tip: core/urgent] sched/mmcid: Fix "

[PATCH] usbcore: Add quirk for 255-bytes initial config read
 2026-06-19 19:46 UTC  (2+ messages)

[PATCH net] ipv6: ioam: fix type confusion of dst_entry
 2026-06-19 19:42 UTC  (2+ messages)

[PATCH rdma-next v3] RDMA/mana_ib: Clamp adapter capabilities at the ib_device_attr boundary
 2026-06-19 19:41 UTC  (3+ messages)

[PATCH] iommu/io-pgtable-arm: Add support for contiguous hint bit
 2026-06-19 19:40 UTC  (2+ messages)

[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-19 19:33 UTC  (14+ messages)
` [RFC PATCH 01/13] mm/damon: introduce damon_nr_accesses_mvsum()
` [RFC PATCH 02/13] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH 03/13] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [RFC PATCH 04/13] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [RFC PATCH 05/13] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [RFC PATCH 06/13] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [RFC PATCH 07/13] mm/damon/core: remove damon_verify_reset_aggregated()
` [RFC PATCH 08/13] mm/damon/core: remove damon_verify_merge_regions_of()
` [RFC PATCH 09/13] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH 10/13] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [RFC PATCH 11/13] mm/damon/core: remove nr_accesses_bp setups and updates
` [RFC PATCH 12/13] mm/damon/core: remove damon_moving_sum() and its unit test
` [RFC PATCH 13/13] mm/damon: remove damon_region->nr_accesses_bp

[PATCH mm-hotfixses] Revert "mm: limit filemap_fault readahead to VMA boundaries"
 2026-06-19 19:33 UTC  (11+ messages)

[PATCH rdma-next v7] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-06-19 19:32 UTC  (3+ messages)

[PATCH] rseq: fix using an uninitialized stack variable in rseq_exit_user_update
 2026-06-19 19:32 UTC  (5+ messages)
` [PATCH v2] "

[PATCH bpf-next 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-19 19:30 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH v3 0/3] i3c: Improve CCC reliability for DesignWare master
 2026-06-19 19:28 UTC  (7+ messages)
` [PATCH v3 1/3] i3c: master: dw: Report actual GET CCC payload length on success
` [PATCH v3 2/3] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v3 3/3] i3c: master: Validate GET CCC payload length and retry M0/M2 once

[PATCH RFC 0/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
 2026-06-19 19:27 UTC  (5+ messages)
` [PATCH RFC 1/3] cpu/hotplug: Introduce CONFIG_PARALLEL_SMT_PRIMARY_FIRST

[GIT PULL] Landlock update for v7.2-rc1
 2026-06-19 19:25 UTC  (2+ messages)

[GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1
 2026-06-19 19:24 UTC  (2+ messages)

[GIT PULL] integrity: subsystem fixes for v7.2
 2026-06-19 19:24 UTC  (2+ messages)

[PATCH v1] cpufreq: intel_pstate: Skip HWP_CAP reads in Broadwell mode
 2026-06-19 19:24 UTC 

[PATCH 00/11] ARM: NXP: Drop NOMMU platform support
 2026-06-19 19:17 UTC  (3+ messages)

[RFC PATCH] mm: Avoiding split large folios if swap has no space
 2026-06-19 19:17 UTC  (2+ messages)

[PATCH 1/2] staging: rtl8723bs: rename ChannelNum to channel_num
 2026-06-16  0:01 UTC  (2+ messages)
` [PATCH 2/2] staging: rtl8723bs: rename ScanType to scan_type

[PATCH] hrtimer: Fix missing debug object calls in in-place update path
 2026-06-19 19:12 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unnecessary braces in hal_intf.c
 2026-06-19 19:10 UTC 

[PATCH 0/4] i3c: mipi-i3c-hci: Add support for ASMT I3C controller
 2026-06-19 19:06 UTC  (2+ messages)

[PATCH] ACPI: IPMI: Fix inverted interface check in ipmi_bmc_gone()
 2026-06-19 18:59 UTC  (2+ messages)

[PATCH v1] irqchip/gic-v3-its: Fix OF node reference leak
 2026-06-19 18:58 UTC 

[RELEASE] LTTng-modules 2.14.6 and 2.15.2 (Linux kernel tracer)
 2026-06-19 18:56 UTC 

[PATCH v3 3/3] iova: defer maple tree erase on GFP_ATOMIC failure
 2026-06-19 18:54 UTC  (12+ messages)

[PATCH] sched_ext: Remove deprecated scx_bpf_cpu_rq()
 2026-06-19 18:53 UTC  (2+ messages)

[PATCH v2 1/2] binder: fix UAF in binder_thread_release()
 2026-06-19 18:52 UTC  (2+ messages)
` [PATCH v2 2/2] binder: fix UAF in binder_free_transaction()

[PATCH] binder: fix UAF in binder_thread_release()
 2026-06-19 18:46 UTC  (3+ messages)

[PATCH 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-06-19 18:45 UTC  (14+ messages)
` [PATCH 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH 2/8] riscv: Detect the Ssqosid extension
` [PATCH 3/8] riscv: Add support for srmcfg CSR from "
` [PATCH 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH 7/8] dt-bindings: riscv: Add generic CBQRI controller binding
` [PATCH 8/8] riscv_cbqri: Add CBQRI cache capacity-allocation platform driver

[PATCH] tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()
 2026-06-19 18:44 UTC 

[PATCH v1] bus: mhi: ep: Fix device refcount leak on create failure
 2026-06-19 18:39 UTC  (2+ messages)

[PATCH v1] rtc: m41t80: clean up watchdog on probe failure
 2026-06-19 18:39 UTC  (2+ messages)

[PATCH v1] ARM: highbank: Fix OF node refcount leaks
 2026-06-19 18:38 UTC  (2+ messages)

[RFC v2 PATCH] reserve_mem: add support for static memory
 2026-06-19 18:35 UTC  (2+ messages)

[PATCH] misc: vmw_zerocopy: Add VMware zero-copy buffer sharing driver
 2026-06-19 18:27 UTC  (2+ messages)

[PATCH v1 1/1] ACPI: resource: Amend kernel-doc style
 2026-06-19 18:23 UTC  (2+ messages)

[PATCH] ACPI: sysfs: Fix path of module parameters in comments
 2026-06-19 18:20 UTC  (2+ messages)

[GIT PULL] MM updates for 7.2-rc1 (v2)
 2026-06-19 18:14 UTC  (2+ messages)

[PATCH v3 0/6] thermal: intel: Add support for Directed Package Thermal Interrupt
 2026-06-19 18:10 UTC  (3+ messages)
` [PATCH v3 1/6] thermal: intel: Fix dangling resources on thermal_throttle_online() failure

[PATCH] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
 2026-06-19 18:08 UTC  (7+ messages)

[BUG] Get Kernel OOPS when detaching the stylus from laptop
 2026-06-19 18:07 UTC 

[PATCH] hung_task: Add per-round stack trace deduplication
 2026-06-19 18:00 UTC  (3+ messages)

[PATCH] net: add sock_open() for unified socket creation
 2026-06-19 17:54 UTC  (5+ messages)

[PATCHv2 ath-next] wifi: ath9k: mark static arrays as const
 2026-06-19 17:52 UTC 

[PATCH RFC v2 0/4] Add support for DisplayPort link training information report
 2026-06-19 17:49 UTC  (2+ messages)

[PATCH] mtd: rawnand: ndfc: add CONFIG_OF dependency
 2026-06-19 17:47 UTC  (2+ messages)

[PATCH v6 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-06-19 17:46 UTC  (8+ messages)
` [PATCH v6 07/10] ACPI: APEI: introduce GHES helper

[PATCH v2 0/6] cpufreq: intel_pstate: Set cpuinfo_min_freq to a lower value with HWP enabled plus cleanups
 2026-06-19 17:45 UTC  (7+ messages)
` [PATCH v2 1/6] cpufreq: intel_pstate: Fix setting minimum P-state at init time
` [PATCH v2 2/6] cpufreq: intel_pstate: Introduce intel_pstate_update_freq_limits()
` [PATCH v2 3/6] cpufreq: intel_pstate: Set initial scaling_min_freq value
` [PATCH v2 4/6] cpufreq: intel_pstate: Consolidate frequency values computation
` [PATCH v2 5/6] cpufreq: intel_pstate: Consolidate HWP P-states initialization
` [PATCH v2 6/6] cpufreq: intel_pstate: Move two functions closer to callers

[PATCH v4 00/16] spi: cadence-quadspi: add PHY tuning support
 2026-06-19 17:33 UTC  (3+ messages)
` [PATCH v4 08/16] "

[PATCH v3] coredump: exit_files() in coredump_wait() if MMF_DUMP_MAPPED_SHARED is not set
 2026-06-19 17:33 UTC  (3+ messages)

[PATCH RESEND] mux: gpio-mux: add support for 4:1 2-channels mux
 2026-06-19 17:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] ASoC: soc-core: Create device_link to ensure correct suspend order
 2026-06-19 17:19 UTC  (10+ messages)

[PATCH v3 0/2] regulator: Rework i2c_device_id initialisation
 2026-06-19 17:17 UTC  (3+ messages)
` [PATCH v3 1/2] regulator: Drop unused i2c driver data
` [PATCH v3 2/2] regulator: Use named initializers for arrays of i2c_device_data

[PATCH v2 1/2] RDMA/erdma: initialize ret for empty receive WR lists
 2026-06-19 17:09 UTC  (3+ messages)
` [PATCH v2 2/2] RDMA/mana_ib: initialize err for empty send "
  ` [EXTERNAL] "

[PATCH v3 00/78] drm/bridge: Convert all reset users to create_state
 2026-06-19 17:08 UTC  (3+ messages)

[PATCH v2 0/2] Add support for StarFive JHB100 SPI
 2026-06-19 14:34 UTC 

[PATCH net-next v5 0/4] dpll: add NCO pin type and zl3073x support
 2026-06-19 17:07 UTC  (14+ messages)
` [PATCH net-next v5 1/4] dpll: add DPLL_PIN_TYPE_INT_NCO pin type

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-19 17:07 UTC  (9+ messages)

[PATCH] spi: rpc-if: Use correct device for hardware reinitialization on resume
 2026-06-18 18:21 UTC  (2+ messages)

[PATCH] Revert "ASoC: audio-graph-card2: recommend to use auto select DAI format"
 2026-06-18 12:51 UTC  (2+ messages)

[PATCH 0/2] regulator code improvements
 2026-06-18 19:15 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-06-19 17:02 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating

[PATCH v2] mfd: mt6397-irq: Fix PM notifier and IRQ domain teardown
 2026-06-19 16:56 UTC 

[PATCH 0/6] clk: renesas: rzg2l: Add RZ/G3L MIPI DSI, LCDC and LVDS clock support
 2026-06-19 16:53 UTC  (8+ messages)
` [PATCH 1/6] clk: renesas: rzg2l: Add DSI divider clock support for RZ/G3L
` [PATCH 2/6] clk: renesas: rzg2l: Add PLL7 DSI "
` [PATCH 3/6] clk: renesas: rzg2l: Add support for divider flags
` [PATCH 4/6] clk: renesas: rzg2l: Add support for RZ/G3L DSI mux
` [PATCH 5/6] clk: renesas: r9a08g046-cpg: Add MIPI DSI and LCDC clock/reset entries
` [PATCH 6/6] clk: renesas: r9a08g046: Add clock and reset entries for LVDS

[PATCH v3] drm/bridge: imx93-mipi-dsi: Fix mode validation
 2026-06-19 16:49 UTC  (2+ messages)

[PATCH v2 0/2] Add vm_bind param check to ensure no overlap with kbo AS carveout
 2026-06-19 16:47 UTC  (4+ messages)
` [PATCH v2 1/2] drm/panthor: Add vm_bind region with kbo range overlap check

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-06-19 16:45 UTC  (3+ messages)

[PATCH RFC 0/3] dt-bindings: iio: adc: Add reference, excitation and burn-out properties
 2026-06-19 16:46 UTC  (14+ messages)
` [PATCH RFC 1/3] dt-bindings: iio: adc: Add reference-source property
` [PATCH RFC 2/3] dt-bindings: iio: adc: Add excitation current sources properties
` [PATCH RFC 3/3] dt-bindings: iio: adc: Add burn-out current properties

[PATCH v2 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-19 16:41 UTC  (4+ messages)
` [PATCH v2 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[PATCH] arm64: mm: Defer read-only remap of data/bss linear alias
 2026-06-19 16:39 UTC 

[PATCH] remoteproc: xlnx: refactor start & stop ops
 2026-06-19 16:38 UTC 

[PATCH 1/2] cpu: hotplug: preserve per instance callback errors
 2026-06-19 16:37 UTC  (2+ messages)
` [PATCH 2/2] cpu: hotplug: bound hotplug states sysfs output

[PATCH v2] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
 2026-06-19 16:36 UTC  (2+ messages)

[PATCH] arm64: static_call: include asm/insns.h
 2026-06-19 16:36 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 7.2
 2026-06-19 16:35 UTC  (2+ messages)

[PATCH 1/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-06-19 16:33 UTC  (2+ messages)

[PATCH] erofs: complete fscache pseudo-bio once when a read is split
 2026-06-19 16:32 UTC  (4+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-06-19 16:32 UTC  (4+ messages)
` [PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)

[PATCH v1 1/1] i2c: microchip-corei2c: Use generic definitions for bus frequencies
 2026-06-19 16:29 UTC  (2+ messages)

[PATCH 0/3] docs/zh_CN: update translation of doc-guide/sphinx.rst
 2026-06-19 16:28 UTC  (6+ messages)
` [PATCH 2/3] docs/zh_CN: add process/changes.rst translation

[PATCH] wifi: cfg80211: cancel sched scan results work on unregister
 2026-06-19 16:25 UTC 

[PATCH] wifi: nl80211: serialize socket owner release with netdev teardown
 2026-06-19 16:25 UTC 

[PATCH v6 00/19] drm/atomic: Rework initial state allocation
 2026-06-19 16:24 UTC  (3+ messages)
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback

[PATCH] wifi: mac80211_hwsim: remove radios from rhashtable before freeing
 2026-06-19 16:24 UTC 

[PATCH 2/3] spi: bcm63xx-hsspi: return error from failed controller suspend
 2026-06-19 16:24 UTC  (4+ messages)
` [PATCH 3/3] spi: bcm-qspi: "

[PATCH] leds: pwm: Annotate leds[] with __counted_by()
 2026-06-19 16:21 UTC 

[PATCH 0/2] timers/workqueue: Add support for active CPU
 2026-06-19 16:20 UTC  (5+ messages)
` [PATCH 1/2] timer: add add_timer_active_cpu()
    ` [External] : "

[PATCH v3 00/12] New features for the AD5686 IIO driver
 2026-06-19 16:17 UTC  (4+ messages)
` [PATCH v3 12/12] iio: dac: ad5686: add gain control support

[PATCH] kprobes: Replace __ASSEMBLY__ with __ASSEMBLER__ in header file
 2026-06-19 16:14 UTC 

[PATCH] pwm: mc33xs2410: Initialize spi_device_id arrays using member names
 2026-06-19 16:14 UTC 

[PATCH 1/2] arm64: dts: qcom: sm8250-xiaomi-elish: Add pm8008 PMIC
 2026-06-19 16:07 UTC 

[PATCH 2/2] arm64: dts: qcom: sm8250-xiaomi-elish: add ov8856 front camera
 2026-06-19 16:07 UTC 

[BUG] io_uring: possible CQE32 overflow flush inconsistency in __io_cqring_overflow_flush()
 2026-06-19 16:07 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