The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-18 16:46:11 to 2026-05-18 18:17:21 UTC [more...]

[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
 2026-05-18 18:17 UTC  (7+ messages)
` [PATCH v3 02/10] KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()
` [PATCH v3 03/10] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulation
` [PATCH v3 04/10] KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when emulating MOV DR (in emulator)

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-18 18:15 UTC  (2+ messages)

[REGRESSION] mm: MADV_PAGEOUT THP/no-swap refault takes ~1.7x longer on v6.19 than v6.12
 2026-05-18 18:14 UTC  (2+ messages)

[PATCH net-next v3] net: napi: Skip last poll when arming gro timer in busy poll
 2026-05-18 18:13 UTC 

[PATCH v5 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-18 18:11 UTC  (2+ messages)

[PATCH v1 00/16] Introduce page table types, vmm and bar1 mapping support
 2026-05-18 18:11 UTC  (17+ messages)
` [PATCH v1 01/16] gpu: nova-core: mm: Add common types for virtual memory management
` [PATCH v1 02/16] gpu: nova-core: mm: Add buddy allocator and TLB to GpuMm
` [PATCH v1 03/16] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v1 04/16] gpu: nova-core: mm: pagetable: Add PteOps trait
` [PATCH v1 05/16] gpu: nova-core: mm: pagetable: Add PdeOps trait
` [PATCH v1 06/16] gpu: nova-core: mm: pagetable: Add DualPdeOps trait
` [PATCH v1 07/16] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v1 08/16] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v1 09/16] gpu: nova-core: mm: pagetable: Add MmuConfig trait
` [PATCH v1 10/16] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v1 11/16] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v1 12/16] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v1 13/16] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v1 14/16] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v1 15/16] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v1 16/16] gpu: nova-core: mm: Add BAR1 memory management self-tests

[PATCH rc v1 0/4] iommufd: Fix veventq_depth boundary
 2026-05-18 18:11 UTC  (2+ messages)

[PATCH v2] iio: adc: nxp-sar-adc: harden buffer ISR against per-channel read failure
 2026-05-18 18:11 UTC 

[PATCH v3] iio: pressure: rohm-bm1390: harden trigger handler against transient errors
 2026-05-18 18:11 UTC 

[PATCH v13 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-18 18:10 UTC  (4+ messages)

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-18 18:09 UTC  (14+ messages)
` [PATCH v9 01/23] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v9 02/23] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v9 04/23] coco/tdx-host: Introduce a "tdx_host" device

[PATCH v2 0/4] iova: switch to augmented rbtree to avoid linear search
 2026-05-18 18:05 UTC  (5+ messages)
` [PATCH 1/4] iova: switch to augmented rbtree for log(n) allocation
` [PATCH 2/4] iova: drop dead cached_node / cached32_node infrastructure
` [PATCH 3/4] iova: limit_pfn-aware augmentation for log(n) 32-bit alloc
` [PATCH 4/4] iova: add KUnit test suite

[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-18 18:08 UTC  (3+ messages)

[PATCH v3 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-05-18 18:08 UTC  (9+ messages)
` [PATCH v3 2/2] "

[PATCH v4 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-18 18:07 UTC  (3+ messages)
` [PATCH v4 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops
` [PATCH v4 2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate

[PATCH v1 00/12] Introduce nova-core mm prerequisites
 2026-05-18 18:03 UTC  (13+ messages)
` [PATCH v1 01/12] rust: pci: add resource_flags accessor
` [PATCH v1 02/12] rust: bitfield: support cast+shift accessor syntax
` [PATCH v1 03/12] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v1 04/12] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v1 05/12] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v1 06/12] gpu: nova-core: mm: Add Pfn (Physical Frame Number) type
` [PATCH v1 07/12] gpu: nova-core: mm: Add VramAddress type and conversion traits
` [PATCH v1 08/12] gpu: nova-core: mm: Add VramAddress arithmetic and ordering
` [PATCH v1 09/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v1 10/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v1 11/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v1 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v7 00/23] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-18 18:01 UTC  (24+ messages)
` [PATCH v7 01/23] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v7 02/23] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v7 03/23] drm: bridge: dw_hdmi: Free IRQ before CEC adapter is unregistered
` [PATCH v7 04/23] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v7 05/23] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v7 06/23] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v7 07/23] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v7 08/23] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v7 09/23] drm: bridge: dw_hdmi: Unregister CEC notifier during connector cleanup
` [PATCH v7 10/23] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v7 11/23] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v7 12/23] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v7 13/23] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v7 14/23] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v7 15/23] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v7 16/23] drm: bridge: dw_hdmi: Update EDID and CEC phys addr in bridge detect()
` [PATCH v7 17/23] drm: bridge: dw_hdmi: Declare bridge CEC notifier support
` [PATCH v7 18/23] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH v7 19/23] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v7 20/23] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v7 21/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v7 22/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v7 23/23] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH] mailbox: make the channel receive function robust
 2026-05-18 18:03 UTC  (2+ messages)

[PATCH v2 0/2] drm/msm/dsi: support multiple DSC slices per packet
 2026-05-18 18:00 UTC  (4+ messages)
` [PATCH v2 1/2] drm/mipi-dsi: add flag for sending all DSC slices in one packet

[PATCH v6 1/4] percpu: Fix wrong chunk hints update
 2026-05-18 18:00 UTC  (2+ messages)

[PATCH v2] drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers
 2026-05-18 17:59 UTC  (2+ messages)

[PATCH] thermal: armada: replace msleep with usleep_range for short durations
 2026-05-18 17:57 UTC  (2+ messages)

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-18 17:56 UTC  (3+ messages)
` [PATCH v3 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH 6.12 000/143] 6.12.90-rc2 review
 2026-05-18 17:56 UTC  (2+ messages)

[PATCH] thermal: imx: do not split quoted string across lines
 2026-05-18 17:56 UTC  (2+ messages)

[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-05-18 17:55 UTC  (3+ messages)

[PATCH v3 0/2] drm/drm_blend: allow blend mode property without PREMULTI
 2026-05-18 17:54 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] drm: ensure blend mode supported if alpha exposed

[PATCH] thermal: of: fix trailing whitespace and repeated word
 2026-05-18 17:55 UTC  (2+ messages)

[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
 2026-05-18 17:54 UTC  (11+ messages)

[PATCH 0/3] iommu: Add PCI vendor:device ID to IOMMU fault logs
 2026-05-18 17:54 UTC  (3+ messages)

[PATCH] iommu: Allow device driver to use its own PASID space for SVA
 2026-05-18 17:52 UTC  (3+ messages)

(subset) [PATCH v1 0/8] Add support for Microsoft Surface Pro 12in 1st Edition (Snapdragon)
 2026-05-18 17:51 UTC  (5+ messages)
` [PATCH v2 0/7] Add support for the Microsoft Surface Pro 12in 1st Edition (Snapdragon),
  ` [PATCH v2 5/7] drm/panel-edp: Add panel for Surface Pro 12in

[PATCH] rust: cpu: use `unsafe_precondition_assert!`
 2026-05-18 17:51 UTC  (2+ messages)

[PATCH v2] drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers
 2026-05-18 17:51 UTC  (2+ messages)

[PATCH 2/2] fuse: wait for aborted connection before releasing last fuse_dev
 2026-05-18 17:49 UTC  (6+ messages)

[PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-18 17:48 UTC  (2+ messages)

[PATCH net v5] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-18 17:46 UTC 

[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
 2026-05-18 17:43 UTC  (2+ messages)

[PATCH v6 1/2] perf: Reveal PMU type in fdinfo
 2026-05-18 17:41 UTC  (2+ messages)
` [PATCH v6 2/2] perf evsel: Find process with busy PMUs for EBUSY

[PATCH net] net: devmem: reject TX dma-buf with non-page-aligned size or SG length
 2026-05-18 17:37 UTC  (3+ messages)

[PATCH] rust: kernel: module_param: replace pr_warn with pr_warn_once
 2026-05-18 17:37 UTC  (2+ messages)

[PATCH v2] libbpf: fix UAF in strset__add_str()
 2026-05-18 17:36 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] Fix S0i3 wakeup with alarmtimer
 2026-05-18 17:35 UTC  (5+ messages)
` [PATCH 1/2] rtc: Add rtc_read_next_alarm() to read next expiring timer

[PATCH v0 1/1] iio: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literal
 2026-05-18 17:32 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_ethtool: expose per-PG rx_discards
 2026-05-18 17:19 UTC  (2+ messages)

[PATCH net v4] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-18 17:33 UTC  (3+ messages)

[PATCH 0/4] s390: enable Rust support and add required arch glue
 2026-05-18 17:32 UTC  (7+ messages)
` [PATCH 4/4] s390: enable Rust support

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-18 17:32 UTC  (10+ messages)
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v2 05/16] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages

[GIT PULL for v7.1-rc5] media fixes
 2026-05-18 17:32 UTC  (2+ messages)

[GIT PULL for v7.1] vfs fixes
 2026-05-18 17:32 UTC  (2+ messages)

[PATCH v1 0/3] arm64: dts: qcom: Add Vicharak Axon Mini
 2026-05-18 17:30 UTC  (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add prefix for Vicharak
` [PATCH v2 2/3] dt-bindings: arm: qcom: Add Vicharak Axon Mini
` [PATCH v2 3/3] arm64: dts: "

[PATCH v1] pwm: pca9685: Use named initializers for struct i2c_device_id
 2026-05-18 17:23 UTC 

[PATCH v8] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
 2026-05-18 17:21 UTC  (2+ messages)

[PATCH v1] virt: arm-cca-guest: use raw variant of smp_processor_id() in arm_cca_report_new()
 2026-05-18 17:21 UTC  (4+ messages)

[PATCH bpf-next v3] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-18 17:21 UTC  (7+ messages)

[PATCH RESEND] gdrom: use strscpy in probe_gdrom_{setupcd,setupdisk}
 2026-05-18 17:19 UTC 

Stop false review statements
 2026-05-18 17:19 UTC  (2+ messages)

[PATCH v1] watchdog: ziirave_wdt: Use named initializers for struct i2c_device_id
 2026-05-18 17:19 UTC 

[PATCH v4 0/3] PCI: Add d3cold/soft reset methods for devices with limited reset capability
 2026-05-18 17:15 UTC  (3+ messages)
` [PATCH v4 2/3] PCI: Add soft reset method as last resort

[PATCH v1] w1: ds2482: Use named initializers for arrays of i2c_device_data
 2026-05-18 17:14 UTC 

[PATCH 0/2] Make liveupdate selftests util as a library
 2026-05-18 17:14 UTC  (4+ messages)
` [PATCH 2/2] selftests/liveupdate: Add helpers to preserve/retrieve FDs

[PATCH v1] regulator: Use named initializers for arrays of i2c_device_data
 2026-05-18 17:13 UTC  (4+ messages)

linux-next: build failure after merge of the vfs-brauner tree
 2026-05-18 17:13 UTC  (4+ messages)

[PATCH] media: qcom: iris: avoid double free on video register failure
 2026-05-18 17:12 UTC  (2+ messages)

[PATCH v4 0/2] perf inject intel-PT LBR/brstack synthesis fixes
 2026-05-18 17:12 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] perf event: Fix size of synthesized sample with branch stacks
  ` [PATCH v5 2/2] perf inject: Fix itrace branch stack synthesis

[PATCH 1/3] sh: dma-sysfs: use sysfs_emit{_at} in show functions
 2026-05-18 17:10 UTC  (3+ messages)
` [PATCH 2/3] sh: dma-sysfs: use strscpy in dma_store_dev_id
` [PATCH 3/3] sh: dma: drop redundant size argument from strscpy in request_dma

[PATCH V1 0/3] Add Hawi UFS PHY and Controller support
 2026-05-18 17:09 UTC  (5+ messages)
` [PATCH V1 1/3] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Add Hawi UFS PHY compatible
` [PATCH V1 2/3] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Document the Hawi UFS controller
` [PATCH V1 3/3] phy: qcom-qmp-ufs: Add UFS PHY support on Hawi

[PATCH v1 0/4] iio: adc: Add support for LTC2378 and similar ADCs
 2026-05-18 17:06 UTC  (3+ messages)
` [PATCH v1 1/4] dt-bindings: iio: adc: Add ltc2378

[PATCH 2/2] PCI: meson: Add missing remove callback
 2026-05-18 16:59 UTC 

[PATCH 1/2] PCI: dwc: Guard RAS DES debugfs deinit
 2026-05-18 16:59 UTC 

[PATCH v1] spi: Use named initializers for arrays of i2c_device_data
 2026-05-18 17:05 UTC 

[PATCH -next v1 00/12] Candidate patches for the v7.2 merge window
 2026-05-18 17:05 UTC  (8+ messages)
` [PATCH -next v1 05/12] srcu: Don't queue workqueue handlers to never-online CPUs

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-18 17:04 UTC  (4+ messages)
` [PATCH 10/12] kho: extended scratch

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_dev_up (3)
 2026-05-18 17:04 UTC 

linux-next: Tree for May 18
 2026-05-18 17:03 UTC 

-next status as at v7.1-rc4
 2026-05-18 17:03 UTC 

[PATCH] wifi: mac80211: fix monitor mode frame capture for real chanctx drivers
 2026-05-18 17:01 UTC  (3+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3] "

[REGRESSION] mm: MADV_PAGEOUT THP/no-swap refault takes ~1.7x longer on v6.19 than v6.12
 2026-05-18 17:01 UTC  (5+ messages)
  ` [REGRESSION] mm/mprotect: shared dirty PTE toggle takes ~1.6x "

[PATCH v3 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-18 17:00 UTC  (3+ messages)
` [PATCH v3 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI
` [PATCH v3 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver

[PATCH 1/2] mm/page_alloc: add tracepoints for zone->lock acquisitions
 2026-05-18 17:01 UTC  (7+ messages)

[PATCH v6 0/7] Performance counter implementation with single manual client support
 2026-05-18 17:00 UTC  (3+ messages)
` [PATCH v6 7/7] drm/panthor: Expose the panthor perf ioctls

[PATCH mm-unstable v17 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-05-18 17:00 UTC  (2+ messages)

[PATCH v1 0/2] clk: Rework initialization of i2c_device_ids
 2026-05-18 16:58 UTC  (3+ messages)
` [PATCH v1 2/2] clk: Use named initializers for arrays of i2c_device_data

[PATCH] drm: Use named initializers for arrays of i2c_device_data
 2026-05-18 16:57 UTC  (2+ messages)

[PATCH net-next 0/3] vxlan: vnifilter: fix VNI add/update notifications
 2026-05-18 16:57 UTC  (4+ messages)
` [PATCH net-next 1/3] vxlan: vnifilter: send notification on VNI add
` [PATCH net-next 2/3] vxlan: vnifilter: fix spurious notification on VNI update
` [PATCH net-next 3/3] selftests: net: add vxlan vnifilter notification test

[PATCH v16 0/7] Error recovery for vfio-pci devices on s390x
 2026-05-18 16:56 UTC  (4+ messages)
` [PATCH v16 4/7] s390/pci: Store PCI error information for passthrough devices

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-18 16:56 UTC  (5+ messages)
` [PATCH 1/7] mm/migrate: rename PAGE_ migration flags to FOLIO_
` [PATCH 2/7] mm/migrate: use migrate_info field instead of private

[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-18 16:54 UTC  (5+ messages)
` [PATCH 6/9] vfio/pci: Clean up BAR zap and revocation

[PATCH RESEND] sh: machvec: clean up and use strscpy in early_parse_mv
 2026-05-18 16:53 UTC 

[PATCH v7 0/3] fpga: bounds checks and input validation fixes
 2026-05-18 16:52 UTC  (4+ messages)
` [PATCH v7 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
` [PATCH v7 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v7 3/3] fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

[RFC PATCH v4 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-18 16:52 UTC  (3+ messages)
` [RFC PATCH v4 1/2] "
` [RFC PATCH v4 2/2] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[PATCH net v2] af_unix: Fix UAF read of tail->len in unix_stream_data_wait()
 2026-05-18 16:51 UTC 

[PATCH v1] i2c: Use named initializers for arrays of i2c_device_data
 2026-05-18 16:50 UTC  (2+ messages)

[PATCH RESEND] parport: replace kmalloc + strcpy with kstrdup in parse_data
 2026-05-18 16:48 UTC 

[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
 2026-05-18 16:47 UTC  (4+ messages)
` [PATCH v4 05/16] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD

[PATCH v2] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-18 16:46 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