Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-05-23 00:18:05 to 2026-05-23 15:05:15 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-05-23 15:04 UTC  (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
    ` DEPT (the dependency tracker) as AI review prompt?

[PATCH 4/5] mm: enable map_anon_folio_pmd_nopf to handle unshare
 2026-05-23 14:25 UTC  (2+ messages)

[PATCH v4 0/4] Rework TPS25990 direct conversions and add TPS1689 support
 2026-05-23 14:17 UTC  (5+ messages)
` [PATCH v4 1/4] hwmon: (pmbus) Add and export direct conversion calculation helpers
` [PATCH v4 2/4] hwmon: (pmbus/tps25990): Rework TPS25990 direct conversion handling

[PATCH v1 1/4] driver core: allow certain drivers prohibit override via sysfs
 2026-05-23 14:13 UTC  (2+ messages)

[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
 2026-05-23 13:41 UTC  (11+ messages)
` [PATCH v3] "

[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
 2026-05-23 10:37 UTC  (9+ messages)
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v3 13/16] selftests/mm: add userfaultfd RWP tests
` [PATCH v3 14/16] Documentation/userfaultfd: document RWP working set tracking
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode

[PATCH 0/2] docs/zh: update DAMON usage sysfs documentation
 2026-05-23  9:44 UTC  (3+ messages)
` [PATCH 1/2] docs/zh_CN: "
` [PATCH 2/2] docs/zh_TW: "

[PATCH v2 00/24] dynamic-debug cleanups refactors maintenance + alignment fix
 2026-05-23  7:14 UTC  (25+ messages)
` [PATCH v2 01/24] docs/dyndbg: update examples \012 to \n
` [PATCH v2 02/24] docs/dyndbg: explain flags parse 1st
` [PATCH v2 03/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v2 04/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v2 05/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v2 06/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v2 07/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v2 08/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v2 09/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 10/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v2 11/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 12/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v2 13/24] dyndbg: reduce verbose/debug clutter
` [PATCH v2 14/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v2 15/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v2 16/24] dyndbg: replace classmap list with an array-slice
` [PATCH v2 17/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v2 19/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v2 20/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v2 21/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v2 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 24/24] dyndbg: improve section names

[PATCH v5 0/4] Enable sysfs module symlink for more built-in drivers
 2026-05-23  3:24 UTC  (4+ messages)
` [PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall

[PATCH v2] scsi: st: fix typo in documentation
 2026-05-23  3:14 UTC  (2+ messages)

[PATCH v2 2/2] Docs/admin-guide/mm/damon/usage: clarify current_value of quota goals
 2026-05-23  1:58 UTC  (2+ messages)

[PATCH] docs/zh_CN: fix KASAN SW_TAGS mode description
 2026-05-23  0:42 UTC  (2+ messages)

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-05-23  0:18 UTC  (28+ messages)
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox