linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-24 17:49:50 to 2017-05-28 17:00:40 UTC [more...]

[PATCH v4 0/8] x86 TLB flush cleanups, moving toward PCID support
 2017-05-28 17:00 UTC 

[PATCH 1/1] mm: Convert to DEFINE_DEBUGFS_ATTRIBUTE
 2017-05-28 14:59 UTC 

[PATCH v2 2/7] x86: use long long for 64-bit atomic ops
 2017-05-28  9:34 UTC  (9+ messages)
` [PATCH v2 3/7] asm-generic: add atomic-instrumented.h
` [PATCH v2 4/7] x86: switch atomic.h to use atomic-instrumented.h
` [PATCH v2 5/7] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH v2 6/7] asm-generic: add KASAN instrumentation to atomic operations
` [PATCH v2 7/7] asm-generic, x86: add comments for atomic instrumentation

[PATCH v9] mm: Add memory allocation watchdog kernel thread
 2017-05-28  7:01 UTC  (2+ messages)

[PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging
 2017-05-27 22:56 UTC  (26+ messages)
` [PATCHv1, RFC 1/8] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv1, RFC 2/8] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCHv1, RFC 3/8] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCHv1, RFC 4/8] x86/mm: Handle boot-time paging mode switching at early boot
` [PATCHv1, RFC 5/8] x86/mm: Fold p4d page table layer at runtime
` [PATCHv1, RFC 6/8] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv1, RFC 7/8] x86/mm: Hacks for boot-time switching between 4- and 5-level paging
  ` KASAN vs. "
` [PATCHv1, RFC 8/8] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-27  2:17 UTC  (18+ messages)
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption

[PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries
 2017-05-26 19:59 UTC  (2+ messages)
` [PATCH] dax: improve fix for "

[PATCH 3/8] x86: use long long for 64-bit atomic ops
 2017-05-26 19:29 UTC  (7+ messages)
` [PATCH 5/8] x86: switch atomic.h to use atomic-instrumented.h

[patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration
 2017-05-26 19:09 UTC  (13+ messages)

[PATCH] mm: add counters for different page fault types
 2017-05-26 18:43 UTC  (5+ messages)

[PATCH v2 0/3] mm: kmemleak: Improve vmalloc() false positives for thread stack allocation
 2017-05-26 17:19 UTC  (8+ messages)
` [PATCH v2 1/3] mm: kmemleak: Slightly reduce the size of some structures on 64-bit architectures
` [PATCH v2 2/3] mm: kmemleak: Factor object reference updating out of scan_block()
` [PATCH v2 3/3] mm: kmemleak: Treat vm_struct as alternative reference to vmalloc'ed objects

[PATCH 0/3] mm/slub: Fix unused function warnings
 2017-05-26 17:05 UTC  (10+ messages)
` [PATCH 1/3] mm/slub: Only define kmalloc_large_node_hook() for NUMA systems

[v3 0/9] parallelized "struct page" zeroing
 2017-05-26 16:45 UTC  (7+ messages)

[PATCH v3 0/8] x86 TLB flush cleanups, moving toward PCID support
 2017-05-26 16:05 UTC  (15+ messages)
` [PATCH v3 1/8] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [PATCH v3 2/8] x86/mm: Change the leave_mm() condition for local TLB flushes
` [PATCH v3 3/8] x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
` [PATCH v3 4/8] x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
` [PATCH v3 5/8] x86/mm: Remove the UP tlbflush code; always use the formerly SMP code
` [PATCH v3 6/8] x86/mm: Rework lazy TLB to track the actual loaded mm
` [PATCH v3 7/8] x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
` [PATCH v3 8/8] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant

[-next] memory hotplug regression
 2017-05-26 12:25 UTC  (3+ messages)

[PATCH v2] mm: fix mlock incorrent event account
 2017-05-26 11:05 UTC  (3+ messages)

[PATCH v4] add the option of fortified string.h functions
 2017-05-26  9:54 UTC 

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2017-05-26  4:43 UTC  (5+ messages)
` [Patch v2] "

[PATCH] mm/zsmalloc: fix -Wunneeded-internal-declaration warning
 2017-05-26  4:15 UTC  (4+ messages)

[RFC PATCH] mm: fix mlock incorrent event account
 2017-05-26  3:57 UTC  (6+ messages)

[PATCH] mm/vmalloc: a slight change of compare target in __insert_vmap_area()
 2017-05-26  1:55 UTC  (7+ messages)

[PATCH v6 00/10] mm: page migration enhancement for thp
 2017-05-26  0:58 UTC  (18+ messages)
` [PATCH v6 01/10] mm: mempolicy: add queue_pages_required()
` [PATCH v6 02/10] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
` [PATCH v6 03/10] mm: thp: introduce separate TTU flag for thp freezing
` [PATCH v6 04/10] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
` [PATCH v6 05/10] mm: thp: enable thp migration in generic path
` [PATCH v6 06/10] mm: thp: check pmd migration entry in common path
` [PATCH v6 07/10] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v6 08/10] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v6 09/10] mm: migrate: move_pages() supports "
` [PATCH v6 10/10] mm: memory_hotplug: memory hotremove "

[PATCH -mm 00/13] mm, THP, swap: Delay splitting THP after swapped out
 2017-05-26  0:56 UTC  (16+ messages)
` [PATCH -mm 01/13] mm, THP, swap: Support to clear swap cache flag for THP "
` [PATCH -mm 02/13] mm, THP, swap: Support to reclaim swap space "
` [PATCH -mm 03/13] mm, THP, swap: Make reuse_swap_page() works "
` [PATCH -mm 04/13] mm, THP, swap: Don't allocate huge cluster for file backed swap device
` [PATCH -mm 05/13] block, THP: Make block_device_operations.rw_page support THP
` [PATCH -mm 06/13] block: Increase BIO_MAX_PAGES to PMD size if THP_SWAP enabled
` [PATCH -mm 07/13] mm, THP, swap: Support to write THP to swap device as a whole
` [PATCH -mm 08/13] mm, THP, swap: Support to split THP for THP swapped out
` [PATCH -mm 09/13] memcg, THP, swap: Support move mem cgroup charge "
` [PATCH -mm 10/13] memcg, THP, swap: Avoid to duplicated charge THP in swap cache
` [PATCH -mm 11/13] memcg, THP, swap: Make mem_cgroup_swapout() support THP
` [PATCH -mm 12/13] mm, THP, swap: Delay splitting THP after swapped out
` [PATCH -mm 13/13] mm, THP, swap: Add THP swapping out fallback counting

mmotm 2017-05-25-17-28 uploaded
 2017-05-26  0:28 UTC 

[PATCH v2] mm/hugetlb: Report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
 2017-05-25 22:54 UTC  (3+ messages)

[patch] compiler, clang: suppress warning for unused static inline functions
 2017-05-25 17:49 UTC  (8+ messages)

[PATCH v4 8/8] mm: rmap: Use correct helper when poisoning hugepages
 2017-05-25 17:22 UTC  (3+ messages)

[PATCH v4 7/8] mm/hugetlb: Introduce set_huge_swap_pte_at() helper
 2017-05-25 17:13 UTC  (2+ messages)
` [PATCH v4.1 "

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-25 17:08 UTC  (7+ messages)

[PATCH v2] mm/migrate: Fix ref-count handling when !hugepage_migration_supported()
 2017-05-25 13:51 UTC 

[RFC PATCH 0/2] remove CONFIG_MOVABLE_NODE
 2017-05-25 12:03 UTC  (12+ messages)
` [RFC PATCH 1/2] mm, memory_hotplug: drop artificial restriction on online/offline
` [RFC PATCH 2/2] mm, memory_hotplug: drop CONFIG_MOVABLE_NODE

Yet another page allocation stall on 4.9
 2017-05-25 11:17 UTC  (2+ messages)

[PATCH] mm: fix mapping_set_error call in me_pagecache_dirty
 2017-05-25 10:33 UTC 

[PATCH] mm: drop "wait" parameter from write_one_page
 2017-05-25 10:33 UTC 

[PATCH v2] mm/oom_kill: count global and memory cgroup oom kills
 2017-05-25 10:28 UTC 

[PATCH] mm/migrate: Fix ref-count handling when !hugepage_migration_supported()
 2017-05-25 10:18 UTC  (7+ messages)
`  "

[PATCH] dm ioctl: Restore __GFP_HIGH in copy_params()
 2017-05-25  8:58 UTC  (11+ messages)
          `  "

[PATCH] mm/oom_kill: count global and memory cgroup oom kills
 2017-05-25  8:44 UTC  (7+ messages)

[PATCH v3] mlock: fix mlock count can not decrease in race condition
 2017-05-25  7:07 UTC 

[PATCH 0/6] refine and rename slub sysfs
 2017-05-25  6:49 UTC  (8+ messages)

[PATCH v2] mlock: fix mlock count can not decrease in race condition
 2017-05-25  6:48 UTC  (3+ messages)

[Question] Mlocked count will not be decreased
 2017-05-25  6:12 UTC  (10+ messages)

[PATCH] mm/hugetlb: Report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
 2017-05-25  5:38 UTC  (2+ messages)

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-05-25  1:21 UTC  (3+ messages)
` [RFC PATCH 2/4] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic

[PATCH -mm -v6] mm, swap: Sort swap entries before free
 2017-05-25  0:59 UTC 

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-25  0:46 UTC  (14+ messages)

[PATCH] mm: hwpoison: Use compound_head() flags for huge pages
 2017-05-24 23:30 UTC  (2+ messages)

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-05-24 21:27 UTC  (20+ messages)
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics
` [RFC PATCH v2 12/17] cgroup: Remove cgroup v2 no internal process constraint
` [RFC PATCH v2 13/17] cgroup: Allow fine-grained controllers control in cgroup v2

[PATCH V2] swap: add block io poll in swapin path
 2017-05-24 19:27 UTC 

[PATCH] mm: make kswapd try harder to keep active pages in cache
 2017-05-24 18:50 UTC  (3+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-05-24 17:53 UTC  (3+ messages)


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