linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-09 18:53:34 to 2015-12-11 19:43:08 UTC [more...]

[PATCH 0/7] Add swap accounting to cgroup2
 2015-12-11 19:42 UTC  (18+ messages)
` [PATCH 1/7] mm: memcontrol: charge swap "
` [PATCH 2/7] mm: vmscan: pass memcg to get_scan_count()
` [PATCH 3/7] mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online
` [PATCH 4/7] swap.h: move memcg related stuff to the end of the file
` [PATCH 5/7] mm: vmscan: do not scan anon pages if memcg swap limit is hit
` [PATCH 6/7] mm: free swap cache aggressively if memcg swap is full
` [PATCH 7/7] Documentation: cgroup: add memory.swap.{current,max} description

[PATCHV2 0/3] Machine check recovery when kernel accesses poison
 2015-12-11 19:13 UTC  (4+ messages)
` [PATCHV2 1/3] x86, ras: Add new infrastructure for machine check fixup tables
` [PATCHV2 2/3] x86, ras: Extend machine check recovery code to annotated ring0 areas
` [PATCHV2 3/3] x86, ras: Add mcsafe_memcpy() function to recover from machine checks

[-mm PATCH v2 00/25] get_user_pages() for dax pte and pmd mappings
 2015-12-11 18:44 UTC  (34+ messages)
` [-mm PATCH v2 01/25] pmem, dax: clean up clear_pmem()
` [-mm PATCH v2 02/25] dax: increase granularity of dax_clear_blocks() operations
` [-mm PATCH v2 03/25] dax: guarantee page aligned results from bdev_direct_access()
` [-mm PATCH v2 04/25] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
  ` [-mm PATCH v3 "
` [-mm PATCH v2 05/25] mm, dax: fix livelock, allow dax pmd mappings to become writeable
` [-mm PATCH v2 06/25] dax: Split pmd map when fallback on COW
` [-mm PATCH v2 07/25] um: kill pfn_t
` [-mm PATCH v2 08/25] kvm: rename pfn_t to kvm_pfn_t
` [-mm PATCH v2 09/25] mm, dax, pmem: introduce pfn_t
  ` [-mm PATCH v3 "
` [-mm PATCH v2 10/25] mm: introduce find_dev_pagemap()
  ` [-mm PATCH v3 "
` [-mm PATCH v2 11/25] x86, mm: introduce vmem_altmap to augment vmemmap_populate()
` [-mm PATCH v2 12/25] libnvdimm, pfn, pmem: allocate memmap array in persistent memory
` [-mm PATCH v2 13/25] avr32: convert to asm-generic/memory_model.h
` [-mm PATCH v2 14/25] hugetlb: fix compile error on tile
` [-mm PATCH v2 15/25] frv: fix compiler warning from definition of __pmd()
` [-mm PATCH v2 16/25] x86, mm: introduce _PAGE_DEVMAP
` [-mm PATCH v2 17/25] mm, dax, gpu: convert vm_insert_mixed to pfn_t
` [-mm PATCH v2 18/25] mm, dax: convert vmf_insert_pfn_pmd() "
` [-mm PATCH v2 19/25] list: introduce list_del_poison()
` [-mm PATCH v2 20/25] libnvdimm, pmem: move request_queue allocation earlier in probe
` [-mm PATCH v2 21/25] mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
` [-mm PATCH v2 22/25] mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
` [-mm PATCH v2 23/25] mm, x86: get_user_pages() for dax mappings
` [-mm PATCH v2 24/25] dax: provide diagnostics for pmd mapping failures
` [-mm PATCH v2 25/25] dax: re-enable dax pmd mappings

[PATCH V4][for-next]mm: add a new vector based madvise syscall
 2015-12-11 18:31 UTC  (2+ messages)

[PATCH v6 0/4] Allow customizable random offset to mmap_base address
 2015-12-11 17:52 UTC  (5+ messages)
` [PATCH v6 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
  ` [PATCH v6 2/4] arm: mm: support ARCH_MMAP_RND_BITS
    ` [PATCH v6 3/4] arm64: "
      ` [PATCH v6 4/4] x86: "

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-12-11 16:25 UTC  (8+ messages)

[RFC 0/3] OOM detection rework v3
 2015-12-11 16:25 UTC  (6+ messages)
` [RFC 1/3] mm, oom: refactor oom detection
` [RFC 2/3] mm: throttle on IO only when there are too many dirty and writeback pages

Page Cache Monitoring ( Hit/Miss )
 2015-12-11 15:22 UTC  (2+ messages)

[PATCH/RFC] mm/swapfile: reduce kswapd overhead by not filling up disks
 2015-12-11 15:09 UTC 

[PATCH -mm] net: drop tcp_memcontrol.c
 2015-12-11 13:23 UTC  (2+ messages)

[PATCH v3 0/2] mm: Introduce kernelcore=mirror option
 2015-12-11  9:44 UTC  (9+ messages)
` [PATCH v3 2/2] "

m(un)map kmalloc buffers to userspace
 2015-12-11  9:42 UTC  (13+ messages)

[PATCH] mm: mempool: Factor out mempool_refill()
 2015-12-11  6:18 UTC 

[PATCH] zsmalloc: reorganize struct size_class to pack 4 bytes hole
 2015-12-11  6:14 UTC 

[PATCH 0/5] x86: KVM vdso and clock improvements
 2015-12-11  3:21 UTC  (12+ messages)
` [PATCH 1/5] x86/kvm: On KVM re-enable (e.g. after suspend), update clocks
` [PATCH 2/5] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
` [PATCH 3/5] x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
` [PATCH 4/5] x86/vdso: Remove pvclock fixmap machinery
` [PATCH 5/5] x86/vdso: Enable vdso pvclock access on all vdso variants

[PATCH 0/6] mm, x86/vdso: Special IO mapping improvements
 2015-12-11  3:21 UTC  (7+ messages)
` [PATCH 1/6] mm: Add a vm_special_mapping .fault method
` [PATCH 2/6] mm: Add vm_insert_pfn_prot
` [PATCH 3/6] x86/vdso: Track each mm's loaded vdso image as well as its base
` [PATCH 4/6] x86,vdso: Use .fault for the vdso text mapping
` [PATCH 5/6] x86,vdso: Use .fault instead of remap_pfn_range for the vvar mapping
` [PATCH 6/6] x86/vdso: Disallow vvar access to vclock IO for never-used vclocks

[PATCH 0/5] x86: KVM vdso and clock improvements
 2015-12-11  3:20 UTC 

mmotm 2015-12-10-18-06 uploaded
 2015-12-11  2:07 UTC 

vmstat: make vmstat_updater deferrable again and shut down on idle
 2015-12-11  1:41 UTC  (3+ messages)

RFC [PATCH 0/1] ksm: introduce ksm_max_page_sharing per page deduplication limit
 2015-12-11  0:31 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v5] fs: clear file privilege bits when mmap writing
 2015-12-10 22:00 UTC  (15+ messages)

[PATCH 0/8] mm: memcontrol: account "kmem" in cgroup2
 2015-12-10 20:50 UTC  (22+ messages)
` [PATCH 1/8] mm: memcontrol: drop unused @css argument in memcg_init_kmem
` [PATCH 2/8] mm: memcontrol: remove double kmem page_counter init
` [PATCH 3/8] mm: memcontrol: give the kmem states more descriptive names
` [PATCH 4/8] mm: memcontrol: group kmem init and exit functions together
` [PATCH 5/8] mm: memcontrol: separate kmem code from legacy tcp accounting code
` [PATCH 6/8] mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
  ` [PATCH 6/8 v2] "
` [PATCH 7/8] mm: memcontrol: account "kmem" consumers in cgroup2 memory controller

[PATCH v3 0/7] DAX fsync/msync support
 2015-12-10 20:31 UTC  (5+ messages)
` [PATCH v3 3/7] mm: add find_get_entries_tag()

[RFC PATCH V2 0/9] slab: cleanup and bulk API for SLAB
 2015-12-10 17:24 UTC  (11+ messages)
` [RFC PATCH V2 8/9] slab: implement bulk free in SLAB allocator

[RFC PATCH] mm: memcontrol: reign in CONFIG space madness
 2015-12-10 17:15 UTC  (6+ messages)

[linux-next:master 5266/5426] arch/x86/kernel/cpu/mcheck/mce.c:884:5: warning: 'order' may be used uninitialized in this function
 2015-12-10 16:02 UTC  (2+ messages)

[PATCH 1/2] mm, printk: introduce new format string for flags
 2015-12-10 12:26 UTC  (12+ messages)
` [PATCH v2 1/3] "

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-10 11:24 UTC  (11+ messages)
  ` [PATCH] mm: memcontrol: only manage socket pressure for CONFIG_INET
  ` [PATCH] mm: memcontrol: MEMCG no longer works with SLOB

[PATCH v2 1/2] mm: Export nr_swap_pages
 2015-12-10  9:34 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915: Disable shrinker for non-swapped backed objects
  ` [Intel-gfx] [PATCH v2 1/2] mm: Export nr_swap_pages

[RFC 0/3] reduce latency of direct async compaction
 2015-12-10  6:15 UTC  (12+ messages)

[PATCH 1/2] mm: introduce page reference manipulation functions
 2015-12-10  4:07 UTC  (13+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH v2 0/9] page_owner improvements for debugging
 2015-12-10  4:03 UTC  (9+ messages)
` [PATCH 1/2] mm, printk: introduce new format string for flags

[PATCH v3 0/5] Make cpuid <-> nodeid mapping persistent
 2015-12-10  1:50 UTC  (3+ messages)

[PATCH] [RFC] x86, pkeys: execute-only support
 2015-12-10  1:25 UTC 

[PATCH v2] fs: clear file privilege bits when mmap writing
 2015-12-09 22:52 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Allow EINJ to inject memory error to NVDIMM
 2015-12-09 21:44 UTC  (12+ messages)
` [PATCH v3 1/3] resource: Add @flags to region_intersects()

[RFC V5] Add gup trace points support
 2015-12-09 21:22 UTC  (8+ messages)
` [PATCH v5 1/7] trace/events: Add gup trace events
` [PATCH v5 2/7] mm/gup: add gup trace points
` [PATCH v5 3/7] x86: "
` [PATCH v5 4/7] mips: "
` [PATCH v5 5/7] s390: "
` [PATCH v5 6/7] sh: "
` [PATCH v5 7/7] sparc64: "

[RFC V4] Add gup trace points support
 2015-12-09 21:27 UTC  (4+ messages)
` [PATCH v4 3/7] x86: mm/gup: add gup trace points

tracing linux page cache usage
 2015-12-09 20:40 UTC 

[PATCH] mm/memblock: use memblock_insert_region() for the empty array
 2015-12-09 18:59 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).