linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/10] Remove zonelist cache and high-order watermark checking
 2015-07-28 12:25 UTC  (5+ messages)
` [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe
` [PATCH 03/10] mm, page_alloc: Remove unnecessary recalculations for dirty zone balancing

[PATCH V5 0/7] Allow user to request memory to be locked on page fault
 2015-07-28 11:23 UTC  (23+ messages)
` [PATCH V5 1/7] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH V5 2/7] mm: mlock: Add new mlock system call
` [PATCH V5 3/7] mm: Introduce VM_LOCKONFAULT
` [PATCH V5 4/7] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH V5 5/7] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
` [PATCH V5 6/7] selftests: vm: Add tests for lock on fault
` [PATCH V5 7/7] mips: Add entry for new mlock2 syscall

[RFC v3 0/3] mm: make swapin readahead to gain more thp performance
 2015-07-28  8:59 UTC  (5+ messages)
` [RFC v3 1/3] mm: add tracepoint for scanning pages
` [RFC v3 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCH 0/4] enable migration of driver pages
 2015-07-28  0:26 UTC  (8+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration
` [PATCH 4/4] mm: remove direct calling of migration

hugetlb pages not accounted for in rss
 2015-07-27 23:26 UTC 

[PATCH v2] ipc: Use private shmem or hugetlbfs inodes for shm segments
 2015-07-27 22:01 UTC  (6+ messages)

[PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements
 2015-07-27 19:37 UTC  (20+ messages)
` [PATCHv2 01/10] mm: memory hotplug with an existing resource
` [PATCHv2 02/10] xen/balloon: remove scratch page left overs
` [PATCHv2 03/10] x86/xen: discard RAM regions above the maximum reservation
` [PATCHv2 04/10] xen/balloon: find non-conflicting regions to place hotplugged memory
` [PATCHv2 05/10] xen/balloon: rationalize memory hotplug stats
` [PATCHv2 06/10] xen/balloon: only hotplug additional memory if required
` [PATCHv2 07/10] xen/balloon: make alloc_xenballoon_pages() always allocate low pages
` [PATCHv2 08/10] xen/balloon: use hotplugged pages for foreign mappings etc
    ` [Xen-devel] "
` [PATCHv2 09/10] x86/xen: export xen_alloc_p2m_entry()
` [PATCHv2 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages
  ` [Xen-devel] "

[PATCH 0/5] Make vma_is_anonymous() reliable
 2015-07-27 19:34 UTC  (11+ messages)
` [PATCH 2/5] x86, mpx: do not set ->vm_ops on mpx VMAs
            ` [PATCH 0/1] mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
              ` [PATCH 1/1] "

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-27 19:25 UTC  (9+ messages)
` [PATCH -mm v9 6/8] proc: add kpageidle file

[PATCH-mmotm] mmotm: build fix hugetlbfs fallocate if not CONFIG_NUMA
 2015-07-27 18:54 UTC 

[mmotm:master 229/385] fs/hugetlbfs/inode.c:578:13: error: 'struct vm_area_struct' has no member named 'vm_policy'
 2015-07-27 18:25 UTC  (5+ messages)

[PATCH v4 0/7] KASAN for arm64
 2015-07-27 17:53 UTC  (17+ messages)
` [PATCH v4 1/7] x86/kasan: generate KASAN_SHADOW_OFFSET in Makefile
` [PATCH v4 2/7] mm: kasan: introduce generic kasan_populate_zero_shadow()
` [PATCH v4 3/7] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v4 4/7] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v4 5/7] arm64: add KASAN support
` [PATCH v4 6/7] ARM64: kasan: print memory assignment
` [PATCH v4 7/7] x86/kasan: switch to generic kasan_populate_zero_shadow()

[PATCH] bootmem: avoid freeing to bootmem after bootmem is done
 2015-07-27 16:05 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE
 2015-07-27 15:47 UTC  (16+ messages)
` [RFC v2 2/4] mm: unify checks in alloc_pages_node family of functions
` [RFC v2 3/4] mm: use numa_mem_id in alloc_pages_node()
` [RFC v2 4/4] mm: fallback for offline nodes in alloc_pages_node

vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression)
 2015-07-27 15:41 UTC  (2+ messages)

[PATCH] mm: add resched points to remap_pmd_range/ioremap_pmd_range
 2015-07-27 15:18 UTC  (8+ messages)

[PATCH -next] mm: Fix build breakage seen if MMU_NOTIFIER is not configured
 2015-07-27 15:17 UTC  (2+ messages)

[PATCH -next] mm: Fix build for nommu systems
 2015-07-27 14:40 UTC 

[RFC v2 0/4] Outsourcing compaction for THP allocations to kcompactd
 2015-07-27  9:30 UTC  (16+ messages)
` [RFC 1/4] mm, compaction: introduce kcompactd

[RFC v5 PATCH 0/9] hugetlbfs: add fallocate support
 2015-07-27  7:07 UTC  (5+ messages)
` [RFC v5 PATCH 8/9] hugetlbfs: add hugetlbfs_fallocate()

[mmotm:master 371/385] mm/nommu.c:1248:30: error: 'vm_flags' redeclared as different kind of symbol
 2015-07-26 13:57 UTC  (3+ messages)

[PATCH] hugetlb: cond_resched for set_max_huge_pages and follow_hugetlb_page
 2015-07-24 20:49 UTC  (10+ messages)

[mmotm:master 371/385] arch/x86/mm/mpx.c:71:54: sparse: implicit cast to nocast type
 2015-07-24 20:15 UTC  (3+ messages)
` vm_flags, vm_flags_t and __nocast

[PATCHSET v4 0/5] pagemap: make useable for non-privilege users
 2015-07-24 18:19 UTC  (17+ messages)
` [PATCH v4 1/5] pagemap: check permissions and capabilities at open time
` [PATCH v4 3/5] pagemap: rework hugetlb and thp report
` [PATCH v4 4/5] pagemap: hide physical addresses from non-privileged users
` [PATCH v4 5/5] pagemap: add mmap-exclusive bit for marking pages mapped only here

randconfig build error with next-20150724, in mm/page_ext.c
 2015-07-24 16:36 UTC  (2+ messages)

[PATCH V4 0/6] Allow user to request memory to be locked on page fault
 2015-07-24 15:53 UTC  (9+ messages)
` [PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls

[PATCH] mm: rename and document alloc_pages_exact_node
 2015-07-24 14:52 UTC  (7+ messages)

[PATCH] mm: use srcu for shrinkers
 2015-07-24 14:25 UTC  (4+ messages)
` [PATCH -next v2] mm: srcu-ify shrinkers

[RFC][PATCH] ipc: Use private shmem or hugetlbfs inodes for shm segments
 2015-07-24 12:38 UTC  (4+ messages)

[mmotm:master 260/385] warning: (HWPOISON_INJECT && ..) selects PROC_PAGE_MONITOR which has unmet direct dependencies (PROC_FS && ..)
 2015-07-24 12:06 UTC  (2+ messages)

[mmotm:master 260/385] include/linux/mmu_notifier.h:247:19: sparse: context imbalance in 'kpageidle_clear_pte_refs_one' - unexpected unlock
 2015-07-24 11:54 UTC  (2+ messages)

[linux-next:master 3983/4215] fs/proc/page.c:453:8: note: in expansion of macro 'get_user'
 2015-07-24 11:05 UTC  (2+ messages)

[PATCH mmotm] kexec: arch_kexec_apply_relocations can be static
 2015-07-24 10:48 UTC  (4+ messages)

[linux-next:master 3983/4215] fs/proc/page.c:332:4: error: implicit declaration of function 'pmdp_clear_young_notify'
 2015-07-24  8:21 UTC  (2+ messages)

[PATCH 1/5] memcg: export struct mem_cgroup
 2015-07-24  8:17 UTC  (11+ messages)

[linux-next:master 3983/4215] fs/proc/page.o:undefined reference to `__user_bad'
 2015-07-24  8:15 UTC 

[mmotm:master 127/385] mm/internal.h:253:43: sparse: implicit cast to nocast type
 2015-07-24  7:59 UTC 

[PATCH] mm: Flush the TLB for a single address in a huge page
 2015-07-24  7:17 UTC  (14+ messages)

[patch] mmap.2: document the munmap exception for underlying page size
 2015-07-24  6:57 UTC  (6+ messages)

[PATCH v1 0/4] hwpoison: fixes on v4.2-rc2
 2015-07-23 23:13 UTC  (4+ messages)
` [PATCH v1 4/4] mm/memory-failure: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*

[mmotm:master 233/385] undefined reference to `synchronize_srcu'
 2015-07-23 22:49 UTC 

mmotm 2015-07-23-14-37 uploaded
 2015-07-23 21:37 UTC 

[PATCHv2 0/6] Make vma_is_anonymous() reliable
 2015-07-23 21:08 UTC  (4+ messages)
` [PATCHv2 2/6] x86, mpx: do not set ->vm_ops on mpx VMAs

[PATCH] mm, page_isolation: make set/unset_migratetype_isolate() file-local
 2015-07-23 20:20 UTC  (3+ messages)

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-07-23 18:32 UTC  (4+ messages)

[PATCH v4 00/10] hugetlbfs: add fallocate support
 2015-07-23 17:29 UTC  (9+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox