All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 05:20:58 to 2026-03-13 06:21:46 UTC [more...]

[PATCH v2 00/38] target/cpu: Do not include 'exec/cpu-defs.h' anymore
 2026-03-13  6:20 UTC  (3+ messages)
` [PATCH v2 01/38] target/arm: Remove target_ulong use in hvf_handle_psci_call()
` [PATCH v2 04/38] monitor/hmp: : Include missing 'exec/target_long.h' header

[meta-oe][PATCH v2 6/6] libcbor: upgrade 0.12.0 -> 0.13.0
 2026-03-13  6:17 UTC 

[PATCH v7] arm64: implement support for static call trampolines
 2026-03-13  6:18 UTC 

[PATCH] virtio: document the map API in the driver writing guide
 2026-03-13  6:18 UTC  (2+ messages)

[PATCH] virtio: add kernel-doc for map and vmap members
 2026-03-13  6:18 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: hisilicon,504-nfc: convert to DT schema
 2026-03-13  6:18 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
 2026-03-13  6:17 UTC  (5+ messages)

[PATCH v3 0/2] Add ITE IT6162 MIPI DSI to HDMI bridge driver
 2026-03-13  6:16 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge
` [PATCH v3 2/2] drm/bridge: Add ITE IT6162 MIPI DSI to HDMI bridge driver

[PATCH v2] ppc/pnv: fix dumpdtb option
 2026-03-13  6:15 UTC  (2+ messages)

[PATCH v9 0/3] media: qcom: camss: Add camss TPG support for multiple targets
 2026-03-13  6:15 UTC  (4+ messages)
` [PATCH v9 1/3] media: qcom: camss: Add common TPG support
` [PATCH v9 2/3] media: qcom: camss: Add link support for TPG
` [PATCH v9 3/3] media: qcom: camss: tpg: Add TPG support for multiple targets

[PATCH v2 0/3] Add iommufd ioctls to support TSM operations
 2026-03-13  6:15 UTC  (3+ messages)
` [PATCH v2 1/3] iommufd/viommu: Allow associating a KVM VM fd with a vIOMMU

[PATCH] usb: typec: add kernel-doc for priority and mode_selection members
 2026-03-13  6:15 UTC  (2+ messages)

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-13  6:14 UTC  (5+ messages)

[OE-core][PATCH v8 0/7] SPDX 3.0 SBOM enrichment and compliance improvements
 2026-03-13  6:14 UTC  (4+ messages)
` [OE-core][PATCH v9 "
  ` [OE-core][PATCH v9 5/7] oeqa/selftest: Add tests for source download enrichment

[PATCH RFC v3 00/43] guest_memfd: In-place conversion support
 2026-03-13  6:13 UTC  (44+ messages)
` [PATCH RFC v3 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v3 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v3 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v3 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v3 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v3 06/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v3 07/43] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 08/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v3 09/43] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 10/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v3 11/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v3 12/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v3 13/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v3 14/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v3 15/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v3 16/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v3 17/43] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 18/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v3 19/43] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v3 20/43] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v3 21/43] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v3 22/43] KVM: selftests: Test indexing in guest_memfd
` [PATCH RFC v3 23/43] KVM: selftests: Test conversion before allocation
` [PATCH RFC v3 24/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v3 25/43] KVM: selftests: Test precision of conversion
` [PATCH RFC v3 26/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v3 27/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v3 28/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v3 29/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v3 30/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v3 31/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v3 32/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v3 33/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v3 34/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v3 35/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v3 36/43] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v3 37/43] KVM: selftests: Update private memory exits test work with per-gmem attributes
` [PATCH RFC v3 38/43] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v3 39/43] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v3 40/43] KVM: x86: Add support for applying content modes
` [PATCH RFC v3 41/43] KVM: x86: Support content mode ZERO for TDX
` [PATCH RFC v3 42/43] KVM: selftests: Allow flags to be specified in set_memory_attributes functions
` [PATCH RFC v3 43/43] KVM: selftests: Update tests to use flag-enabled library functions

[driver-core:driver-core-testing 3/16] Warning: fs/kernfs/dir.c:491 function parameter 'drop_supers' not described in 'kernfs_drain'
 2026-03-13  6:13 UTC  (3+ messages)

[RFC] selinux: add selinux=2 boot parameter for permissive mode through kernel cmdline
 2026-03-13  6:12 UTC 

[PATCH] nvmet fabrics-cmd-auth.c : validate negotiate payload length(KASAN: slab-out-of-bounds in nvmet_execute_auth_send+0x1d24/0x2090)
 2026-03-13  6:11 UTC  (5+ messages)
` [PATCH v2] nvmet-auth: validate negotiate payload length(BUG: KASAN: slab-out-of-bounds)

[PATCH v2 00/17] cleanup in spi by use devm_clk_get_enabled
 2026-03-13  6:08 UTC  (54+ messages)
` [PATCH v2 01/17] spi: axiado: Use helper function devm_clk_get_enabled()
` [PATCH v2 02/17] spi: bcm63xx-hsspi: "
` [PATCH v2 03/17] spi: bcmbca-hsspi: "
` [PATCH v2 04/17] spi: img-spfi: "
` [PATCH v2 05/17] spi: imx: "
` [PATCH v2 06/17] spi: npcm-pspi: "
` [PATCH v2 07/17] spi: orion: "
` [PATCH v2 08/17] spi: rockchip-sfc: "
` [PATCH v2 09/17] spi: sifive: "
` [PATCH v2 10/17] spi: slave-mt27xx: "
` [PATCH v2 11/17] spi: st: "
` [PATCH v2 12/17] spi: stm32-qspi: "
` [PATCH v2 13/17] spi: stm32: "
` [PATCH v2 14/17] spi: sunplus-sp7021: "
` [PATCH v2 15/17] spi: uniphier: "
` [PATCH v2 16/17] spi: zynq-qspi: "
` [PATCH v2 17/17] spi: zynqmp-gqspi: "

[PATCH 6.12 000/265] 6.12.77-rc1 review
 2026-03-13  6:10 UTC  (4+ messages)
` freeze during boot regression "

[PATCH net] virtio-net: clear NETIF_F_GRO_HW if no GRO-related offloads are capable
 2026-03-13  6:10 UTC  (2+ messages)

[PATCHv3] gpio: virtio: remove one kcalloc
 2026-03-13  6:09 UTC  (2+ messages)

[PATCH v3] tg3: replace placeholder MAC address with device property
 2026-03-13  6:08 UTC 

[PATCH V8 00/13] pci-imx6: Add support for parsing the reset property in new Root Port binding
 2026-03-13  6:08 UTC  (3+ messages)
` [PATCH V8 06/13] arm: dts: imx6qdl: Add Root Port node and PERST property

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-13  6:07 UTC  (3+ messages)
` [PATCH 06/15] cpufreq: Use trace_invoke_##name() at guarded tracepoint "

[PATCH v2 0/7] Remove the Kontron SMARC-sAM67 board
 2026-03-13  6:07 UTC  (2+ messages)
` (subset) "

[RFC v2 0/9] net/filter-redirector: Add AF_PACKET support for vhost-net
 2026-03-13  6:05 UTC  (2+ messages)

[PATCH 0/2] cpufreq: governor: Apply limits with target_freq instead of policy->cur
 2026-03-13  6:05 UTC  (9+ messages)

[PATCH v2 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-03-13  6:04 UTC  (3+ messages)
` [PATCH v2 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay

[PATCH v3 0/3] Add queue ready message to VDUSE
 2026-03-13  6:04 UTC  (9+ messages)
` [PATCH v3 2/3] vduse: add VDUSE_GET_FEATURES ioctl
` [PATCH v3 3/3] vduse: add F_QUEUE_READY feature

[RFC uL PATCH 0/2] Add TI's event mux router driver and build
 2026-03-13  6:04 UTC  (3+ messages)
` [RFC uL PATCH 1/2] dt-bindings: mux-controller: ti: add binding for event mux router
` [RFC uL PATCH 2/2] mux-controller: ti: add driver "

[PATCH v2 0/4] x86/mtrr: Allow MTRR updates on multiple CPUs in parallel
 2026-03-13  6:03 UTC  (11+ messages)

[PATCH v3 0/2] Add scmi powerdomain for sky1
 2026-03-13  6:03 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: cix,sky1-pcie-host: Add power-domains
` [PATCH v3 2/2] arm64: dts: cix: Add scmi powerdomain nodes for sky1

[PATCH V2] rust: Enable parallel-frontend-threads
 2026-03-13  6:02 UTC 

[PATCH mt76 1/6] wifi: mt76: mt7996: fix RRO EMU configuration
 2026-03-13  6:00 UTC  (7+ messages)
` [PATCH mt76 5/6] wifi: mt76: mt7996: fix the temporary buffer for calibration-free data
` [PATCH mt76 6/6] wifi: mt76: mt7996: fix issues with manually triggered radar detection

sof-soundwire: rt1320: add playback control switch
 2026-03-13  5:59 UTC 

[PATCH 0/2] nvmet-tcp: fix receive path error handling and state machine
 2026-03-13  5:58 UTC  (2+ messages)

[PATCH v2] vduse: Add suspend
 2026-03-13  5:57 UTC  (4+ messages)

[PATCH 1/2] remoteproc: qcom: pas: Fix the dtb PAS context creation
 2026-03-13  5:57 UTC  (6+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: Map/unmap subsystem region before auth_and_reset

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-13  5:55 UTC  (6+ messages)
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version

[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
 2026-03-13  5:54 UTC  (4+ messages)

[PATCH 0/2] hw/misc/allwinner-cpucfg: single-binary
 2026-03-13  5:52 UTC  (4+ messages)
` [PATCH 1/2] target/arm/cpu.h: restrict cpu-defs.h to target specific code

[PATCH] drm/display: Increase DP_RECEIVER_CAP_SIZE from 15 to 16 bytes
 2026-03-13  5:51 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/display: Increase DP_RECEIVER_CAP_SIZE from 15 to 16 bytes (rev2)

[PATCH 0/8] hw/vfio: single-binary
 2026-03-13  5:50 UTC  (5+ messages)
` [PATCH 6/8] hw/vfio/ap.c: use full path for target specific header

[PATCH] powerpc/xive: fix kmemleak caused by incorrect chip_data lookup
 2026-03-13  5:48 UTC  (2+ messages)

[PATCH v2] drm/xe/oa: Allow reading after disabling OA stream
 2026-03-13  5:45 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/oa: Allow reading after disabling OA stream (rev2)

[PATCH] powerpc/iommu: fix lockdep warning during PCI enumeration
 2026-03-13  5:45 UTC  (3+ messages)

[PATCH] Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"
 2026-03-13  5:41 UTC 

[axboe:rw_iter 359/471] drivers/remoteproc/remoteproc_debugfs.c:86 rproc_coredump_write() warn: potential spectre issue 'buf' [w]
 2026-03-13  5:40 UTC 

[PATCH v3 0/2] replay: add --revert mode to reverse commit changes
 2026-03-13  5:40 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] sequencer: extract revert message formatting into shared function
  ` [PATCH v4 2/2] replay: add --revert mode to reverse commit changes

[PATCH 0/8] iommu/vt-d: Hitless PASID updates via entry_sync
 2026-03-13  5:39 UTC  (3+ messages)
` [PATCH 1/8] iommu: Lift and generalize the STE/CD update code from SMMUv3

[PATCH] arm64: Clear VTCR_EL2 in __init_el2_stage2()
 2026-03-13  5:38 UTC 

[PATCH v1] spi: designware: add support for bits-per-word DT binding
 2026-03-13  1:43 UTC  (9+ messages)

[PATCH V2 0/4] KVM: X86: Correctly populate nested page fault
 2026-03-13  5:36 UTC  (5+ messages)
` [PATCH V2 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK

[PATCH v2 0/1] ocfs2: split transactions in dio completion to avoid
 2026-03-13  5:35 UTC  (6+ messages)
` [PATCH v2 1/1] ocfs2: split transactions in dio completion to avoid credit exhaustion

[RFC mptcp-next v5 0/7] VME over MPTCP
 2026-03-13  5:35 UTC  (2+ messages)

[PATCH v2] t0410: modernize delete_object helper
 2026-03-13  5:31 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] Add AST2700 support for aspeed sdhci
 2026-03-13  5:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mmc: sdhci-of-aspeed : Add ast2700 support
` [PATCH 2/2] mmc: sdhci-of-aspeed: "

[PATCH i-g-t v1] tests/kms_rotation_crc: Drain queued CRCs to avoid stale comparisons
 2026-03-13  5:28 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for tests/kms_rotation_crc: Drain queued CRCs to avoid stale comparisons (rev2)

[PATCH] cifs: open files should not hold ref on superblock
 2026-03-13  5:27 UTC  (3+ messages)

[PATCH v3] migration/options: Fix leaks in StrOrNull qdev accessors
 2026-03-13  5:27 UTC  (2+ messages)

[PATCH] nvmet: auth: validate dhchap id list lengths(KASAN: slab-out-of-bounds)
 2026-03-13  5:24 UTC  (2+ messages)
` [PATCH v2] nvmet: auth: validate dhchap id list lengths

[PATCH 6.18 00/13] 6.18.18-rc1 review
 2026-03-13  5:24 UTC  (2+ messages)

[PATCH] s390/pkey: Remove synchronize_rcu from pkey_handler_register
 2026-03-13  5:23 UTC 

[PATCH v3 i-g-t 0/4] lib: Add NVL-P and WCL support
 2026-03-13  5:21 UTC  (3+ messages)
` [PATCH v3 i-g-t 4/4] lib: Add WildcatLake to compute kernel tables

[PATCH 00/18] dbtr: Fixes and heterogeneous trigger types
 2026-03-13  5:19 UTC  (10+ messages)
` [PATCH 10/18] dbtr: Avoid crash in sbi_debug_read_triggers
` [PATCH 11/18] dbtr: Succeed operations with no triggers in mask
` [PATCH 12/18] dbtr: Move hardware trigger probing to a function
` [PATCH 13/18] dbtr: Rework install and update error handling
` [PATCH 14/18] dbtr: Decouple dbtr trigger index from hardware trigger number
` [PATCH 15/18] dbtr: Move trigger feature support test into a function
` [PATCH 16/18] dbtr: Heterogeneous trigger type support
` [PATCH 17/18] dbtr: Heterogeneous access type matching for mcontrol triggers
` [PATCH 18/18] dbtr: Work around specification bug in range checks

[PATCH v3 0/3] amd_iommu: Support Generation of IOMMU XT interrupts
 2026-03-13  5:20 UTC  (6+ messages)
` [PATCH v3 3/3] amd_iommu: Generate XT interrupts when xt support is enabled


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.