linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-27 22:02:18 to 2015-07-31 07:20:14 UTC [more...]

[RFC PATCH 00/10] Remove zonelist cache and high-order watermark checking
 2015-07-31  7:20 UTC  (28+ 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 04/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 05/10] mm, page_alloc: Remove unnecessary updating of GFP flags during normal operation
` [PATCH 06/10] mm, page_alloc: Use jump label to check if page grouping by mobility is enabled
` [PATCH 08/10] mm, page_alloc: Remove MIGRATE_RESERVE
` [PATCH 09/10] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 10/10] mm, page_alloc: Only enforce watermarks for order-0 allocations

[PATCH v2 0/5] hwpoison: fixes on v4.2-rc4
 2015-07-31  6:46 UTC  (6+ messages)
` [PATCH v2 1/5] mm/memory-failure: unlock_page before put_page
` [PATCH v2 4/5] mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*
` [PATCH v2 3/5] mm/memory-failure: give up error handling for non-tail-refcounted thp
` [PATCH v2 2/5] mm/memory-failure: fix race in counting num_poisoned_pages
` [PATCH v2 5/5] mm/memory-failure: set PageHWPoison before migrate_pages()

[PATCH] mm/slub: don't wait for high-order page allocation
 2015-07-31  1:09 UTC 

[PATCH 0/3] vm hugetlb selftest cleanup
 2015-07-31  0:59 UTC  (4+ messages)
` [PATCH 1/3] Reverted "selftests: add hugetlbfstest"
` [PATCH 2/3] selftests:vm: Point to libhugetlbfs for regression testing
` [PATCH 3/3] Documentation: update libhugetlbfs location and use for testing

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-07-31  0:18 UTC  (4+ messages)

hugetlb pages not accounted for in rss
 2015-07-30 21:34 UTC  (10+ messages)

[PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
 2015-07-30 20:07 UTC  (11+ messages)
` [PATCH v3 2/3] mm: unify checks in alloc_pages_node() and __alloc_pages_node()
` [PATCH v3 3/3] mm: use numa_mem_id() in alloc_pages_node()

[PATCH] mm: add resched points to remap_pmd_range/ioremap_pmd_range
 2015-07-30 18:55 UTC  (11+ messages)

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

[PATCHv1] mm: always initialize pages as reserved to fix memory hotplug
 2015-07-30 16:41 UTC  (3+ messages)

[RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE
 2015-07-30 15:14 UTC  (6+ messages)
` [RFC v2 3/4] mm: use numa_mem_id in alloc_pages_node()

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

[PATCH] fix: decrease NR_FREE_PAGES when isolate page from buddy
 2015-07-30 14:08 UTC  (8+ messages)
` [PATCH 1/2] mm, page_isolation: remove bogus tests for isolated pages
  ` [PATCH 2/2] mm: rename and move get/set_freepage_migratetype

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-30 13:01 UTC  (23+ messages)

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

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-07-30  8:22 UTC  (4+ messages)
` [RFC v3 1/4] "

[PATCH] memory_failure: remove redundant check for the PG_HWPoison flag of 'hpage'
 2015-07-30  2:52 UTC  (2+ messages)

[PATCH 0/4] enable migration of driver pages
 2015-07-30  0:21 UTC  (16+ messages)
` [PATCH 1/4] fs/anon_inodes: new interface to create new inode
` [PATCH 2/4] mm/compaction: enable mobile-page migration
` [PATCH 4/4] mm: remove direct calling of migration

mmotm 2015-07-29-16-47 uploaded
 2015-07-29 23:47 UTC 

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-29 22:13 UTC  (4+ messages)

[PATCH 0/8 -v3] memcg cleanups + get rid of mm_struct::owner
 2015-07-29 16:42 UTC  (8+ messages)
` [PATCH 7/8] memcg: "

[PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements
 2015-07-29 16:10 UTC  (10+ messages)
` [PATCHv2 01/10] mm: memory hotplug with an existing resource
` [PATCHv2 05/10] xen/balloon: rationalize memory hotplug stats
` [PATCHv2 06/10] xen/balloon: only hotplug additional memory if required
` [PATCHv2 09/10] x86/xen: export xen_alloc_p2m_entry()

[RFC PATCH 00/14] kthread: Use kthread worker API more widely
 2015-07-29 15:12 UTC  (29+ messages)
` [RFC PATCH 01/14] kthread: Allow to call __kthread_create_on_node() with va_list args
` [RFC PATCH 02/14] kthread: Add create_kthread_worker*()
` [RFC PATCH 03/14] kthread: Add drain_kthread_worker()
` [RFC PATCH 04/14] kthread: Add destroy_kthread_worker()
` [RFC PATCH 05/14] kthread: Add wakeup_and_destroy_kthread_worker()
` [RFC PATCH 06/14] kthread: Add kthread_worker_created()
` [RFC PATCH 07/14] mm/huge_page: Convert khugepaged() into kthread worker API
` [RFC PATCH 08/14] rcu: Convert RCU gp kthreads "
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "
` [RFC PATCH 11/14] ring_buffer: Use kthread worker API for the producer kthread "
` [RFC PATCH 12/14] kthread_worker: Better support freezable kthread workers
` [RFC PATCH 13/14] kthread_worker: Add set_kthread_worker_user_nice()
` [RFC PATCH 14/14] kthread_worker: Add set_kthread_worker_scheduler*()

[PATCH] zsmalloc: remove null check from destroy_handle_cache()
 2015-07-29 14:26 UTC 

[RFC] panic_on_oom_timeout
 2015-07-29 13:20 UTC  (7+ messages)
` [RFC -v2] panic_on_oom_timeout

[PATCHv2 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-29 12:07 UTC  (9+ messages)
` [PATCH v3 "

[PATCH v2] mm: show proportional swap share of the mapping
 2015-07-29 11:56 UTC  (4+ messages)

[PATCH V5 0/7] Allow user to request memory to be locked on page fault
 2015-07-29 10:49 UTC  (12+ messages)

[PATCH 0/2] arm64: support initrd outside of mapped RAM
 2015-07-29  9:25 UTC  (8+ messages)
` [PATCH 1/2] mm: add utility for early copy from unmapped ram
` [PATCH 2/2] arm64: support initrd outside kernel linear map

[Patch V6 12/16] mm: provide early_memremap_ro to establish read-only mapping
 2015-07-29  9:20 UTC  (3+ messages)

[mmotm:master 75/412] kernel/watchdog.c:654:6: error: redefinition of 'watchdog_nmi_enable_all'
 2015-07-29  0:32 UTC 

mmotm 2015-07-28-16-15 uploaded
 2015-07-28 23:16 UTC 

vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression)
 2015-07-28 17:09 UTC  (3+ messages)

[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 v2] ipc: Use private shmem or hugetlbfs inodes for shm segments
 2015-07-27 22:01 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).