linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-03 19:54:12 to 2015-03-05 18:51:59 UTC [more...]

[PATCH 00/21] RFC: userfaultfd v3
 2015-03-05 18:51 UTC  (27+ messages)
` [PATCH 01/21] userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
` [PATCH 02/21] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 03/21] userfaultfd: uAPI
` [PATCH 04/21] userfaultfd: linux/userfaultfd_k.h
` [PATCH 05/21] userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
` [PATCH 06/21] userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
` [PATCH 07/21] userfaultfd: call handle_userfault() for userfaultfd_missing() faults
` [PATCH 08/21] userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
` [PATCH 10/21] userfaultfd: add new syscall to provide memory externalization
` [PATCH 11/21] userfaultfd: buildsystem activation
` [PATCH 12/21] userfaultfd: activate syscall
` [PATCH 13/21] userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPI
` [PATCH 14/21] userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation
` [PATCH 15/21] userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE
` [PATCH 16/21] userfaultfd: remap_pages: rmap preparation
` [PATCH 17/21] userfaultfd: remap_pages: swp_entry_swapcount() preparation
` [PATCH 19/21] userfaultfd: remap_pages: UFFDIO_REMAP preparation
` [PATCH 20/21] userfaultfd: UFFDIO_REMAP
` [PATCH 21/21] userfaultfd: add userfaultfd_wp mm helpers

[RFC 00/16] Introduce ZONE_CMA
 2015-03-05 17:48 UTC  (3+ messages)

[RFC 0/6] the big khugepaged redesign
 2015-03-05 17:07 UTC  (8+ messages)

[mmotm:master 126/298] lib/ioremap.c:17:19: sparse: symbol 'ioremap_pud_capable' was not declared. Should it be static?
 2015-03-05 16:48 UTC  (3+ messages)
` [PATCH mmotm] x86, mm: ioremap_pud_capable can be static

[PATCH 0/4] cleancache: remove limit on the number of cleancache enabled filesystems
 2015-03-05 16:46 UTC  (5+ messages)

[PATCH] Fix build errors in asm-generic/pgtable.h
 2015-03-05 16:40 UTC 

mm track: THP topics
 2015-03-05 16:06 UTC  (3+ messages)

[PATCHv4 00/24] THP refcounting redesign
 2015-03-05 16:04 UTC  (30+ messages)
` [PATCHv4 01/24] thp: cluster split_huge_page* code together
` [PATCHv4 02/24] mm: change PageAnon() and page_anon_vma() to work on tail pages
` [PATCHv4 03/24] mm: avoid PG_locked "
` [PATCHv4 04/24] rmap: add argument to charge compound page
` [PATCHv4 05/24] mm, proc: adjust PSS calculation
` [PATCHv4 06/24] mm: store mapcount for compound page separately
` [PATCHv4 07/24] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCHv4 08/24] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv4 09/24] thp, mlock: do not allow huge pages in mlocked area
` [PATCHv4 10/24] khugepaged: ignore pmd tables with THP mapped with ptes
` [PATCHv4 11/24] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv4 12/24] thp: PMD splitting without splitting compound page
` [PATCHv4 13/24] mm, vmstats: new THP splitting event
` [PATCHv4 14/24] thp: implement new split_huge_page()
` [PATCHv4 15/24] mm, thp: remove infrastructure for handling splitting PMDs
` [PATCHv4 16/24] x86, "
` [PATCHv4 17/24] futex, thp: remove special case for THP in get_futex_key
` [PATCHv4 18/24] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv4 19/24] thp, mm: use migration entries to freeze page counts on split
` [PATCHv4 20/24] mm, thp: remove compound_lock
` [PATCHv4 21/24] thp: introduce deferred_split_huge_page()
` [PATCHv4 22/24] memcg: adjust to support new THP refcounting
` [PATCHv4 23/24] ksm: split huge pages on follow_page()
` [PATCHv4 24/24] thp: update documentation

[PATCH] Fix undefined ioremap_huge_init when CONFIG_MMU is not set
 2015-03-05 15:44 UTC 

[RFC V3] mm: change mm_advise_free to clear page dirty
 2015-03-05 15:35 UTC  (2+ messages)

[PATCH v3 0/4] mm: cma: add some debug information for CMA
 2015-03-05 14:33 UTC  (4+ messages)
` [PATCH v3 1/4] mm: cma: add trace events to debug physically-contiguous memory allocations

[PATCH 0/3] DAX: Fix mmap-write not updating c/mtime
 2015-03-05 14:12 UTC  (13+ messages)
` [PATCH 1/3] xfstests: generic/080 test that mmap-write updates c/mtime
    ` [PATCH 1/3 v2] xfstest: "
` [PATCH 2/3] mm: New pfn_mkwrite same as page_mkwrite for VM_PFNMAP
` [PATCH 3/3] DAX: use pfn_mkwrite to update c/mtime
    ` [PATCH 3/3 v2] dax: use pfn_mkwrite to update c/mtime + freeze protection

[PATCH] memcg: make CONFIG_MEMCG depend on CONFIG_MMU
 2015-03-05 12:56 UTC  (7+ messages)

node-hotplug: is memset 0 safe in try_offline_node()?
 2015-03-05  9:45 UTC  (14+ messages)

[PATCH] mm: pagewalk: prevent positive return value of walk_page_test() from being passed to callers (Re: [PATCH] mm: fix do_mbind return value)
 2015-03-05  8:27 UTC  (3+ messages)

[mmotm:master 171/298] mm/zsmalloc.c:1701:2: error: implicit declaration of function 'cond_resched'
 2015-03-05  6:51 UTC 

[PATCH v2 0/7] zsmalloc: compaction support
 2015-03-05  5:18 UTC  (14+ messages)
` [PATCH v2 1/7] zsmalloc: decouple handle and object
` [PATCH v2 2/7] zsmalloc: factor out obj_[malloc|free]
` [PATCH v2 3/7] zsmalloc: support compaction
` [PATCH v2 4/7] zsmalloc: adjust ZS_ALMOST_FULL
` [PATCH v2 5/7] zram: support compaction
` [PATCH v2 6/7] zsmalloc: record handle in page->private for huge object
` [PATCH v2 7/7] zsmalloc: add fullness into stat

[mmotm:master 122/298] init/main.c:488: undefined reference to `ioremap_huge_init'
 2015-03-05  3:27 UTC 

[mmotm:master 123/298] include/asm-generic/pgtable.h:710: Error: Unknown opcode `static inline int pud_set_huge(pud_t*pud,phys_addr_t addr,pgprot_t prot)'
 2015-03-05  3:16 UTC 

[mmotm:master 124/298] include/asm-generic/pgtable.h:720: Error: bad instruction `static inline int pud_clear_huge(pgd_t*pud){return...'
 2015-03-05  3:00 UTC 

[mmotm:master 123/298] include/asm-generic/pgtable.h:710: Error: bad instruction `static inline int pud_set_huge(pgd_t*pud,phys_addr...'
 2015-03-05  2:48 UTC 

[mmotm:master 122/298] include/linux/io.h:41:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ioremap_huge_init'
 2015-03-05  2:25 UTC 

[mmotm:master 124/298] include/asm-generic/pgtable.h:720: Error: extra closing brace
 2015-03-05  2:19 UTC 

[mmotm:master 123/298] include/asm-generic/pgtable.h:710: Error: Unknown opcode: `static'
 2015-03-05  2:06 UTC 

[mmotm:master 123/298] include/asm-generic/pgtable.h:710: Error: unknown opcode or format name 'static'
 2015-03-05  2:06 UTC 

How to handle TIF_MEMDIE stalls?
 2015-03-05  1:36 UTC  (9+ messages)

[mmotm:master 122/298] undefined reference to `ioremap_huge_init'
 2015-03-05  1:33 UTC 

mmotm 2015-03-04-16-59 uploaded
 2015-03-05  0:59 UTC 

[regression v4.0-rc1] mm: IPIs from TLB flushes causing significant performance degradation
 2015-03-04 23:51 UTC  (14+ messages)

[PATCH v3 6/6 UPDATE] x86, mm: Support huge KVA mappings on x86
 2015-03-04 23:37 UTC  (3+ messages)

How to handle TIF_MEMDIE stalls?
 2015-03-04 23:17 UTC  (26+ messages)

[PATCH v3 0/6] Kernel huge I/O mapping support
 2015-03-04 23:15 UTC  (11+ messages)
` [PATCH v3 3/6] mm: Change ioremap to set up huge I/O mappings
` [PATCH v3 6/6] x86, mm: Support huge KVA mappings on x86

[PATCH] vmscan: get_scan_count selects anon pages conservative
 2015-03-04 20:52 UTC  (3+ messages)

[PATCH v8 0/7] Support Write-Through mapping on x86
 2015-03-04 18:27 UTC  (7+ messages)
` [PATCH v8 7/7] x86, mm: Add set_memory_wt() for WT

[PATCH v8-UPDATE 7/7] x86, mm: Add set_memory_wt() for WT
 2015-03-04 18:10 UTC 

[PATCH] mm: memcontrol: Let mem_cgroup_move_account() have effect only if MMU enabled
 2015-03-04 18:00 UTC  (6+ messages)

[PATCH v2] mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
 2015-03-04 17:58 UTC  (2+ messages)

[PATCH 3/3] tomoyo: robustify handling of mm->exe_file
 2015-03-04 17:35 UTC  (7+ messages)
      ` [PATCH v3 3/3] tomoyo: reduce mmap_sem hold for mm->exe_file

[PATCH 0/4] hugetlbfs: optionally reserve all fs pages at mount time
 2015-03-04 17:21 UTC  (7+ messages)
` [PATCH 1/4] hugetlbfs: add reserved mount fields to subpool structure
` [PATCH 2/4] hugetlbfs: coordinate global and subpool reserve accounting
` [PATCH 3/4] hugetlbfs: accept subpool reserved option and setup accordingly
` [PATCH 4/4] hugetlbfs: document reserved mount option

[PATCH block/for-4.0-fixes] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
 2015-03-04 15:38 UTC  (5+ messages)

Resurrecting the VM_PINNED discussion
 2015-03-04 14:45 UTC  (9+ messages)

[PATCHv3 00/24] THP refcounting redesign
 2015-03-04 13:26 UTC  (6+ messages)
` [PATCHv3 04/24] rmap: add argument to charge compound page

[PATCH] mm: nommu: Export symbol max_mapnr
 2015-03-04  7:09 UTC 

[PATCH] mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
 2015-03-04  5:54 UTC  (4+ messages)

[RFC] mm: page allocation for less fragmentation
 2015-03-04  1:05 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).