The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-11 14:24:27 to 2026-05-11 15:20:35 UTC [more...]

[PATCH 0/2] KVM: selftests: Fixes for guest_memfd_test and FD double-close
 2026-05-11 15:19 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftests: Fix MADV_COLLAPSE build failure on older toolchains
` [PATCH 2/2] KVM: selftests: Fix FD double-close in kvm_vm_release()

[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
 2026-05-11 15:19 UTC  (3+ messages)

[PATCH 0/2] iio: light: Add ROHM BH1730FVC ambient light sensor driver
 2026-05-11 15:20 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: iio: light: Add ROHM BH1730FVC binding

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-11 15:19 UTC  (2+ messages)

[PATCH] scsi: libiscsi: fix spelling and format errors
 2026-05-11 15:17 UTC  (2+ messages)

[PATCH] serial: atmel: honor CREAD in atmel_set_termios
 2026-05-11 15:17 UTC 

[PATCH v2] serial: 8250: Clear CON_PRINTBUFFER on port re-registration
 2026-05-11 15:16 UTC 

[PATCH v2] s390: fix dead defaults for S390_MODULES_SANITY_TEST and S390_UNWIND_SELFTEST
 2026-05-11 15:16 UTC  (2+ messages)

[PATCH v3 05/12] mm, swap: unify large folio allocation
 2026-05-11 15:15 UTC  (3+ messages)

[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-11 15:15 UTC  (7+ messages)
` [PATCH resend v6 01/30] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH resend v6 02/30] mm: mempolicy: fix interleave index for unaligned VMA start

[PATCH] serial: altera_jtaguart: handle uart_add_one_port() failures
 2026-05-11 15:15 UTC 

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-11 15:14 UTC  (2+ messages)

[PATCH v1 0/8] Add support for Microsoft Surface Pro 12in 1st Edition (Snapdragon)
 2026-05-11 15:13 UTC  (10+ messages)
` [PATCH v1 1/8] dt-bindings: arm: qcom: Add Microsoft Surface Pro 12in
` [PATCH v1 2/8] dt-bindings: crypto: Add x1e80100 inline crypto
` [PATCH v1 3/8] platform/surface: SAM: Add support for Surface Pro 12in
` [PATCH v1 4/8] firmware: qcom: scm: Allow QSEECOM on "
` [PATCH v1 5/8] hid: Pen battery quirk for "
` [PATCH v1 6/8] drm/panel-edp: Add panel "
` [PATCH v1 7/8] arm64: dts: qcom: hamoa: Add inline crypto for UFS
` [PATCH v1 8/8] arm64: dts: qcom: Add Microsoft Surface Pro 12in

[PATCH v4 00/18] mshv: Bug fixes across the mshv_root module
 2026-05-11 15:12 UTC  (7+ messages)
` [PATCH v4 02/18] mshv: Fix mshv_prepare_pinned_region error path for unencrypted partitions
` [PATCH v4 17/18] mshv: Publish VP to pt_vp_array before installing the file descriptor

[PATCH v7 0/3] staging: octeon: replace pr_* with dev_* logging
 2026-05-11 15:09 UTC  (4+ messages)
` [PATCH v7 1/3] staging: octeon: ethernet-mem: replace pr_warn with dev_warn in free functions
` [PATCH v7 2/3] staging: octeon: ethernet: replace pr_err and pr_info with dev_err and netdev_err
` [PATCH v7 3/3] staging: octeon: replace pr_warn with dev_warn in fill and rx paths

[RFC 1/4] net: fec: do not use readl()/writel() for ColdFire
 2026-05-11 15:11 UTC  (3+ messages)
` [RFC 3/4] mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFire

[PATCH] drm/panthor: Wrap register accessor helpers for type safety
 2026-05-11 15:12 UTC  (5+ messages)

[net-next PATCH v3 7/8] net: dsa: realtek: rtl8365mb: add FDB support
 2026-05-11 15:00 UTC  (3+ messages)

[PATCH v3] media: rkisp1: Add support for CAC
 2026-05-11 15:09 UTC 

[PATCH net v3] net: phy: DP83TC811: add reading of abilities
 2026-05-11 15:10 UTC  (2+ messages)

[PATCH] clk: hisilicon: reset: Use devm_kzalloc to initialize hisi_reset_controller
 2026-05-11 15:09 UTC  (2+ messages)

[PATCH] nvmem: layouts: Add fixed-layout driver
 2026-05-11 15:09 UTC  (4+ messages)

[PATCH] KVM: selftests: sync_regs_test: use KVM_SYNC_X86_VALID_FIELDS
 2026-05-11 15:09 UTC  (3+ messages)

[PATCH] iio: trigger: iio-trig-interrupt: use devm_* helpers
 2026-05-11 15:05 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH 00/22] KVM: apply chainsaw to struct kvm_mmu
 2026-05-11 15:06 UTC  (23+ messages)
` [PATCH 01/22] KVM: x86: remove nested_mmu from mmu_is_nested()
` [PATCH 02/22] KVM: x86: move pdptrs out of the MMU
` [PATCH 03/22] KVM: x86: check that kvm_handle_invpcid is only invoked with shadow paging
` [PATCH 04/22] KVM: x86/hyperv: remove unnecessary mmu_is_nested() check
` [PATCH 05/22] KVM: x86/mmu: introduce struct kvm_pagewalk
` [PATCH 06/22] KVM: x86/mmu: move get_guest_pgd to "
` [PATCH 07/22] KVM: x86/mmu: move gva_to_gpa "
` [PATCH 08/22] KVM: x86/mmu: move get_pdptr "
` [PATCH 09/22] KVM: x86/mmu: move inject_page_fault "
` [PATCH 10/22] KVM: x86/mmu: move CPU-related fields "
` [PATCH 11/22] KVM: x86/mmu: change CPU-role accessor fields to take "
` [PATCH 12/22] KVM: x86/mmu: move remaining permission fields to "
` [PATCH 13/22] KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addr
` [PATCH 14/22] KVM: x86/mmu: change walk_mmu to struct kvm_pagewalk
` [PATCH 15/22] KVM: x86/mmu: change nested_mmu.w to nested_cpu_walk
` [PATCH 16/22] KVM: x86/mmu: make cpu_walk a value
` [PATCH 17/22] KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmu
` [PATCH 18/22] KVM: x86/mmu: cleanup functions that initialize shadow MMU
` [PATCH 19/22] KVM: x86/mmu: pull page format to a new struct
` [PATCH 20/22] KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_format
` [PATCH 21/22] KVM: x86/mmu: parameterize update_permission_bitmask()
` [PATCH 22/22] KVM: x86/mmu: use kvm_page_format to test SPTEs

[PATCH] fs: gfs2: fix sleeping function called from invalid context
 2026-05-11 15:06 UTC 

[PATCH] Fix possible strscpy() buffer overflows
 2026-05-11 15:06 UTC  (10+ messages)

[PATCH v2] media: rkisp1: Add support for CAC
 2026-05-11 15:04 UTC 

[PATCH 00/12] spi: switch to managed controller allocation (part 3/3)
 2026-05-11 15:04 UTC  (13+ messages)
` [PATCH 01/12] spi: altera-platform: switch to managed controller allocation
` [PATCH 02/12] spi: armada-3700: "
` [PATCH 03/12] spi: clps711x: "
` [PATCH 04/12] spi: falcon: "
` [PATCH 05/12] spi: fsi: "
` [PATCH 06/12] spi: hisi-sfc-v3xx: "
` [PATCH 07/12] spi: jcore: "
` [PATCH 08/12] spi: lp8841-rtc: "
` [PATCH 09/12] spi: lp8841-rtc: drop unused ifdef
` [PATCH 10/12] spi: meson-spifc: switch to managed controller allocation
` [PATCH 11/12] spi: mux: "
` [PATCH 12/12] spi: xlp: "

[PATCH resend] kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLE
 2026-05-11 15:03 UTC  (3+ messages)

Regression in 7.1-rc1 in booting Ubuntu distro kernel
 2026-05-11 15:04 UTC  (6+ messages)

[PATCH v4 1/3] driver core: platform: remove software node on release()
 2026-05-11 15:04 UTC  (6+ messages)

[PATCH] wifi: ath10k: drop gpio_led reference
 2026-05-11 15:03 UTC 

[PATCH] wifi: ath: Fix the license marking
 2026-05-11 15:03 UTC 

[PATCH RFC v4 00/10] AD9910 Direct Digital Synthesizer
 2026-05-11 15:02 UTC  (6+ messages)
` [PATCH RFC v4 10/10] docs: iio: add documentation for ad9910 driver

[PATCH] Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"
 2026-05-11 15:01 UTC  (2+ messages)

[PATCH] i2c: i801: Fix kernel stack buffer overflow in i801_block_transaction_byte_by_byte
 2026-05-11 15:00 UTC 

[PATCH phy-next 0/5] Lynx 28G SerDes: 25GbE support
 2026-05-11 15:00 UTC  (6+ messages)
` [PATCH phy-next 1/5] dt-bindings: phy: lynx-28g: add compatible strings per SerDes and instantiation
` [PATCH phy-next 2/5] dt-bindings: phy: lynx-28g: add constraint on LX2162A lane indices
` [PATCH phy-next 3/5] phy: lynx-28g: require an OF node to probe
` [PATCH phy-next 4/5] phy: lynx-28g: probe on per-SoC and per-instance compatible strings
` [PATCH phy-next 5/5] phy: lynx-28g: add support for 25GBASER

[PATCH] clk: hisilicon: allow COMPILE_TEST builds
 2026-05-11 14:59 UTC  (2+ messages)

[PATCH v7 00/11] iio: adc: hx711: add HX710B support
 2026-05-11 14:59 UTC  (11+ messages)
` [PATCH v7 06/11] iio: adc: hx711: introduce hx711_chip_info structure
` [PATCH v7 08/11] iio: adc: hx711: split variable assignments in hx711_read and hx711_reset
` [PATCH v7 11/11] iio: adc: hx711: add support for HX710B

[PATCH tty v4 0/6] 8250: Add console flow control
 2026-05-11 15:00 UTC  (6+ messages)
` [PATCH tty v4 3/6] serial: sh-sci: Avoid deprecated UPF_CONS_FLOW

[RFC PATCH 0/5] mm: support zswap-backed anonymous large folio swapin
 2026-05-11 14:59 UTC  (4+ messages)
` [RFC PATCH 4/5] mm: swap: fall back to order-0 after large swapin races

[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-05-11 14:58 UTC  (4+ messages)
` [PATCH v5 1/3] vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()
` [PATCH v5 2/3] vfio/pci: Check BAR resources before exporting a DMABUF
` [PATCH v5 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()

[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
 2026-05-11 14:59 UTC  (4+ messages)

[PATCH] iio: adc: ad7793: replace usleep_range() with fsleep()
 2026-05-11 14:57 UTC  (3+ messages)

[PATCH v2 0/3] usb: typec: add Rohm BM92TXX Type-C / PD controller driver
 2026-05-11 14:57 UTC  (3+ messages)
` [PATCH v2 1/3] usb: typec: bm92txx: add Rohm BM92TXX support

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-11 14:57 UTC  (8+ messages)
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations

[PATCH] vhost/vsock: Refuse the connection immediately when guest isn't ready
 2026-05-11 14:56 UTC 

[PATCH wireless-next v2 21/31] mmc: sdio: add Morse Micro vendor ids
 2026-05-11 14:54 UTC 

[PATCH v7 0/4] rust: add basic serial device bus abstractions
 2026-05-11 14:54 UTC 

[PATCH] ntfs: use str_plural in ntfs_attr_make_non_resident
 2026-05-11 14:54 UTC  (2+ messages)

[PATCH v2 0/3] rust: auxiliary: replace drvdata() with registration data
 2026-05-11 14:53 UTC  (6+ messages)
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices

[PATCH 1/4] Bluetooth: hci_sync: pin conn across hci_le_create_conn_sync
 2026-05-11 14:53 UTC  (5+ messages)
` [PATCH 2/4] Bluetooth: hci_sync: pin conn across hci_le_pa_create_sync
` [PATCH 3/4] Bluetooth: hci_sync: pin conn across hci_le_big_create_sync
` [PATCH 4/4] Bluetooth: hci_sync: pin conn across hci_acl_create_conn_sync

[PATCH v3 2/2] mmc: litex_mmc: Set mandatory idle clocks before CMD0
 2026-05-11 14:52 UTC 

[net-next v41] mctp pcc: Implement MCTP over PCC Transport
 2026-05-11 14:52 UTC  (3+ messages)

[PATCH v3 0/1] dt-bindings: iio: adc: add AD7816/AD7817/AD7818 binding
 2026-05-11 14:51 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH] clk: rockchip: allow COMPILE_TEST builds
 2026-05-11 14:50 UTC  (2+ messages)

[PATCH net v3 v3 1/3] macsec: introduce dedicated workqueue for SA crypto cleanup
 2026-05-11 14:49 UTC  (4+ messages)
` [PATCH net "

[PATCH] nvme: make providing NGUID as UUID usage less scary
 2026-05-11 14:48 UTC  (4+ messages)

[PATCH] iio: gyro: bmg160: wait full startup time after mode change at probe
 2026-05-11 14:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 00/15] SCMI Clock rates discovery rework
 2026-05-11 14:47 UTC  (7+ messages)
` [PATCH v4 01/15] clk: scmi: Fix clock rate rounding
` [PATCH v4 03/15] clk: scmi: Use new determine_rate clock operation
` [PATCH v4 05/15] clk: scmi: Use new simplified per-clock rate properties

[PATCH v4 1/2] drm/bridge: chipone-icn6211: use devm_drm_bridge_add in i2c probe
 2026-05-11 14:46 UTC  (2+ messages)
  ` [PATCH v4 2/2] drm/bridge: chipone-icn6211: use devm_drm_bridge_add in dsi probe

[PATCH] vfio/pci: Make VFIO_PCI_OFFSET_TO_INDEX() return unsigned
 2026-05-11 14:46 UTC 

[PATCH v3] coresight: fix missing error code when trace ID is invalid
 2026-05-11 14:45 UTC  (4+ messages)

[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-11 14:44 UTC  (3+ messages)

[PATCH] tty: n_gsm: fix memory leak in gsm_activate_mux
 2026-05-11 14:44 UTC 

[PATCH] Revert "drm/imagination: Warn or error on unsupported hardware"
 2026-05-11 14:43 UTC  (3+ messages)

[PATCH v1 0/4] platform/x86: xo15-ebook: Bind to a platform device instead of an ACPI one
 2026-05-11 14:43 UTC  (4+ messages)
` [PATCH v1 3/4] platform/x86: xo15-ebook: Register ACPI notify handler directly

[PATCH v2 0/8] media: Add iMX95 neoisp driver
 2026-05-11 14:43 UTC  (3+ messages)
` [PATCH v2 6/8] media: platform: Add NXP Neoisp Image Signal Processor

[PATCH] erofs: use the opener's credential when verifing metadata accesses
 2026-05-11 14:42 UTC  (5+ messages)

[PATCH 0/5] iio: accel: adxl3xx: Add timestamps to FIFO data
 2026-05-11 14:41 UTC  (3+ messages)

[PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init
 2026-05-11 14:40 UTC  (3+ messages)

[PATCH] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
 2026-05-11 14:40 UTC  (5+ messages)

[PATCH v2] dt-bindings: watchdog: qcom-wdt: Document IPQ9650 watchdog
 2026-05-11 14:40 UTC 

[PATCH 0/3] sched: Simplify ifdeffery around CONFIG_SCHED_SMT
 2026-05-11 14:37 UTC  (4+ messages)
` [PATCH 2/3] sched: Simplify ifdeffery around cpu_smt_mask

[PATCH v5 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-05-11 14:38 UTC  (5+ messages)
` [PATCH v5 2/3] "

[patch V5 05/15] x86/irq: Suppress unlikely interrupt stats by default
 2026-05-11 14:38 UTC 

[PATCH v7 0/7] mm: Hot page tracking and promotion infrastructure
 2026-05-11 14:38 UTC  (8+ messages)

[PATCH v3 00/10] i2c: core: adapter registration fixes
 2026-05-11 14:37 UTC  (11+ messages)
` [PATCH v3 01/10] i2c: core: fix irq domain leak on adapter registration failure
` [PATCH v3 02/10] i2c: core: fix hang "
` [PATCH v3 03/10] i2c: core: fix NULL-deref "
` [PATCH v3 04/10] i2c: core: fix adapter probe deferral loop
` [PATCH v3 05/10] i2c: core: fix adapter debugfs creation
` [PATCH v3 06/10] i2c: core: disable runtime PM on adapter registration failure
` [PATCH v3 07/10] i2c: core: fix adapter registration race
` [PATCH v3 08/10] i2c: core: fix adapter deregistration race
` [PATCH v3 09/10] i2c: core: clean up bus id allocation
` [PATCH v3 10/10] i2c: core: clean up adapter registration error label

[PATCH] ndings: watchdog: qcom-wdt: Document IPQ9650 watchdog
 2026-05-11 14:36 UTC 

[tip: irq/core] genirq/proc: Size interrupt directory names for 10-digit interrupt numbers
 2026-05-11 14:37 UTC 

[PATCH v2] clk: keystone: don't cache clock rate
 2026-05-11 14:36 UTC  (2+ messages)

[PATCH v3] rust: maple_tree: implement Send and Sync for MapleTree
 2026-05-11 14:36 UTC 

[PATCH v3] cpufreq: CPPC: mask Desired_Excursion when autonomous selection is enabled
 2026-05-11 14:33 UTC  (2+ messages)

[PATCH] PCI: rcar-gen4: Limit Max_Read_Request_Size and Max_Payload_Size to 256 Bytes
 2026-05-11 14:34 UTC 

[PATCH] rust: time: implement `Display` for `Delta`
 2026-05-11 14:34 UTC  (2+ messages)

[PATCH v1 1/6] sdio: Add syntactic sugar to store a pointer in sdio_driver_id
 2026-05-11 14:33 UTC 

[PATCH] ASoC: rt5640: Handle nested IRQs
 2026-05-11 12:18 UTC  (2+ messages)

[PATCH 00/10] spi: Use FIELD_MODIFY() for bitfield operations
 2026-05-11 12:05 UTC 

[PATCH 0/2] ntfs: super.c fixes for MFT mirror check and sync_fs
 2026-05-11 14:31 UTC  (3+ messages)
` [PATCH 1/2] ntfs: restore $MFT mirror contents check

[tip: irq/urgent] irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT
 2026-05-11 14:31 UTC 

[PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
 2026-05-11 14:30 UTC  (16+ messages)
    ` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions

[PATCH] iio: chemical: scd30: Prevent potential divide-by-zero error
 2026-05-11 14:27 UTC  (9+ messages)

[PATCH v2] genirq/msi: Fix typos in msi_domain_ops comment
 2026-05-11 14:26 UTC  (2+ messages)
` [tip: irq/msi] "

[PATCH] killswitch: add per-function short-circuit mitigation primitive
 2026-05-11 14:25 UTC  (9+ messages)

[PATCH] drm/gem: Remove unneeded ret check in change handle ioctl
 2026-05-11 14:25 UTC 

[RFC v2] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-05-11 14:25 UTC  (3+ messages)

[PATCH] PCI: tegra194: Use aspm-l1-entry-delay-ns DT property for L1 entrance latency
 2026-05-11 14:25 UTC 

[PATCH 3/5] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
 2026-05-11 14:25 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] watchdog: sb_wdog: add missing SPDX license identifier
 2026-05-11 14:24 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