linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-02 14:06:16 to 2016-03-04 04:20:16 UTC [more...]

[PATCHv3 00/29] huge tmpfs implementation using compound pages
 2016-03-04  4:20 UTC  (31+ messages)
` [PATCHv3 01/29] rmap: introduce rmap_walk_locked()
` [PATCHv3 02/29] rmap: extend try_to_unmap() to be usable by split_huge_page()
` [PATCHv3 03/29] mm: make remove_migration_ptes() beyond mm/migration.c
` [PATCHv3 04/29] thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
` [PATCHv3 05/29] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv3 06/29] mm: introduce fault_env
` [PATCHv3 07/29] mm: postpone page table allocation until we have page to map
` [PATCHv3 08/29] rmap: support file thp
` [PATCHv3 09/29] mm: introduce do_set_pmd()
` [PATCHv3 10/29] mm, rmap: account file thp pages
` [PATCHv3 11/29] thp, vmstats: add counters for huge file pages
` [PATCHv3 12/29] thp: support file pages in zap_huge_pmd()
` [PATCHv3 13/29] thp: handle file pages in split_huge_pmd()
` [PATCHv3 14/29] thp: handle file COW faults
` [PATCHv3 15/29] thp: handle file pages in mremap()
` [PATCHv3 16/29] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv3 17/29] thp: prepare change_huge_pmd() for file thp
` [PATCHv3 18/29] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv3 19/29] thp: file pages support for split_huge_page()
` [PATCHv3 20/29] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv3 21/29] vmscan: split file huge pages before paging them out
` [PATCHv3 22/29] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv3 23/29] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv3 24/29] filemap: prepare find and delete operations for huge pages
` [PATCHv3 25/29] truncate: handle file thp
` [PATCHv3 26/29] shmem: prepare huge= mount option and sysfs knob
` [PATCHv3 27/29] shmem: get_unmapped_area align huge page
` [PATCHv3 28/29] shmem: add huge pages support
` [PATCHv3 29/29] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-04  2:43 UTC  (17+ messages)
` [RFC qemu 1/4] pc: Add code to get the lowmem form PCMachineState
` [RFC qemu 2/4] virtio-balloon: Add a new feature to balloon device
` [RFC qemu 3/4] migration: not set migration bitmap in setup stage
` [RFC qemu 4/4] migration: filter out guest's free pages in ram bulk stage
  ` [Qemu-devel] "
` [Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization

Suspicious error for CMA stress test
 2016-03-04  2:09 UTC  (8+ messages)

[PATCH] tmpfs: shmem_fallocate must return ERESTARTSYS
 2016-03-04  0:44 UTC  (2+ messages)

[PATCH 0/3] RFC improvements to radix-tree related to DAX
 2016-03-03 23:51 UTC  (4+ messages)
` [PATCH 3/3] radix-tree: support locking of individual exception entries

[PATCH] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-03 23:51 UTC  (7+ messages)

[RFC][PATCH 0/7] System Calls for Memory Protection Keys
 2016-03-03 23:49 UTC  (3+ messages)

[PATCH 0/4] mm: Make the logging a bit more consistent
 2016-03-03 23:25 UTC  (5+ messages)
` [PATCH 1/4] mm: Convert pr_warning to pr_warn
` [PATCH 2/4] mm: Coalesce split strings
` [PATCH 3/4] mm: Convert printk(KERN_<LEVEL> to pr_<level>
` [PATCH 4/4] mm: percpu: Use pr_fmt to prefix output

[PATCH] mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers
 2016-03-03 23:05 UTC  (3+ messages)

RFC: [PATCH] x86/kmmio: fix mmiotrace for hugepages
 2016-03-03 22:49 UTC  (2+ messages)
` [Nouveau] "

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2016-03-03 22:08 UTC  (8+ messages)

[PATCH v2 0/3] libnvdimm, pfn: support section misaligned pmem
 2016-03-03 21:53 UTC  (4+ messages)
` [PATCH v2 1/3] libnvdimm, pmem: fix 'pfn' support for section-misaligned namespaces
` [PATCH v2 2/3] libnvdimm, pmem: adjust for section collisions with 'System RAM'
` [PATCH v2 3/3] libnvdimm, pfn: 'resource'-address and 'size' attributes for pfn devices

[PATCH 0/3] OOM detection rework v4
 2016-03-03 20:57 UTC  (27+ messages)

[PATCHv2 0/3] KASAN: clean stale poison upon cold re-entry to kernel
 2016-03-03 18:17 UTC  (8+ messages)
` [PATCHv2 1/3] kasan: add functions to clear stack poison
` [PATCHv2 2/3] sched/kasan: remove stale KASAN poison after hotplug
` [PATCHv2 3/3] arm64: kasan: clear stale stack poison

[RFC 0/2] New MAP_PMEM_AWARE mmap flag
 2016-03-03 17:38 UTC  (15+ messages)

[PATCH v2] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-03 17:28 UTC  (5+ messages)

[PATCH v1 00/11] mm: page migration enhancement for thp
 2016-03-03 16:15 UTC  (22+ messages)
` [PATCH v1 01/11] mm: mempolicy: add queue_pages_node_check()
` [PATCH v1 02/11] mm: thp: introduce CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
` [PATCH v1 03/11] mm: thp: add helpers related to thp/pmd migration
` [PATCH v1 04/11] mm: thp: enable thp migration in generic path
` [PATCH v1 05/11] mm: thp: check pmd migration entry in common path
` [PATCH v1 06/11] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v1 07/11] mm: hwpoison: fix race between unpoisoning and freeing migrate source page
` [PATCH v1 08/11] mm: hwpoison: soft offline supports thp migration
` [PATCH v1 09/11] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v1 10/11] mm: migrate: move_pages() supports "
` [PATCH v1 11/11] mm: memory_hotplug: memory hotremove "

[PATCH] crypto/async_pq: use __free_page() instead of put_page()
 2016-03-03 15:50 UTC  (4+ messages)

[RFC][PATCH v3 0/5] mm/zsmalloc: rework compaction and increase density
 2016-03-03 14:46 UTC  (6+ messages)
` [RFC][PATCH v3 1/5] mm/zsmalloc: introduce class auto-compaction
` [RFC][PATCH v3 2/5] mm/zsmalloc: remove shrinker compaction callbacks
` [RFC][PATCH v3 3/5] mm/zsmalloc: introduce zs_huge_object()
` [RFC][PATCH v3 4/5] zram: use zs_huge_object()
` [RFC][PATCH v3 5/5] mm/zsmalloc: reduce the number of huge classes

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
 2016-03-03 13:46 UTC  (7+ messages)
` [PATCH 01/27] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/27] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes

[RFC kernel 0/2]A PV solution for KVM live migration optimization
 2016-03-03 10:46 UTC  (3+ messages)
` [RFC kernel 1/2] mm: Add the functions used to get free pages information
` [RFC kernel 2/2] virtio-balloon: extend balloon driver to support a new feature

[PATCH] mm,oom: Do not sleep with oom_lock held
 2016-03-03 10:42 UTC 

[PATCH RFC 0/2] mm: Enable page parallel initialisation for Power
 2016-03-03  9:41 UTC  (6+ messages)
` [PATCH RFC 1/2] mm: meminit: initialise more memory for inode/dentry hash tables in early boot
` [PATCH RFC 2/2] powerpc/mm: Enable page parallel initialisation

kswapd consumes 100% CPU when highest zone is small
 2016-03-03  9:27 UTC  (8+ messages)

[PATCH v4 1/2] mm: introduce page reference manipulation functions
 2016-03-03  7:47 UTC  (6+ messages)
` [PATCH v4 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

Problems with swapping in v4.5-rc on POWER
 2016-03-03  5:51 UTC  (7+ messages)

How to avoid printk() delay caused by cond_resched() ?
 2016-03-03  5:41 UTC  (11+ messages)

[RESEND PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent
 2016-03-03  2:18 UTC  (11+ messages)
` [RESEND PATCH v5 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [RESEND PATCH v5 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [RESEND PATCH v5 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [RESEND PATCH v5 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [RESEND PATCH v5 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

a question about slub in function __slab_free()
 2016-03-03  1:26 UTC  (4+ messages)

[added to the 4.1 stable tree] x86/mm: Fix vmalloc_fault() to handle large pages properly
 2016-03-02 20:14 UTC 

[PATCH v10 03/12] lru_add_drain_all: factor out lru_add_drain_needed
 2016-03-02 20:09 UTC 

[PATCH 1/1] mm: thp: Redefine default THP defrag behaviour disable it by default
 2016-03-02 18:47 UTC  (4+ messages)

[PATCH v4 0/7] SLAB support for KASAN
 2016-03-02 17:41 UTC  (3+ messages)
` [PATCH v4 4/7] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections

[PATCH v2 0/5] introduce kcompactd and stop compacting in kswapd
 2016-03-02 15:22 UTC  (10+ messages)
` [PATCH v2 4/5] mm, kswapd: replace kswapd compaction with waking up kcompactd

[PATCH mmotm] mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()
 2016-03-02 14:17 UTC  (3+ messages)

[LSF/MM TOPIC] Support for 1GB THP
 2016-03-02 14:14 UTC  (5+ messages)
` [Lsf-pc] "


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