messages from 2025-11-17 10:51:13 to 2025-11-22 00:05:04 UTC [more...]
[PATCH 00/26] Introduce meminspect
2025-11-22 0:04 UTC (43+ messages)
` [PATCH 01/26] kernel: "
` [PATCH 02/26] init/version: Annotate static information into meminspect
` [PATCH 03/26] mm/percpu: "
` [PATCH 04/26] cpu: "
` [PATCH 05/26] genirq/irqdesc: "
` [PATCH 06/26] timers: "
` [PATCH 07/26] kernel/fork: "
` [PATCH 08/26] mm/page_alloc: "
` [PATCH 09/26] mm/show_mem: "
` [PATCH 10/26] mm/swapfile: "
` [PATCH 11/26] kernel/vmcore_info: Register dynamic "
` [PATCH 12/26] kernel/configs: "
` [PATCH 13/26] mm/init-mm: Annotate static "
` [PATCH 14/26] panic: "
` [PATCH 15/26] kallsyms: "
` [PATCH 16/26] mm/mm_init: "
` [PATCH 17/26] sched/core: Annotate runqueues "
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
` [PATCH 19/26] mm/numa: Register information into meminspect
` [PATCH 20/26] mm/sparse: "
` [PATCH 21/26] printk: "
` [PATCH 22/26] remoteproc: qcom: Extract minidump definitions into a header
` [PATCH 23/26] soc: qcom: Add minidump driver
` [PATCH 24/26] soc: qcom: smem: Add minidump device
` [PATCH 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH 26/26] meminspect: Add Kinfo compatible driver
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-21 23:44 UTC (21+ messages)
` [PATCH v3 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v3 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v3 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v3 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v3 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v3 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
[GIT PULL] LoongArch fixes for v6.18-rc7
2025-11-21 19:20 UTC (2+ messages)
[PATCH net-next v7 0/5] net: devmem: improve cpu cost of RX token management
2025-11-21 17:58 UTC (10+ messages)
` [PATCH net-next v7 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v7 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v7 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v7 3/5] net: devmem: implement autorelease token managementy
` [PATCH net-next v7 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute
` [PATCH net-next v7 5/5] selftests: drv-net: devmem: add autorelease tests
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-21 17:50 UTC (11+ messages)
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
[PATCH v2 0/8] platform wide software interrupt moderation
2025-11-21 14:33 UTC (27+ messages)
` [PATCH v2 2/8] genirq: soft_moderation: add base files, procfs
` [PATCH v2 3/8] genirq: soft_moderation: implement fixed moderation
` [PATCH v2 4/8] genirq: soft_moderation: implement adaptive moderation
` [PATCH v2 5/8] x86/irq: soft_moderation: add support for posted_msi (intel)
[PATCH v4 0/9] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-11-21 10:07 UTC (11+ messages)
` [PATCH v4 1/9] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers
` [PATCH v4 2/9] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v4 3/9] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v4 4/9] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v4 5/9] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v4 6/9] uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v4 7/9] include: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v4 8/9] x86/headers: Replace __ASSEMBLY__ stragglers with __ASSEMBLER__
` [PATCH v4 9/9] treewide: Stop defining __ASSEMBLY__ for assembler files
[patch V3 00/12] rseq: Implement time slice extension mechanism
2025-11-21 9:28 UTC (8+ messages)
` [patch V3 07/12] rseq: Implement syscall entry work for time slice extensions
[PATCH v4 0/3] initrd: remove half of classic initrd support
2025-11-20 23:44 UTC (6+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH V2 00/14] LoongArch: Add basic LoongArch32 support
2025-11-20 12:05 UTC (37+ messages)
` [PATCH V2 01/14] LoongArch: Add atomic operations for 32BIT/64BIT
` [PATCH V2 02/14] LoongArch: Add adaptive CSR accessors "
` [PATCH V2 03/14] LoongArch: Adjust common macro definitions "
` [PATCH V2 04/14] LoongArch: Adjust boot & setup "
` [PATCH V2 05/14] LoongArch: Adjust memory management "
` [PATCH V2 06/14] LoongArch: Adjust process "
` [PATCH V2 07/14] LoongArch: Adjust time routines "
` [PATCH V2 08/14] LoongArch: Adjust module loader "
` [PATCH V2 09/14] LoongArch: Adjust system call "
` [PATCH V2 10/14] LoongArch: Adjust user accessors "
` [PATCH V2 11/14] LoongArch: Adjust misc routines "
` [PATCH V2 12/14] LoongArch: Adjust VDSO/VSYSCALL "
` [PATCH V2 13/14] LoongArch: Adjust default config files "
` [PATCH V2 14/14] LoongArch: Adjust build infrastructure "
[PATCH v6 0/7] Cache coherency management subsystem
2025-11-20 9:55 UTC (11+ messages)
` [PATCH v6 3/7] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v6 6/7] cache: Make top level Kconfig menu a boolean dependent on RISCV
` [PATCH v6 7/7] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-20 5:14 UTC (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-11-19 19:55 UTC (6+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-11-19 16:40 UTC (4+ messages)
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-19 12:24 UTC (13+ messages)
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT
[PATCH v2 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-19 12:17 UTC (12+ messages)
` [PATCH v2 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v2 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v2 3/7] LoongArch: "
` [PATCH v2 4/7] mips: "
` [PATCH v2 5/7] parisc: "
` [PATCH v2 6/7] um: "
` [PATCH v2 7/7] mm: enable PT_RECLAIM on all 64-bit architectures
page: next (older) | 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;
as well as URLs for NNTP newsgroup(s).