linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-24 11:20:25 to 2017-05-25 20:35:01 UTC [more...]

[PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging
 2017-05-25 20:33 UTC  (9+ messages)
` [PATCHv1, RFC 1/8] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCHv1, RFC 2/8] x86/mm: Make virtual memory layout movable for CONFIG_X86_5LEVEL
` [PATCHv1, RFC 3/8] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
` [PATCHv1, RFC 4/8] x86/mm: Handle boot-time paging mode switching at early boot
` [PATCHv1, RFC 5/8] x86/mm: Fold p4d page table layer at runtime
` [PATCHv1, RFC 6/8] x86/mm: Replace compile-time checks for 5-level with runtime-time
` [PATCHv1, RFC 7/8] x86/mm: Hacks for boot-time switching between 4- and 5-level paging
` [PATCHv1, RFC 8/8] x86/mm: Allow to boot without la57 if CONFIG_X86_5LEVEL=y

[patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration
 2017-05-25 19:35 UTC  (11+ messages)

[patch] compiler, clang: suppress warning for unused static inline functions
 2017-05-25 17:49 UTC  (8+ messages)

[PATCH v2] mm/hugetlb: Report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
 2017-05-25 17:33 UTC  (2+ messages)

[PATCH v6 00/10] mm: page migration enhancement for thp
 2017-05-25 17:25 UTC  (15+ messages)
` [PATCH v6 01/10] mm: mempolicy: add queue_pages_required()
` [PATCH v6 02/10] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
` [PATCH v6 03/10] mm: thp: introduce separate TTU flag for thp freezing
` [PATCH v6 04/10] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
` [PATCH v6 05/10] mm: thp: enable thp migration in generic path
` [PATCH v6 06/10] mm: thp: check pmd migration entry in common path
` [PATCH v6 07/10] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v6 08/10] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v6 09/10] mm: migrate: move_pages() supports "
` [PATCH v6 10/10] mm: memory_hotplug: memory hotremove "

[PATCH v4 0/8] Support for contiguous pte hugepages
 2017-05-25 17:22 UTC  (12+ messages)
` [PATCH v4 1/8] arm64: hugetlb: Refactor find_num_contig
` [PATCH v4 2/8] arm64: hugetlb: Remove spurious calls to huge_ptep_offset
` [PATCH v4 3/8] mm, gup: Remove broken VM_BUG_ON_PAGE compound check for hugepages
` [PATCH v4 4/8] mm, gup: Ensure real head page is ref-counted when using hugepages
` [PATCH v4 5/8] mm/hugetlb: add size parameter to huge_pte_offset()
` [PATCH v4 6/8] mm/hugetlb: Allow architectures to override huge_pte_clear()
` [PATCH v4 7/8] mm/hugetlb: Introduce set_huge_swap_pte_at() helper
  ` [PATCH v4.1 "
` [PATCH v4 8/8] mm: rmap: Use correct helper when poisoning hugepages

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-25 17:08 UTC  (7+ messages)

[PATCH] mm: add counters for different page fault types
 2017-05-25 15:54 UTC  (3+ messages)

[PATCH v2 0/3] mm: kmemleak: Improve vmalloc() false positives for thread stack allocation
 2017-05-25 15:42 UTC  (4+ messages)
` [PATCH v2 1/3] mm: kmemleak: Slightly reduce the size of some structures on 64-bit architectures
` [PATCH v2 2/3] mm: kmemleak: Factor object reference updating out of scan_block()
` [PATCH v2 3/3] mm: kmemleak: Treat vm_struct as alternative reference to vmalloc'ed objects

[RFC PATCH] mm: fix mlock incorrent event account
 2017-05-25 14:19 UTC  (5+ messages)

[PATCH v2] mm/migrate: Fix ref-count handling when !hugepage_migration_supported()
 2017-05-25 13:51 UTC 

[RFC PATCH 0/2] remove CONFIG_MOVABLE_NODE
 2017-05-25 12:03 UTC  (16+ messages)
` [RFC PATCH 1/2] mm, memory_hotplug: drop artificial restriction on online/offline
` [RFC PATCH 2/2] mm, memory_hotplug: drop CONFIG_MOVABLE_NODE

Yet another page allocation stall on 4.9
 2017-05-25 11:17 UTC  (2+ messages)

[PATCH] mm: fix mapping_set_error call in me_pagecache_dirty
 2017-05-25 10:33 UTC 

[PATCH] mm: drop "wait" parameter from write_one_page
 2017-05-25 10:33 UTC 

[PATCH v2] mm/oom_kill: count global and memory cgroup oom kills
 2017-05-25 10:28 UTC 

[PATCH] mm/migrate: Fix ref-count handling when !hugepage_migration_supported()
 2017-05-25 10:18 UTC  (7+ messages)
`  "

[PATCH] dm ioctl: Restore __GFP_HIGH in copy_params()
 2017-05-25  8:58 UTC  (11+ messages)
          `  "

[PATCH] mm/oom_kill: count global and memory cgroup oom kills
 2017-05-25  8:44 UTC  (7+ messages)

[PATCH -mm 00/13] mm, THP, swap: Delay splitting THP after swapped out
 2017-05-25  8:42 UTC  (15+ messages)
` [PATCH -mm 01/13] mm, THP, swap: Support to clear swap cache flag for THP "
` [PATCH -mm 02/13] mm, THP, swap: Support to reclaim swap space "
` [PATCH -mm 03/13] mm, THP, swap: Make reuse_swap_page() works "
` [PATCH -mm 04/13] mm, THP, swap: Don't allocate huge cluster for file backed swap device
` [PATCH -mm 05/13] block, THP: Make block_device_operations.rw_page support THP
` [PATCH -mm 06/13] block: Increase BIO_MAX_PAGES to PMD size if THP_SWAP enabled
` [PATCH -mm 07/13] mm, THP, swap: Support to write THP to swap device as a whole
` [PATCH -mm 08/13] mm, THP, swap: Support to split THP for THP swapped out
` [PATCH -mm 09/13] memcg, THP, swap: Support move mem cgroup charge "
` [PATCH -mm 10/13] memcg, THP, swap: Avoid to duplicated charge THP in swap cache
` [PATCH -mm 11/13] memcg, THP, swap: Make mem_cgroup_swapout() support THP
` [PATCH -mm 12/13] mm, THP, swap: Delay splitting THP after swapped out
` [PATCH -mm 13/13] mm, THP, swap: Add THP swapping out fallback counting

[PATCH v3] mlock: fix mlock count can not decrease in race condition
 2017-05-25  7:07 UTC 

[PATCH 0/6] refine and rename slub sysfs
 2017-05-25  6:49 UTC  (9+ messages)

[PATCH v2] mlock: fix mlock count can not decrease in race condition
 2017-05-25  6:48 UTC  (3+ messages)

[Question] Mlocked count will not be decreased
 2017-05-25  6:12 UTC  (10+ messages)

[PATCH] mm/vmalloc: a slight change of compare target in __insert_vmap_area()
 2017-05-25  5:39 UTC  (5+ messages)

[PATCH] mm/hugetlb: Report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified
 2017-05-25  5:38 UTC  (2+ messages)

[PATCH] mm/zsmalloc: fix -Wunneeded-internal-declaration warning
 2017-05-25  5:38 UTC  (2+ messages)

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-05-25  1:21 UTC  (3+ messages)
` [RFC PATCH 2/4] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic

[PATCH -mm -v6] mm, swap: Sort swap entries before free
 2017-05-25  0:59 UTC 

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-25  0:46 UTC  (14+ messages)

[PATCH] mm: hwpoison: Use compound_head() flags for huge pages
 2017-05-24 23:30 UTC  (3+ messages)

[PATCH 0/3] mm/slub: Fix unused function warnings
 2017-05-24 22:09 UTC  (9+ messages)
` [PATCH 1/3] mm/slub: Only define kmalloc_large_node_hook() for NUMA systems

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-05-24 21:27 UTC  (22+ messages)
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics
` [RFC PATCH v2 12/17] cgroup: Remove cgroup v2 no internal process constraint
` [RFC PATCH v2 13/17] cgroup: Allow fine-grained controllers control in cgroup v2

[PATCH V2] swap: add block io poll in swapin path
 2017-05-24 19:27 UTC 

[PATCH] mm: make kswapd try harder to keep active pages in cache
 2017-05-24 18:50 UTC  (3+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-05-24 17:53 UTC  (3+ messages)

[RFC v3]mm: ro protection for data allocated dynamically
 2017-05-24 17:45 UTC  (6+ messages)
` [PATCH 1/1] Sealable memory support

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-05-24 17:20 UTC  (16+ messages)
` [HMM 01/15] hmm: heterogeneous memory management documentation
` [HMM 02/15] mm/hmm: heterogeneous memory management (HMM for short) v4
` [HMM 03/15] mm/hmm/mirror: mirror process address space on device with HMM helpers v3
` [HMM 04/15] mm/hmm/mirror: helper to snapshot CPU page table v3
` [HMM 05/15] mm/hmm/mirror: device page fault handler
` [HMM 06/15] mm/memory_hotplug: introduce add_pages
` [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3
` [HMM 08/15] mm/ZONE_DEVICE: special case put_page() for device private pages v2
` [HMM 09/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v5
` [HMM 10/15] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3
` [HMM 11/15] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
` [HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4
` [HMM 13/15] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [HMM 14/15] mm/migrate: support un-addressable ZONE_DEVICE page in migration v2
` [HMM 15/15] mm/migrate: allow migrate_vma() to alloc new page on empty entry v2

[PATCH] mm: kmemleak: Treat vm_struct as alternative reference to vmalloc'ed objects
 2017-05-24 17:06 UTC  (6+ messages)

[PATCH] mm: per-cgroup memory reclaim stats
 2017-05-24 15:26 UTC  (2+ messages)

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-05-24 15:22 UTC  (17+ messages)

[PATCH] mm: Define KB, MB, GB, TB in core VM
 2017-05-24 14:31 UTC  (7+ messages)

[PATCH v4 0/9] arm64: Enable contiguous pte hugepage support
 2017-05-24 13:11 UTC  (10+ messages)
` [PATCH v4 1/9] arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_present
` [PATCH v4 2/9] arm64: hugetlb: Introduce pte_pgprot helper
` [PATCH v4 3/9] arm64: hugetlb: Spring clean huge pte accessors
` [PATCH v4 4/9] arm64: hugetlb: Add break-before-make logic for contiguous entries
` [PATCH v4 5/9] arm64: hugetlbpages: Handle swap entries in huge_pte_offset() for contiguous hugepages
` [PATCH v4 6/9] arm64: hugetlb: Override huge_pte_clear() to support "
` [PATCH v4 7/9] arm64: hugetlb: Override set_huge_swap_pte_at() "
` [PATCH v4 8/9] arm64: Re-enable support for "
` [PATCH v4 9/9] arm64: hugetlb: Cleanup setup_hugepagesz

[RFC v2 00/10] Replace mmap_sem by a range lock
 2017-05-24 11:20 UTC  (6+ messages)
` [RFC v2 06/10] mm: Add a range lock parameter to lock_page_or_retry()
` [RFC v2 07/10] mm: Add a range lock parameter to GUP() and handle_page_fault()
` [RFC v2 08/10] mm: Define mem range lock operations
` [RFC v2 09/10] mm: Change mmap_sem to range lock
` [RFC v2 10/10] mm: Introduce CONFIG_MEM_RANGE_LOCK


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