linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-30 03:39:19 to 2017-02-02 08:48:22 UTC [more...]

[PATCH v7 11/12] zsmalloc: page migration support
 2017-02-02  8:48 UTC  (15+ messages)

[PATCH v5 0/4] HWPOISON: soft offlining for non-lru movable page
 2017-02-02  7:28 UTC  (9+ messages)
` [PATCH v5 1/4] mm/migration: make isolate_movable_page() return int type
` [PATCH v5 2/4] mm/migration: make isolate_movable_page always defined
` [PATCH v5 3/4] HWPOISON: soft offlining for non-lru movable page

[RFC 0/6]mm: add new LRU list for MADV_FREE pages
 2017-02-02  5:14 UTC  (14+ messages)
` [RFC 1/6] mm: add wrap for page accouting index
` [RFC 2/6] mm: add lazyfree page flag
` [RFC 3/6] mm: add LRU_LAZYFREE lru list
` [RFC 4/6] mm: move MADV_FREE pages into LRU_LAZYFREE list
` [RFC 5/6] mm: reclaim lazyfree pages
` [RFC 6/6] mm: enable MADV_FREE for swapless system

[PATCH 0/4] mm: trivial sparse and checkpatch fixes
 2017-02-02  3:51 UTC  (7+ messages)
` [PATCH 1/4] mm: Fix sparse, use plain integer as NULL pointer
` [PATCH 2/4] mm: Fix checkpatch warnings, whitespace
` [PATCH 3/4] mm: Fix checkpatch errors, whitespace errors
` [PATCH 4/4] mm: Fix checkpatch warning, extraneous braces

[PATCH] [linux-next]mm:page_alloc: Remove duplicate page_ext.h
 2017-02-02  1:19 UTC 

[PATCH] initity: try to improve __nocapture annotations
 2017-02-02  0:39 UTC  (6+ messages)

mmotm 2017-02-01-15-35 uploaded
 2017-02-01 23:36 UTC 

[RFC][PATCH 0/7] x86, mpx: Support larger address space (MAWA) (v2)
 2017-02-01 23:24 UTC  (8+ messages)
` [RFC][PATCH 1/7] x86, mpx: introduce per-mm MPX table size tracking
` [RFC][PATCH 2/7] x86, mpx: update MPX to grok larger bounds tables
` [RFC][PATCH 3/7] x86, mpx: extend MPX prctl() to pass in size of bounds directory
` [RFC][PATCH 4/7] x86, mpx: context-switch new MPX address size MSR
` [RFC][PATCH 5/7] x86, mpx: shrink per-mm MPX data
` [RFC][PATCH 6/7] x86, mpx, selftests: Use prctl header instead of magic numbers
` [RFC][PATCH 7/7] x86, mpx: update MPX selftest to test larger bounds dir

[PATCH v2 0/5] userfaultfd: non-cooperative: better tracking for mapping changes
 2017-02-01 22:27 UTC  (8+ messages)
` [PATCH v2 2/5] userfaultfd: non-cooperative: add event for memory unmaps
` [PATCH v2 3/5] userfaultfd: non-cooperative: add event for exit() notification

[RFC V2 00/12] Define coherent device memory node
 2017-02-01 19:01 UTC  (46+ messages)
` [RFC V2 02/12] mm: Isolate HugeTLB allocations away from CDM nodes
` [RFC V2 03/12] mm: Change generic FALLBACK zonelist creation process
` [RFC V2 05/12] cpuset: Add cpuset_inc() inside cpuset_init()
    ` [RFC] cpuset: Enable changing of top_cpuset's mems_allowed nodemask
` [RFC V2 08/12] mm: Add new VMA flag VM_CDM
` [RFC V2 11/12] mm: Tag VMA with VM_CDM flag during page fault
` [RFC V2 12/12] mm: Tag VMA with VM_CDM flag explicitly during mbind(MPOL_BIND)
` [DEBUG 16/21] mm: Enable CONFIG_MOVABLE_NODE on powerpc
` [DEBUG 17/21] mm: Export definition of 'zone_names' array through mmzone.h
` [DEBUG 18/21] mm: Add debugfs interface to dump each node's zonelist information
` [DEBUG 19/21] mm: Add migrate_virtual_range migration interface
` [DEBUG 20/21] drivers: Add two drivers for coherent device memory tests
` [DEBUG 21/21] selftests/powerpc: Add a script to perform random VMA migrations

[PATCH 0/6 v3] kvmalloc
 2017-02-01 17:58 UTC  (22+ 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] treewide: use kv[mz]alloc* rather than opencoded variants
` [PATCH 6/9] net: use kvmalloc with __GFP_REPEAT rather than open coded variant
` [PATCH 7/9] md: use kvmalloc rather than opencoded variant
` [PATCH 8/9] bcache: use kvmalloc
` [PATCH 9/9] net, bpf: use kvzalloc helper

[PATCH v5 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-02-01 17:18 UTC  (5+ messages)
` [PATCH v5 4/4] sparc64: Add support for ADI (Application Data Integrity)

[PATCH] [RFC v2] sched: make DECLARE_COMPLETION_ONSTACK() work with clang
 2017-02-01 16:40 UTC 

[PATCH] [RFC] sched: make DECLARE_COMPLETION_ONSTACK() work with clang
 2017-02-01 16:38 UTC  (2+ messages)

[Bug 192981] New: page allocation stalls
 2017-02-01 15:27 UTC  (3+ messages)

[PATCH/RESEND v3 0/5] z3fold: optimizations and fixes
 2017-02-01 15:07 UTC  (11+ messages)
` [PATCH/RESEND v3 1/5] z3fold: make pages_nr atomic
` [PATCH/RESEND v3 2/5] z3fold: fix header size related issues
` [PATCH/RESEND v3 3/5] z3fold: extend compaction function
` [PATCH/RESEND v3 4/5] z3fold: use per-page spinlock
` [PATCH/RESEND v3 5/5] z3fold: add kref refcounting

[RFC PATCH] mm, vmalloc: use __GFP_HIGHMEM implicitly
 2017-02-01 14:05 UTC 

[PATCH v31 01/12] memblock: add memblock_cap_memory_range()
 2017-02-01 12:45 UTC 

[PATCH 0/3] fix few OOM victim allocation runaways
 2017-02-01 11:49 UTC  (8+ messages)
` [PATCH 1/3] fs: break out of iomap_file_buffered_write on fatal signals
` [PATCH 2/3] mm, fs: check for fatal signals in do_generic_file_read
` [PATCH 3/3] vmalloc: back of when the current is killed

[PATCH 0/3] fix few OOM victim allocation runaways
 2017-02-01  9:26 UTC 

[PATCH 1/2 v2] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-02-01  6:12 UTC  (7+ messages)
` [PATCH 2/2] mm: vmpressure: fix sending wrong events on underflow
` [PATCH 1/2 v3] mm: vmscan: do not pass reclaimed slab to vmpressure

[PATCH] powerpc/mm: allow memory hotplug into an offline node
 2017-02-01  1:05 UTC  (2+ messages)
`  "

[PATCH v2] mm: cma: print allocation failure reason and bitmap status
 2017-02-01  0:43 UTC 

[PATCH v5 4/4] mm/hotplug: enable memory hotplug for non-lru movable pages
 2017-01-31 23:28 UTC 

[PATCH] mm, dax: clear PMD or PUD size flags when in fall through path
 2017-01-31 21:33 UTC 

[PATCH v2 00/12] mm: page migration enhancement for thp
 2017-01-31 19:54 UTC  (3+ messages)

[PATCH v2 0/2] setgid hardening
 2017-01-31 16:51 UTC  (10+ messages)
` [PATCH v2 1/2] fs: Check f_cred as well as of current's creds in should_remove_suid()
` [PATCH v2 2/2] fs: Harden against open(..., O_CREAT, 02777) in a setgid directory

[PATCHv3 00/12] Fix few rmap-related THP bugs
 2017-01-31 15:44 UTC  (3+ messages)
` [PATCHv3 01/12] uprobes: split THPs before trying replace them

[PATCH v5 4/4] mm/hotplug: enable memory hotplug for non-lru movable pages
 2017-01-31 13:32 UTC 

[RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone
 2017-01-31 13:21 UTC  (13+ messages)

mm: sleeping function called from invalid context shmem_undo_range
 2017-01-31  9:31 UTC  (2+ messages)

[PATCH v2 0/3] 1G transparent hugepage support for device dax
 2017-01-31  0:15 UTC  (5+ messages)
` [PATCH v2 1/3] mm,fs,dax: Change ->pmd_fault to ->huge_fault
  ` [PATCH] ext4: Remove unused function ext4_dax_huge_fault()

[PATCH] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-01-30 23:40 UTC  (6+ messages)

[PATCH v4] mm: add arch-independent testcases for RODATA
 2017-01-30 22:04 UTC  (2+ messages)

[LSF/MM TOPIC] slab reclaim
 2017-01-30 18:47 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH 0/6 v3] kvmalloc
 2017-01-30 16:45 UTC  (14+ messages)

[PATCH v4 0/2] HWPOISON: soft offlining for non-lru movable page
 2017-01-30 16:38 UTC  (9+ messages)
` [PATCH v4 1/2] mm/migration: make isolate_movable_page always defined
` [PATCH v4 2/2] HWPOISON: soft offlining for non-lru movable page

[LSF/MM TOPIC] I/O error handling and fsync()
 2017-01-30 16:04 UTC  (25+ messages)
          ` [Lsf-pc] "

mm: deadlock between get_online_cpus/pcpu_alloc
 2017-01-30 15:48 UTC  (3+ messages)

[RFC v2 PATCH] mm/hotplug: enable memory hotplug for non-lru movable pages
 2017-01-30 15:14 UTC  (3+ messages)

[PATCHv4 0/5] Fix compatible mmap() return pointer over 4Gb
 2017-01-30 12:04 UTC  (6+ messages)
` [PATCHv4 1/5] x86/mm: split arch_mmap_rnd() on compat/native versions
` [PATCHv4 2/5] x86/mm: introduce mmap{,_legacy}_base
` [PATCHv4 3/5] x86/mm: fix 32-bit mmap() for 64-bit ELF
` [PATCHv4 4/5] x86/mm: check in_compat_syscall() instead TIF_ADDR32 for mmap(MAP_32BIT)
` [PATCHv4 5/5] selftests/x86: add test to check compat mmap() return addr

[PATCH] kasan: add newline to messages
 2017-01-30  9:58 UTC  (2+ messages)

[PATCH 0/6 v3] kvmalloc
 2017-01-30  8:42 UTC  (4+ messages)
` [PATCH 1/6] mm: introduce kv[mz]alloc helpers

[PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
 2017-01-30  8:12 UTC  (11+ 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).