mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v5 00/17] Remove PG_private by using page/folio->private checks instead
 2026-09-21  9:22 UTC  (5+ messages)
` [PATCH v5 09/17] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v5 10/17] mm/page-flags: check page/folio->private instead of PG_private

[PATCH v2] soc: qcom: geni-se: provide PROG_RAM_DEPTH for I2S HUB Serial Engines
 2026-09-21  9:22 UTC  (2+ messages)

[PATCH v2] leds: flash: sgm3140: fix child node reference leak
 2026-09-21  9:21 UTC 

[PATCH v4 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-21  9:20 UTC  (7+ messages)
` [PATCH v4 01/15] "
` [PATCH v4 02/15] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v4 03/15] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v4 04/15] mm/memory-failure: "
` [PATCH v4 05/15] cpu/hotplug: "
` [PATCH v4 06/15] freezer: convert thread iterator to for_each_thread_rculock

[PATCH v2 00/11] media: i2c: st-vd55g1: Genericize driver and add VD55G0 support
 2026-09-21  9:20 UTC  (2+ messages)

[PATCH 1/2] KVM: arm64: pvtime: Don't lose stolen time on failed updates
 2026-09-21  9:20 UTC 

[PATCH v6 00/14] crash: Fix several bugs
 2026-09-21  9:19 UTC  (27+ messages)
` [PATCH v6 01/14] kexec: Fix CMA segment address translation with non-zero text_offset
` [PATCH v6 02/14] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v6 03/14] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v6 04/14] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v6 05/14] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v6 06/14] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v6 07/14] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v6 08/14] LoongArch: kexec_file: Fix a modified_cmdline leak
` [PATCH v6 09/14] x86/crash: Fix massive out-of-bounds write on 32-bit Highmem
` [PATCH v6 10/14] crash: Extract crash_get_memory_ranges() helper
` [PATCH v6 11/14] crash: Factor out crash_find_elfcorehdr() helper
` [PATCH v6 12/14] crash: Normalize the kexec_load elfcorehdr at load time
` [PATCH v6 13/14] driver core: Add device_hotplug_lock_assert_held() helper
` [PATCH v6 14/14] crash: Fix TOCTOU race in crash memory range collection

[PATCH v3] seccomp: restore knotif->state when SECCOMP_ADDFD_FLAG_SEND is interrupted
 2026-09-21  9:19 UTC  (3+ messages)
` [PATCH v4] "

[PATCH RFC 0/4] regmap: convert map->lock/unlock users to a scoped guard
 2026-09-21  9:19 UTC  (3+ messages)
` [PATCH RFC 2/4] regcache: use the regmap scoped lock guard

[PATCH] ASoC: wm8903: Move the DRC QR threshold to the register that holds it
 2026-09-21  9:19 UTC  (2+ messages)

[PATCH 0/2] Enable fan monitoring support for Simatic IPC BX-59A
 2026-09-21  9:19 UTC  (4+ messages)
` [PATCH 1/2] i2c: i2c-nct6126: add support for NCT6126D Super I/O

[RFC PATCH 0/1] close(): stop exposing non-retryable EINTR
 2026-09-21  9:19 UTC  (6+ messages)

[PATCH v6] ntfs: mount hibernated volumes read-only regardless of errors=
 2026-09-21  9:19 UTC 

[PATCH net 2/2] net: ngbe: clear DRV_LOAD bit when ngbe_open() fails
 2026-09-21  9:18 UTC  (2+ messages)

[PATCH net 1/2] net: ngbe: propagate resume errors to the PM core
 2026-09-21  9:18 UTC  (2+ messages)

[PATCH RESEND v4 0/3] x86/apic: Add support for additional AMD EILVT registers
 2026-09-21  9:18 UTC  (4+ messages)
` [PATCH RESEND v4 1/3] perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10

[PATCH] wifi: rtw88: sdio: Fix unhandled RX request interrupt storm
 2026-09-21  9:17 UTC  (6+ messages)

[PATCH v4 0/3] misc: fastrpc: fix ADSP duplicate session creation
 2026-09-21  9:16 UTC  (3+ messages)
` [PATCH v4 1/3] misc: fastrpc: iterate CB nodes manually instead of of_platform_populate

[PATCH v6 0/4] gpio: mmio: report the line direction on chips without direction registers
 2026-09-21  9:16 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/11] s390: More this_cpu_*() changes
 2026-09-21  9:15 UTC  (13+ messages)
` [PATCH v3 01/11] s390/percpu: Fix comment typo
` [PATCH v3 02/11] s390/percpu: Add sanity check to GEN_MVIY macro
` [PATCH v3 03/11] s390/lowcore: Remove _AC() from LOWCORE_ALT_ADDRESS
` [PATCH v3 04/11] s390/percpu: Let MVIY_PERCPU() calculate alternative displacement
` [PATCH v3 05/11] s390/percpu/lowcore: Add and use LC_PERCPU lowcore offset defines
` [PATCH v3 06/11] s390/percpu: Rename inline assembly symbolic names
` [PATCH v3 07/11] s390/percpu: Use __PCPU_BEGIN() and __PCPU_END() for inline assemblies
` [PATCH v3 08/11] s390/percpu: Use percpu code section for this_cpu_cmpxchg128()
` [PATCH v3 09/11] s390/percpu: Use percpu code section for this_cpu_xchg()
` [PATCH v3 10/11] s390/percpu: Use percpu code section for this_cpu_cmpxchg()
` [PATCH v3 11/11] s390/percpu: Rework to simplify percpu_entry() and percpu_exit()

[PATCH 0/4] PCI: qcom: Align PHY init sequence with HPG
 2026-09-21  9:15 UTC  (5+ messages)
` [PATCH 1/4] PCI: qcom: Move PHY init and add PHY reset call to align "
` [PATCH 4/4] phy: qcom-qmp-pcie: Split phy_ops into init/exit/reset/power_on

[PATCH] i2c: qcom-geni: Fix hardcoded clock index in SE_GENI_CLK_SEL
 2026-09-21  9:14 UTC  (2+ messages)

[PATCH] mm: filemap: move lruvec accounting outside the xarray lock
 2026-09-21  9:13 UTC  (2+ messages)

[PATCH 0/3] net: atl1c/atl1e/atl1: fix soft lockup on out-of-range tx consumer index
 2026-09-21  9:13 UTC  (4+ messages)
` [PATCH 1/3] net: atl1c: fix soft lockup on out-of-range tpd_cons read
` [PATCH 2/3] net: atl1e: fix soft lockup on out-of-range hw_next_to_clean read
` [PATCH 3/3] net: atl1: fix soft lockup on out-of-range cmb_tpd_next_to_clean read

[RFC PATCH v3 00/11] Add buffered write-through support to iomap & xfs
 2026-09-21  9:12 UTC  (3+ messages)
` [RFC PATCH v3 05/11] xfs: Add RWF_WRITETHROUGH support to xfs

[PATCH 0/2] mm: fix hugetlb NR_HUGETLB accounting on folio migration
 2026-09-21  9:12 UTC  (3+ messages)
` [PATCH 1/2] mm/hugetlb: account migration target folio in per-node NR_HUGETLB vmstat
` [PATCH 2/2] mm/memcg: migrate per-node hugetlb lruvec stat together with hugetlb folio

[PATCH] gpio: it87: Remove const from labels_table allocation type
 2026-09-21  9:12 UTC  (2+ messages)

[PATCH 0/5] media: i2c: Add missing v4l2_subdev_cleanup() calls
 2026-09-21  9:11 UTC  (3+ messages)
` [PATCH 5/5] media: i2c: st-mipid02: Add missing v4l2_subdev_cleanup() call

[PATCH RESEND] arm64: dts: qcom: nord: Add more clock controller nodes
 2026-09-21  9:10 UTC  (5+ messages)

[PATCH v5 00/24] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-09-21  9:10 UTC  (4+ messages)
` [PATCH v5 08/24] iommu/amd: Introduce Reset vMMIO Command

[PATCH v2] ext4, doc: remove unnecessary bracket
 2026-09-21  9:09 UTC  (2+ messages)

[PATCH] KVM: PPC: use assign_bit() where applicable
 2026-09-21  9:09 UTC  (2+ messages)

[PATCH v10 0/2] Add initial dual front camera and rear flash support for Pixel 3 / 3 XL
 2026-09-21  9:09 UTC  (2+ messages)

[PATCH v2] drm/bridge: samsung-dsim: fix TE GPIO lifetime for host attach
 2026-09-21  9:09 UTC  (2+ messages)

[PATCH] crypto: essiv: avoid request access after subrequest
 2026-09-21  9:09 UTC  (2+ messages)
`  "

[PATCH] ARM: errata: document Cortex-A9 r4 as affected by erratum 754322
 2026-09-21  9:09 UTC  (2+ messages)

[PATCH] media: i2c: vgxy61: reject out of range MIPI CSI-2 lane numbers
 2026-09-21  9:09 UTC  (2+ messages)

[PATCH net v2 1/3] ieee802154: ca8210: prevent stack buffer overflow in ca8210_rx_done()
 2026-09-21  9:08 UTC  (2+ messages)

[PATCH 0/5] Rework M.2 Bluetooth instantiation using the auxiliary bus
 2026-09-21  9:08 UTC  (5+ messages)
` [PATCH 3/5] power: sequencing: pcie-m2: Create auxiliary device for the M.2 BT interface

[PATCH] media: mediatek: vcodec: fix decoder child device leaks
 2026-09-21  9:08 UTC 

[PATCH v7 0/3] arm: dts: altera: add Draeger M48 CPU board
 2026-09-21  9:07 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: vendor-prefixes: add Draeger AG
` [PATCH v7 2/3] dt-bindings: arm: altera: add Draeger M48 dual-cpu board
` [PATCH v7 3/3] arm: dts: altera: add Draeger M48 CPU Module

[PATCH v6 7/9] dma-buf: system_heap: Enforce shared-granule alignment for cc-shared buffers
 2026-09-21  9:07 UTC  (6+ messages)

[PATCH v6 0/3] arm: dts: altera: add Draeger M48 CPU Module
 2026-09-21  9:06 UTC  (6+ messages)
` [PATCH v6 3/3] "

[PATCH v4 0/3] nvmet: avoid recursive configfs open
 2026-09-21  9:05 UTC  (4+ messages)
` [PATCH v4 1/3] fs: configfs: add helpers for opening non-configfs paths
` [PATCH v4 2/3] nvmet: avoid recursive configfs open for file-backed namespaces
` [PATCH v4 3/3] nvmet: avoid recursive configfs open for passthru

[PATCH v3 0/3] mm/truncate: fix data loss when truncating straddling large folios
 2026-09-21  9:05 UTC  (7+ messages)
` [PATCH v3 1/3] mm/truncate: fix data loss when splitting straddling large folios fails

[PATCH v12 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-09-21  9:05 UTC  (14+ messages)
` [PATCH v12 1/7] firmware: smccc: Add an Arm "
` [PATCH v12 2/7] firmware: hwrng: arm_smccc_trng: Register as an SMCCC device
` [PATCH v12 3/7] firmware: arm_rmm: Move RSI support out of arch/arm64
` [PATCH v12 4/7] arm64: realm: Move Realm memory encryption ops to RSI code
` [PATCH v12 7/7] coco: guest: arm64: Replace dummy CCA device with sysfs ABI

[PATCH] PCI: brcmstb: Reserve only the MSI vectors that are handed out
 2026-09-21  9:05 UTC  (3+ messages)

[PATCH v18 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-21  9:04 UTC  (7+ messages)
` [PATCH v18 2/7] firmware: arm_rmm: Check for RMI support at init
` [PATCH v18 5/7] firmware: arm_rmm: Activate the RMM

[PATCH] media: iris: Fix runtime PM imbalance in iris_enable_power_domains()
 2026-09-21  9:04 UTC  (2+ messages)

[GIT PULL] Qualcomm pin control fixes for v7.3-rc4
 2026-09-21  9:04 UTC  (3+ messages)

[PATCH v6 0/2] sched: Enable preferred SMT siblings on NVIDIA Olympus
 2026-09-21  9:04 UTC  (2+ messages)

[PATCH v2] mmc: core: Optimize polling delay in __mmc_poll_for_busy()
 2026-09-21  9:04 UTC  (4+ messages)

[PATCH] leds: flash: sgm3140: fix child node reference leak
 2026-09-21  9:04 UTC  (4+ messages)

[syzbot] [usb?] general protection fault in adsl_state_store
 2026-09-21  9:03 UTC 

[PATCH v3 0/3] powerpc/irq: Use optimizations for /proc/interrupts
 2026-09-21  9:01 UTC  (4+ messages)
` [PATCH v3 1/3] powerpc/irq: Move __softirq_pending out of irq_stat
` [PATCH v3 2/3] powerpc/irq: Make irqstats array based
` [PATCH v3 3/3] powerpc/irq: Suppress unlikely interrupt stats by default

[PATCH] net: macb: rate limit netdev error info print in the data path
 2026-09-21  9:01 UTC  (3+ messages)

[PATCH] nvmet-fcloop: fail LS request synchronously when remote port is gone
 2026-09-21  9:00 UTC  (2+ messages)

[PATCH v3 0/2] wifi: nxpwifi: bound debugfs output
 2026-09-21  8:59 UTC  (3+ messages)
` [PATCH v3 2/2] wifi: nxpwifi: bound debug info output

[PATCH] mtd: spi-nor: reduce stack usage in spi_nor_parse_sfdp()
 2026-09-21  8:59 UTC  (3+ messages)

[PATCH] media: i2c: ov13858: add horizontal and vertical flip controls
 2026-09-21  8:58 UTC  (2+ messages)

[RFC PATCH 0/3] ASoC: tegra: ASRC control fixes and ratio caching
 2026-09-21  8:57 UTC  (4+ messages)
` [RFC PATCH 1/3] ASoC: tegra: Fix ASRC Stream6 input threshold control
` [RFC PATCH 2/3] ASoC: tegra: Update ASRC ratio controls
` [RFC PATCH 3/3] ASoC: tegra: Cache ASRC ratios until streams are active

[PATCH 1/5] crypto: cast5 - use memcpy_and_pad() in cast5_setkey()
 2026-09-21  8:56 UTC  (3+ messages)
` [PATCH 3/5] crypto: ixp4xx - use memcpy_and_pad() in register_chain_var()

[PATCH] power: supply: qcom_battmgr: Report capacity on X1E80100
 2026-09-21  8:56 UTC  (2+ messages)

[BUG] ceph: WARNING in ceph_con_v1_try_read (process_connect)
 2026-09-21  8:56 UTC 

[PATCH] cpufreq: Use a non-boost reference frequency for pressure calculation
 2026-09-21  8:55 UTC  (5+ messages)

[PATCH v4 00/10] dmaengine: Support bus widths of 32 bytes and above
 2026-09-21  8:53 UTC  (11+ messages)
` [PATCH v4 01/10] dmaengine: Move enum dma_slave_buswidth to a new header

[PATCH] clk: qcom: smd-rpm: Skip proxy votes on clocks for QCM2290
 2026-09-21  8:53 UTC  (4+ messages)

[BUG] gfs2: WARNING in gfs2_check_blk_type on a crafted image
 2026-09-21  8:53 UTC 

[PATCH net v2] net: dsa: microchip: save the periodic output request
 2026-09-21  8:52 UTC  (2+ messages)

[PATCH] usb: musb: mediatek: fix child device leak
 2026-09-21  8:51 UTC 

[PATCH v1 0/2] ASoC: amd: Fix borrowed ACPI codec device references
 2026-09-21  8:50 UTC  (3+ messages)
` [PATCH v1 2/2] ASoC: amd: acp3x-es83xx: Keep an owned codec device reference

[PATCH v2] RDMA/mlx5: Add poll-EQ callback for ULP recovery
 2026-09-21  8:50 UTC 

[PATCH 0/6] arm64: distinguish HW PTE pointers from SW PTE value pointers
 2026-09-21  8:49 UTC  (11+ messages)
` [PATCH 1/6] arm64: use hw_pte_t for HW PTE pointers
` [PATCH 2/6] arm64: use hw_pte_val for HW PTE atomics
` [PATCH 3/6] arm64: convert between HW PTEs and SW PTE values
` [PATCH 4/6] arm64: use hw_pte_t for fixmap HW PTEs

[BUG] usb: gadget: KASAN slab-out-of-bounds in gether_get_ifname
 2026-09-21  8:49 UTC 

[syzbot] [usb?] general protection fault in adsl_state_store
 2026-09-21  8:48 UTC  (2+ messages)
` Forwarded: "

[PATCH] scsi: libfc: fix directory server rport memory leak
 2026-09-21  8:48 UTC  (2+ messages)

[PATCH v7 0/7] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-09-21  8:48 UTC  (7+ messages)
` [PATCH v7 7/7] drm/verisilicon: fix DC8200 primary plane disable clearing FB_EN

[PATCH v2] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
 2026-09-21  8:48 UTC  (2+ messages)

[PATCH v8 00/17] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-09-21  8:46 UTC  (3+ messages)

[PATCH v2 00/19] Add Initial Support For MSM8952, Add General Mobile Shamrock
 2026-09-21  8:46 UTC  (5+ messages)
` [PATCH v2 02/19] clk: qcom: Add global clock controller driver for MSM8952

[PATCH v5] ASoC: tas2783-sdw: add firmware download status check
 2026-09-21  8:45 UTC  (2+ messages)

[PATCH v4 0/3] i2c: xiic: fix SMBus block read and PEC support
 2026-09-21  8:43 UTC  (3+ messages)
` [PATCH v4 1/3] i2c: xiic: preserve PEC byte length in SMBus block read setup

[PATCH v2 0/4] power: sequencing: add kunit test cases
 2026-09-21  8:41 UTC  (2+ messages)
` (subset) "

[PATCH 0/8] arm64: dts: qcom: Add t-power-on-us property for PCIe root ports
 2026-09-21  8:39 UTC  (2+ messages)

[PATCH v10 0/3] i2c: ma35d1: Add support for MA35D1 I2C controller
 2026-09-21  8:37 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: i2c: nuvoton,ma35d1-i2c: Add "
` [PATCH v10 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support
` [PATCH v10 3/3] arm64: dts: nuvoton: Add I2C nodes for MA35D1 SoC

[PATCH v2 0/3] Add TPM support via Qualcomm TEE TPM TA
 2026-09-21  8:36 UTC  (3+ messages)

[PATCH] iio: adc: ad7173: Remove const from chan_arr allocation type
 2026-09-21  8:34 UTC  (4+ messages)

[PATCH v4 00/11] Add S32N79RDB UFS support
 2026-09-21  8:33 UTC  (7+ messages)
` [PATCH v4 07/11] dt-bindings: ufs: Add NXP S32N79 UFS host controller
` [PATCH v4 08/11] scsi: ufs: Add NXP S32N79 UFS host controller driver

[PATCH 0/3] iomap: fix error handling regressions
 2026-09-21  8:31 UTC  (4+ messages)
` [PATCH 1/3] iomap: don't resubmit an ioend after ->writeback_submit() failed
` [PATCH 2/3] iomap: don't lose a fiemap iteration error when emitting the last extent
` [PATCH 3/3] iomap: don't lose a failed direct I/O bio's error when zeroing the tail

[PATCH net-next v4 8/8] r8152: enable UPS for RTL8157 and RTL8159 QFN68
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 7/8] r8152: extract rtl_fc_pause_pkt_en() and apply it to RTL8156/8157/8159
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 6/8] r8152: add TGPHY register access for RTL8157 and RTL8159
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 5/8] r8152: add rtl8157_unload and rtl8157_change_mtu
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 4/8] r8152: split r8157_hw_phy_cfg into RTL8157 and RTL8159 variants
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 3/8] r8152: split rtl8156_enable/up/down into per-chip-family functions
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 2/8] r8152: split RTL_VER_17 into QFN68 and QFN100 package variants
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH net-next v4 1/8] r8152: split r8156_init per chip and add missing init writes
 2026-09-21  8:30 UTC  (2+ messages)

[PATCH v7 0/2] firmware: arm_scmi: fix module auto-loading
 2026-09-21  8:28 UTC  (8+ messages)
` [PATCH v7 1/2] module: add SCMI device table alias support

[PATCH v2 2/3] nvmet: avoid recursive configfs open for file-backed namespaces
 2026-09-21  8:27 UTC  (6+ messages)
` [PATCH v3 0/3] nvmet: avoid recursive configfs open
  ` [PATCH v3 2/3] nvmet: avoid recursive configfs open for file-backed namespaces

[PATCH] platform/x86/amd/hfi: fix platform device leak on init failure
 2026-09-21  8:26 UTC 

[PATCH 0/3] i2c: designware: Add DWC_i2c support
 2026-09-21  8:25 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: i2c: dw: Add DWC_i2c compatible

[PATCH] dax: use assign_bit() where applicable
 2026-09-21  8:24 UTC  (2+ messages)

[PATCH v1 0/4] x86/vmware: Preserve panic diagnostics in vmware.log
 2026-09-21  8:23 UTC  (7+ messages)
` [PATCH v1 4/4] x86/vmware: Run panic diagnostics before kdump by default

[PATCH v2 0/3] ovl: disable nfs_export for mixed-idmap same-sb lower layers
 2026-09-21  8:22 UTC  (3+ messages)

[PATCH v2] gpu: host1x: fix runtime PM reference leak on remove
 2026-09-21  8:22 UTC 

[BUG] regulator: fixed: KASAN slab-out-of-bounds in reg_fixed_voltage_probe
 2026-09-21  8:21 UTC 

[PATCH] mtd: cfi_cmdset_0001: use assign_bit() where applicable
 2026-09-21  8:17 UTC  (2+ messages)

[PATCH v2 0/3] Add SDIO userspace passthrough support
 2026-09-21  7:18 UTC 

[PATCH 0/1] btrfs: free remap records when balance stops early
 2026-09-21  6:48 UTC  (2+ messages)
` [PATCH 1/1] "

page:  |  | latest

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

all inboxes | Powered by JetHome®