linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-02 16:48:56 to 2015-12-04 16:01:37 UTC [more...]

memcg uncharge page counter mismatch
 2015-12-04 16:01 UTC  (16+ messages)

[PATCH] mm: Fix mmap MAP_POPULATE for DAX pmd mapping
 2015-12-04 16:55 UTC  (22+ messages)

[PATCH v2 1/2] mm: Export nr_swap_pages
 2015-12-04 15:58 UTC  (2+ messages)
` [PATCH v2 2/2] drm/i915: Disable shrinker for non-swapped backed objects

[PATCH 00/23] userfaultfd v4
 2015-12-04 15:50 UTC  (4+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt

[PATCH v3 0/7] mm/compaction: redesign compaction: part1
 2015-12-04 15:36 UTC  (11+ messages)
` [PATCH v3 1/7] mm/compaction: skip useless pfn when updating cached pfn
` [PATCH v3 2/7] mm/compaction: remove unused defer_compaction() in compaction.h
` [PATCH v3 3/7] mm/compaction: initialize compact_order_failed to MAX_ORDER
` [PATCH v3 4/7] mm/compaction: update defer counter when allocation is expected to succeed
` [PATCH v3 5/7] mm/compaction: respect compaction order when updating defer counter
` [PATCH v3 6/7] mm/compaction: introduce migration scan limit
` [PATCH v3 7/7] mm/compaction: replace compaction deferring with compaction limit

[PATCH v2 0/9] page_owner improvements for debugging
 2015-12-04 15:16 UTC  (16+ messages)
` [PATCH 1/2] mm, printk: introduce new format string for flags
    ` [PATCH v2 1/3] "
      ` [PATCH v2 2/3] mm, page_owner: provide symbolic page flags and gfp_flags
      ` [PATCH v2 3/3] mm, debug: move bad flags printing to bad_page()

[PATCH 3/3] mm/slab: use list_{empty_careful,last_entry} in drain_freelist
 2015-12-04 13:43 UTC  (4+ messages)
` [PATCH v2] mm/slab.c: "

[RFC 0/3] reduce latency of direct async compaction
 2015-12-04 12:38 UTC  (11+ messages)
` [RFC 1/3] mm, compaction: reduce spurious pcplist drains
` [RFC 2/3] mm, compaction: make async direct compaction skip blocks where isolation fails
` [RFC 3/3] mm, compaction: direct freepage allocation for async direct compaction

[tip:x86/urgent] x86/mm: Fix regression with huge pages on PAE
 2015-12-04 11:49 UTC 

[PATCH] mm: kmemleak: mark kmemleak_init prototype as __init
 2015-12-04 10:19 UTC 

[RFC PATCH 0/2] slab: implement bulking for SLAB allocator
 2015-12-04 10:16 UTC  (5+ messages)
` [RFC PATCH 1/2] slab: implement bulk alloc in "
` [RFC PATCH 2/2] slab: implement bulk free "

4.3+: Atheros ethernet fails after resume from s2ram, due to order 4 allocation
 2015-12-04  8:50 UTC  (18+ messages)
  ` [PATCH] Improve Atheros ethernet driver not to do order 4 GFP_ATOMIC allocation
    ` [PATCH net] atl1c: Improve "

[PATCH] mm/memcontrol.c: use list_{first,next}_entry
 2015-12-04  8:46 UTC  (4+ messages)

[PATCH v4] fs: clear file privilege bits when mmap writing
 2015-12-04  5:24 UTC 

[PATCH v2 00/20] get_user_pages() for dax mappings
 2015-12-04  2:16 UTC  (6+ messages)

[PATCH v2] fs: clear file privilege bits when mmap writing
 2015-12-04  1:45 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/34] x86: Memory Protection Keys (v5)
 2015-12-04  1:15 UTC  (35+ messages)
` [PATCH 01/34] mm, gup: introduce concept of "foreign" get_user_pages()
` [PATCH 02/34] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 03/34] x86, pkeys: Add Kconfig option
` [PATCH 04/34] x86, pkeys: cpuid bit definition
` [PATCH 05/34] x86, pkeys: define new CR4 bit
` [PATCH 06/34] x86, pkeys: add PKRU xsave fields and data structure(s)
` [PATCH 07/34] x86, pkeys: PTE bits for storing protection key
` [PATCH 08/34] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 09/34] x86, pkeys: store protection in high VMA flags
` [PATCH 10/34] x86, pkeys: arch-specific protection bits
` [PATCH 11/34] x86, pkeys: pass VMA down in to fault signal generation code
` [PATCH 12/34] signals, pkeys: notify userspace about protection key faults
` [PATCH 13/34] x86, pkeys: fill in pkey field in siginfo
` [PATCH 14/34] x86, pkeys: add functions to fetch PKRU
` [PATCH 15/34] mm: factor out VMA fault permission checking
` [PATCH 16/34] x86, mm: simplify get_user_pages() PTE bit handling
` [PATCH 17/34] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 18/34] mm: add gup flag to indicate "foreign" mm access
` [PATCH 19/34] x86, pkeys: optimize fault handling in access_error()
` [PATCH 20/34] x86, pkeys: differentiate instruction fetches
` [PATCH 21/34] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 22/34] x86, pkeys: dump PTE pkey in /proc/pid/smaps
` [PATCH 23/34] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 24/34] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 25/34] x86, pkeys: add arch_validate_pkey()
` [PATCH 26/34] mm: implement new mprotect_key() system call
` [PATCH 27/34] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 28/34] x86: wire up mprotect_key() system call
` [PATCH 29/34] x86: separate out LDT init from context init
` [PATCH 30/34] x86, fpu: allow setting of XSAVE state
` [PATCH 31/34] x86, pkeys: allocation/free syscalls
` [PATCH 32/34] x86, pkeys: add pkey set/get syscalls
` [PATCH 33/34] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 34/34] x86, pkeys: Documentation

mmotm 2015-12-03-17-04 uploaded
 2015-12-04  1:05 UTC 

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

[PATCH] mm/slab.c: add a helper function get_first_slab
 2015-12-03 21:02 UTC  (3+ messages)

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

[PATCH] fs: clear file privilege bits when mmap writing
 2015-12-03 19:22 UTC 

[PATCH 1/2] mm: page_alloc: generalize the dirty balance reserve
 2015-12-03 16:46 UTC  (4+ messages)
` [PATCH 2/2] proc: meminfo: estimate available memory more conservatively

[PATCH v5 0/4] Allow customizable random offset to mmap_base address
 2015-12-03 16:12 UTC  (6+ messages)
` [PATCH v5 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
  ` [PATCH v5 2/4] arm: mm: support ARCH_MMAP_RND_BITS
    ` [PATCH v5 3/4] arm64: "

[PATCH]mm:Correctly update number of rotated pages on active list
 2015-12-03 14:46 UTC  (3+ messages)

[PATCH] mm/swapfile.c: use list_{next,first}_entry
 2015-12-03 14:38 UTC 

[PATCH] shmem: use list_for_each_entry_safe in shmem_unuse
 2015-12-03 14:22 UTC 

[PATCH] mm: account pglazyfreed exactly
 2015-12-03 12:51 UTC 

[PATCH v4 00/13] UEFI boot and runtime services support for 32-bit ARM
 2015-12-03 11:27 UTC  (5+ messages)
` [PATCH v4 01/13] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table

[PATCH] memcg, vmscan: Do not wait for writeback if killed
 2015-12-03  9:08 UTC  (3+ messages)

[patch] mm, oom: avoid attempting to kill init sharing same memory
 2015-12-03  8:19 UTC 

[patch] mm, oom: avoid attempting to kill init sharing same memory
 2015-12-03  8:12 UTC  (2+ messages)

[PATCH V2] mm/hugetlb resv map memory leak for placeholder entries
 2015-12-03  7:00 UTC  (2+ messages)

[PATCH v3] mm/compaction: __compact_pgdat() code cleanuup
 2015-12-03  6:53 UTC  (2+ messages)

[PATCH] Introduce a recovery= command line option
 2015-12-03  6:35 UTC 

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

[PATCH] mm/vmstat: retrieve more accurate vmstat value
 2015-12-03  4:14 UTC  (6+ messages)

[PATCH] mm/compaction: restore COMPACT_CLUSTER_MAX to 32
 2015-12-03  4:11 UTC 

[PATCH 1/2] mm/page_alloc.c: use list_{first,last}_entry instead of list_entry
 2015-12-03  1:24 UTC  (4+ messages)
` [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages()

[PATCH 1/1] mm: EXPORT_SYMBOL_GPL(find_vm_area);
 2015-12-03  0:25 UTC  (2+ messages)

[PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA
 2015-12-03  0:05 UTC  (2+ messages)

[PATCH 1/2] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
 2015-12-03  0:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] fs: clear file set[ug]id when writing via mmap
 2015-12-02 23:55 UTC  (3+ messages)

[PATCH] mm/hugetlb resv map memory leak for placeholder entries
 2015-12-02 19:50 UTC  (2+ messages)

[PATCH 0/12] mm: page migration cleanups, and a little mlock
 2015-12-02 16:57 UTC  (4+ messages)
` [PATCH 4/12] mm: rename mem_cgroup_migrate to mem_cgroup_replace_page
  ` [PATCH] mm: fix kerneldoc on mem_cgroup_replace_page


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