messages from 2026-07-20 12:05:20 to 2026-07-22 20:40:52 UTC [more...]
[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-22 20:40 UTC (36+ messages)
` [PATCH RFC v2 01/20] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v2 02/20] ARM: mm: make 2-level "
` [PATCH RFC v2 03/20] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v2 04/20] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v2 05/20] MIPS: "
` [PATCH RFC v2 06/20] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v2 07/20] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 11/20] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [PATCH RFC v2 15/20] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v2 16/20] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v2 17/20] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v2 18/20] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v2 19/20] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v2 20/20] arm64: pgtable: convert pte_present() from macro to static inline
[PATCH v3 0/7] vDSO: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
2026-07-22 17:21 UTC (10+ messages)
` [PATCH v3 1/7] kbuild: support generated asm-headers in subdirectories
` [PATCH v3 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH v3 3/7] MIPS: csrc-r4k: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
` [PATCH v3 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH v3 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH v3 6/7] clocksource/drivers/timer-riscv: "
` [PATCH v3 7/7] LoongArch: "
[PATCH v6 0/2] module: Extend blacklist parameter to support built-in modules
2026-07-22 13:57 UTC (3+ messages)
` [PATCH v6 1/2] module: Extend module_blacklist parameter to "
[PATCH v7 0/9] mm: optimize zone-device memmap initialization
2026-07-22 8:18 UTC (12+ messages)
` [PATCH v7 3/9] mm: add a set_page_section_from_pfn() helper
` [PATCH v7 4/9] mm: add a template-based fast path for zone-device page init
` [PATCH v7 5/9] mm: extend the template fast path to zone-device compound tails
` [PATCH v7 6/9] string: introduce memcpy_nontemporal()
` [PATCH v7 7/9] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v7 8/9] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v7 9/9] mm: always use the zone-device template init path
[PATCH v7 00/29] fix dynamic-debug classmaps API for DRM
2026-07-21 20:57 UTC (30+ messages)
` [PATCH v7 01/29] params: fix a pr_debug(" %p ") use - already in MM-*
` [PATCH v7 02/29] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v7 03/29] drm: Fix incorrect ccflags-y spelling inside Makefile
` [PATCH v7 04/29] drm: fix config dependent unused variable warning
` [PATCH v7 05/29] drm: Mark CONFIG_DRM_USE_DYNAMIC_DEBUG as unBROKEN
` [PATCH v7 06/29] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v7 07/29] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v7 08/29] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v7 09/29] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v7 10/29] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v7 11/29] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v7 12/29] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v7 13/29] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v7 14/29] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v7 15/29] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v7 16/29] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v7 17/29] dyndbg: reduce verbose/debug clutter
` [PATCH v7 18/29] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v7 19/29] dyndbg: use KBUILD_MODFILE for unique builtin module names
` [PATCH v7 20/29] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v7 21/29] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v7 22/29] dyndbg: replace classmap list with an array-slice
` [PATCH v7 23/29] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v7 24/29] dyndbg: pin class param storage to u32
` [PATCH v7 25/29] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v7 26/29] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v7 27/29] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v7 28/29] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v7 29/29] selftests/dyndbg: enable FT_classmap_inheritance
[PATCH v3 0/6] arm64: hyperv: Add Realm support for Hyper-V
2026-07-21 20:11 UTC (7+ messages)
` [PATCH v3 1/6] arm64: rsi: Add RSI host call structure and helper function
` [PATCH v3 2/6] firmware: smccc: Detect hypervisor via RSI host call in CCA Realms
` [PATCH v3 3/6] arm64: hyperv: Add per-CPU RSI host call infrastructure for "
` [PATCH v3 4/6] Drivers: hv: Mark shared memory as decrypted "
` [PATCH v3 5/6] arm64: hyperv: Route hypercalls through RSI host call in "
` [PATCH v3 6/6] arm64: hyperv: Implement hv_is_isolation_supported() for "
[PATCH v2 0/6] arm64: hyperv: Add Realm support for Hyper-V
2026-07-21 18:43 UTC (6+ messages)
` [PATCH v2 4/6] Drivers: hv: Mark shared memory as decrypted for CCA Realms
[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
2026-07-21 18:21 UTC (12+ messages)
[PATCH 00/22] Simplify special kernel page table handling
2026-07-21 15:12 UTC (19+ messages)
` [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
` [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 14/22] mm: set page table page type when allocated
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
[RFC] signal: per-thread control over alternate signal stack delivery for selected signals
2026-07-21 9:08 UTC (2+ messages)
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-21 8:17 UTC (5+ messages)
[PATCH v10 0/2] Add AMD I3C master controller driver and bindings
2026-07-20 16:50 UTC (2+ messages)
[PATCH v6 0/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
2026-07-20 16:03 UTC (5+ messages)
` [PATCH v6 1/4] arm64: vdso: Prepare for robust futex unlock support
` [PATCH v6 2/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
` [PATCH v6 3/4] arm64: vdso32: Bring vdso32-offsets.h back
` [PATCH v6 4/4] arm64: vdso32: Implement __vdso_futex_robust_try_unlock()
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