linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-13 13:29:39 to 2020-08-15 00:31:06 UTC [more...]

incoming
 2020-08-15  0:31 UTC  (19+ messages)
` [patch 01/39] asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()
` [patch 02/39] Revert "mm/vmstat.c: do not show lowmem reserve protection information of empty zone"
` [patch 03/39] lz4: fix kernel decompression speed
` [patch 04/39] exec: restore EACCES of S_ISDIR execve()
` [patch 05/39] selftests/exec: add file type errno tests
` [patch 06/39] mailmap: add entry for Greg Kurz
` [patch 07/39] mm: store compound_nr as well as compound_order
` [patch 08/39] mm: move page-flags include to top of file
` [patch 09/39] mm: add thp_order
` [patch 10/39] mm: add thp_size
` [patch 11/39] mm: replace hpage_nr_pages with thp_nr_pages
` [patch 12/39] mm: add thp_head
` [patch 13/39] mm: introduce offset_in_thp
` [patch 14/39] fs: autofs: delete repeated words in comments
` [patch 15/39] mm/madvise: pass task and mm to do_madvise
` [patch 16/39] pid: move pidfd_get_pid() to pid.c
` [patch 17/39] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
` [patch 18/39] mm/madvise: check fatal signal pending of target process

[PATCH] dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()
 2020-08-15  0:26 UTC  (6+ messages)

[RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag
 2020-08-14 23:41 UTC  (58+ messages)

BUG: unable to handle kernel paging request in free_block (5)
 2020-08-14 22:59 UTC 

[PATCH] mm : update ra->ra_pages if it's NOT equal to bdi->ra_pages
 2020-08-14 22:17 UTC  (11+ messages)

[PATCH] khugepaged: collapse_pte_mapped_thp() flush the right range
 2020-08-14 22:13 UTC  (3+ messages)
` [PATCH] khugepaged: khugepaged_test_exit() check mmget_still_valid()
  ` [PATCH] khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()

[PATCH v3] mm: introduce reference pages
 2020-08-14 21:33 UTC 

[RFC PATCH 0/3] Re: [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
 2020-08-14 21:15 UTC  (13+ messages)
` [RFC PATCH 1/3] mm: Drop locked from isolate_migratepages_block
` [RFC PATCH 2/3] mm: Drop use of test_and_set_skip in favor of just setting skip
` [RFC PATCH 3/3] mm: Identify compound pages sooner in isolate_migratepages_block

[PATCH RFC 0/2] Break heap spraying needed for exploiting use-after-free
 2020-08-14 21:01 UTC  (4+ messages)
` [PATCH RFC 1/2] mm: Extract SLAB_QUARANTINE from KASAN
` [PATCH RFC 2/2] lkdtm: Add heap spraying test

[RFC 0/7] Support high-order page bulk allocation
 2020-08-14 20:55 UTC  (10+ messages)
` [RFC 1/7] mm: page_owner: split page by order
` [RFC 2/7] mm: introduce split_page_by_order
` [RFC 3/7] mm: compaction: deal with upcoming high-order page splitting
` [RFC 4/7] mm: factor __alloc_contig_range out
` [RFC 5/7] mm: introduce alloc_pages_bulk API
` [RFC 6/7] mm: make alloc_pages_bulk best effort
` [RFC 7/7] mm/page_isolation: avoid drain_all_pages for alloc_pages_bulk

[PATCH] mm : sync ra->ra_pages with bdi->ra_pages
 2020-08-14 20:10 UTC  (3+ messages)

[PATCH] mm: slub: fix conversion of freelist_corrupted()
 2020-08-14 19:43 UTC  (4+ messages)

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-08-14 18:09 UTC  (3+ messages)

[PATCH 00/35] kasan: add hardware tag-based mode for arm64
 2020-08-14 17:27 UTC  (36+ messages)
` [PATCH 01/35] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH 02/35] kasan: group vmalloc code
` [PATCH 03/35] kasan: shadow declarations only for software modes
` [PATCH 04/35] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH 05/35] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH 06/35] kasan: only build init.c for software modes
` [PATCH 07/35] kasan: split out shadow.c from common.c
` [PATCH 08/35] kasan: rename generic/tags_report.c files
` [PATCH 09/35] kasan: don't duplicate config dependencies
` [PATCH 10/35] kasan: hide invalid free check implementation
` [PATCH 11/35] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH 12/35] kasan, arm64: only init shadow for software modes
` [PATCH 13/35] kasan, arm64: only use kasan_depth "
` [PATCH 14/35] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH 15/35] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH 16/35] kasan: kasan_non_canonical_hook only for software modes
` [PATCH 17/35] kasan: rename SHADOW layout macros to META
` [PATCH 18/35] kasan: separate metadata_fetch_row for each mode
` [PATCH 19/35] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH 20/35] arm64: mte: Add in-kernel MTE helpers
` [PATCH 21/35] arm64: mte: Add in-kernel tag fault handler
` [PATCH 22/35] arm64: mte: Enable in-kernel MTE
` [PATCH 23/35] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH 24/35] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH 25/35] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH 26/35] kasan, arm64: Enable TBI EL1
` [PATCH 27/35] kasan, arm64: align allocations for HW_TAGS
` [PATCH 28/35] kasan: define KASAN_GRANULE_SIZE "
` [PATCH 29/35] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH 30/35] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH 31/35] kasan, arm64: implement HW_TAGS runtime
` [PATCH 32/35] kasan, arm64: print report from tag fault handler
` [PATCH 33/35] kasan, slub: reset tags when accessing metadata
` [PATCH 34/35] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH 35/35] kasan: add documentation for hardware tag-based mode

incoming
 2020-08-14 17:20 UTC  (4+ messages)
` [patch 090/165] lz4: fix kernel decompression speed

[PATCH v2] mm: include CMA pages in lowmem_reserve at boot
 2020-08-14 16:49 UTC 

[RFC PATCH 1/3] sched: fix exit_mm vs membarrier (v2)
 2020-08-14 16:43 UTC 

[PATCH v4 2/2] xen: add helpers to allocate unpopulated memory
 2020-08-14 13:52 UTC  (10+ messages)

[PATCH v2 1/2] mm/dmapool.c: Replace open-coded list_for_each_entry_safe()
 2020-08-14 13:50 UTC  (2+ messages)
` [PATCH v2 2/2] mm/dmapool.c: Replace hard coded function name with __func__

[PATCH v19 02/15] mm/damon: Implement region based sampling
 2020-08-14  9:29 UTC  (2+ messages)

[PATCH 01/16] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
 2020-08-14  8:43 UTC  (11+ messages)
` [PATCH 14/16] debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH 16/16] debug_vm_pgtable/ppc64: Add a variant of pfn_pte/pmd

[PATCH] mm: include CMA pages in lowmem_reserve at boot
 2020-08-14  6:59 UTC  (4+ messages)

[PATCH V2] mm, page_alloc: fix core hung in free_pcppages_bulk()
 2020-08-14  6:39 UTC  (6+ messages)

[PATCH v2] mm: introduce reference pages
 2020-08-14  1:11 UTC  (7+ messages)

[PATCH v3 0/5] mm: memcg accounting of percpu memory
 2020-08-13 23:27 UTC  (6+ messages)
` [PATCH v3 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup

linux-next boot error: WARNING in mem_cgroup_css_alloc
 2020-08-13 23:25 UTC  (2+ messages)

[PATCH v5] arch/ia64: Restore arch-specific pgd_offset_k implementation
 2020-08-13 22:21 UTC  (4+ messages)

[PATCH] mm: introduce reference pages
 2020-08-13 22:03 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 8d2ac1ce7b760376c5cb5f5f18c84fdd785647ed
 2020-08-13 20:44 UTC 

[linux-next:master] BUILD SUCCESS e6d113aca646fb6a92b237340109237fd7a9c770
 2020-08-13 20:37 UTC 

[PATCH v4] arch/ia64: Restore arch-specific pgd_offset_k implementation
 2020-08-13 20:00 UTC  (2+ messages)

[PATCH v3] arch/ia64: Restore arch-specific pgd_offset_k implementation
 2020-08-13 19:12 UTC  (2+ messages)

[PATCH] mm/slub: branch optimization in free slowpath
 2020-08-13 16:47 UTC  (2+ messages)

upstream boot error: WARNING in mem_cgroup_css_alloc
 2020-08-13 15:29 UTC  (4+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-08-13 14:01 UTC  (3+ messages)
` [PATCH v7 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support


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