messages from 2026-04-28 08:27:25 to 2026-04-29 04:12:40 UTC [more...]
[PATCH 0/7] mm/damon/reclaim,lru_sort: monitor all system rams by default
2026-04-29 4:12 UTC (3+ messages)
` [PATCH 6/7] Docs/admin-guide/mm/damon/reclaim: update for entire memory monitoring
` [PATCH 7/7] Docs/admin-guide/mm/damon/lru_sort: "
[PATCH v2 0/4] clk: update kernel docs
2026-04-29 2:22 UTC (4+ messages)
` [PATCH v2 1/4] clk: move core flags into a new enum for "
[PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage
2026-04-29 3:31 UTC (3+ messages)
[PATCH 0/3] Documentation: security-bugs: new updates covering triage and AI
2026-04-29 3:09 UTC (8+ messages)
` [PATCH 2/3] Documentation: security-bugs: explain what is and is not a security bug
[PATCH 00/14] Bump minimum version of LLVM for building the kernel to 17.0.1
2026-04-29 2:59 UTC (2+ messages)
` [PATCH 01/14] kbuild: "
[RFC PATCH 0/2] scripts: add kconfirm
2026-04-29 0:38 UTC (17+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] Documentation: dev-tools: "
[PATCH v5 00/21] Virtual Swap Space
2026-04-28 23:53 UTC (14+ messages)
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-04-28 23:51 UTC (14+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
2026-04-28 23:40 UTC (62+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 02/53] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v5 03/53] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v5 04/53] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v5 05/53] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v5 06/53] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH RFC v5 07/53] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v5 08/53] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v5 09/53] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v5 11/53] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH RFC v5 12/53] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH RFC v5 13/53] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH RFC v5 14/53] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH RFC v5 15/53] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v5 16/53] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH RFC v5 17/53] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH RFC v5 18/53] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v5 19/53] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v5 20/53] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v5 21/53] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v5 22/53] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v5 23/53] KVM: x86: Support SW_PROTECTED_VM in applying content modes
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 25/53] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH RFC v5 26/53] KVM: x86: Support SNP and TDX applying content modes
` [PATCH RFC v5 27/53] KVM: x86: Bug CoCo VM on page fault before finalizing
` [PATCH RFC v5 28/53] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v5 29/53] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v5 30/53] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v5 31/53] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 33/53] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v5 34/53] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v5 35/53] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v5 36/53] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v5 37/53] KVM: selftests: Test conversion before allocation
` [PATCH RFC v5 38/53] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v5 39/53] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v5 40/53] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v5 41/53] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v5 42/53] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v5 43/53] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v5 44/53] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v5 45/53] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v5 46/53] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v5 47/53] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v5 48/53] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v5 49/53] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v5 50/53] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v5 51/53] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v5 52/53] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v5 53/53] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
` [POC PATCH 2/6] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "
[PATCH v2 0/8] x86/resctrl: Support for AMD Global (Slow) Memory Bandwidth Allocation
2026-04-28 23:27 UTC (4+ messages)
` [PATCH v2 2/8] x86/resctrl: Add RESCTRL_NPS_NODE scope for AMD NPS-aligned domains
[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
2026-04-28 22:42 UTC (12+ messages)
` [PATCH net-next 01/11] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next 02/11] net: bnxt: convert netmem_tx from bool to NETMEM_TX_DMA enum
` [PATCH net-next 03/11] gve: "
` [PATCH net-next 04/11] net/mlx5e: "
` [PATCH net-next 05/11] eth: fbnic: "
` [PATCH net-next 06/11] netkit: set NETMEM_TX_NO_DMA for unreadable skb passthrough
` [PATCH net-next 07/11] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next 08/11] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next 09/11] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next 10/11] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next 11/11] selftests: drv-net: add netkit devmem tests
[PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation
2026-04-28 22:11 UTC (2+ messages)
[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
2026-04-28 20:06 UTC (7+ messages)
` [PATCH V4 1/2] daxctl: Add support for famfs mode
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-04-28 19:12 UTC
[PATCH] fprobe: Add unregister_fprobe_sync() for synchronous unregistration
2026-04-28 18:27 UTC (2+ messages)
[PATCH v2] cgroup/cpuset: Clarify the delegation rules of partition
2026-04-28 18:09 UTC
[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
2026-04-28 18:05 UTC (15+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
` [EXT] "
[PATCH v2 0/4] Allow disabling RAPL during SNP initialization
2026-04-28 18:04 UTC (10+ messages)
` [PATCH v2 3/4] KVM: SEV: Add the kvm-amd.rapl_disable module parameter
[PATCH] docs/pt_BR: process: link maintainer-kvm-x86 in maintainer-handbooks
2026-04-28 18:02 UTC
[PATCH] cgroup/cpuset: Creating or adding CPUs to partition not allowed without privilege
2026-04-28 18:02 UTC (6+ messages)
[PATCH v18 25/42] dept: add documents for dept
2026-04-28 16:26 UTC (2+ messages)
` [PATCH] dept: update documentation function names to match implementation
[PATCH] Documentation/cgroup-v2: warn about cgroup.kill / cgroup.freeze delegation
2026-04-28 16:17 UTC (2+ messages)
[PATCH v10 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
2026-04-28 16:07 UTC (4+ messages)
` [PATCH v10 1/3] dt-bindings: hwmon: Document the LTC4283 "
` [PATCH v10 2/3] hwmon: ltc4283: Add support for "
` [PATCH v10 3/3] gpio: gpio-ltc4283: "
[PATCH v2 11/11] docs: smb: document SMB3 over QUIC setup for cifs.ko and ksmbd.ko
2026-04-28 16:00 UTC
[PATCH net-next 0/2] dpll: add pin operational state
2026-04-28 15:49 UTC (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] dpll: zl3073x: implement pin operational state reporting
[PATCH v9.2] mm/damon: add node_eligible_mem_bp goal metric
2026-04-28 15:31 UTC (2+ messages)
[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
2026-04-28 15:24 UTC (3+ messages)
[PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo
2026-04-28 14:21 UTC (2+ messages)
[PATCH iwl-next v7 00/14] Introduce iXD driver
2026-04-28 14:16 UTC (29+ messages)
` [PATCH iwl-next v7 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
` [Intel-wired-lan] "
` [PATCH iwl-next v7 02/14] libie: add PCI device initialization helpers to libie
` [Intel-wired-lan] "
` [PATCH iwl-next v7 04/14] libie: add control queue support
` [Intel-wired-lan] "
` [PATCH iwl-next v7 05/14] libie: add bookkeeping support for control queue messages
` [Intel-wired-lan] "
` [PATCH iwl-next v7 06/14] idpf: remove 'vport_params_reqd' field
` [Intel-wired-lan] "
` [PATCH iwl-next v7 07/14] idpf: refactor idpf to use libie_pci APIs
` [Intel-wired-lan] "
` [PATCH iwl-next v7 08/14] idpf: refactor idpf to use libie control queues
` [PATCH iwl-next v7 09/14] idpf: make mbx_task queueing and cancelling more consistent
` [Intel-wired-lan] "
` [PATCH iwl-next v7 10/14] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH iwl-next v7 11/14] ixd: add basic driver framework for Intel(R) Control Plane Function
` [Intel-wired-lan] "
` [PATCH iwl-next v7 12/14] ixd: add reset checks and initialize the mailbox
` [PATCH iwl-next v7 13/14] ixd: add the core initialization
` [Intel-wired-lan] "
` [PATCH iwl-next v7 14/14] ixd: add devlink support
` [Intel-wired-lan] "
[PATCH] docs: driver-api: eisa: add SPDX license identifier
2026-04-28 13:45 UTC (5+ messages)
[PATCH] docs: proc: fix minor grammar and formatting issues
2026-04-28 13:30 UTC
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-04-28 13:07 UTC (6+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
2026-04-28 12:53 UTC (4+ messages)
[PATCH] docs: proc: fix minor grammar and formatting issues
2026-04-28 12:49 UTC (2+ messages)
[PATCH v2 0/2] Add support for LX1308
2026-04-28 12:19 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: trivial: Add LX1308 support
` [PATCH v2 2/2] hwmon: (pmbus/lx1308) Add support for LX1308
[PATCH v13 net-next 00/11] nbl driver for Nebulamatrix NICs
2026-04-28 11:49 UTC (12+ messages)
` [PATCH v13 net-next 01/11] net/nebula-matrix: add minimum nbl build framework
` [PATCH v13 net-next 02/11] net/nebula-matrix: add our driver architecture
` [PATCH v13 net-next 03/11] net/nebula-matrix: add chip related definitions
` [PATCH v13 net-next 04/11] net/nebula-matrix: channel msg value and msg struct
` [PATCH v13 net-next 05/11] net/nebula-matrix: add channel layer
` [PATCH v13 net-next 06/11] net/nebula-matrix: add common resource implementation
` [PATCH v13 net-next 07/11] net/nebula-matrix: add intr "
` [PATCH v13 net-next 08/11] net/nebula-matrix: add vsi "
` [PATCH v13 net-next 09/11] net/nebula-matrix: add Dispatch layer implementation
` [PATCH v13 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/reinit operation
` [PATCH v13 net-next 11/11] net/nebula-matrix: add common dev start/stop operation
[PATCH v2 v2] Documentation: proc: fix section numbering in table of contents
2026-04-28 10:36 UTC (5+ messages)
[PATCH v2] Documentation/rv: Replace stale website link
2026-04-28 9:39 UTC (3+ messages)
[PATCH v11 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2026-04-28 9:21 UTC (3+ messages)
` [PATCH v11 08/11] tee: add Qualcomm TEE driver
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