linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-01 12:58:31 to 2016-04-06 09:52:18 UTC [more...]

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-06  9:52 UTC  (15+ messages)
` [PATCH 01/10] mm: update_lru_size warn and reset bad lru_size
` [PATCH 02/10] mm: update_lru_size do the __mod_zone_page_state
` [PATCH 03/10] mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
` [PATCH 04/10] tmpfs: preliminary minor tidyups
` [PATCH 05/10] tmpfs: mem_cgroup charge fault to vm_mm not current mm
` [PATCH 06/10] mm: /proc/sys/vm/stat_refresh to force vmstat update
` [PATCH 07/10] huge mm: move_huge_pmd does not need new_vma
` [PATCH 08/10] huge pagecache: extend mremap pmd rmap lockout to files
` [PATCH 09/10] huge pagecache: mmap_sem is unlocked when truncation splits pmd
` [PATCH 10/10] arch: fix has_transparent_hugepage()

[BUG] lib: zram lz4 compression/decompression still broken on big endian
 2016-04-06  9:39 UTC  (5+ messages)

[PATCH 00/11] oom detection rework v5
 2016-04-06  9:28 UTC  (19+ messages)
` [PATCH 01/11] mm, oom: rework oom detection
` [PATCH 02/11] mm: throttle on IO only when there are too many dirty and writeback pages
` [PATCH 03/11] mm, compaction: change COMPACT_ constants into enum
` [PATCH 04/11] mm, compaction: cover all compaction mode in compact_zone
` [PATCH 05/11] mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED
` [PATCH 06/11] mm, compaction: distinguish between full and partial COMPACT_COMPLETE
` [PATCH 07/11] mm, compaction: Update compaction_result ordering
` [PATCH 08/11] mm, compaction: Simplify __alloc_pages_direct_compact feedback interface
` [PATCH 09/11] mm, compaction: Abstract compaction feedback to helpers
` [PATCH 10/11] mm, oom: protect !costly allocations some more
` [PATCH 11/11] mm: consider compaction feedback also for costly allocation

[PATCH] cpuset: use static key better and convert to new API
 2016-04-06  9:19 UTC  (5+ messages)
` [PATCH v2] "

[patch] mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size
 2016-04-06  9:09 UTC  (4+ messages)

[PATCH v3 00/16] Support non-lru page migration
 2016-04-06  7:57 UTC  (27+ messages)
` [PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
` [PATCH v3 02/16] mm/compaction: support non-lru movable page migration
` [PATCH v3 03/16] mm: add non-lru movable page support document
` [PATCH v3 04/16] mm/balloon: use general movable page feature into balloon
` [PATCH v3 12/16] zsmalloc: zs_compact refactoring

[PATCH 00/31] huge tmpfs: THPagecache implemented by teams
 2016-04-06  7:00 UTC  (37+ messages)
` [PATCH 01/31] huge tmpfs: prepare counts in meminfo, vmstat and SysRq-m
` [PATCH 02/31] huge tmpfs: include shmem freeholes in available memory
` [PATCH 03/31] huge tmpfs: huge=N mount option and /proc/sys/vm/shmem_huge
` [PATCH 04/31] huge tmpfs: try to allocate huge pages, split into a team
` [PATCH 05/31] huge tmpfs: avoid team pages in a few places
` [PATCH 06/31] huge tmpfs: shrinker to migrate and free underused holes
` [PATCH 07/31] huge tmpfs: get_unmapped_area align & fault supply huge page
` [PATCH 08/31] huge tmpfs: try_to_unmap_one use page_check_address_transhuge
` [PATCH 09/31] huge tmpfs: avoid premature exposure of new pagetable
` [PATCH 10/31] huge tmpfs: map shmem by huge page pmd or by page team ptes
` [PATCH 11/31] huge tmpfs: disband split huge pmds on race or memory failure
` [PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
` [PATCH 13/31] huge tmpfs: use Unevictable lru with variable hpage_nr_pages
` [PATCH 14/31] huge tmpfs: fix Mlocked meminfo, track huge & unhuge mlocks
` [PATCH 15/31] huge tmpfs: fix Mapped meminfo, track huge & unhuge mappings
` [PATCH 16/31] kvm: plumb return of hva when resolving page fault
` [PATCH 17/31] kvm: teach kvm to map page teams as huge pages
` [PATCH 18/31] huge tmpfs: mem_cgroup move charge on shmem "
` [PATCH 19/31] huge tmpfs: mem_cgroup shmem_pmdmapped accounting
` [PATCH 20/31] huge tmpfs: mem_cgroup shmem_hugepages accounting
` [PATCH 21/31] huge tmpfs: show page team flag in pageflags
` [PATCH 22/31] huge tmpfs: /proc/<pid>/smaps show ShmemHugePages
` [PATCH 23/31] huge tmpfs recovery: framework for reconstituting huge pages
` [PATCH 24/31] huge tmpfs recovery: shmem_recovery_populate to fill huge page
` [PATCH 25/31] huge tmpfs recovery: shmem_recovery_remap & remap_team_by_pmd
` [PATCH 26/31] huge tmpfs recovery: shmem_recovery_swapin to read from swap
` [PATCH 27/31] huge tmpfs recovery: tweak shmem_getpage_gfp to fill team
` [PATCH 28/31] huge tmpfs recovery: debugfs stats to complete this phase
` [PATCH 29/31] huge tmpfs recovery: page migration call back into shmem
` [PATCH 30/31] huge tmpfs: shmem_huge_gfpmask and shmem_recovery_gfpmask
` [PATCH 31/31] huge tmpfs: no kswapd by default on sync allocations

[PATCH 0/5] userfaultfd: extension for non cooperative uffd usage
 2016-04-06  6:14 UTC  (3+ messages)

[PATCH] mm: vmscan: reclaim highmem zone if buffer_heads is over limit
 2016-04-05 20:37 UTC  (2+ messages)

[PATCH 1/1] powerpc/mm: Add memory barrier in __hugepte_alloc()
 2016-04-05 19:05 UTC 

[PATCH 0/3] mm: support bigger cache workingsets and protect against writes
 2016-04-05 17:50 UTC  (10+ messages)
` [PATCH 1/3] mm: workingset: only do workingset activations on reads
` [PATCH 2/3] mm: filemap: only do access "
` [PATCH 3/3] mm: vmscan: reduce size of inactive file list

[PATCH v12 02/13] vmstat: add vmstat_idle function
 2016-04-05 17:38 UTC  (3+ messages)
` [PATCH v12 03/13] lru_add_drain_all: factor out lru_add_drain_needed
` [PATCH v12 04/13] task_isolation: add initial support

[PATCH] thp: keep huge zero pinned until tlb flush
 2016-04-05 14:35 UTC  (3+ messages)

[PATCHv2] thp: keep huge zero page pinned until tlb flush
 2016-04-05 14:26 UTC  (2+ messages)

[PATCH 27/27] mm: page_io.c: use bio_get_base_vec()
 2016-04-05 12:07 UTC 

[PATCH 00/27] block: cleanup direct access on .bi_vcnt & .bi_io_vec
 2016-04-05 11:56 UTC 

[RFC PATCH] mm, oom: move GFP_NOFS check to out_of_memory
 2016-04-05 11:12 UTC  (2+ messages)

[PATCH v2] numa: fix /proc/<pid>/numa_maps for THP
 2016-04-05  9:11 UTC 

[PATCH v2 2/3] mm/vmap: Add a notifier for when we run out of vmap address space
 2016-04-05  9:03 UTC  (5+ messages)
` [PATCH v2 3/3] drm/i915/shrinker: Hook up vmap allocation failure notifier

[PATCH 1/2] arm64: mem-model: add flatmem model for arm64
 2016-04-05  8:22 UTC  (2+ messages)
` [PATCH 2/2] arm64: mm: make pfn always valid with flat memory

[PATCH 1/4] mm/writeback: correct dirty page calculation for highmem
 2016-04-05  3:38 UTC  (3+ messages)

/proc/meminfo question
 2016-04-04 23:26 UTC  (3+ messages)

zsmalloc: zs_compact refactoring
 2016-04-04 20:39 UTC 

mm: BUG in khugepaged_scan_mm_slot
 2016-04-04 17:15 UTC  (4+ messages)

[PATCH] numa: fix /proc/<pid>/numa_maps for THP
 2016-04-04 15:56 UTC  (3+ messages)

[PATCH 0/3] mm/mmap.c: don't unmap the overlapping VMA(s)
 2016-04-04 15:26 UTC  (8+ messages)
` [PATCH 1/3] man/mmap.2: "
` [PATCH 2/3] mm/mremap.c: "
` [PATCH 3/3] man/mremap.2: "

[PATCH 0/4] scatterlist: sg_table from virtual pointer
 2016-04-04 15:05 UTC  (4+ messages)
` [PATCH 1/4] mm: add is_highmem_addr() helper

[PATCH] android,lowmemorykiller: Don't abuse TIF_MEMDIE
 2016-04-04 13:20 UTC  (7+ messages)

[PATCH v4 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-04-04 13:18 UTC  (2+ messages)
` [PATCH v4 2/2] drm/i915: Make GPU pages movable

[PATCH] mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
 2016-04-04 12:36 UTC  (3+ messages)

[PATCH 0/5] dax: handling of media errors
 2016-04-04 12:09 UTC  (11+ messages)
` [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors

[PATCH RFC] mm: Fix memory corruption caused by deferred page initialization
 2016-04-04 11:24 UTC  (7+ messages)
` [RFC] "

[PATCH v2 2/2] drm/i915: Make pages of GFX allocations movable
 2016-04-04 11:27 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 0/4] reduce latency of direct async compaction
 2016-04-04 11:05 UTC  (4+ messages)
` [PATCH v2 4/4] mm, compaction: direct freepage allocation for async direct compaction

[PATCH] mm,writeback: Don't use memory reserves for wb_start_writeback
 2016-04-04 10:58 UTC  (5+ messages)

Bloat caused by unnecessary calls to compound_head()?
 2016-04-04 10:39 UTC  (4+ messages)

[PATCH] mm:vmscan: clean up classzone_idx
 2016-04-04  9:42 UTC  (2+ messages)

[PATCH 0/3] OOM detection rework v4
 2016-04-04  9:42 UTC  (4+ messages)
` [PATCH 1/3] mm, oom: rework oom detection

[PATCH] mm/hwpoison: fix wrong num_poisoned_pages account
 2016-04-04  9:07 UTC  (2+ messages)

mm/hwpoison: fix wrong num_poisoned_pages account
 2016-04-04  5:46 UTC  (2+ messages)

[PATCH] mm: vmscan: reclaim highmem zone if buffer_heads is over limit
 2016-04-03 23:49 UTC  (4+ messages)

core.c:undefined reference to `fpu_save'
 2016-04-03  7:26 UTC 

undefined reference to `early_panic'
 2016-04-03  5:59 UTC 

[PATCH] mm/mmap: kill hook arch_rebalance_pgtables
 2016-04-03  5:46 UTC 

[PATCH 2/2] UBIFS: Implement ->migratepage()
 2016-04-03  0:13 UTC  (2+ messages)

{standard input}:116: Error: number (0x9000000080000000) larger than 32 bits
 2016-04-03  0:09 UTC 

[RFC][PATCH] mm/slub: Skip CPU slab activation when debugging
 2016-04-01 23:51 UTC  (4+ messages)

mmotm 2016-04-01-16-24 uploaded
 2016-04-01 23:24 UTC 

[PATCH] mm: Refactor find_get_pages() & friends
 2016-04-01 23:20 UTC  (5+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] mm: Real pagecache iterators

[PATCH] mm: slub: replace kick_all_cpus_sync with synchronize_sched in kmem_cache_shrink
 2016-04-01 15:48 UTC  (2+ messages)

[PATCH] mm: Exclude HugeTLB pages from THP page_mapped logic
 2016-04-01 13:24 UTC  (3+ 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).