messages from 2026-03-13 03:04:38 to 2026-03-13 06:25:58 UTC [more...]
[PATCH v9 0/3] media: qcom: camss: Add camss TPG support for multiple targets
2026-03-13 6:25 UTC (5+ 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/5] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
2026-03-13 6:25 UTC (4+ messages)
` [PATCH V2 1/5] dmaengine: xilinx_dma: Fix MCDMA descriptor fields for MM2S vs S2MM
` [PATCH V2 2/5] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit
` [PATCH V2 3/5] dmaengine: xilinx_dma: Extend metadata handling for AXI MCDMA
[PATCH v3 03/12] rvtrace: Add functions to create/destroy a trace component path
2026-03-13 6:25 UTC
[PATCH] linux-firmware: update firmware for MT7921 WiFi device
2026-03-13 6:25 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix line over 80 chars in ioctl_cfg80211.c
2026-03-13 6:21 UTC (2+ messages)
[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 (3+ 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 (3+ 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 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)
[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
[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 6.12 000/265] 6.12.77-rc1 review
2026-03-13 6:10 UTC (5+ messages)
` freeze during boot regression "
[PATCHv3] gpio: virtio: remove one kcalloc
2026-03-13 6:09 UTC (2+ messages)
[PATCH v2 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-13 6:08 UTC (18+ 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 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) "
[PATCH 0/2] cpufreq: governor: Apply limits with target_freq instead of policy->cur
2026-03-13 6:05 UTC (9+ messages)
[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
[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
[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] 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 (9+ messages)
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM
` [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] Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"
2026-03-13 5:41 UTC
[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 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 v1 0/4] Add eDP support for RK3576
2026-03-13 2:07 UTC (4+ messages)
` [PATCH v1 1/4] dt-bindings: display: rockchip: analogix-dp: Add "
[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
[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] 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 (3+ messages)
[PATCH 6.19 00/13] 6.19.8-rc1 review
2026-03-13 5:19 UTC (3+ messages)
[PATCH] selftests/sched_ext: Add missing error check for exit__load()
2026-03-13 5:17 UTC
[PATCH v6 0/5] Add i.MX943 PCIe supports
2026-03-13 5:17 UTC (6+ messages)
` [PATCH v6 1/5] dt-bindings: PCI: imx6q-pcie: Change maxItems of clocks and clock-names to 6
` [PATCH v6 2/5] dt-bindings: PCI: imx6q-pcie: Add i.MX94 and i.MX943 PCIe compatible strings
` [PATCH v6 3/5] arm64: dts: imx94: add pcie0 and pcie0-ep supports
` [PATCH v6 4/5] arm64: dts: imx943: add pcie1 and pcie1-ep supports
` [PATCH v6 5/5] arm64: dts: imx943-evk: Add pcie[0,1] and pcie-ep[0,1] support
[PATCH] PCI: sysfs: Suppress FW_BUG warning when NUMA node already matches
2026-03-13 5:08 UTC
[PATCH v4 0/8] media: qcom: iris: rework platform data handling
2026-03-13 5:07 UTC (10+ messages)
` [PATCH v4 1/8] media: qcom: iris: drop pas_id from the iris_platform_data struct
` [PATCH v4 2/8] media: qcom: iris: use common set_preset_registers function
` [PATCH v4 3/8] media: qcom: iris: don't use function indirection in gen2-specific code
` [PATCH v4 4/8] media: qcom: iris: split HFI session ops from core ops
` [PATCH v4 5/8] media: qcom: iris: merge hfi_response_ops and hfi_command_ops
` [PATCH v4 6/8] media: qcom: iris: move get_instance to iris_hfi_sys_ops
` [PATCH v4 7/8] media: qcom: iris: split firmware_data from raw platform data
` [PATCH v4 8/8] media: qcom: iris: split platform data from firmware data
[PATCH] printk: add early_counter_ns routine for printk blind spot
2026-03-13 4:52 UTC (4+ messages)
` [PATCH v3] printk: fix zero-valued printk timestamps in early boot
[PATCH] mm/damon/stat: monitor all System RAM resources
2026-03-13 4:44 UTC
[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
2026-03-13 4:35 UTC (7+ messages)
` [PATCH v3 2/7] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v3 3/7] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v3 4/7] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v3 5/7] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v3 6/7] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v3 7/7] selftest/cgroup: fix zswap attempt_writeback() on 64K "
[PATCH] nvme-tcp.h: correct kernel-doc comments
2026-03-13 4:22 UTC (3+ messages)
[PATCH] MAINTAINERS: Update maintainers for Hyper-V DRM driver
2026-03-13 4:21 UTC
[PATCH v2 0/3] lib/bootconfig: three bug fixes
2026-03-13 4:18 UTC (9+ messages)
` [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
` [PATCH] bootconfig: Add bootconfig tests about braces
[PATCH v2] ASoC: sma1307: fix double free of devm_kzalloc() memory
2026-03-13 4:06 UTC
[PATCH net-next v4 0/2] net: dsa: mxl862xx: add support for bridge offloading
2026-03-13 4:02 UTC (3+ messages)
` [PATCH net-next v4 2/2] net: dsa: mxl862xx: implement "
[PATCH] mm/mempolicy: add sysfs interface to override NUMA node bandwidth
2026-03-13 3:51 UTC (5+ messages)
[PATCH v2] sched/psi: Skip CPUs with zero non-idle jiffies in per-CPU aggregation
2026-03-13 3:48 UTC (2+ messages)
` [PATCH v3] "
[PATCH net] l2tp: ppp: use max L2TP header size for PPP channel hdrlen
2026-03-13 3:47 UTC
[PATCH] mm/mempolicy: add sysfs interface to override NUMA node bandwidth
2026-03-13 3:39 UTC (2+ messages)
[PATCH v2 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
2026-03-13 3:35 UTC (7+ messages)
[PATCH v6 1/4] dt-bindings: soc: rockchip: grf: Add RV1103B compatibles
2026-03-13 3:16 UTC (3+ messages)
` [PATCH v6 2/4] ARM: dts: rockchip: Add support for RV1103B
[PATCH v2 0/3] Arm China Linlon-D6 display controller support
2026-03-13 3:31 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Arm Technology (China) Co., Ltd
` [PATCH v2 2/3] dt-bindings: display: arm,komeda: add Arm China Linlon D6 compatible
` [PATCH v2 3/3] drm/komeda: Add support for Arm China Linlon-D6
[PATCH v3 0/3] lib/crypto: x86/sha: Add PHE Extensions support
2026-03-13 3:28 UTC (9+ messages)
` [PATCH v3 2/3] lib/crypto: x86/sha1: PHE Extensions optimized SHA1 transform function
[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
2026-03-13 3:26 UTC (6+ messages)
[PATCH v3 0/3] PCI: qcom: Program T_POWER_ON value for L1.2 exit timing
2026-03-13 2:49 UTC (3+ messages)
` [PATCH v3 3/3] PCI: qcom: Program T_POWER_ON
[Question]nfs: never returned delegation
2026-03-13 3:22 UTC (8+ messages)
` [Question]nfs: should nfs timeout even with NFS_CS_NO_RETRANS_TIMEOUT ?
[PATCH 6.1.y] net: fec: handle page_pool_dev_alloc_pages error
2026-03-13 3:20 UTC
[PATCH] staging: rtl8723bs: add blank lines after variable declarations
2026-03-13 3:20 UTC (2+ messages)
[PATCH v2 0/5] arm64: dts: qcom: Support AYN QCS8550 Devices
2026-03-13 3:19 UTC (5+ messages)
` [PATCH v2 2/5] arm64: dts: qcom: Add AYN QCS8550 Common
[PATCH v2 0/5] md/md-llbitmap: fixes and proactive parity building support
2026-03-13 3:16 UTC (3+ messages)
` [PATCH v2 4/5] md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building
[PATCH v1 2/2] arm64: dts: qcom: qcs6490-rb3gen2: Enable CAN bus controller
2026-03-13 3:11 UTC (11+ messages)
[PATCH] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: disable wcn6750 and wpss
2026-03-13 3:09 UTC (11+ messages)
` [PATCH v2] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: disable WCN6750 and WPSS
` [PATCH v3] "
[PATCH] btrfs: reject root with mismatched level between root_item and node header
2026-03-13 3:09 UTC (4+ messages)
[PATCH] staging: rtl8723bs: Remove dead code
2026-03-13 3:08 UTC (2+ messages)
[syzbot] [kernfs?] possible deadlock in lookup_slow (3)
2026-03-13 3:08 UTC (2+ messages)
[PATCH V2 0/4] record non-slab shrinkers for non-root memcgs when kmem is disabled
2026-03-13 3:04 UTC (6+ messages)
` [PATCH V2 3/4] mm: shrinker: optimize the allocation of shrinker_info when setting cgroup_memory_nokmem
[PATCH net-next v2 0/4] net: move netdev_compute_master_upper_features to ndo_set_features
2026-03-13 3:03 UTC (2+ messages)
` [PATCH net-next v2 4/4] net: no need to disable LRO specifically
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox