messages from 2026-07-28 10:07:07 to 2026-07-29 00:35:11 UTC [more...]
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-07-29 0:35 UTC (40+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 02/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 05/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v9 06/41] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v9 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v9 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v9 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v9 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v9 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v9 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v9 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v9 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v9 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v9 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v9 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v9 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v9 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v9 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v9 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v9 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v9 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v9 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v9 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v9 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v9 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v4 net-next 0/7] ptp: Add PHC timestamp quality attributes
2026-07-29 0:26 UTC (9+ messages)
` [PATCH v4 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
[PATCH v4 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
2026-07-29 0:25 UTC (8+ messages)
` [PATCH v4 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c
[PATCH v5 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
2026-07-29 0:16 UTC (3+ messages)
[PATCH v5 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
2026-07-29 0:01 UTC (2+ messages)
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-07-28 23:18 UTC (40+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 02/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v7 03/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 06/36] KVM: x86: Drop CPU pinning in get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v7 08/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v7 09/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v7 10/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v7 11/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v7 12/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v7 13/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v7 14/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v7 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v7 16/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 18/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v7 19/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v7 20/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v7 21/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v7 22/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v7 23/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v7 24/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v7 25/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v7 26/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v7 27/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v7 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 29/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v7 30/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 32/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
` [PATCH v7 35/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v7 36/36] KVM: selftests: Add Xen runstate migration test
[PATCH 1/3] Documentation: netlink: fix spelling in tcp_metrics.yaml
2026-07-28 23:13 UTC (3+ messages)
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-28 22:20 UTC (9+ messages)
` "
` "
[PATCH 0/5] hwmon: (pmbus) Add support for MAX20826 and similar devices
2026-07-28 22:12 UTC (9+ messages)
` [PATCH 1/5] hwmon: (pmbus/core) fix regulator enable/disable
` [PATCH 2/5] hwmon: (pmbus/core) increase number of phases and add new mask
` [PATCH 3/5] hwmon: (pmbus/core) Add mapping function to pmbus_read_block_data()
` [PATCH 4/5] dt-bindings: hwmon/pmbus: Document MAX20826 and similar devices
` [PATCH 5/5] hwmon: (pmbus) add support for "
[PATCH v8 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-28 22:10 UTC (13+ messages)
` [PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v8 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v8 03/12] PCI: liveupdate: Track incoming "
` [PATCH v8 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
` [PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v8 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
` [PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
` [PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-28 22:07 UTC (9+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH net-next v7 0/5] net: dsa: mxl862xx: support firmware update
2026-07-28 21:47 UTC (6+ messages)
` [PATCH net-next v7 1/5] net: dsa: wire flash_update devlink callback to drivers
` [PATCH net-next v7 2/5] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v7 3/5] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v7 4/5] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v7 5/5] net: dsa: mxl862xx: document devlink flash and info support
[PATCH v7 0/7] iio: dac: Add support for AD5529R DAC
2026-07-28 21:46 UTC (16+ messages)
` [PATCH v7 1/7] spi: dt-bindings: Add spi-device-addr peripheral property
` [PATCH v7 2/7] dt-bindings: iio: adc: microchip,mcp3564: Add spi-device-addr
[PATCH v12 00/12] VMSCAPE optimization for BHI variant
2026-07-28 21:43 UTC (5+ messages)
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()
[PATCH 0/2] docs: make tables responsive with content-aware column widths
2026-07-28 21:21 UTC (5+ messages)
[PATCH] hwmon: (nzxt-kraken3) Add support for NZXT Kraken 2024 Elite
2026-07-28 21:17 UTC (2+ messages)
[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
2026-07-28 20:31 UTC (7+ messages)
[PATCH v5 0/2] usb: core: Add quirk for 255-byte initial config read
2026-07-28 19:51 UTC (3+ messages)
` [PATCH v5 1/2] usb: core: Add quirk for 255-bytes "
` [PATCH v5 2/2] usb: hub: Split announce_device() to log device identity before enumeration
[PATCH v7 0/4] kallsyms: embed source file:line info in kernel stack traces
2026-07-28 19:22 UTC (4+ messages)
` [PATCH v7 1/4] "
[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
2026-07-28 19:16 UTC (2+ messages)
[PATCH v8 0/2] spi: add new_device/delete_device sysfs interface
2026-07-28 19:10 UTC (3+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] docs: spi: add documentation for userspace device instantiation
[PATCH v2 00/16] docs/zh_TW: localize terminology and sync process/ documents
2026-07-28 18:24 UTC (4+ messages)
` [PATCH v2 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations
[PATCH 0/3] docs/zh_CN: translate process/applying-patches.rst into Chinese
2026-07-28 18:16 UTC (3+ messages)
` [PATCH 1/3] docs/zh_CN: add process/applying-patches Chinese translation
[PATCH v2 0/3] Documentation: fix a few typo and wording issues
2026-07-28 17:51 UTC (9+ messages)
` [PATCH v2 1/3] Documentation: fix "should be use" grammar in ABI README
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-28 17:25 UTC (21+ messages)
[PATCH v9 0/4] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-07-28 16:48 UTC (3+ messages)
[PATCH] checkpatch: Validate committer sign-off
2026-07-28 16:32 UTC (7+ messages)
[PATCH 00/15] drm/drm_simple: remove drm_simple_encoder_init
2026-07-28 16:21 UTC (3+ messages)
` [PATCH 12/15] drm/arm/komeda: remove dependency on DRM simple helpers
[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
2026-07-28 16:10 UTC
[RFC] Plans for zh_TW: prioritize maintainability over coverage
2026-07-28 16:05 UTC (4+ messages)
[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
2026-07-28 15:53 UTC (2+ messages)
[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-28 15:53 UTC (16+ messages)
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
[PATCH] docs: hwmon: fix spelling error
2026-07-28 15:49 UTC (3+ messages)
[PATCH v4 0/2] usb: core: Add quirk for 255-byte initial config read
2026-07-28 15:18 UTC (4+ messages)
` [PATCH v4 1/2] usb: core: Add quirk for 255-bytes "
[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
2026-07-28 15:17 UTC (4+ messages)
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-07-28 15:07 UTC (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
[PATCH] checkpatch: warn about possible missing gitignore coverage in selftests
2026-07-28 14:31 UTC (2+ messages)
[PATCH v8 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
2026-07-28 14:17 UTC (3+ messages)
` [PATCH v8 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver
[PATCH net-next 0/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
2026-07-28 13:56 UTC (3+ messages)
` [PATCH net-next 3/7] dt-bindings: net: xlnx,axi-ethernet: Add 10G/25G (XXV) ethernet
[PATCH] docs: trace: fprobe: fix 'thos' spelling
2026-07-28 13:39 UTC (3+ messages)
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-07-28 12:11 UTC (12+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH] arm64: fix cpu-feature-registers Malformed table
2026-07-28 11:26 UTC (2+ messages)
page: | 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