linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-31 13:59:11 to 2017-06-02 07:09:46 UTC [more...]

[PATCH v5] arm64: fix the overlap between the kernel image and vmalloc address
 2017-06-02  7:08 UTC  (4+ messages)

[PATCH -mm 00/13] mm, THP, swap: Delay splitting THP after swapped out
 2017-06-02  5:57 UTC  (3+ messages)
` [PATCH -mm 05/13] block, THP: Make block_device_operations.rw_page support THP

[PATCH] Patch for remapping pages around the fault page
 2017-06-02  5:04 UTC  (3+ messages)
` [PATCH v2] "

4.12-rc ppc64 4k-page needs costly allocations
 2017-06-02  4:00 UTC  (14+ messages)

[PATCH] mm/vmalloc: a slight change of compare target in __insert_vmap_area()
 2017-06-02  2:26 UTC  (6+ messages)

[PATCH] memcg: refactor mem_cgroup_resize_limit()
 2017-06-01 23:02 UTC 

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-06-01 22:38 UTC  (5+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-06-01 22:35 UTC  (7+ messages)
` [HMM 02/15] mm/hmm: heterogeneous memory management (HMM for short) v4
` [HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-06-01 22:10 UTC  (5+ messages)

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-06-01 21:18 UTC  (21+ messages)
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics

[PATCH] swap: cond_resched in swap_cgroup_prepare()
 2017-06-01 19:56 UTC 

[PATCH] mm,oom: add tracepoints for oom reaper-related events
 2017-06-01 18:41 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] x86/mm: do not BUG_ON() on stall pgd entries
 2017-06-01 18:38 UTC  (7+ messages)

[RFC PATCH v2 0/7] cgroup-aware OOM killer
 2017-06-01 18:35 UTC  (8+ messages)
` [RFC PATCH v2 1/7] mm, oom: refactor select_bad_process() to take memcg as an argument
` [RFC PATCH v2 2/7] mm, oom: split oom_kill_process() and export __oom_kill_process()
` [RFC PATCH v2 3/7] mm, oom: export oom_evaluate_task() and select_bad_process()
` [RFC PATCH v2 4/7] mm, oom: introduce oom_kill_all_tasks option for memory cgroups
` [RFC PATCH v2 5/7] mm, oom: introduce oom_score_adj "
` [RFC PATCH v2 6/7] mm, oom: cgroup-aware OOM killer
` [RFC PATCH v2 7/7] mm,oom,docs: describe the "

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-06-01 18:06 UTC  (16+ messages)

[PATCH 1/4] mm/kasan: get rid of speculative shadow checks
 2017-06-01 17:45 UTC  (12+ messages)
` [PATCH 2/4] x86/kasan: don't allocate extra shadow memory
` [PATCH 3/4] arm64/kasan: "
` [PATCH 4/4] mm/kasan: Add support for memory hotplug

[RFC PATCH] mm, memory_hotplug: support movable_node for hotplugable nodes
 2017-06-01 16:49 UTC  (11+ messages)

[PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging
 2017-06-01 14:56 UTC  (9+ messages)
` [PATCHv1, RFC 7/8] x86/mm: Hacks for boot-time "
  ` KASAN vs. "

[PATCH 00/35 v1] pagevec API cleanups
 2017-06-01 13:55 UTC  (42+ messages)
` [PATCH 01/35] fscache: Remove unused ->now_uncached callback
` [PATCH 02/35] ext4: Fix SEEK_HOLE
` [PATCH 03/35] ext4: Fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
` [PATCH 04/35] dax: Fix inefficiency in dax_writeback_mapping_range()
` [PATCH 05/35] mm: Fix THP handling in invalidate_mapping_pages()
` [PATCH 06/35] mm: Make pagevec_lookup() update index
` [PATCH 07/35] mm: Implement find_get_pages_range()
` [PATCH 08/35] fs: Fix performance regression in clean_bdev_aliases()
` [PATCH 09/35] ext4: Use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
` [PATCH 10/35] ext4: Use pagevec_lookup_range() in writeback code
` [PATCH 11/35] hugetlbfs: Use pagevec_lookup_range() in remove_inode_hugepages()
` [PATCH 12/35] xfs: Use pagevec_lookup_range() in xfs_find_get_desired_pgoff()
` [PATCH 13/35] mm: Remove nr_pages argument from pagevec_lookup{,_range}()
` [PATCH 14/35] mm: Implement find_get_pages_range_tag()
` [PATCH 15/35] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 16/35] ceph: "
` [PATCH 17/35] ext4: "
` [PATCH 18/35] f2fs: "
` [PATCH 19/35] f2fs: Simplify page iteration loops
` [PATCH 20/35] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 21/35] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 22/35] nilfs2: "
` [PATCH 23/35] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 24/35] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 25/35] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 26/35] afs: Use find_get_pages_range_tag()
` [PATCH 27/35] shmem: Use pagevec_lookup() in shmem_unlock_mapping()
` [PATCH 28/35] shmem: Use pagevec_lookup_entries()
` [PATCH 29/35] mm: Make pagevec_lookup_entries() update index
` [PATCH 30/35] mm: Implement find_get_entries_range()
` [PATCH 31/35] shmem: Convert to pagevec_lookup_entries_range()
` [PATCH 32/35] mm: Convert truncate code "
` [PATCH 33/35] mm: Remove nr_entries argument from pagevec_lookup_entries{,_range}()
` [PATCH 34/35] mm: Make find_get_entries_tag() update index
` [PATCH 35/35] mm: Implement find_get_entries_range_tag()
` [Cluster-devel] [PATCH 00/35 v1] pagevec API cleanups

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-06-01 13:45 UTC  (28+ messages)

[PATCH 0/2] memory hotplug follow up fixes
 2017-06-01 12:57 UTC  (6+ messages)
` [PATCH 1/2] mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior
` [PATCH 2/2] mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone

[PATCH 0/6] mm: per-lruvec slab stats
 2017-06-01 10:07 UTC  (12+ messages)
` [PATCH 2/6] mm: vmstat: move slab statistics from zone to node counters
` [PATCH 5/6] mm: memcontrol: per-lruvec stats infrastructure

[v3 0/9] parallelized "struct page" zeroing
 2017-06-01  8:46 UTC  (13+ messages)

[PATCH v1 0/9] mm: hwpoison: fixlet for hugetlb migration
 2017-06-01  8:16 UTC  (10+ messages)
` [PATCH v1 1/9] mm: hugetlb: prevent reuse of hwpoisoned free hugepages
` [PATCH v1 2/9] mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()
` [PATCH v1 3/9] mm: hwpoison: change PageHWPoison behavior on hugetlb pages
` [PATCH v1 4/9] mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
` [PATCH v1 5/9] mm: soft-offline: dissolve free hugepage if soft-offlined
` [PATCH v1 6/9] mm: hwpoison: introduce memory_failure_hugetlb()
` [PATCH v1 7/9] mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error
` [PATCH v1 8/9] mm: hugetlb: delete dequeue_hwpoisoned_huge_page()
` [PATCH v1 9/9] mm: hwpoison: introduce idenfity_page_state

[-next] memory hotplug regression
 2017-06-01  7:13 UTC  (10+ messages)

[PATCH v4 0/8] x86 TLB flush cleanups, moving toward PCID support
 2017-06-01  1:49 UTC  (5+ messages)
` [PATCH v4 3/8] x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases

[patch] compiler, clang: suppress warning for unused static inline functions
 2017-06-01  0:01 UTC  (10+ messages)

Yet another page allocation stall on 4.9
 2017-05-31 22:20 UTC  (3+ messages)

[RFC v3]mm: ro protection for data allocated dynamically
 2017-05-31 21:22 UTC  (8+ messages)
` [PATCH 1/1] Sealable memory support

[patch] mm, vmpressure: pass-through notification support
 2017-05-31 21:22 UTC 

[mm: vmstat] b6bc672448: BUG: unable to handle kernel paging request at 1c435000
 2017-05-31 20:39 UTC 

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-31 18:01 UTC  (9+ messages)

[mm: memcontrol] 1e698e532c: BUG: unable to handle kernel NULL pointer dereference at 000002d4
 2017-05-31 17:38 UTC 

[RFC v2 00/10] Replace mmap_sem by a range lock
 2017-05-31 16:19 UTC  (7+ messages)
` [RFC v2 01/10] mm: Deactivate mmap_sem assert
` [RFC v2 02/10] mm: Remove nest locking operation with mmap_sem
` [RFC v2 10/10] mm: Introduce CONFIG_MEM_RANGE_LOCK

strange PAGE_ALLOC_COSTLY_ORDER usage in xgbe_map_rx_buffer
 2017-05-31 16:04 UTC 

[PATCH 0/3] replace few other kvmalloc open coded variants
 2017-05-31 15:51 UTC  (4+ messages)
` [PATCH 1/3] fs/file: replace alloc_fdmem with kvmalloc alternative
` [PATCH 2/3] lib/rhashtable.c: use kvzalloc in bucket_table_alloc when possible
` [PATCH 3/3] netfilter: use kvmalloc xt_alloc_table_info

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-31 15:48 UTC  (14+ messages)
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 32/32] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2017-05-31 15:21 UTC  (6+ messages)
` [Patch v2] "

[patch] mm, vmscan: avoid thrashing anon lru when free + file is low
 2017-05-31 15:20 UTC  (8+ messages)
          ` [patch v2] "

[PATCH] mm: add NULL check to avoid potential NULL pointer dereference
 2017-05-31 15:09 UTC  (2+ 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).