linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-22 19:17:25 to 2016-12-29 04:16:57 UTC [more...]

[PATCH 0/2] PageWaiters again
 2016-12-29  4:16 UTC  (17+ messages)
` [PATCH 1/2] mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
` [PATCH 2/2] mm: add PageWaiters indicating tasks are waiting for a page bit

[PATCHv2 00/29] 5-level paging
 2016-12-29  2:53 UTC  (34+ messages)
` [PATCHv2 01/29] x86/cpufeature: Add 5-level paging detecton
` [PATCHv2 02/29] asm-generic: introduce 5level-fixup.h
` [PATCHv2 03/29] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv2 04/29] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv2 05/29] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv2 06/29] mm: convert generic code to 5-level paging
` [PATCHv2 07/29] mm: introduce __p4d_alloc()
` [PATCHv2 08/29] x86: basic changes into headers for 5-level paging
` [PATCHv2 09/29] x86: trivial portion of 5-level paging conversion
` [PATCHv2 10/29] x86/gup: add 5-level paging support
` [PATCHv2 11/29] x86/ident_map: "
` [PATCHv2 12/29] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv2 13/29] x86/power: support p4d_t in hibernate code
` [PATCHv2 14/29] x86/kexec: support p4d_t
` [PATCHv2 15/29] x86: convert the rest of the code to "
` [PATCHv2 16/29] x86: detect 5-level paging support
` [PATCHv2 17/29] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv2 18/29] x86/mm: define virtual memory map for 5-level paging
` [PATCHv2 19/29] x86/paravirt: make paravirt code support "
` [PATCHv2 20/29] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv2 21/29] x86/dump_pagetables: support 5-level paging
` [PATCHv2 22/29] x86/mm: extend kasan to "
` [PATCHv2 23/29] x86/espfix: "
` [PATCHv2 24/29] x86/mm: add support of additional page table level during early boot
` [PATCHv2 25/29] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCHv2 26/29] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv2 27/29] x86/mm: add support for 5-level paging for KASLR
` [PATCHv2 28/29] x86: enable 5-level paging support
` [RFC, PATCHv2 29/29] mm, x86: introduce RLIMIT_VADDR

[PATCH] mm: Drop "PFNs busy" printk in an expected path
 2016-12-29  2:31 UTC 

[PATCH] mm: cma: print allocation failure reason and bitmap status
 2016-12-29  2:28 UTC 

[PATCH] lib: bitmap: introduce bitmap_find_next_zero_area_and_size
 2016-12-29  2:13 UTC  (8+ messages)

mm: fix typo of cache_alloc_zspage()
 2016-12-29  2:06 UTC 

OOM: Better, but still there on
 2016-12-29  1:20 UTC  (33+ messages)
                            ` [RFC PATCH] mm, memcg: fix (Re: OOM: Better, but still there on)
                                    ` [PATCH] mm, vmscan: consider eligible zones in get_scan_count
                              ` [lkp-developer] [mm, memcg] d18e2b2aca: WARNING:at_mm/memcontrol.c:#mem_cgroup_update_lru_size

[patch] mm, thp: always direct reclaim for MADV_HUGEPAGE even when deferred
 2016-12-28 21:33 UTC  (14+ messages)

[PATCH 0/7] vm, vmscan: enahance vmscan tracepoints
 2016-12-28 16:49 UTC  (12+ messages)
` [PATCH 1/7] mm, vmscan: remove unused mm_vmscan_memcg_isolate
` [PATCH 2/7] mm, vmscan: add active list aging tracepoint
` [PATCH 3/7] mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolate
` [PATCH 4/7] mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepoint
` [PATCH 5/7] mm, vmscan: extract shrink_page_list reclaim counters into a struct
` [PATCH 6/7] mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepoint
` [PATCH 7/7] mm, vmscan: add mm_vmscan_inactive_list_is_low tracepoint

[PATCH] mm: fix filemap.c kernel-doc warnings
 2016-12-28 16:22 UTC 

[LSF/MM TOPIC] plans for future swap changes
 2016-12-28 14:57 UTC 

[LSF/MM TOPIC] slab reclaim
 2016-12-28 13:09 UTC 

[PATCH v6] mm: Add memory allocation watchdog kernel thread
 2016-12-28 11:42 UTC  (3+ messages)

[PATCH v4 0/9] mm/swap: Regular page swap optimizations
 2016-12-28  4:56 UTC  (8+ messages)

[PATCH v29 1/9] memblock: add memblock_cap_memory_range()
 2016-12-28  4:35 UTC 

[PATCH v2 0/8] mm/swap: Regular page swap optimizations
 2016-12-28  3:34 UTC  (5+ messages)
` [PATCH v2 2/8] mm/swap: Add cluster lock

[PATCH] slub: do not merge cache if slub_debug contains a never-merge flag
 2016-12-28  0:17 UTC  (7+ messages)
      ` [PATCH v2] "

[net/mm PATCH v2 0/3] Page fragment updates
 2016-12-27 18:55 UTC  (7+ messages)
` [net/mm PATCH v2 1/3] mm: Rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free
` [net/mm PATCH v2 2/3] mm: Rename __page_frag functions to __page_frag_cache, drop order from drain
` [net/mm PATCH v2 3/3] mm: Add documentation for page fragment APIs

LSF/MM 2017: Call for Proposals
 2016-12-27 17:19 UTC 

x86: warning in unwind_get_return_address
 2016-12-27 16:38 UTC  (7+ messages)

[PATCH v1 00/54] block: support multipage bvec
 2016-12-27 15:55 UTC  (2+ messages)
` [PATCH v1 04/54] mm: page_io.c: comment on direct access to bvec table

Bug 4.9 and memorymanagement
 2016-12-27 12:14 UTC  (5+ messages)

[PATCH] mm/page_alloc: Wait for oom_lock before retrying
 2016-12-27 10:57 UTC  (17+ messages)

[PATCH v4] mm: pmd dirty emulation in page fault handler
 2016-12-27 10:17 UTC  (2+ messages)

[PATCH v6 4/4] of/fdt: mark hotpluggable memory
 2016-12-27  0:09 UTC  (3+ messages)

[HMM v14 00/16] HMM (Heterogeneous Memory Management) v14
 2016-12-26 19:02 UTC  (8+ messages)
` [HMM v14 05/16] mm/ZONE_DEVICE/unaddressable: add support for un-addressable device memory

[PATCH/RESEND 0/5] z3fold optimizations and fixes
 2016-12-26  0:40 UTC  (7+ messages)
` [PATCH/RESEND 1/5] mm/z3fold.c: make pages_nr atomic
` [PATCH/RESEND 2/5] mm/z3fold.c: extend compaction function
` [PATCH/RESEND 3/5] z3fold: use per-page spinlock
` [PATCH/RESEND 4/5] z3fold: fix header size related issues
` [PATCH/RESEND 5/5] z3fold: add kref refcounting

core.c:undefined reference to `fpu_save'
 2016-12-25  5:24 UTC 

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-12-25  2:42 UTC 

A small window for a race condition in mm/rmap.c:page_lock_anon_vma_read
 2016-12-25  2:22 UTC  (9+ messages)

[PATCH 0/2] respin of PageWaiters patch
 2016-12-25  1:00 UTC  (5+ messages)
` [PATCH 1/2] mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked

[PATCH] mm: pmd dirty emulation in page fault handler
 2016-12-23 14:53 UTC  (9+ messages)

[PATCH v2 0/4] Write protect DAX PMDs in *sync path
 2016-12-23 13:45 UTC  (7+ messages)
` [PATCH v2 1/4] dax: kill uml support
` [PATCH v2 2/4] dax: add stub for pmdp_huge_clear_flush()
` [PATCH v2 3/4] mm: add follow_pte_pmd()
` [PATCH v2 4/4] dax: wrprotect pmd_t in dax_mapping_entry_mkclean

[PATCH 0/2] z3fold fixes
 2016-12-23 13:09 UTC  (7+ messages)

[PATCH v3] mm: pmd dirty emulation in page fault handler
 2016-12-23  7:53 UTC 

Still OOM problems with 4.9er kernels
 2016-12-23  2:55 UTC  (4+ messages)

[PATCH v3 6/9] mm/page_owner: use stackdepot to store stacktrace
 2016-12-22 23:37 UTC  (4+ messages)
` [v3,6/9] "

[PATCH V3 0/2] mm/memblock.c: fix potential bug and code refine
 2016-12-22 22:37 UTC  (4+ messages)
` [PATCH 2/2] mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal()

[PATCH 1/4] mm: add new mmgrab() helper
 2016-12-22 22:03 UTC  (2+ messages)

[RFC][PATCH] make global bitlock waitqueues per-node
 2016-12-22 19:28 UTC  (9+ messages)

[PATCH] mm, oom_reaper: Update rationale comment for holding oom_lock
 2016-12-22 19:27 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).