All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 21:47:34 to 2026-02-02 22:33:02 UTC [more...]

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

[PATCH 1/3] x86/x2apic: disable x2apic on resume if the kernel expects so
 2026-02-02 22:31 UTC  (2+ messages)

[PATCH v3 1/3] NFSD: Add a key for signing filehandles
 2026-02-02 22:31 UTC  (2+ messages)

[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
 2026-02-02 22:31 UTC  (4+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-02 22:29 UTC 

[PATCH 1/9] drm/amdgpu: lock both VM and BO in amdgpu_gem_object_open
 2026-02-02 22:29 UTC  (7+ messages)
` [PATCH 2/9] drm/amdgpu: revert to old status lock handling v3
` [PATCH 3/9] drm/amdgpu: fix amdgpu_userq_evict
` [PATCH 4/9] drm/amdgpu: completely rework eviction fence handling

[PATCH] mm/hmm: Fix a hmm_range_fault() livelock / starvation problem
 2026-02-02 22:28 UTC  (8+ messages)

[PATCH] revisions: add @{default} shorthand for default branch
 2026-02-02 22:28 UTC  (4+ messages)

[PATCH 0/7] disas: Have disas_set_info() take a const CPUState
 2026-02-02 22:24 UTC  (8+ messages)
` [PATCH 1/7] target/arm: Have arm_feature() take a const @env argument
` [PATCH 2/7] target/arm: Have cpu_isar_feature() use a const ARMCPU object
` [PATCH 3/7] target/arm: Have is_64() take a const @env argument
` [PATCH 4/7] target/arm: Have arm_sctlr_b() "
` [PATCH 5/7] disas/riscv: Make rv_decode::cfg const
` [PATCH 6/7] disas: Make disassemble_info::target_info field const
` [PATCH 7/7] disas: Have disas_set_info() take a const CPUState

[PATCH v3 0/2] drm/xe: Add prefetch pagefault support for Xe3p
 2026-02-02 22:24 UTC  (4+ messages)
` [PATCH v3 2/2] drm/xe: Add prefetch fault "

[PATCH RFC net-next] net: stmmac: provide flag to disable EEE
 2026-02-02 22:23 UTC  (3+ messages)

[RFC PATCH bpf-next v1 1/4] bpf: Fix and refactor object relationship tracking
 2026-02-02 22:23 UTC  (5+ messages)
` [RFC PATCH bpf-next v1 2/4] selftests/bpf: Test creating dynptr from dynptr data and slice
` [RFC PATCH bpf-next v1 3/4] selftests/bpf: Test using dynptr after freeing the underlying object
` [RFC PATCH bpf-next v1 4/4] selftests/bpf: Test using slice after invalidating dynptr clone

[PATCH 1/3] staging: greybus: resolved checkpatch checks for fw-management.c
 2026-02-02 22:22 UTC  (2+ messages)

[PATCH net-next v5 0/7] ipv6: Address ext hdr DoS vulnerabilities
 2026-02-02 22:21 UTC  (8+ messages)
` [PATCH net-next v5 6/7] ipv6: Enforce Extension Header ordering

[PATCH v6 00/16] ntfs filesystem remake
 2026-02-02 22:02 UTC  (15+ messages)
` [PATCH v6 01/16] Revert "fs: Remove NTFS classic"
` [PATCH v6 02/16] Documentation: filesystems: update NTFS driver documentation
` [PATCH v6 03/16] fs: add generic FS_IOC_SHUTDOWN definitions
` [PATCH v6 04/16] ntfs: update in-memory, on-disk structures and headers
` [PATCH v6 05/16] ntfs: update super block operations
` [PATCH v6 07/16] ntfs: update directory operations
` [PATCH v6 08/16] ntfs: update file operations
` [PATCH v6 09/16] ntfs: update iomap and address space operations
` [PATCH v6 10/16] ntfs: update attrib operations
` [PATCH v6 11/16] ntfs: update runlist handling and cluster allocator
` [PATCH v6 12/16] ntfs: add reparse and ea operations
` [PATCH v6 14/16] ntfs3: remove legacy ntfs driver support
` [PATCH v6 15/16] ntfs: add Kconfig and Makefile
` [PATCH v6 16/16] MAINTAINERS: update ntfs filesystem entry

[PATCH] platform/x86: thinkpad_acpi: use seq_puts() instead of seq_printf()
 2026-02-02 22:21 UTC  (2+ messages)

[PATCH] test: add a test for null PMD
 2026-02-02 22:16 UTC  (9+ messages)
` [PATCH v11 0/7] net/null: bug fixes and improvements
  ` [PATCH v11 1/7] net/null: fix missing mbuf leakage in the copy transmit
  ` [PATCH v11 2/7] net/null: cleanup info response
  ` [PATCH v11 3/7] net/null: validate the numeric devargs
  ` [PATCH v11 4/7] net/null: remove redundant argument validation
  ` [PATCH v11 5/7] test: support larger packet sizes in burst generator
  ` [PATCH v11 6/7] test: add a test for null PMD
  ` [PATCH v11 7/7] net/null: add VLAN insert and strip offload support

[PATCHSET v12 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2026-02-02 22:18 UTC  (6+ messages)
` [PATCH 4/7] sched_ext: Add a DL "

[PATCH] revisions: add @{default} shorthand for default branch
 2026-02-02 22:17 UTC  (4+ messages)

[Buildroot] [git commit] package/qemu: bump to version 10.2.0
 2026-02-02 22:16 UTC 

[Buildroot] [git commit] package/qemu: bump to version 10.1.3
 2026-02-02 22:16 UTC 

[Buildroot] [PATCH 1/2] package/qemu: bump to version 10.1.3
 2026-02-02 22:16 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/qemu: bump to version 10.2.0

[RFC v2 0/6] block/io: avoid failure caused by misaligned BLKZEROOUT ioctl
 2026-02-02 22:16 UTC  (4+ messages)
` [PATCH 6/6] block/io: keep zero flag for head/tail parts of misaligned zero write when possible

[PATCH v1] ASoC: tas2781: Put three different calibrated data solution into the same data structure
 2026-02-02 22:16 UTC  (2+ messages)

[Stable-10.2.1 00/56] Patch Round-up for stable 10.2.1, freeze on 2026-02-10
 2026-02-02 22:08 UTC  (57+ messages)
` [Stable-10.2.1 01/56] target/i386: Fix #GP error code for INT instructions
` [Stable-10.2.1 02/56] target/i386/tcg: ignore V3 in 32-bit mode
` [Stable-10.2.1 03/56] hw/i2c/imx: Fix trace func name error
` [Stable-10.2.1 04/56] tests/functional: Fix URL of gb200nvl-bmc image
` [Stable-10.2.1 05/56] monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race
` [Stable-10.2.1 06/56] tcg/optimize: Save o_mask in fold_masks_zosa_int
` [Stable-10.2.1 07/56] tcg/optimize: Fix a_mask computation for orc
` [Stable-10.2.1 08/56] tcg/optimize: Do use affected bits
` [Stable-10.2.1 09/56] tcg/riscv: Fix TCG_REG_TMP0 clobber in tcg_gen_dup{m, i}
` [Stable-10.2.1 10/56] linux-user: allow null `pathname` for statx()/fstatat()
` [Stable-10.2.1 11/56] linux-user/elfload.c: Correction to HWCAP2 accessor
` [Stable-10.2.1 12/56] linux-user: fix mremap unmapping adjacent region
` [Stable-10.2.1 13/56] linux-user: fix mremap errors for invalid ranges
` [Stable-10.2.1 14/56] linux-user: fix reserved_va page leak in do_munmap
` [Stable-10.2.1 15/56] tests: add tcg coverage for fixed mremap bugs
` [Stable-10.2.1 16/56] target/ppc: Fix env->quiesced migration
` [Stable-10.2.1 17/56] configs: use default prefix for Windows compilation
` [Stable-10.2.1 18/56] m68k: fix CAS2 writeback when Dc1==Dc2
` [Stable-10.2.1 19/56] target/i386/tcg: do not mark all SSE instructions as unaligned
` [Stable-10.2.1 20/56] target/i386/tcg: mask addresses for VSIB
` [Stable-10.2.1 21/56] target/i386/tcg: allow VEX in 16-bit protected mode
` [Stable-10.2.1 22/56] hw/i386/kvm: fix PIRQ bounds check in xen_physdev_map_pirq()
` [Stable-10.2.1 23/56] hw/loongarch/virt: Modify the interrupt trigger type in fdt table
` [Stable-10.2.1 24/56] hw/loongarch/virt: Fix irq allocation failure with pci device from fdt
` [Stable-10.2.1 25/56] target/loongach: Fix some exceptions failure in updating CSR_BADV
` [Stable-10.2.1 26/56] target/loongarch: Fix exception BCE missing to update CSR_BADV
` [Stable-10.2.1 27/56] target/loongarch: Fix exception ADEF/ADEM "
` [Stable-10.2.1 28/56] hw/loongarch/virt: Don't abort on access to unimplemented IOCSR
` [Stable-10.2.1 29/56] hw/arm: Re-enable the MAX78000FTHR machine in qemu-system-arm/aarch64
` [Stable-10.2.1 30/56] tests/functional: migrate aspeed_rainier image
` [Stable-10.2.1 31/56] target/arm: Don't specify ID_PFR1 accessfn twice
` [Stable-10.2.1 32/56] target/arm: Correctly honour HCR.TID3 for v7A cores
` [Stable-10.2.1 33/56] target/arm: Correctly trap HCR.TID1 registers in v7A
` [Stable-10.2.1 34/56] accel/nvmm: Fix 'cpu' typo in nvmm_init_vcpu()
` [Stable-10.2.1 35/56] linux-user/aarch64/target_fcntl.h: add missing TARGET_O_LARGEFILE definition
` [Stable-10.2.1 36/56] hw/sd/sdhci: Fix TYPE_IMX_USDHC to implement sd-spec-version 3 by default
` [Stable-10.2.1 37/56] bsd-user: Fix __i386__ test for TARGET_HAS_STAT_TIME_T_EXT
` [Stable-10.2.1 38/56] bsd-user/syscall_defs.h: define STAT_TIME_T_EXT only for 32 bits
` [Stable-10.2.1 39/56] hw/intc: avoid byte swap fiddling in gicv3 its path
` [Stable-10.2.1 40/56] linux-user: Add termios2 support
` [Stable-10.2.1 41/56] linux-user: Add termios2 support to alpha target
` [Stable-10.2.1 42/56] linux-user: Add termios2 support to hppa target
` [Stable-10.2.1 43/56] linux-user: Add termios2 support to mips target
` [Stable-10.2.1 44/56] linux-user: Add termios2 support to sh4 target
` [Stable-10.2.1 45/56] linux-user: Add termios2 support to sparc target
` [Stable-10.2.1 46/56] linux-user: Add missing termios baud rates
` [Stable-10.2.1 47/56] linux-user: fixup termios2 related things on PowerPC
` [Stable-10.2.1 48/56] target/i386/tcg: fix a few instructions that do not support VEX.L=1
` [Stable-10.2.1 49/56] gitlab: preserve base rules for container template
` [Stable-10.2.1 50/56] pc-bios/optionrom: Use 32-bit linker emulation for the optionroms
` [Stable-10.2.1 51/56] tests/functional: migrate sbsa_ref test images
` [Stable-10.2.1 52/56] hw/ufs: Ensure DBC of PRDT uses only lower 18 bits
` [Stable-10.2.1 53/56] hw/ufs: fix CQE endianness and UPIU length
` [Stable-10.2.1 54/56] hw/ufs: Fix mcq completion queue wraparound
` [Stable-10.2.1 55/56] tests/qtest/ufs-test: Add test for "
` [Stable-10.2.1 56/56] python: fix msys64 wheel directory specification

[Buildroot] [PATCH v2 1/3] package/collectd: enforce c++17
 2026-02-02 22:16 UTC  (6+ messages)
` [Buildroot] [PATCH v2 2/3] package/libabseil-cpp: bump to version 20250814.1
` [Buildroot] [PATCH v2 3/3] package/grpc: bump to version 1.76.0

[PATCH] revisions: add @{default} shorthand for default branch
 2026-02-02 22:16 UTC  (2+ messages)

[PATCH] vfio/pci: Enable atomic ops for multifunction devices
 2026-02-02 22:11 UTC  (6+ messages)

[PATCH] lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly
 2026-02-02 22:15 UTC 

[Buildroot] [git commit] package/uacme: bump version to 1.8.0
 2026-02-02 22:14 UTC 

[PATCH] drm/panel: ilitek-ili9882t: Remove duplicate initializers in tianma_il79900a_dsc
 2026-02-02 22:14 UTC  (2+ messages)

[Buildroot] [git commit] package/grpc: bump to version 1.76.0
 2026-02-02 21:51 UTC 

[Buildroot] [git commit] package/libabseil-cpp: bump to version 20250814.1
 2026-02-02 21:40 UTC 

[Buildroot] [git commit] package/collectd: prepare abseil-cpp/grpc bump by enforcing c++17
 2026-02-02 21:39 UTC 

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-02 22:13 UTC  (5+ messages)
` [PATCH RFC 04/17] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()

[PATCH 00/16] Basic enabling patches for Xe3p_LPG and NVL-P
 2026-02-02 22:11 UTC  (3+ messages)
` [PATCH 01/16] drm/xe/xe3p_lpg: Add support for graphics IP 35.10

[Buildroot] [PATCH 00/17] Boards Linux/Uboot versions bumps and folder simplification
 2026-02-02 22:09 UTC  (4+ messages)
` [Buildroot] [PATCH 01/17] configs/amarula_vyasa_rk3288: bump Linux to 6.18.5 and U-Boot to 2026.01

[PATCH] runqemu: parse QB_GRAPHICS for nographic flag
 2026-02-02 22:08 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 net-next] net/iucv: clean up iucv kernel-doc warnings
 2026-02-02 22:07 UTC  (3+ messages)

[superna9999:topic/sm8650/ayaneo-pocket-s2/pmos-fosdem26 8/23] checkpatch: ERROR:SPACING: space required before the open parenthesis '('
 2026-02-02 22:06 UTC 

[PATCH] mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaround
 2026-02-02 22:07 UTC  (2+ messages)

[PATCH] [v2] ASoC: sophgo: fix 64-bit division build failure
 2026-02-02 22:04 UTC  (2+ messages)

[PATCH] nouveau/vmm: start tracking if the LPT PTE is valid. (v4)
 2026-02-02 22:04 UTC 

[RFC PATCH v2 00/16] MAINTAINER updates plus conversion of get_maintainers.pl to python
 2026-02-02 21:57 UTC  (6+ messages)
` [RFC PATCH v2 08/16] MAINTAINERS: be realistic about *-user

[PATCH v2 0/6] Landlock: Implement scope control for pathname Unix sockets
 2026-02-02 22:03 UTC  (7+ messages)

[PATCH] Input: cyapa - fix missing input->mutex when calling input_device_enabled()
 2026-02-02 22:02 UTC 

[PATCH v2] drm/xe/cri: Add check to verify if CSC is a PCIe endpoint
 2026-02-02 22:01 UTC  (2+ messages)

[PATCH v1] drm/xe/irq: Introduce xe_irq_init_late()
 2026-02-02 22:01 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] ASoC: sophgo: fix 64-bit division build failure
 2026-02-02 22:00 UTC  (3+ messages)

[PATCH] cxl/region: Fix leakage in __construct_region()
 2026-02-02 22:00 UTC  (2+ messages)

[PATCH] objtool/klp: Fix unexported static call key access for manually built livepatch modules
 2026-02-02 21:59 UTC  (2+ messages)

[PATCH v10 4/4] irqchip/irq-loongarch-ir:Add Redirect irqchip support
 2026-02-02 21:58 UTC 

htmldocs: Documentation/driver-api/tty/tty_port.rst:65: WARNING: Document or section may not begin with a transition. [docutils]
 2026-02-02 21:57 UTC  (2+ messages)

[PATCH net-next] net: remove unnecessary module_init/exit functions
 2026-02-02 21:56 UTC  (4+ messages)

[PATCH V1] accel/amdxdna: Replace platform name strings
 2026-02-02 21:56 UTC  (3+ messages)

[PATCH] objtool/klp: Fix symbol correlation for orphaned local symbols
 2026-02-02 21:56 UTC  (2+ messages)

[PATCH i-g-t 1/4] tests/kms_color_pipeline: use atomic commit helper consistently
 2026-02-02 21:56 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [i-g-t,1/4] "

[PATCH multipath-tools] libmpathpersist: fix mpath_persistent_reserve_out(3) synopsis
 2026-02-02 21:55 UTC  (2+ messages)

[PATCH] linux-user/elfload.c: use get_elf_hwcap2 to fix regression
 2026-02-02 21:52 UTC  (3+ messages)

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-02-02 21:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Remove device private pages from physical address space (rev9)

[PATCH nf-next,v2 4/4] netfilter: nft_set_rbtree: validate open interval overlap
 2026-02-02 21:53 UTC 

[PATCH v3] hfsplus: pretend special inodes as regular files
 2026-02-02 21:50 UTC  (7+ messages)

[PATCH v2] fs/resctrl: Add missing kconfig entry for CONFIG_RESCTRL_ASSIGN_FIXED
 2026-02-02 21:50 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v4 7/9] dpll: Add reference count tracking support
 2026-02-02 21:48 UTC  (2+ messages)

[PATCH] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-02 21:48 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-6.12] ALSA: hda/realtek - fixed speaker no sound
 2026-02-02 21:46 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18] riscv: Use 64-bit variable for output in __get_user_asm

[PATCH 0/4] ASoC: ti: davinci-mcasp: Add asynchronous mode support for McASP
 2026-02-02 21:47 UTC  (4+ messages)
` [PATCH 4/4] ASoC: ti: davinci-mcasp: Add asynchronous mode support


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.