Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-06-01 10:48:31 to 2026-06-01 14:40:50 UTC [more...]

[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
 2026-06-01 14:40 UTC  (25+ messages)
` [PATCH v4 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v4 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v4 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v4 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v4 07/13] kho: add support for linked-block serialization
` [PATCH v4 08/13] liveupdate: defer session block allocation and PA setting
` [PATCH v4 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v4 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v4 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v4 12/13] selftests/liveupdate: Add stress-sessions kexec test

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-06-01 14:40 UTC  (21+ messages)
` [PATCH mm-unstable v18 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v18 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v18 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v18 10/14] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
 2026-06-01 14:28 UTC  (6+ messages)
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()

[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-02  2:11 UTC  (4+ messages)
` [PATCH v2 03/10] riscv: Standardize extension capitalization

[PATCH v7 2/8] docs/zh_CN: Add acm.rst translation
 2026-06-01  6:19 UTC  (4+ messages)
` [PATCH v3] docs/zh_CN: usb: refine translated wording and formatting

[PATCH v5 00/13] ima: Introduce staging mechanism
 2026-06-01 13:47 UTC  (5+ messages)
` [PATCH v5 12/13] ima: Return error on deleting measurements already copied during kexec

[PATCH v15 00/23] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-01 13:40 UTC  (2+ messages)

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-01 13:24 UTC  (6+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v8 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages

[PATCH 00/11] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-01 12:26 UTC  (13+ messages)
` [PATCH 01/11] net: wwan: t9xx: Add PCIe core
` [PATCH 02/11] net: wwan: t9xx: Add control plane transaction layer
` [PATCH 03/11] net: wwan: t9xx: Add control DMA interface
` [PATCH 06/11] net: wwan: t9xx: Add AT & MBIM WWAN ports
` [PATCH 09/11] net: wwan: t9xx: Introduce WWAN interface
` [PATCH 10/11] net: wwan: t9xx: Add power management support

[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-06-01 12:04 UTC  (5+ messages)

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

[PATCH v3 0/2] arm64: cpufeature: Add WORKAROUND_DISABLE_CNP capability
 2026-06-01 11:20 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] arm64: kernel: Disable CNP on HiSilicon HIP09

[PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-06-01 11:13 UTC  (7+ messages)

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-01 11:07 UTC  (4+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg


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