messages from 2022-08-30 01:02:04 to 2022-08-31 08:42:42 UTC [more...]
[RFC PATCH 00/30] Code tagging framework and applications
2022-08-31 8:42 UTC (35+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 24/30] wait: Clean up waitqueue_entry initialization
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names
` [RFC PATCH 29/30] dyndbg: Convert to code tagging
` [RFC PATCH 30/30] MAINTAINERS: Add entries for code tagging & related
[PATCH v1] mm/ksm: update stale comment in write_protect_page()
2022-08-31 8:30 UTC
[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
2022-08-31 8:07 UTC (10+ messages)
[PATCH v1 0/3] mm: minor cleanups around NUMA hinting
2022-08-31 7:44 UTC (14+ messages)
` [PATCH v1 2/3] mm/gup: use gup_can_follow_protnone() also in GUP-fast
[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
2022-08-31 7:37 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: remove unneed defer_reserve_crashkernel() and crash_mem_map
[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
2022-08-31 7:37 UTC (2+ messages)
[PATCH -next] mm: kence: add __kmem_cache_free to function skip list
2022-08-31 7:35 UTC (2+ messages)
[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
2022-08-31 7:13 UTC (13+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
powerpc-linux-objdump: Warning: Unrecognized form: 0x23
2022-08-31 6:52 UTC
[PATCH] mm: kill is_memblock_offlined()
2022-08-31 5:06 UTC (3+ messages)
[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
2022-08-31 4:18 UTC (8+ messages)
` [PATCH v2 1/7] mm: change release_pages() to use unsigned long for npages
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 3/7] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH v2 7/7] fuse: convert direct IO paths to use FOLL_PIN
[PATCH v14 00/14] Multi-Gen LRU Framework
2022-08-31 4:17 UTC (2+ messages)
` OpenWrt / MIPS benchmark with MGLRU
[PATCH v2 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
2022-08-31 3:49 UTC (4+ messages)
` [PATCH v2 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
[PATCH v2 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-31 3:19 UTC (8+ messages)
` [PATCH v2 1/7] mm: introduce common struct mm_slot
` [PATCH v2 2/7] mm: thp: convert to use "
` [PATCH v2 3/7] ksm: remove redundant declarations in ksm.h
` [PATCH v2 4/7] ksm: add the ksm prefix to the names of the ksm private structures
` [PATCH v2 5/7] ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
` [PATCH v2 6/7] ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
` [PATCH v2 7/7] ksm: convert to use common struct mm_slot
[PATCH v13 00/70] Introducing the Maple Tree
2022-08-31 2:55 UTC (15+ messages)
` [PATCH v13 07/70] lib/test_maple_tree: add testing for maple tree
` [PATCH v13 7/70] "
` [PATCH v13 10/70] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v13 16/70] proc: remove VMA rbtree use from nommu
` [PATCH v13 60/70] mm/msync: use vma_find() instead of vma linked list
` [PATCH v13 61/70] mm/oom_kill: use maple tree iterators "
` [PATCH v13 63/70] mm/swapfile: use vma iterator "
` [PATCH v13 66/70] riscv: use vma iterator for vdso
[PATCH] mm/slub: fix to return errno if kmalloc() fails
2022-08-31 3:09 UTC (2+ messages)
[PATCH 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-31 2:51 UTC (6+ messages)
` [PATCH 1/7] mm: introduce common struct mm_slot
[PATCH-next] mm:delete a redundant parameter of rmqueue_pcplist
2022-08-31 1:34 UTC
Potentially undesirable interactions between vfork() and time namespaces
2022-08-31 1:18 UTC (2+ messages)
[PATCH v5 0/2] ksm: count allocated rmap_items and update documentation
2022-08-31 0:38 UTC (4+ messages)
` [PATCH v5 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v5 2/2] ksm: add profit monitoring documentation
[PATCH] x86/mm: disable instrumentations of mm/pgprot.c
2022-08-31 0:25 UTC (2+ messages)
[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
2022-08-31 0:06 UTC (7+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-08-30 23:48 UTC (5+ messages)
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
[linux-next:master 3575/3976] mm/memory-tiers.c:647:35: error: use of undeclared identifier 'top_tier_adistance'
2022-08-30 22:20 UTC (2+ messages)
[RFC 0/3] THP Shrinker
2022-08-30 21:54 UTC (7+ messages)
` [RFC 2/3] mm: changes to split_huge_page() to free zero filled tail pages
DAMON Beer/Coffee/Tea chat series
2022-08-30 21:54 UTC (2+ messages)
[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
2022-08-30 20:10 UTC (5+ messages)
powerpc-linux-objdump: Warning: Unable to load dwo file: <no .debug_str_offsets section>/<no .debug_str_offsets section>
2022-08-30 20:06 UTC
[linux-next:master] BUILD REGRESSION 282342f2dc97ccf54254c5de51bcc1101229615f
2022-08-30 20:00 UTC
[PATCH RFC] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
2022-08-30 19:03 UTC (5+ messages)
[PATCH 0/7] begin converting hugetlb code to folios
2022-08-30 18:09 UTC (9+ messages)
` [PATCH 1/7] mm/hugetlb: add folio support to hugetlb specific flag macros
` [PATCH 2/7] mm: add private field of first tail to struct page and struct folio
` [PATCH 5/7] mm/hugetlb: convert hugetlb_delete_from_page_cache() to use folios
[PATCH 0/2] mm: memcontrol: cleanup and optimize for accounting params
2022-08-30 18:03 UTC (11+ messages)
` [PATCH 1/2] mm: memcontrol: remove mem_cgroup_kmem_disabled
` [PATCH 2/2] mm: memcontrol: make cgroup_memory_noswap a static key
[PATCH v5] locking/rwsem: Make handoff bit handling more consistent
2022-08-30 16:18 UTC (9+ messages)
[PATCH mm-unstable] mm/demotion: Make toptier_distance inclusive upper bound of toptiers
2022-08-30 15:48 UTC (2+ messages)
[PATCH v2] mm/migrate_device.c: Fix a misleading and out-dated comment
2022-08-30 15:32 UTC (2+ messages)
[linux-next:master 3575/3976] mm/memory-tiers.c:647:49: error: 'top_tier_adistance' undeclared
2022-08-30 15:23 UTC
[PATCH v2] mm: memory-failure: kill __soft_offline_page()
2022-08-30 13:31 UTC (2+ messages)
[PATCH] mm: simplify size2index conversion of __kmalloc_index
2022-08-30 13:13 UTC (6+ messages)
[PATCH v2 08/11] parisc: mm: Convert to GENERIC_IOREMAP
2022-08-30 13:00 UTC (3+ messages)
[PATCH 0/6] A few cleanup patches for memory-failure
2022-08-30 12:36 UTC (7+ messages)
` [PATCH 1/6] mm, hwpoison: use ClearPageHWPoison() in memory_failure()
` [PATCH 2/6] mm, hwpoison: use __PageMovable() to detect non-lru movable pages
` [PATCH 3/6] mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
` [PATCH 4/6] mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_anon()
` [PATCH 5/6] mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()
` [PATCH 6/6] mm, hwpoison: cleanup some obsolete comments
[linux-next:pending-fixes] BUILD SUCCESS d62f6b276548792688dc5a0606e8f4b7539b6da8
2022-08-30 12:09 UTC
[PATCH v3 0/8] memblock tests: update and extend memblock simulator
2022-08-30 10:13 UTC (2+ messages)
[PATCH 1/2] mm: memory-failure: kill soft_offline_free_page()
2022-08-30 9:26 UTC (4+ messages)
` [PATCH 2/2] mm: memory-failure: kill __soft_offline_page()
[PATCH] mm: skip reserved page for kmem leak scanning
2022-08-30 8:52 UTC (6+ messages)
[PATCH v3 updated] mm/demotion: Expose memory tier details via sysfs
2022-08-30 8:17 UTC
[PATCH v3] mm/demotion: Expose memory tier details via sysfs
2022-08-30 8:16 UTC
[bug report] mm: reduce noise in show_mem for lowmem allocations
2022-08-30 7:59 UTC (5+ messages)
[RFC PATCH] mm: reduce noise in show_mem for lowmem allocations
2022-08-30 7:34 UTC
[PATCH v2] mm/demotion: Expose memory tier details via sysfs
2022-08-30 7:28 UTC (5+ messages)
[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
2022-08-30 6:17 UTC (7+ messages)
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails
[PATCH -next v4 0/6] Delay the initializaton of zswap
2022-08-30 5:05 UTC (3+ messages)
` [PATCH -next v4 1/6] Revert "frontswap: remove support for multiple ops"
[PATCH mm-unstable] mm/demotion: Fix build error with CONFIG_MIGRATION disabled
2022-08-30 4:42 UTC
[PATCH 0/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
2022-08-30 3:24 UTC (6+ messages)
[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
2022-08-30 2:46 UTC (11+ messages)
` [PATCH 6/8] hugetlb: add vma based lock for pmd sharing
` [PATCH 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [PATCH 8/8] hugetlb: use new vma_lock for pmd sharing synchronization
[PATCH 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
2022-08-30 1:49 UTC (4+ messages)
` [PATCH 1/3] memblock test: Add test to memblock_add() "
` [PATCH 2/3] memblock test: Add test to memblock_reserve() "
` [PATCH 3/3] memblock test: Update TODO list
[PATCHv8 00/11] Linear Address Masking enabling
2022-08-30 1:01 UTC (3+ messages)
` [PATCHv8 05/11] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv8 10/11] selftests/x86/lam: Add io_uring test cases for linear-address masking
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).