linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-26 01:17:59 to 2021-02-27 19:18:46 UTC [more...]

incoming
 2021-02-27 19:18 UTC  (84+ messages)
` [patch 027/118] mm: teach pfn_to_online_page() to consider subsection validity
` [patch 041/118] mm/rmap: remove unneeded semicolon in page_not_mapped()
` [patch 042/118] mm/rmap: fix obsolete comment in __page_check_anon_rmap()
` [patch 043/118] mm/rmap: use page_not_mapped in try_to_unmap()
` [patch 044/118] mm/rmap: correct obsolete comment of page_get_anon_vma()
` [patch 045/118] mm/rmap: fix potential pte_unmap on an not mapped pte
` [patch 046/118] mm: zswap: clean up confusing comment
` [patch 047/118] mm/zswap: add the flag can_sleep_mapped
` [patch 048/118] mm: set the sleep_mapped to true for zbud and z3fold
` [patch 049/118] mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()
` [patch 050/118] zsmalloc: account the number of compacted pages correctly
` [patch 051/118] mm/zsmalloc.c: use page_private() to access page->private
` [patch 052/118] mm: page-flags.h: Typo fix (It -> If)
` [patch 053/118] mm/dmapool: use might_alloc()
` [patch 054/118] mm/backing-dev.c: "
` [patch 055/118] mm/early_ioremap.c: use __func__ instead of function name
` [patch 056/118] mm: add Kernel Electric-Fence infrastructure
` [patch 057/118] x86, kfence: enable KFENCE for x86
` [patch 058/118] arm64, kfence: enable KFENCE for ARM64
` [patch 059/118] kfence: use pt_regs to generate stack trace on faults
` [patch 060/118] mm, kfence: insert KFENCE hooks for SLAB
` [patch 061/118] mm, kfence: insert KFENCE hooks for SLUB
` [patch 062/118] kfence, kasan: make KFENCE compatible with KASAN
` [patch 063/118] kfence, Documentation: add KFENCE documentation
` [patch 064/118] kfence: add test suite
` [patch 065/118] MAINTAINERS: add entry for KFENCE
` [patch 066/118] kfence: report sensitive information based on no_hash_pointers
` [patch 067/118] tracing: add error_report_end trace point
` [patch 068/118] kfence: use error_report_end tracepoint
` [patch 069/118] kasan: "
` [patch 070/118] kasan, mm: don't save alloc stacks twice
` [patch 071/118] kasan, mm: optimize kmalloc poisoning
` [patch 072/118] kasan: optimize large "
` [patch 073/118] kasan: clean up setting free info in kasan_slab_free
` [patch 074/118] kasan: unify large kfree checks
` [patch 075/118] kasan: rework krealloc tests
` [patch 076/118] kasan, mm: fail krealloc on freed objects
` [patch 077/118] kasan, mm: optimize krealloc poisoning
` [patch 078/118] kasan: ensure poisoning size alignment
` [patch 079/118] arm64: kasan: simplify and inline MTE functions
` [patch 080/118] kasan: inline HW_TAGS helper functions
` [patch 081/118] kasan: clarify that only first bug is reported in HW_TAGS
` [patch 082/118] alpha: remove CONFIG_EXPERIMENTAL from defconfigs
` [patch 083/118] proc/wchan: use printk format instead of lookup_symbol_name()
` [patch 084/118] proc: use kvzalloc for our kernel buffer
` [patch 085/118] sysctl.c: fix underflow value setting risk in vm_table
` [patch 086/118] include/linux: remove repeated words
` [patch 087/118] treewide: Miguel has moved
` [patch 088/118] groups: use flexible-array member in struct group_info
` [patch 089/118] groups: simplify struct group_info allocation
` [patch 090/118] kernel: delete repeated words in comments
` [patch 091/118] MAINTAINERS: add uapi directories to API/ABI section
` [patch 092/118] lib/genalloc.c: change return type to unsigned long for bitmap_set_ll
` [patch 093/118] string.h: move fortified functions definitions in a dedicated header
` [patch 094/118] lib: stackdepot: add support to configure STACK_HASH_SIZE
` [patch 095/118] lib: stackdepot: add support to disable stack depot
` [patch 096/118] lib: stackdepot: fix ignoring return value warning
` [patch 097/118] lib/cmdline: remove an unneeded local variable in next_arg()
` [patch 098/118] include/linux/bitops.h: spelling s/synomyn/synonym/
` [patch 099/118] checkpatch: improve blank line after declaration test
` [patch 100/118] checkpatch: ignore warning designated initializers using NR_CPUS
` [patch 101/118] checkpatch: trivial style fixes
` [patch 102/118] checkpatch: prefer ftrace over function entry/exit printks
` [patch 103/118] checkpatch: improve TYPECAST_INT_CONSTANT test message
` [patch 104/118] checkpatch: add warning for avoiding .L prefix symbols in assembly files
` [patch 105/118] checkpatch: add kmalloc_array_node to unnecessary OOM message check
` [patch 106/118] checkpatch: don't warn about colon termination in linker scripts
` [patch 107/118] checkpatch: do not apply "initialise globals to 0" check to BPF progs
` [patch 108/118] init/version.c: remove Version_<LINUX_VERSION_CODE> symbol
` [patch 109/118] init: clean up early_param_on_off() macro
` [patch 110/118] init/Kconfig: fix a typo in CC_VERSION_TEXT help text
` [patch 111/118] fs/coredump: use kmap_local_page()
` [patch 112/118] seq_file: document how per-entry resources are managed
` [patch 113/118] x86: fix seq_file iteration for pat/memtype.c
` [patch 114/118] scripts/gdb: fix list_for_each
` [patch 115/118] kgdb: fix to kill breakpoints on initmem after boot
` [patch 116/118] ubsan: remove overflow checks
` [patch 117/118] initramfs: panic with memory information
` [patch 118/118] MIPS: make userspace mapping young by default

WARNING: modpost: vmlinux.o(.text.unlikely+0x23ac): Section mismatch in reference from the function highmem_setup() to the function .meminit.text:memblock_is_reserved()
 2021-02-27 15:19 UTC 

[PATCH] MIPS: loongson64: alloc pglist_data at run time
 2021-02-27  6:29 UTC 

[PATCH] MIPS: replace -pg with CC_FLAGS_FTRACE
 2021-02-27  6:21 UTC 

[PATCH V2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT
 2021-02-27  6:19 UTC  (2+ messages)
` [PATCH] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling

[PATCH 1/2] mm: Guard a use of node_reclaim_distance with CONFIFG_NUMA
 2021-02-27  4:14 UTC  (7+ messages)
` [PATCH 2/2] topology: Guard "

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-02-27  3:40 UTC  (5+ messages)

[PATCH] Fix zero_user_segments() with start > end
 2021-02-27  3:36 UTC  (3+ messages)

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-02-27  0:56 UTC  (12+ messages)
` [PATCH v2 2/3] mm: Force update of mem cgroup soft limit tree on usage excess

possible deadlock in sk_clone_lock
 2021-02-27  0:00 UTC  (4+ messages)

[PATCH] mm: test page->flags directly in page_lru()
 2021-02-26 20:27 UTC  (11+ messages)
` [PATCH v2 0/3] trim the uses of compound_head()
  ` [PATCH v2 1/3] mm: bypass compound_head() for PF_NO_TAIL when enforce=1
  ` [PATCH v2 2/3] mm: use PF_NO_TAIL for PG_lru
  ` [PATCH v2 3/3] mm: use PF_ONLY_HEAD for PG_active and PG_unevictable

[linux-next:master] BUILD REGRESSION d01f2f7e35573049673b71e18be7abfe3f80323f
 2021-02-26 20:26 UTC  (4+ messages)

[PATCH] doc: memcontrol: add description for oom_kill
 2021-02-26 19:19 UTC  (6+ messages)

[PATCH 4.9 098/128] mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()
 2021-02-26 19:09 UTC  (3+ messages)
` [PATCH 4.9 STABLE] mm, thp: make do_huge_pmd_wp_page() lock page for testing mapcount

[PATCH v17 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
 2021-02-26 18:06 UTC 

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-02-26 17:58 UTC  (12+ messages)

[RFC 0/6] x86: prefetch_page() vDSO call
 2021-02-26 17:47 UTC  (5+ messages)
` [RFC 1/6] vdso/extable: fix calculation of base

[GIT PULL] Kmap conversions for 5.12
 2021-02-26 17:02 UTC  (9+ messages)

Freeing page tables through RCU
 2021-02-26 16:21 UTC  (5+ messages)

[PATCH v3 0/8] Add support for SVM atomics in Nouveau
 2021-02-26 16:03 UTC  (13+ messages)
` [PATCH v3 1/8] mm: Remove special swap entry functions
` [PATCH v3 2/8] mm/swapops: Rework swap entry manipulation code
` [PATCH v3 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v3 4/8] mm/rmap: Split migration into its own function
` [PATCH v3 5/8] mm: Device exclusive memory access
` [PATCH v3 6/8] mm: Selftests for exclusive device memory
` [PATCH v3 7/8] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v3 8/8] nouveau/svm: Implement atomic SVM access

[PATCH] mm, kasan: don't poison boot memory
 2021-02-26 16:16 UTC  (15+ messages)

incoming
 2021-02-26 15:54 UTC  (14+ messages)
` [patch 014/173] mm, tracing: record slab name for kmem_cache_free()

[PATCH RFC net-next 0/3] Use bulk order-0 page allocator API for page_pool
 2021-02-26 14:34 UTC  (9+ messages)
` [PATCH RFC net-next 2/3] net: page_pool: use alloc_pages_bulk in refill code path
` [PATCH RFC net-next 3/3] mm: make zone->free_area[order] access faster

[PATCH] mm/filemap: Use filemap_read_page in filemap_fault
 2021-02-26 14:00 UTC 

[PATCH v2 0/4] Reduce page allocator traffic caused by NFSD
 2021-02-26 14:13 UTC  (4+ messages)
` [PATCH v2 4/4] SUNRPC: Cache pages that were replaced during a read splice

[PATCH] ia64: Depend on non-static printk for cmpxchg debug
 2021-02-26 13:50 UTC  (5+ messages)

[PATCH v3 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-26 12:46 UTC  (15+ messages)
` [PATCH v3 1/2] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH v3 2/2] mm: Make alloc_contig_range handle in-use "

[PATCH v6 0/3] mm,thp,shm: limit shmem THP alloc gfp_mask
 2021-02-26 12:34 UTC  (8+ messages)
          ` [PATCH 4/3] mm,shmem,thp: limit shmem THP allocations to requested zones

[linux-next:master 3118/12657] page_alloc.c:undefined reference to `node_reclaim_distance'
 2021-02-26 12:30 UTC 

[PATCH v2 0/7] Allocate memmap from hotadded memory (per device)
 2021-02-26 12:14 UTC  (16+ messages)
` [PATCH v2 3/7] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory
` [PATCH v2 4/7] mm,memory_hotplug: Enforce struct page size to be multiple of PMD
` [PATCH v2 5/7] mm,memory_hotplug: Enforce pageblock alignment when memmap_on_memory
` [PATCH v2 6/7] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH v2 7/7] arm64/Kconfig: "

[linux-next:pending-fixes] BUILD SUCCESS 1e0436e950f36162c20a569d265cb0c30e27c66a
 2021-02-26 11:33 UTC 

[PATCH v7 0/1] mm: fix initialization of struct page for holes in memory layout
 2021-02-26 11:08 UTC  (7+ messages)
` [PATCH v7 1/1] mm/page_alloc.c: refactor "

[PATCH v8 0/1] mm: fix initialization of struct page for holes in memory layout
 2021-02-26 11:07 UTC  (6+ messages)
` [PATCH v8 1/1] mm/page_alloc.c: refactor "

[linux-next:master 12407/12657] include/linux/fortify-string.h:27:30: warning: '__builtin_strncpy' output may be truncated copying between 5 and 9 bytes from a string of length 9
 2021-02-26  7:57 UTC 

[linux-next:master 11672/12657] drivers/gpu/drm/amd/amdgpu/../display/dc/irq/dcn21/irq_service_dcn21.c:357:2: warning: initializer overrides prior initialization of this subobject
 2021-02-26  6:54 UTC 

[PATCH v4] kasan: remove redundant config option
 2021-02-26  1:25 UTC 

[PATCH] kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
 2021-02-26  1:25 UTC 


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).