linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-12 02:51:20 to 2016-05-16 14:56:43 UTC [more...]

[PATCH] mm: make fault_around_bytes configurable
 2016-05-16 14:56 UTC  (10+ messages)

[PATCH] mm: unhide vmstat_text definition for CONFIG_SMP
 2016-05-16 14:23 UTC  (6+ messages)

[PATCH] mm,oom: Re-enable OOM killer using timeout
 2016-05-16 14:18 UTC  (7+ messages)

x86: possible store-tearing in native_set_pte?
 2016-05-16 14:18 UTC  (3+ messages)

[PATCH] tmpfs: don't undo fallocate past its last page
 2016-05-16 13:55 UTC  (3+ messages)

[PATCHv8 resend 1/2] x86/vdso: add mremap hook to vm_special_mapping
 2016-05-16 13:55 UTC  (7+ messages)
` [PATCHv8 resend 2/2] selftest/x86: add mremap vdso test

Question About Functions "__free_pages_check" and "check_new_page" in page_alloc.c
 2016-05-16 13:42 UTC 

[Bug 117731] New: Doing mprotect for PROT_NONE and then for PROT_READ|PROT_WRITE reduces CPU write B/W on buffer
 2016-05-16 13:35 UTC  (2+ messages)

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-05-16 13:25 UTC  (4+ messages)

UBIFS and page migration (take 3)
 2016-05-16 13:03 UTC  (4+ messages)

[BUG] Null pointer dereference when freeing pages on 4.6-rc6
 2016-05-16 12:44 UTC  (2+ messages)

[RFC 00/13] make direct compaction more deterministic
 2016-05-16 12:30 UTC  (38+ messages)
` [RFC 02/13] mm, page_alloc: set alloc_flags only once in slowpath
` [RFC 03/13] mm, page_alloc: don't retry initial attempt "
` [RFC 04/13] mm, page_alloc: restructure direct compaction handling "
` [RFC 05/13] mm, page_alloc: make THP-specific decisions more generic
` [RFC 06/13] mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
` [RFC 07/13] mm, compaction: introduce direct compaction priority
` [RFC 08/13] mm, compaction: simplify contended compaction handling
` [RFC 09/13] mm, compaction: make whole_zone flag ignore cached scanner positions
` [RFC 11/13] mm, compaction: add the ultimate direct compaction priority
` [RFC 12/13] mm, compaction: more reliably increase "
` [RFC 13/13] mm, compaction: fix and improve watermark handling

[PATCH] writeback: Avoid exhausting allocation reserves under memory pressure
 2016-05-16 11:45 UTC  (6+ messages)

why the count nr_file_pages is not equal to nr_inactive_file + nr_active_file ?
 2016-05-16 11:16 UTC  (8+ messages)

[PATCH] drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherent
 2016-05-16 10:06 UTC 

[PATCH v5 00/13] Support non-lru page migration
 2016-05-16  7:17 UTC  (14+ messages)
` [PATCH v5 02/12] mm: migrate: support non-lru movable "
` [PATCH v5 05/12] zsmalloc: use bit_spin_lock
` [PATCH v5 06/12] zsmalloc: use accessor
` [PATCH v5 07/12] zsmalloc: factor page chain functionality out
` [PATCH v5 08/12] zsmalloc: introduce zspage structure
` [PATCH v5 09/12] zsmalloc: separate free_zspage from putback_zspage

BUG: mm/slub NULL-ptr deref in get_freepointer
 2016-05-15 15:28 UTC 

[PATCH] Documentation/memcg: remove restriction of setting kmem limit
 2016-05-14 16:13 UTC  (6+ messages)
  ` [PATCH] Documentation/memcg: update kmem limit doc as codes behavior

[PATCH] mm/kasan/kasan.h: Fix boolean checking issue for kasan_report_enabled()
 2016-05-14 10:34 UTC  (14+ messages)

[PATCH] zram: introduce per-device debug_stat sysfs node
 2016-05-14  3:37 UTC  (11+ messages)

[PATCH 0/3] memory-hotplug: improve rezoning capability
 2016-05-13 17:38 UTC  (10+ messages)
` [PATCH 2/3] memory-hotplug: more general validation of zone during online
` [PATCH 3/3] memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute

[PATCH] mm: add config option to select the initial overcommit mode
 2016-05-13 17:01 UTC  (38+ messages)

[PATCH] mm, frontswap: convert frontswap_enabled to static key
 2016-05-13 15:10 UTC 

[PATCH 1/4] kasan/tests: add tests for user memory access functions
 2016-05-13 12:18 UTC  (5+ messages)
` [PATCH 2/4] mm/kasan: print name of mem[set,cpy,move]() caller in report
` [PATCH 3/4] mm/kasan: add API to check memory regions

mm: pages are not freed from lru_add_pvecs after process termination
 2016-05-13 12:05 UTC  (12+ messages)

[PATCH 0/19] get rid of superfluous __GFP_REPEAT
 2016-05-13  6:58 UTC  (4+ messages)

[PATCH 0/2] oom detection fixups
 2016-05-13  4:05 UTC  (5+ messages)
` [PATCH 1/2] mmotm: mm-oom-rework-oom-detection-fix
` [PATCH 2/2] mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION

[PATCH 1/1] mm: thp: calculate the mapcount correctly for THP pages during WP faults
 2016-05-12 18:48 UTC  (3+ messages)
  ` [1/1] "

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-05-12 18:20 UTC  (5+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

Use after free in workingset LRU handling
 2016-05-12 17:27 UTC 

[PATCH v7 0/6] dax: handling media errors (clear-on-zero only)
 2016-05-12 17:06 UTC  (6+ messages)
` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible

[PATCH v5] mm: Add memory allocation watchdog kernel thread
 2016-05-12 16:38 UTC  (3+ messages)

[Question] Missing data after DMA read transfer - mm issue with transparent huge page?
 2016-05-12 15:57 UTC  (12+ messages)

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-05-12 15:41 UTC  (33+ messages)
` [PATCHv8 01/32] thp, mlock: update unevictable-lru.txt
` [PATCHv8 02/32] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv8 03/32] mm: introduce fault_env
` [PATCHv8 04/32] mm: postpone page table allocation until we have page to map
` [PATCHv8 05/32] rmap: support file thp
` [PATCHv8 06/32] mm: introduce do_set_pmd()
` [PATCHv8 07/32] thp, vmstats: add counters for huge file pages
` [PATCHv8 08/32] thp: support file pages in zap_huge_pmd()
` [PATCHv8 09/32] thp: handle file pages in split_huge_pmd()
` [PATCHv8 10/32] thp: handle file COW faults
` [PATCHv8 11/32] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv8 12/32] thp: prepare change_huge_pmd() for file thp
` [PATCHv8 13/32] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv8 14/32] thp: file pages support for split_huge_page()
` [PATCHv8 15/32] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv8 16/32] vmscan: split file huge pages before paging them out
` [PATCHv8 17/32] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv8 18/32] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv8 19/32] filemap: prepare find and delete operations for huge pages
` [PATCHv8 20/32] truncate: handle file thp
` [PATCHv8 21/32] mm, rmap: account shmem thp pages
` [PATCHv8 22/32] shmem: prepare huge= mount option and sysfs knob
` [PATCHv8 23/32] shmem: get_unmapped_area align huge page
` [PATCHv8 24/32] shmem: add huge pages support
` [PATCHv8 25/32] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv8 26/32] thp: update Documentation/vm/transhuge.txt
` [PATCHv8 27/32] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv8 28/32] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv8 29/32] shmem: make shmem_inode_info::lock irq-safe
` [PATCHv8 30/32] khugepaged: add support of collapse for tmpfs/shmem pages
` [PATCHv8 31/32] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCHv8 32/32] shmem: split huge pages beyond i_size under memory pressure

[PATCH] mm, compaction: avoid uninitialized variable use
 2016-05-12 12:04 UTC  (4+ messages)

[PATCH] mm: fix pfn spans two sections in has_unmovable_pages()
 2016-05-12 12:05 UTC  (7+ messages)

[PATCH 0/6] mm/page_owner: use tackdepot to store stacktrace
 2016-05-12 11:57 UTC  (10+ messages)
` [PATCH 1/6] mm/compaction: split freepages without holding the zone lock
` [PATCH 3/6] mm/page_owner: copy last_migrate_reason in copy_page_owner()
` [PATCH 6/6] mm/page_owner: use stackdepot to store stacktrace

[PATCH 0.14] oom detection rework v6
 2016-05-12 10:59 UTC  (10+ messages)

[PATCH 2/2] UBIFS: Implement ->migratepage()
 2016-05-12 10:47 UTC  (2+ messages)

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-05-12  7:58 UTC  (6+ messages)
` [PATCH 16/18] dax: New "


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