linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 17:03:19 to 2019-02-18 17:52:29 UTC [more...]

[RFC PATCH 00/31] Generating physically contiguous memory after page allocation
 2019-02-18 17:52 UTC  (37+ messages)
` [RFC PATCH 01/31] mm: migrate: Add exchange_pages to exchange two lists of pages
` [RFC PATCH 02/31] mm: migrate: Add THP exchange support
` [RFC PATCH 03/31] mm: migrate: Add tmpfs "
` [RFC PATCH 04/31] mm: add mem_defrag functionality
` [RFC PATCH 05/31] mem_defrag: split a THP if either src or dst is THP only
` [RFC PATCH 06/31] mm: Make MAX_ORDER configurable in Kconfig for buddy allocator
` [RFC PATCH 07/31] mm: deallocate pages with order > MAX_ORDER
` [RFC PATCH 08/31] mm: add pagechain container for storing multiple pages
` [RFC PATCH 09/31] mm: thp: 1GB anonymous page implementation
` [RFC PATCH 10/31] mm: proc: add 1GB THP kpageflag
` [RFC PATCH 11/31] mm: debug: print compound page order in dump_page()
` [RFC PATCH 12/31] mm: stats: Separate PMD THP and PUD THP stats
` [RFC PATCH 13/31] mm: thp: 1GB THP copy on write implementation
` [RFC PATCH 14/31] mm: thp: handling 1GB THP reference bit
` [RFC PATCH 15/31] mm: thp: add 1GB THP split_huge_pud_page() function
` [RFC PATCH 16/31] mm: thp: check compound_mapcount of PMD-mapped PUD THPs at free time
` [RFC PATCH 17/31] mm: thp: split properly PMD-mapped PUD THP to PTE-mapped PUD THP
` [RFC PATCH 18/31] mm: page_vma_walk: teach it about PMD-mapped "
` [RFC PATCH 19/31] mm: thp: 1GB THP support in try_to_unmap()
` [RFC PATCH 20/31] mm: thp: split 1GB THPs at page reclaim
` [RFC PATCH 21/31] mm: thp: 1GB zero page shrinker
` [RFC PATCH 22/31] mm: thp: 1GB THP follow_p*d_page() support
` [RFC PATCH 23/31] mm: support 1GB THP pagemap support
` [RFC PATCH 24/31] sysctl: add an option to only print the head page virtual address
` [RFC PATCH 25/31] mm: thp: add a knob to enable/disable 1GB THPs
` [RFC PATCH 26/31] mm: thp: promote PTE-mapped THP to PMD-mapped THP
` [RFC PATCH 27/31] mm: thp: promote PMD-mapped PUD pages to PUD-mapped PUD pages
` [RFC PATCH 28/31] mm: vmstats: add page promotion stats
` [RFC PATCH 29/31] mm: madvise: add madvise options to split PMD and PUD THPs
` [RFC PATCH 30/31] mm: mem_defrag: thp: PMD THP and PUD THP in-place promotion support
` [RFC PATCH 31/31] sysctl: toggle to promote PUD-mapped 1GB THP or not

[LKP] efad4e475c [ 40.308255] Oops: 0000 [#1] PREEMPT SMP PTI
 2019-02-18 17:48 UTC  (15+ messages)

[RFC PATCH 0/4] Restore change_pte optimization to its former glory
 2019-02-18 17:45 UTC  (6+ messages)

[PATCH 00/13] Convert x86 & arm64 to use generic page walk
 2019-02-18 17:22 UTC  (31+ messages)
` [PATCH 01/13] arm64: mm: Add p?d_large() definitions
` [PATCH 03/13] mm: Add generic p?d_large() macros
` [PATCH 04/13] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH 05/13] mm: pagewalk: Allow walking without vma
` [PATCH 06/13] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH 07/13] mm: pagewalk: Add test_p?d callbacks
` [PATCH 08/13] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH 09/13] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH 10/13] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH 11/13] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH 12/13] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH 13/13] x86: mm: Convert dump_pagetables to use walk_page_range

tmpfs fails fallocate(more than DRAM)
 2019-02-18 15:15 UTC  (2+ messages)

[PATCH] arm64: mm: enable per pmd page table lock
 2019-02-18 15:12 UTC  (2+ messages)

[LSF/MM ATTEND] MM track: NUMA, THP locality, reclaim
 2019-02-18 14:32 UTC 

[PATCHv6 00/10] Heterogenous memory node attributes
 2019-02-18 14:25 UTC  (2+ messages)

[PATCH] mm: page_mapped: don't assume compound page is huge or THP
 2019-02-18 13:50 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] mm: Fix the pgtable leak
 2019-02-18 13:33 UTC  (6+ messages)

[PATCH 4/4] riscv: switch over to generic free_initmem()
 2019-02-18 12:50 UTC  (4+ messages)

[LSF/MM TOPIC] Address space isolation inside the kernel
 2019-02-18 11:15 UTC  (12+ messages)
          ` [Lsf-pc] "

mremap vs sysctl_max_map_count
 2019-02-18 11:15 UTC  (4+ messages)

[PATCH 0/4] provide a generic free_initmem implementation
 2019-02-18  9:49 UTC  (4+ messages)

next/master boot bisection: next-20190215 on beaglebone-black
 2019-02-18  9:44 UTC  (6+ messages)

[PATCH] mm: Fix buddy list helpers
 2019-02-18  9:42 UTC  (2+ messages)

[PATCH v5 0/3] KASAN for powerpc/32
 2019-02-18  9:27 UTC  (3+ messages)
` [PATCH v5 3/3] powerpc/32: Add KASAN support

[RFC 0/4] mm: Introduce lazy exec permission setting on a page
 2019-02-18  9:16 UTC  (18+ messages)

[PATCH v3 0/4] mm: Generalize putback functions
 2019-02-18  8:21 UTC  (5+ messages)
` [PATCH v3 1/4] mm: Move recent_rotated pages calculation to shrink_inactive_list()
` [PATCH v3 2/4] mm: Move nr_deactivate accounting to shrink_active_list()
` [PATCH v3 3/4] mm: Remove pages_to_free argument of move_active_pages_to_lru()
` [PATCH v3 4/4] mm: Generalize putback scan functions

[PATCH v2 0/4] mm: Generalize putback functions
 2019-02-18  8:20 UTC  (6+ messages)
` [PATCH v2 4/4] mm: Generalize putback scan functions

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-18  7:49 UTC  (9+ messages)
  ` [dm-devel] "

[PATCH -mm -V8] mm, swap: fix race between swapoff and some swap operations
 2019-02-18  7:01 UTC 

[PATCH 5/6] mm/gup: /proc/vmstat support for get/put user pages
 2019-02-18  2:16 UTC  (2+ messages)
` [LKP] [mm/gup] e7ae097b0b: will-it-scale.per_process_ops -5.0% regression

[PATCH -mm -V7] mm, swap: fix race between swapoff and some swap operations
 2019-02-18  0:51 UTC  (5+ messages)

[PATCH] powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()
 2019-02-18  0:49 UTC  (11+ messages)
`  "

[net PATCH 0/2] Address recent issues found in netdev page_frag_alloc usage
 2019-02-17 23:50 UTC  (4+ messages)
` [net PATCH 1/2] mm: Use fixed constant in page_frag_alloc instead of size + 1
` [net PATCH 2/2] net: Do not allocate page fragments that are not skb aligned

[PATCH] sparc64: simplify reduce_memory() function
 2019-02-17 18:15 UTC  (3+ messages)

[PATCH v3] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-17 17:06 UTC  (3+ messages)

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-17  2:54 UTC  (16+ messages)

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (3+ messages)
` [PATCH v2] "

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-02-16 18:28 UTC  (11+ messages)

[RFC PATCH v5 00/12] hardening: statically allocated protected memory
 2019-02-16 15:15 UTC  (6+ messages)
` [RFC PATCH v5 03/12] __wr_after_init: Core and default arch

[PATCH 1/2] mm, oom: Don't ratelimit OOM summary line
 2019-02-16 14:04 UTC  (2+ messages)
` [PATCH 2/2] mm, oom: More aggressively ratelimit dump_header()

KASAN: use-after-free Read in shmem_fault
 2019-02-16  8:05 UTC 

[PATCH] mm/hmm: Fix struct hmm memory leak
 2019-02-16  3:25 UTC  (2+ messages)

[linux-next-20190214] Free pages statistics is broken
 2019-02-16  2:18 UTC  (6+ messages)

[PATCH] doc: cgroup: correct the wrong information about measure of memory pressure
 2019-02-16  0:56 UTC 

[PATCH v3] page cache: Store only head pages in i_pages
 2019-02-15 22:25 UTC 

[LSF/MM TOPIC] Generating physically contiguous memory
 2019-02-15 22:20 UTC 

[RFC PATCH 00/31] Generating physically contiguous memory after page allocation
 2019-02-15 22:03 UTC  (5+ messages)
` [RFC PATCH 01/31] mm: migrate: Add exchange_pages to exchange two lists of pages
` [RFC PATCH 02/31] mm: migrate: Add THP exchange support
` [RFC PATCH 03/31] mm: migrate: Add tmpfs "
` [RFC PATCH 04/31] mm: add mem_defrag functionality

[PATCH v2] page cache: Store only head pages in i_pages
 2019-02-15 21:17 UTC  (7+ messages)

[linux-next:master 8266/8290] arch/xtensa/mm/kasan_init.c:49:35: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long unsigned int'
 2019-02-15 18:49 UTC  (2+ messages)

[PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-15 18:29 UTC 

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-02-15 18:14 UTC  (7+ messages)
` [PATCH 1/6] mm: memcontrol: track LRU counts in the vmstats array
` [PATCH 2/6] mm: memcontrol: replace zone summing with lruvec_page_state()
` [PATCH 3/6] mm: memcontrol: replace node summing with memcg_page_state()
` [PATCH 4/6] mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
` [PATCH 5/6] mm: memcontrol: push down mem_cgroup_nr_lru_pages()
` [PATCH 6/6] mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API

[LSF/MM TOPIC] Improve performance of fget/fput
 2019-02-15 17:16 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).