linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-03 00:40:10 to 2017-03-06 13:54:32 UTC [more...]

[PATCHv4 00/33] 5-level paging
 2017-03-06 13:53 UTC  (24+ messages)
` [PATCHv4 01/33] x86/cpufeature: Add 5-level paging detection
` [PATCHv4 05/33] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv4 06/33] mm: convert generic code to 5-level paging
` [PATCHv4 08/33] x86: basic changes into headers for "
` [PATCHv4 09/33] x86: trivial portion of 5-level paging conversion
` [PATCHv4 11/33] x86/ident_map: add 5-level paging support
` [PATCHv4 12/33] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv4 13/33] x86/power: support p4d_t in hibernate code
` [PATCHv4 14/33] x86/kexec: support p4d_t
` [PATCHv4 15/33] x86/efi: handle p4d in EFI pagetables
` [PATCHv4 16/33] x86/mm/pat: handle additional page table
` [PATCHv4 17/33] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCHv4 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCHv4 19/33] x86: convert the rest of the code to support p4d_t
` [PATCHv4 20/33] x86: detect 5-level paging support
` [PATCHv4 21/33] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv4 22/33] x86/mm: define virtual memory map for 5-level paging
` [PATCHv4 23/33] x86/paravirt: make paravirt code support "
` [PATCHv4 25/33] x86/dump_pagetables: "
` [PATCHv4 29/33] x86/mm: add sync_global_pgds() for configuration with "
` [PATCHv4 30/33] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv4 31/33] x86/mm: add support for 5-level paging for KASLR
` [PATCHv4 32/33] x86: enable 5-level paging support

[PATCH v2 0/9] kasan: improve error reports
 2017-03-06 13:45 UTC  (14+ messages)
` [PATCH v2 1/9] kasan: introduce helper functions for determining bug type
` [PATCH v2 4/9] kasan: simplify address description logic
` [PATCH v2 5/9] kasan: change report header
` [PATCH v2 6/9] kasan: improve slab object description

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-06 13:43 UTC  (40+ messages)
` [RFC PATCH 03/12] staging: android: ion: Duplicate sg_table
` [RFC PATCH 04/12] staging: android: ion: Call dma_map_sg for syncing and mapping
` [RFC PATCH 06/12] staging: android: ion: Remove crufty cache support
` [RFC PATCH 07/12] staging: android: ion: Remove old platform support
` [RFC PATCH 10/12] staging: android: ion: Use CMA APIs directly
` [RFC PATCH 11/12] staging: android: ion: Make Ion heaps selectable
` [RFC PATCH 12/12] staging; android: ion: Enumerate all available heaps

[PATCH 1/2] mm: use is_migrate_highatomic() to simplify the code
 2017-03-06 13:38 UTC  (6+ messages)
` [PATCH 2/2] mm: use is_migrate_isolate_page() "

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-06 13:25 UTC  (8+ messages)

[PATCH v7 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-06 13:23 UTC  (7+ messages)
` [PATCH v7 kernel 1/5] virtio-balloon: rework deflate to add page to a list
` [PATCH v7 kernel 2/5] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER
` [PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
` [PATCH v7 kernel 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH v7 kernel 5/5] This patch contains two parts:

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-06 13:21 UTC  (6+ messages)
` [PATCH 1/2] xfs: allow kmem_zalloc_greedy to fail

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-06 13:14 UTC  (8+ messages)
` [PATCH 1/7] lockdep: teach lockdep about memalloc_noio_save
` [PATCH 2/7] lockdep: allow to disable reclaim lockup detection
` [PATCH 3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/7] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/7] jbd2: make the whole kjournald2 kthread NOFS safe

[PATCH] x86, kasan: add KASAN checks to atomic operations
 2017-03-06 13:01 UTC  (4+ messages)

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-03-06 11:59 UTC  (5+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-06 11:43 UTC  (7+ messages)
` [PATCH 1/3] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH 2/3] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH 3/3] mm: set mapping error when launder_pages fails

[PATCH] mm: drop unused pmdp_huge_get_and_clear_notify()
 2017-03-06 11:20 UTC 

[PATCH 0/6 v5] kvmalloc
 2017-03-06 10:33 UTC  (10+ messages)
` [PATCH 1/9] mm: introduce kv[mz]alloc helpers
` [PATCH 2/9] mm: support __GFP_REPEAT in kvmalloc_node for >32kB
` [PATCH 3/9] rhashtable: simplify a strange allocation pattern
` [PATCH 4/9] ila: "
` [PATCH 5/9] xattr: zero out memory copied to userspace in getxattr
  ` [PATCH 6/9] treewide: use kv[mz]alloc* rather than opencoded variants
  ` [PATCH 7/9] net: use kvmalloc with __GFP_REPEAT rather than open coded variant
  ` [PATCH 8/9] md: use kvmalloc rather than opencoded variant
  ` [PATCH 9/9] bcache: use kvmalloc

[RFC 00/11] make try_to_unmap simple
 2017-03-06  9:40 UTC  (30+ messages)
` [RFC 01/11] mm: use SWAP_SUCCESS instead of 0
` [RFC 02/11] mm: remove unncessary ret in page_referenced
` [RFC 03/11] mm: remove SWAP_DIRTY in ttu
` [RFC 04/11] mm: remove SWAP_MLOCK check for SWAP_SUCCESS "
` [RFC 05/11] mm: make the try_to_munlock void function
` [RFC 06/11] mm: remove SWAP_MLOCK in ttu
` [RFC 07/11] mm: remove SWAP_AGAIN "
` [RFC 11/11] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]

[PATCH] mm, add_memory_resource: hold device_hotplug lock over mem_hotplug_{begin, done}
 2017-03-06  8:22 UTC  (8+ messages)

[RFC] mm, swap: VMA based swap readahead
 2017-03-06  5:53 UTC 

[PATCH V3 0/4] Define coherent device memory node
 2017-03-06  5:48 UTC  (16+ messages)

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-03-06  2:49 UTC  (10+ messages)
` [PATCH 2/4] thp: fix MADV_DONTNEED vs. numa balancing race
` [PATCH 3/4] thp: fix MADV_DONTNEED vs. MADV_FREE race
` [PATCH 4/4] thp: fix MADV_DONTNEED vs clear soft dirty race

[PATCH 0/9] mm: kswapd spinning on unreclaimable nodes - fixes and cleanups
 2017-03-06  1:37 UTC  (5+ messages)
` [PATCH 1/9] mm: fix 100% CPU kswapd busyloop on unreclaimable nodes

[PATCH] mm: drop "wait" parameter from write_one_page
 2017-03-05 13:23 UTC 

[PATCH 1/1] mm: fix mapping_set_error call in me_pagecache_dirty
 2017-03-05 13:20 UTC 

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-05  8:01 UTC  (19+ messages)
` [PATCH v5 06/13] "

arch/x86/include/asm/pgtable.h:888:2: error: implicit declaration of function 'native_pud_clear'
 2017-03-04 23:02 UTC 

[PATCH] mm, swap: Fix a race in free_swap_and_cache()
 2017-03-04 11:53 UTC  (3+ messages)

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-04 10:11 UTC  (15+ messages)
` [RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 19/32] crypto: ccp: Introduce the AMD Secure Processor device

[patch] mm, zoneinfo: print non-populated zones
 2017-03-04  8:21 UTC  (5+ messages)
    ` [patch v2] mm, vmstat: print non-populated zones in zoneinfo

[PATCH] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
 2017-03-04  2:53 UTC 

[PATCH] staging, android: remove lowmemory killer from the tree
 2017-03-04  2:06 UTC  (7+ messages)

[PATCH V5 0/6] mm: fix some MADV_FREE issues
 2017-03-04  0:10 UTC  (8+ messages)
` [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-03-03 23:34 UTC  (5+ messages)
` [PATCH v3 1/4] sparc64: NG4 memset 32 bits overflow
` [PATCH v3 4/4] mm: Adaptive hash table scaling

[PATCH] zswap: Zero-filled pages handling
 2017-03-03 21:25 UTC  (3+ messages)

[LSF/MM TOPIC] Movable memory and reliable higher order allocations
 2017-03-03 20:39 UTC  (7+ messages)

[PATCH 2/3] userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
 2017-03-03 19:48 UTC  (2+ messages)

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-03 17:34 UTC  (6+ messages)

mm: use-after-free in zap_page_range
 2017-03-03 16:23 UTC  (2+ messages)

[RFC 0/3] Regressions due to 7b79d10a2d64 ("mm: convert kmalloc_section_memmap() to populate_section_memmap()") and Kasan initialization on
 2017-03-03 16:08 UTC  (3+ messages)

[PATCH 1/3] userfaultfd: non-cooperative: fix fork fctx->new memleak
 2017-03-03 11:09 UTC  (2+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-03  9:52 UTC  (5+ messages)
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address

[PATCH v3] lockdep: Teach lockdep about memalloc_noio_save
 2017-03-03  8:50 UTC  (11+ messages)

mm: fault in __do_fault
 2017-03-03  7:42 UTC  (3+ messages)

[PATCH] memblock: fix memblock_next_valid_pfn()
 2017-03-03  2:37 UTC 


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