All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-02 16:26:54 to 2026-09-02 16:50:26 UTC [more...]

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-02 16:50 UTC  (65+ messages)
` [PATCH v2 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH v2 02/20] KVM: selftests: Use the common minimum GPA for page tables on LoongArch
` [PATCH v2 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [PATCH v2 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [PATCH v2 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH v2 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH v2 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH v2 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH v2 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
` [PATCH v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH v2 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots
` [PATCH v2 14/20] KVM: selftests: Use TEST_EXTRA region in arm64's vGIC LPI stress test
` [PATCH v2 15/20] KVM: selftests: Use TEST_EXTRA region in x86's smaller MAXPHYADDR test
` [PATCH v2 16/20] KVM: selftests: Use TEST_EXTRA region in set memory region test
` [PATCH v2 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH v2 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()
` [PATCH v2 19/20] KVM: selftests: Automatically pick min_gpa for allocations based on region type
` [PATCH v2 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned

[PATCH] fs: make sure to call fsnotify_inoderemove() only once when inode is dead
 2026-09-02 16:49 UTC 

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2026-09-02 16:49 UTC  (3+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH v16 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2026-09-02 16:49 UTC  (8+ messages)
` [PATCH v16 1/7] kcfi: Introduce KCFI typeinfo mangling API
` [PATCH v16 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [PATCH v16 3/7] kcfi: Add regression test suite
` [PATCH v16 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation
` [PATCH v16 5/7] aarch64: Add AArch64 "
` [PATCH v16 6/7] arm: Add ARM 32-bit "
` [PATCH v16 7/7] riscv: Add RISC-V "

actually exercise sub-block direct I/O reads
 2026-09-02 16:49 UTC  (11+ messages)
` [PATCH 2/5] min_dio_alignment: add a -r option to query read alignment
` [PATCH 3/5] generic/091: enable sub-block reads
` [PATCH 4/5] generic/263: "
` [PATCH 5/5] generic/760: "

[PATCH v4 0/4] Error recovery for zPCI passthrough devices
 2026-09-02 16:48 UTC  (10+ messages)
` [PATCH v4 2/4] vfio/pci: Add an error handler callback
` [PATCH v4 3/4] s390x/pci: Add PCI error handling for vfio pci devices
` [PATCH v4 4/4] s390x/pci: Reset a device in error state

[PATCH] RDMA/rtrs-clt: Fix CQ pool leak when connect is interrupted
 2026-09-02 16:48 UTC  (3+ messages)

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-02 16:48 UTC  (6+ messages)
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled

[PATCH V20 00/15] Add memory page offlining support
 2026-09-02 16:48 UTC  (5+ messages)
` [PATCH V20 10/15] drm/xe/configfs: Add disable_vram_page_offline attribute
` [PATCH V20 12/15] drm/xe/vram: Check disable_vram_page_offline policy in fault handler

[PATCH net 0/3] net/mlx5e: RS FEC variant fixes
 2026-09-02 16:46 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5e: Fix missing FEC mode mapping for RS_544_514_INTERLEAVED_QUAD
` [PATCH net 2/3] net/mlx5e: Fix setting RS FEC after remapping
` [PATCH net 3/3] net/mlx5e: Fix reporting support for all RS FEC variants

[PATCH v3] mm: remove min_free_kbytes adjustment for THP
 2026-09-02 16:47 UTC  (8+ messages)

[PATCH] cdrom: fix brackets
 2026-09-02 16:46 UTC  (2+ messages)

[PATCH net v2] net: mana: Clear RDMA teardown and suspend state in mana_rdma_probe()
 2026-09-02 16:44 UTC  (2+ messages)

[PATCH] u-boot-config/domain-map: Add Qualcomm domains
 2026-09-02 16:45 UTC  (2+ messages)

[PATCH] mm/mlock: use the IRQ-safe accessor for NR_MLOCK in __munlock_folio()
 2026-09-02 16:45 UTC  (3+ messages)

[PATCH v3] ARM: imx: Fix suspend/resume crash with Clang CFI
 2026-09-02 16:44 UTC  (10+ messages)
` [PATCH v4] "

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-02 16:44 UTC  (5+ messages)
` [PATCH v20 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v20 04/14] KVM: arm64: Ensure GCS memory effects are visible

[v4 0/4] drm/i915/display: Enable AS SDP Skip Frames
 2026-09-02 16:44 UTC  (5+ messages)
` [v4 2/4] drm/i915/display: Force disable DC3co when AS SDP skip frames is enabled
` [v4 3/4] drm/i915/display: Reprogram AS SDP skip frames on seamless VRR transitions

[PATCH] dlm: wait for outstanding SRCU callbacks to complete in exit paths
 2026-09-02 16:44 UTC  (5+ messages)

[PATCH v5] PCI: imx6: fix resource leaks in probe error paths
 2026-09-02 16:43 UTC 

[PATCH v1 1/1] arm64: dts: imx8mp-var-dart-sonata: Fix Sonata SD I/O supply
 2026-09-02 16:43 UTC 

[BUG] ASoC/AMD ACP70/RT721: ASUS TUF Gaming A14 FA401EA speakers silent and headphone jack buzzes on playback
 2026-09-02 16:43 UTC 

[PATCH v2] platform/x86: asus-wmi: fix FA401 series keyboard sleep strobe
 2026-09-02 16:42 UTC  (4+ messages)

thoughts on growing erofs-image-spec?
 2026-09-02 16:42 UTC 

[PATCH v4 5/6] drm/panel: Use managed helpers in display vendor panels
 2026-09-02 16:42 UTC  (2+ messages)

[PATCH v2] mm/slab: take n->list_lock in __slab_try_return_freelist() to avoid race
 2026-09-02 16:41 UTC 

[PATCH net 0/4] net/mlx5: SD LAG and devcom stability fixes
 2026-09-02 16:37 UTC  (5+ messages)
` [PATCH net 1/4] net/mlx5: SD, serialize SD LAG init/cleanup against LAG mode changes
` [PATCH net 2/4] net/mlx5: devcom, Base component size on linked devices
` [PATCH net 3/4] net/mlx5: SD, unload reps on shared FDB create error path
` [PATCH net 4/4] net/mlx5: LAG, reload IB reps of LAG master before the rest

[mszeredi-fuse:for-next 3/7] make[1]: *** No rule to make target 'tools/testing/selftests/filesystems/fuse/test_syncfs', needed by 'all'
 2026-09-02 16:40 UTC 

[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-02 16:40 UTC  (7+ messages)
` [PATCH 3/4] mm: replace PF_KSWAPD flag with kthread_func() check
` [PATCH 4/4] mm: replace PF_KCOMPACTD "

[PATCH 0/3] perf: Suppress redundant ITRACE start records for Arm SPE and CoreSight
 2026-09-02 16:39 UTC  (4+ messages)
` [PATCH 2/3] perf: arm_spe: Suppress redundant ITRACE start records

[PATCH v3] tracing: Take trace_array reference when opening options file
 2026-09-02 16:39 UTC  (2+ messages)

[PATCH mptcp-next 0/2] mptcp: pm: fix reachable extra_subflows guards
 2026-09-02 16:39 UTC  (7+ messages)
` [PATCH mptcp-next 1/2] mptcp: pm: bound extra_subflows admission on userspace PM
` [PATCH mptcp-next 2/2] mptcp: pm: skip extra_subflows accounting on disconnected msk

[RFC PATCH v4 00/16] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-09-02 16:39 UTC  (10+ messages)
` [RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing

[PATCH v5 00/15] hw/riscv: trivial code dup work (riscv-server-ref prep)
 2026-09-02 16:38 UTC  (4+ messages)
` [PATCH v5 01/15] hw/riscv/fdt-common: prepend helpers with "riscv_"

[PATCH net 0/2] net: macb: fix the link speed the taprio setup reads
 2026-09-02 16:37 UTC  (3+ messages)
` [PATCH net 2/2] net: macb: reject an unknown link speed in the taprio setup

[PATCH] arm64: dts: imx: Switch Data Modul i.MX8M eDM SBC to OF_UPSTREAM
 2026-09-02 16:37 UTC 

[PATCH v6 0/2] perf: Add some null ptr checks
 2026-09-02 16:37 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for perf: Add some null ptr checks (rev2)

[PATCH mptcp-net] mptcp: pm: cap userspace extra_subflows at U8_MAX
 2026-09-02 16:36 UTC  (2+ messages)

[PATCH v2 0/5] ceph: convert the inline data paths to folios
 2026-09-02 16:35 UTC  (6+ messages)
` [PATCH v2 1/5] ceph: use a folio in ceph_get_caps()
` [PATCH v2 2/5] ceph: use a folio in the inline read branch of ceph_filemap_fault()
` [PATCH v2 3/5] ceph: use a folio in the READ_INLINE path of ceph_read_iter()
` [PATCH v2 4/5] ceph: convert ceph_fill_inline_data() to take a folio
` [PATCH v2 5/5] ceph: convert r_locked_page to r_locked_folio

[PATCH] ihex: Fix 16 bit truncation in ihex_binrec_size()
 2026-09-02 16:35 UTC  (3+ messages)

[PATCH] hooks: introduce 'hooks.allowNoVerify' configuration
 2026-09-02 16:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v46 0/7] firmware: imx: driver for NXP secure-enclave
 2026-09-02 21:46 UTC  (7+ messages)
` [PATCH v46 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v46 5/7] firmware: imx: adds miscdev
` [PATCH v46 6/7] arm64: dts: imx8ulp: add secure enclave node

[RFC] ptwrite uprobes
 2026-09-02 16:35 UTC  (3+ messages)
` [RFC v1 05/19] ptwrite uprobes: Add minimal low level support for x86

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-09-02 16:35 UTC  (2+ messages)

[PATCH 0/6] eventdev: promote long-standing experimental API to stable
 2026-09-02 16:34 UTC  (3+ messages)
` [PATCH 3/6] eventdev/crypto: promote adapter runtime params "

[REGRESSION] [6.12.y] crypto: ccp - Move SEV/SNP Platform initialization to KVM breaks SEV-ES VM launch
 2026-09-02 16:34 UTC 

[PATCH] sched_ext: Fix NULL sched deref in select_cpu_and sub-sched error path
 2026-09-02 16:34 UTC  (3+ messages)

[PATCH v7 00/17] Collection of fixes for Panfrost: Perfcnt, RPM, refactorings
 2026-09-02 16:34 UTC  (10+ messages)
` [PATCH v7 13/17] drm/panfrost: Skip cache flush/invalidate when enabling perfcnt
` [PATCH v7 14/17] drm/panfrost: Avoid cache flush after perfcnt sample in fully coherent systems

[syzbot] [autofs?] memory leak in autofs_new_ino
 2026-09-02 16:33 UTC 

[PATCH v7] HID: pulsar: add driver for Pulsar gaming mice
 2026-09-02 16:33 UTC  (2+ messages)

[PATCH v2 0/7] build: split and unify linking of final image(s)
 2026-09-02 16:32 UTC  (3+ messages)
` [PATCH v2 2/7] Arm: split xen-syms linking rule

[PATCH v5 06/10] tracing: Fix subbuf resize races with trace_pipe_raw readers
 2026-09-02 16:33 UTC  (12+ messages)
` STABLE REQ: "

[PATCH] bootstage: fix unchecked malloc and undersized buffer in bootstage_mark_code()
 2026-09-02 16:31 UTC  (5+ messages)

[RFC PATCH v2 0/5] hw/pci, hw/arm/virt: fixed PCI BAR placement
 2026-09-02 16:30 UTC  (7+ messages)

RFC: Enable Sashiko code reviews for kexec@lists.infradead.org
 2026-09-02 16:29 UTC  (5+ messages)

[PATCH v3] selftests/mm: hugetlb_madv_vs_map: add underflow test
 2026-09-02 16:31 UTC 

[PATCH v2] docs: verify/bisect: fix typos
 2026-09-02 16:30 UTC  (2+ messages)

[PATCH RESEND v1 0/2] arm64: dts: qcom: lemans-evk: Update SDHC storage support via overlays
 2026-09-02 16:30 UTC  (5+ messages)
` [PATCH RESEND v1 1/2] arm64: dts: qcom: lemans-evk: Move SD card support to overlay
` [PATCH RESEND v1 2/2] arm64: dts: qcom: lemans-evk: Add SDHCI support for eMMC via overlay

[PATCH RFC v3 0/8] kcov: add per-task dataflow tracking for function arguments/return values
 2026-09-02 16:29 UTC  (9+ messages)
` [PATCH RFC v3 1/8] "
` [PATCH RFC v3 2/8] Documentation: add kcov-dataflow.rst
` [PATCH RFC v3 3/8] selftests/kcov_dataflow: add ioctl interface selftest
` [PATCH RFC v3 4/8] selftests/kcov_dataflow: add rust_ffi_contract selftest
` [PATCH RFC v3 5/8] selftests/kcov_dataflow: add binderfs selftest
` [PATCH RFC v3 6/8] selftests/kcov_dataflow: add eight_struct_args_{c,rust} selftest module
` [PATCH RFC v3 7/8] selftests/kcov_dataflow: add rust_kworker_remote "
` [PATCH RFC v3 8/8] selftests/kcov_dataflow: add trigger-view.py

[PATCH] srcutiny: Enable atomic SRCU flavor tracking
 2026-09-02 16:29 UTC  (5+ messages)

[PATCH 0/2] fix a leak in submodule error path
 2026-09-02 16:29 UTC  (6+ messages)
` [PATCH 1/2] repository: make repo_clear() idempotent

[PATCH V5 0/3] arm64: dts: qcom: Monaco: Enable SDHCI storage support
 2026-09-02 16:29 UTC  (5+ messages)
` [PATCH V5 2/3] arm64: dts: qcom: monaco-evk: Enable SDHCI for SD Card via overlay
` [PATCH V5 3/3] arm64: dts: qcom: monaco-evk: Add SDHCI support for eMMC "

[PATCH v4 00/14] ceph: add binary logging (BLOG) for CephFS
 2026-09-02 16:28 UTC  (15+ messages)
` [PATCH v4 01/14] ceph: add BLOG private headers
` [PATCH v4 02/14] ceph: add BLOG deserialization support
` [PATCH v4 03/14] ceph: add BLOG page-fragment allocator
` [PATCH v4 04/14] ceph: add BLOG magazine batch allocator
` [PATCH v4 05/14] ceph: add BLOG logger core
` [PATCH v4 06/14] ceph: add BLOG per-module context management
` [PATCH v4 07/14] ceph: add Ceph BLOG scaffolding
` [PATCH v4 08/14] ceph: add bout and boutc wrappers for BLOG
` [PATCH v4 09/14] ceph: switch MDS request plumbing to struct ceph_journal_info
` [PATCH v4 10/14] ceph: add BLOG debugfs interface
` [PATCH v4 11/14] ceph: convert VFS inode and directory paths to bout
` [PATCH v4 12/14] ceph: convert VFS data I/O "
` [PATCH v4 13/14] ceph: convert capability and snapshot "
` [PATCH v4 14/14] ceph: convert remaining helper "

[PATCH RESEND] crypto: x86/aria - add missing vzeroupper in AVX2 code
 2026-09-02 16:27 UTC  (3+ messages)

[RFC PATCH v2 0/4] docs/devel, AGENTS.md: a completely new policy on AI-generated contributions
 2026-09-02 16:26 UTC  (4+ messages)
` [PATCH 2/4] AGENTS.md: Let agents know what the participation rules are

[PATCH] RDMA/irdma: Enforce local fence for IB_WR_REG_MR
 2026-09-02 16:27 UTC  (2+ messages)

[PATCH net-next 10/10] net: dsa: microchip: add periodic output support for the KSZ8463
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,10/10] "

[PATCH net-next 06/10] net: dsa: microchip: extract compute_width
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,06/10] "

[PATCH net-next 05/10] net: dsa: microchip: extract ptp_get_pin
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,05/10] "

[PATCH net-next 04/10] net: dsa: microchip: extract PTP callbacks configuration from PTP registration
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,04/10] "

[PATCH net-next 02/10] net: dsa: microchip: add the number of periodic signals to chip infos
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,02/10] "

[PATCH net-next 01/10] net: dsa: microchip: add the number of pins to chip infos
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,01/10] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.