messages from 2016-05-17 14:49:20 to 2016-05-20 15:56:37 UTC [more...]
[PATCH v2] mm,oom: speed up select_bad_process() loop
2016-05-20 15:56 UTC (19+ messages)
` [PATCH v3] "
[v2 PATCH] mm: move page_ext_init after all struct pages are initialized
2016-05-20 15:41 UTC (3+ messages)
[PATCHv9 0/2] mremap vDSO for 32-bit
2016-05-20 15:33 UTC (5+ messages)
` [PATCHv9 2/2] selftest/x86: add mremap vdso test
[PATCH] memcg: fix mem_cgroup_out_of_memory() return value
2016-05-20 15:09 UTC (2+ messages)
[PATCH v1] mm: bad_page() checks bad_flags instead of page->flags for hwpoison page
2016-05-20 14:27 UTC (9+ messages)
` [PATCH v2] mm: check_new_page_bad() directly returns in __PG_HWPOISON case
[PATCH v6 00/12] Support non-lru page migration
2016-05-20 14:23 UTC (13+ messages)
` [PATCH v6 01/12] mm: use put_page to free page instead of putback_lru_page
` [PATCH v6 02/12] mm: migrate: support non-lru movable page migration
` [PATCH v6 03/12] mm: balloon: use general non-lru movable page feature
` [PATCH v6 04/12] zsmalloc: keep max_object in size_class
` [PATCH v6 05/12] zsmalloc: use bit_spin_lock
` [PATCH v6 06/12] zsmalloc: use accessor
` [PATCH v6 07/12] zsmalloc: factor page chain functionality out
` [PATCH v6 08/12] zsmalloc: introduce zspage structure
` [PATCH v6 09/12] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v6 10/12] zsmalloc: use freeobj for index
` [PATCH v6 11/12] zsmalloc: page migration support
` [PATCH v6 12/12] zram: use __GFP_MOVABLE for memory allocation
[RFC 00/13] make direct compaction more deterministic
2016-05-20 13:57 UTC (19+ messages)
` [RFC 06/13] mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
` [RFC 11/13] mm, compaction: add the ultimate direct compaction priority
` [RFC 13/13] mm, compaction: fix and improve watermark handling
[patch] mm, migrate: increment fail count on ENOMEM
2016-05-20 13:31 UTC (4+ messages)
[PATCH v4] z3fold: the 3-fold allocator for compressed pages
2016-05-20 12:39 UTC (2+ messages)
sharing page cache pages between multiple mappings
2016-05-20 10:37 UTC (6+ messages)
[PATCH] mm/zsmalloc: don't fail if can't create debugfs info
2016-05-20 10:32 UTC (5+ messages)
` [PATCHv2] "
[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
2016-05-20 10:33 UTC (4+ messages)
` [PATCHv8 26/32] thp: update Documentation/vm/transhuge.txt
mmotm 2016-05-19-19-59 uploaded
2016-05-20 10:31 UTC (6+ messages)
+ mm-thp-avoid-unnecessary-swapin-in-khugepaged.patch added to -mm tree
2016-05-20 8:26 UTC (14+ messages)
[PATCH 2/2] mm, oom_reaper: do not mmput synchronously from the oom reaper context
2016-05-20 7:12 UTC (3+ messages)
mmotm 2016-05-19-18-01 uploaded
2016-05-20 2:59 UTC (3+ messages)
[PATCH] mm: page_is_guard return false when page_ext arrays are not allocated yet
2016-05-20 2:40 UTC (4+ messages)
[RFC v1 0/2] mm: SLUB Freelist randomization
2016-05-20 2:15 UTC (10+ messages)
` [RFC v1 1/2] mm: Reorganize SLAB freelist randomization
` [RFC v1 2/2] mm: SLUB Freelist randomization
[PATCH] mm: compact: fix zoneindex in compact
2016-05-20 1:30 UTC (7+ messages)
Xfs lockdep warning with for-dave-for-4.6 branch
2016-05-20 0:17 UTC (13+ messages)
[PATCH] mm: move page_ext_init after all struct pages are initialized
2016-05-19 23:26 UTC (5+ messages)
[PATCH 0/2] last pile of oom_reaper patches for now
2016-05-19 17:20 UTC (4+ messages)
` [PATCH 2/2] mm, oom_reaper: do not mmput synchronously from the oom reaper context
[PATCH v7 0/5] Make cpuid <-> nodeid mapping persistent
2016-05-19 14:46 UTC (9+ messages)
` [PATCH v7 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v7 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v7 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v7 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v7 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
[PATCH] mm: memcontrol: move comments for get_mctgt_type to proper position
2016-05-19 8:21 UTC (2+ messages)
why does page_cache_pipe_buf_confirm() need to check page->mapping?
2016-05-19 8:05 UTC
[PATCH] mm: add config option to select the initial overcommit mode
2016-05-19 7:14 UTC (18+ messages)
[PATCH] mm: make faultaround produce old ptes
2016-05-19 4:27 UTC (9+ messages)
[PATCH] mm: memcontrol: fix the return in mem_cgroup_margin
2016-05-19 1:44 UTC (4+ messages)
malloc() size in CMA region seems to be aligned to CMA_ALIGNMENT
2016-05-19 0:52 UTC (3+ messages)
[patch] mm, thp: khugepaged should scan when sleep value is written
2016-05-18 21:53 UTC
[BUG] Null pointer dereference when freeing pages on 4.6-rc6
2016-05-18 18:41 UTC (3+ messages)
[PATCH v12 04/13] task_isolation: add initial support
2016-05-18 17:09 UTC (4+ messages)
[PATCH v6 00/20] kthread: Use kthread worker API more widely
2016-05-18 15:36 UTC (3+ messages)
` [PATCH v6 16/20] IB/fmr_pool: Convert the cleanup thread into kthread worker API
[PATCH] mm: fix duplicate words and typos
2016-05-18 15:23 UTC (2+ messages)
why the kmalloc return fail when there is free physical address but return success after dropping page caches
2016-05-18 14:41 UTC (4+ messages)
[PATCH 00/16] Refreshed page-flags patchset
2016-05-18 14:02 UTC (4+ messages)
` [PATCH 12/16] page-flags: define PG_mlocked behavior on compound pages
UBIFS and page migration (take 3)
2016-05-18 9:03 UTC (6+ messages)
[PATCH 00/28] Optimise page alloc/free fast paths v3
2016-05-18 8:49 UTC (7+ messages)
` [PATCH 13/28] mm, page_alloc: Remove redundant check for empty zonelist
` [PATCH 28/28] mm, page_alloc: Defer debugging checks of pages allocated from the PCP
[PATCH] oom: consider multi-threaded tasks in task_will_free_mem
2016-05-18 7:16 UTC (10+ messages)
Use after free in workingset LRU handling
2016-05-18 7:13 UTC (3+ messages)
[PATCH] MM: increase safety margin provided by PF_LESS_THROTTLE
2016-05-18 3:41 UTC
[PATCH] mm: disable fault around on emulated access bit architecture
2016-05-18 1:42 UTC
[PATCH] mm: unhide vmstat_text definition for CONFIG_SMP
2016-05-18 1:02 UTC (5+ messages)
[PATCH 0/1] userfaultfd: don't pin the user memory in userfaultfd_file_create()
2016-05-17 20:34 UTC (6+ messages)
` [PATCH 1/1] "
` [PATCH v2 "
fs/exec.c: fix minor memory leak
2016-05-17 15:53 UTC (3+ messages)
` [PATCH] exec: remove the no longer needed remove_arg_zero()->free_arg_page()
[Bug 117731] New: Doing mprotect for PROT_NONE and then for PROT_READ|PROT_WRITE reduces CPU write B/W on buffer
2016-05-17 15:51 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).