linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-18 13:11:45 to 2016-03-22 02:21:13 UTC [more...]

[PATCH v2 00/18] Support non-lru page migration
 2016-03-22  2:19 UTC  (25+ messages)
` [PATCH v2 01/18] mm: use put_page to free page instead of putback_lru_page
` [PATCH v2 02/18] zsmalloc: use first_page rather than page
` [PATCH v2 03/18] zsmalloc: clean up many BUG_ON
` [PATCH v2 04/18] zsmalloc: reordering function parameter
` [PATCH v2 05/18] zsmalloc: remove unused pool param in obj_free
` [PATCH v2 06/18] zsmalloc: keep max_object in size_class
` [PATCH v2 07/18] zsmalloc: squeeze inuse into page->mapping
` [PATCH v2 08/18] zsmalloc: squeeze freelist "
` [PATCH v2 09/18] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v2 10/18] zsmalloc: factor page chain functionality out
` [PATCH v2 11/18] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v2 12/18] zsmalloc: zs_compact refactoring
` [PATCH v2 13/18] mm/compaction: support non-lru movable page migration
` [PATCH v2 14/18] mm/balloon: use general movable page feature into balloon
` [PATCH v2 15/18] zsmalloc: migrate head page of zspage
` [PATCH v2 16/18] zsmalloc: use single linked list for page chain
` [PATCH v2 17/18] zsmalloc: migrate tail pages in zspage
  ` [PATCH] zsmalloc: fix semicolon.cocci warnings
` [PATCH v2 18/18] zram: use __GFP_MOVABLE for memory allocation

Page migration issue with UBIFS
 2016-03-21 23:06 UTC  (11+ messages)

VM_GROWSDOWN and fixed size stacks
 2016-03-21 20:12 UTC 

[PATCH RFC 1/1] Add support for ZONE_DEVICE IO memory with struct pages
 2016-03-21 19:25 UTC  (6+ messages)

[PATCH 0/3] fs, mm: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-21 17:29 UTC  (14+ messages)
` [PATCH 1/3] mm, fs: "
` [PATCH 2/3] mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
` [PATCH 3/3] mm: drop PAGE_CACHE_* and page_cache_{get,release} definition

[PATCHv4 00/25] THP-enabled tmpfs/shmem
 2016-03-21 16:42 UTC  (10+ messages)
` [PATCHv4 04/25] rmap: support file thp
` [PATCHv4 08/25] thp: support file pages in zap_huge_pmd()

Delete flush cache all in arm64 platform
 2016-03-21 15:58 UTC  (3+ messages)

[PATCH v4 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-03-21 15:36 UTC  (4+ messages)
` [PATCH v4 1/2] mm, vmstat: calculate particular vm event
` [PATCH v4 2/2] mm, thp: avoid unnecessary swapin in khugepaged

[PATCH 00/71] get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-21 14:32 UTC  (87+ messages)
` [PATCH 01/71] arc: "
` [PATCH 02/71] arm: "
` [PATCH 03/71] parisc: "
` [PATCH 04/71] powerpc: "
` [PATCH 05/71] s390: "
` [PATCH 06/71] block: "
` [PATCH 07/71] drm: "
` [PATCH 08/71] md: "
` [PATCH 09/71] v4l: "
` [PATCH 10/71] drivers/misc: "
` [PATCH 11/71] mmc: "
` [PATCH 12/71] mtd: "
` [PATCH 13/71] nvdimm: "
` [PATCH 14/71] oprofile: "
` [PATCH 15/71] scsi: "
` [PATCH 16/71] lustre: "
` [PATCH 17/71] usb: "
` [PATCH 18/71] fbdev: "
` [PATCH 19/71] 9p: "
` [PATCH 20/71] affs: "
` [PATCH 21/71] afs: "
` [PATCH 22/71] btrfs: "
` [PATCH 23/71] cachefiles: "
` [PATCH 24/71] ceph: "
` [PATCH 25/71] cifs: "
` [PATCH 26/71] configfs: "
` [PATCH 27/71] cramfs: "
` [PATCH 28/71] dlm: "
` [PATCH 29/71] ecryptfs: "
` [PATCH 30/71] efivarfs: "
` [PATCH 31/71] exofs: "
` [PATCH 32/71] ext2: "
` [PATCH 33/71] ext4: "
` [PATCH 34/71] f2fs: "
` [PATCH 35/71] freevxfs: "
` [PATCH 36/71] fscache: "
` [PATCH 37/71] fuse: "
` [PATCH 38/71] gfs2: "
` [PATCH 39/71] hfs: "
` [PATCH 40/71] hfsplus: "
` [PATCH 41/71] hostfs: "
` [PATCH 42/71] isofs: "
` [PATCH 43/71] jbd2: "
` [PATCH 44/71] jffs2: "
` [PATCH 45/71] jfs: "
` [PATCH 46/71] kernfs: "
` [PATCH 47/71] logfs: "
` [PATCH 48/71] minix: "
` [PATCH 49/71] ncpfs: "
` [PATCH 50/71] nfs: "
` [PATCH 51/71] nilfs2: "
` [PATCH 52/71] ntfs: "
` [PATCH 53/71] ocfs2: "
` [PATCH 54/71] proc: "
` [PATCH 55/71] pstore: "
` [PATCH 56/71] qnx6: "
` [PATCH 57/71] ramfs: "
` [PATCH 58/71] reiserfs: "
` [PATCH 59/71] "
` [PATCH 60/71] sysv: "
` [PATCH 61/71] ubifs: "
` [PATCH 62/71] udf: "
` [PATCH 63/71] ufs: "
` [PATCH 64/71] xfs: "
` [PATCH 65/71] binfmt: "
` [PATCH 66/71] hugetlb: "
` [PATCH 67/71] mqueue: "
` [PATCH 68/71] uprobes: "
` [PATCH 69/71] vfs: "
` [PATCH 70/71] mm: "
` [PATCH 71/71] mm: drop PAGE_CACHE_* and page_cache_{get,release} definition

HMM (Heterogeneous Memory Management)
 2016-03-21 14:30 UTC  (8+ messages)
` [PATCH v12 21/29] HMM: mm add helper to update page table when migrating memory back v2
` [PATCH v12 22/29] HMM: mm add helper to update page table when migrating memory v3

KASAN overhead?
 2016-03-21 13:45 UTC  (4+ messages)

divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault vanilla 4.4.6
 2016-03-21 13:38 UTC  (7+ messages)

[PATCH] signal: Make oom_flags a bool
 2016-03-21 11:38 UTC 

[PATCH 0/6] Add zone overlapping check
 2016-03-21 11:37 UTC  (3+ messages)
` [PATCH 1/6] mm/page_alloc: fix same zone check in __pageblock_pfn_to_page()

[PATCH] android,lowmemorykiller: Don't abuse TIF_MEMDIE
 2016-03-21 11:10 UTC  (5+ messages)

[PATCH] mm,oom: Remove undefined oom_kills_count()/note_oom_kill()
 2016-03-21 10:55 UTC 

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-03-21 10:38 UTC  (2+ messages)

[RFC 1/9] mm/hugetlb: Make GENERAL_HUGETLB functions PGD implementation aware
 2016-03-21  9:55 UTC  (3+ messages)
` [RFC 6/9] powerpc/hugetlb: Enable ARCH_WANT_GENERAL_HUGETLB for BOOK3S 64K

[PATCH 0/5] userfaultfd: extension for non cooperative uffd usage
 2016-03-21  9:54 UTC  (8+ messages)
` [PATCH 1/5] uffd: Split the find_userfault() routine
` [PATCH 2/5] uffd: Add ability to report non-PF events from uffd descriptor
` [PATCH 3/5] uffd: Add fork() event
` [PATCH 4/5] uffd: Add mremap() event
` [PATCH 5/5] uffd: Add madvise() event for MADV_DONTNEED request

[RFC PATCH] Add support for eXclusive Page Frame Ownership (XPFO)
 2016-03-21  8:44 UTC  (5+ messages)

[PATCH 1/5] mm: memcontrol: Remove redundant hot plug notifier test
 2016-03-21  8:17 UTC  (2+ messages)

undefined reference to `early_panic'
 2016-03-21  6:57 UTC 

Suspicious error for CMA stress test
 2016-03-21  4:42 UTC  (21+ messages)

[PATCH] mm,oom: Set TIF_MEMDIE on all OOM-killed threads
 2016-03-21  3:07 UTC 

[PATCH v3 0/2] mm, thp: Fix unnecessarry resource consuming in swapin
 2016-03-20 18:06 UTC  (4+ messages)
` [PATCH v3 2/2] mm, thp: avoid unnecessary swapin in khugepaged

core.c:undefined reference to `fpu_save'
 2016-03-20 17:49 UTC 

[PATCH 07/13] aio: enabled thread based async fsync
 2016-03-20  2:03 UTC  (16+ messages)
                  ` aio openat "

{standard input}:162: Error: number (0x9000000080000000) larger than 32 bits
 2016-03-20  1:00 UTC 

RFC [PATCH 0/1] ksm: introduce ksm_max_page_sharing per page deduplication limit
 2016-03-18 16:27 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v7 0/7] SLAB support for KASAN
 2016-03-18 15:12 UTC  (6+ messages)
` [PATCH v7 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB

[PATCH] mm,writeback: Don't use ALLOC_NO_WATERMARKS for wb_start_writeback
 2016-03-18 13:42 UTC  (7+ messages)
` [PATCH] mm,writeback: Don't use memory reserves "


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