linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-06 19:35:11 to 2017-03-08 14:56:38 UTC [more...]

[LSF/MM TOPIC] wmark based pro-active compaction
 2017-03-08 14:56 UTC  (2+ messages)

[PATCH] zswap: Zero-filled pages handling
 2017-03-08 14:43 UTC  (5+ messages)

[patch] mm, zoneinfo: print non-populated zones
 2017-03-08 14:42 UTC  (7+ messages)
    ` [patch v2] mm, vmstat: print non-populated zones in zoneinfo
      ` [patch -mm] mm, vmstat: suppress pcp stats for unpopulated "

[RFC 0/6] Slab Fragmentation Reduction V16
 2017-03-08 14:34 UTC  (9+ messages)
` [RFC 1/6] slub: Replace ctor field with ops field in /sys/slab/*
` [RFC 2/6] slub: Add defrag_ratio field and sysfs support
` [RFC 3/6] slub: Add get() and kick() methods
` [RFC 4/6] slub: Sort slab cache list and establish maximum objects for defrag slabs
` [RFC 5/6] slub: Slab defrag core
` [RFC 6/6] slub: Extend slabinfo to support -D and -F options

[PATCH 0/7] 5-level paging: prepare generic code
 2017-03-08 14:25 UTC  (10+ messages)
` [PATCH 1/7] x86/cpufeature: Add 5-level paging detection
` [PATCH 2/7] asm-generic: introduce 5level-fixup.h
` [PATCH 3/7] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCH 4/7] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCH 5/7] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCH 6/7] mm: convert generic code to 5-level paging
` [PATCH 7/7] mm: introduce __p4d_alloc()

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-03-08 14:11 UTC  (11+ messages)
` [PATCH 1/4] s390: get rid of superfluous __GFP_REPEAT
` [RFC PATCH 2/4] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
` [RFC PATCH 3/4] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
` [RFC PATCH 4/4] mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes

[PATCH] x86, kasan: add KASAN checks to atomic operations
 2017-03-08 13:42 UTC  (8+ messages)

[PATCH] radix-tree: Remove 'private' parameter to functions
 2017-03-08 13:09 UTC 

[PATCH 1/2] mm: use is_migrate_highatomic() to simplify the code
 2017-03-08 13:05 UTC  (6+ messages)

[PATCH] mm: move pcp and lru-pcp drainging into single wq
 2017-03-08 13:01 UTC  (6+ messages)

[PATCH -v6 0/9] THP swap: Delay splitting THP during swapping out
 2017-03-08 12:56 UTC  (12+ messages)
` [PATCH -mm -v6 1/9] mm, swap: Make swap cluster size same of THP size on x86_64
` [PATCH -mm -v6 2/9] mm, memcg: Support to charge/uncharge multiple swap entries
` [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions
` [PATCH -mm -v6 4/9] mm, THP, swap: Add get_huge_swap_page()
` [PATCH -mm -v6 5/9] mm, THP, swap: Support to clear SWAP_HAS_CACHE for huge page
` [PATCH -mm -v6 6/9] mm, THP, swap: Support to add/delete THP to/from swap cache
` [PATCH -mm -v6 7/9] mm, THP: Add can_split_huge_page()
` [PATCH -mm -v6 8/9] mm, THP, swap: Support to split THP in swap cache
` [PATCH -mm -v6 9/9] mm, THP, swap: Delay splitting THP during swap out

mm: use-after-free in zap_page_range
 2017-03-08 12:51 UTC  (3+ messages)

[PATCH stable-4.9 0/2] mm: follow up oom fixes for 32b
 2017-03-08 12:51 UTC  (5+ messages)
` [PATCH stable-4.9 2/2] mm, vmscan: consider eligible zones in get_scan_count

[PATCH] mm: drop "wait" parameter from write_one_page
 2017-03-08 11:30 UTC  (3+ messages)

[PATCH V3 0/4] Define coherent device memory node
 2017-03-08 11:07 UTC  (12+ messages)
                ` [PATCH 1/2] mm: Change generic FALLBACK zonelist creation process
                ` [PATCH 2/2] mm: Change mbind(MPOL_BIND) implementation for CDM nodes

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-08 10:56 UTC  (19+ messages)
` [RFC PATCH v2 02/32] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 04/32] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 07/32] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
` [RFC PATCH v2 09/32] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v2 10/32] x86: DMA support for SEV memory encryption

[PATCH] mm, vmalloc: use __GFP_HIGHMEM implicitly
 2017-03-08  9:32 UTC  (10+ messages)

[PATCH] mm, vmscan: do not loop on too_many_isolated for ever
 2017-03-08  9:21 UTC  (3+ messages)

[PATCH] mm: Do not use double negation for testing page flags
 2017-03-08  9:18 UTC  (6+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-08  8:12 UTC  (17+ messages)
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[RFC PATCH 1/2] mm/memblock: introduce for_each_mem_pfn_range_rev()
 2017-03-08  8:00 UTC  (7+ messages)
` [RFC PATCH 2/2] mm/sparse: add last_section_nr in sparse_init() to reduce some iteration cycle

[RFC 00/11] make try_to_unmap simple
 2017-03-08  7:13 UTC  (26+ 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 08/11] mm: make ttu's return boolean

[PATCH v2 00/10] try to reduce fragmenting fallbacks
 2017-03-08  7:07 UTC  (4+ messages)
` [RFC v2 10/10] mm, page_alloc: introduce MIGRATE_MIXED migratetype

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-03-08  6:17 UTC  (9+ messages)
` [PATCH 3/4] thp: fix MADV_DONTNEED vs. MADV_FREE race

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

[mmotm:master 138/157] sound/pci/intel8x0.c:43:28: fatal error: asm/set_memory.h: No such file or directory
 2017-03-08  5:03 UTC 

[PATCH v7 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-08  4:02 UTC  (7+ messages)
` [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] compaction: add def_blk_aops migrate function for memory compaction
 2017-03-08  1:51 UTC 

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-08  0:36 UTC  (2+ messages)

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-07 21:48 UTC  (7+ messages)

[RFC][PATCH 4/4] ftrace: Allow for function tracing to record init functions on boot up
 2017-03-07 21:28 UTC 

[PATCH v2 1/2] mm, page_alloc: don't convert pfn to idx when merging
 2017-03-07 19:36 UTC  (4+ messages)
` [PATCH v2 2/2] mm, page_alloc: avoid page_to_pfn() when merging buddies

[PATCHv4 00/33] 5-level paging
 2017-03-07 18:45 UTC  (17+ messages)
` [PATCHv4 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
        ` [Xen-devel] "
` [PATCHv4 28/33] x86/mm: add support of additional page table level during early boot

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

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-07 16:17 UTC  (9+ messages)
` [PATCH 1/3] nilfs2: set the mapping error when calling SetPageError on writeback

[PATCH v6 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-03-07 15:39 UTC  (6+ messages)
` [PATCH v6 4/4] sparc64: Add support for ADI (Application Data Integrity)

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-07 15:09 UTC  (4+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API

[RFC PATCH] mm: enable page poisoning early at boot
 2017-03-07 14:08 UTC  (3+ messages)

[PATCH v3 0/8] try to reduce fragmenting fallbacks
 2017-03-07 13:15 UTC  (9+ messages)
` [PATCH v3 1/8] mm, compaction: reorder fields in struct compact_control
` [PATCH v3 2/8] mm, compaction: remove redundant watermark check in compact_finished()
` [PATCH v3 3/8] mm, page_alloc: split smallest stolen page in fallback
` [PATCH v3 4/8] mm, page_alloc: count movable pages when stealing from pageblock
` [PATCH v3 5/8] mm, compaction: change migrate_async_suitable() to suitable_migration_source()
` [PATCH v3 6/8] mm, compaction: add migratetype to compact_control
` [PATCH v3 7/8] mm, compaction: restrict async compaction to pageblocks of same migratetype
` [PATCH v3 8/8] mm, compaction: finish whole pageblock to reduce fragmentation

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-07 12:40 UTC  (8+ messages)

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-07 11:42 UTC  (10+ messages)
` [PATCH v5 06/13] "

[PATCH] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
 2017-03-07 11:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] xfs: remove kmem_zalloc_greedy
 2017-03-07 11:33 UTC  (6+ messages)

[RFC][PATCH 1/2] mm: use MIGRATE_HIGHATOMIC as late as possible
 2017-03-07 11:29 UTC  (5+ messages)
` [RFC][PATCH 2/2] mm: unreserve highatomic pageblock if direct reclaim failed

mmotm 2017-03-06-16-52 uploaded
 2017-03-07  2:07 UTC  (2+ messages)

[PATCH] mm: Remove rodata_test_data export, add pr_fmt
 2017-03-07  0:53 UTC 

[PATCH] x86, mm: fix NOHIGHMEM && X86_PAE build config for native_pud_clear()
 2017-03-06 22:18 UTC 

userfaultfd UFFDIO_REMAP
 2017-03-06 22:09 UTC 

[PATCH v5 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-06 22:03 UTC  (3+ messages)
` [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v5 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH 1/3] percpu: remove unused chunk_alloc parameter from pcpu_get_pages()
 2017-03-06 20:57 UTC  (2+ messages)

[PATCH 2/3] percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
 2017-03-06 20:56 UTC  (2+ messages)

[RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
 2017-03-06 20:54 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).