linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[Question] Mlocked count will not be decreased
 2017-05-24 10:42 UTC  (6+ messages)

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-05-24 10:39 UTC  (10+ messages)

[PATCH v2] fault-inject: support systematic fault injection
 2017-05-24 10:22 UTC  (6+ messages)

[PATCHv6 00/10] x86: 5-level paging enabling for v4.12, Part 4
 2017-05-24 10:05 UTC  (13+ messages)
` [PATCHv6 01/10] x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
` [PATCHv6 02/10] x86/asm: Fix comment in return_from_SYSCALL_64
` [PATCHv6 03/10] x86/boot/64: Rewrite startup_64 in C
` [PATCHv6 04/10] x86/boot/64: Rename init_level4_pgt and early_level4_pgt
` [PATCHv6 05/10] x86/boot/64: Add support of additional page table level during early boot
` [PATCHv6 06/10] x86/mm: Add sync_global_pgds() for configuration with 5-level paging
` [PATCHv6 07/10] x86/mm: Make kernel_physical_mapping_init() support "
` [PATCHv6 08/10] x86/mm: Add support for 5-level paging for KASLR
` [PATCHv6 09/10] x86: Enable 5-level paging support
` [PATCHv6 10/10] x86/mm: Allow to have userspace mappings above 47-bits

[PATCH] mm/vmalloc: a slight change of compare target in __insert_vmap_area()
 2017-05-24 10:03 UTC 

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

[PATCH v7 00/16] lockdep: Implement crossrelease feature
 2017-05-24  8:59 UTC  (17+ messages)
` [PATCH v7 01/16] lockdep: Refactor lookup_chain_cache()
` [PATCH v7 02/16] lockdep: Add a function building a chain between two classes
` [PATCH v7 03/16] lockdep: Change the meaning of check_prev_add()'s return value
` [PATCH v7 04/16] lockdep: Make check_prev_add() able to handle external stack_trace
` [PATCH v7 05/16] lockdep: Implement crossrelease feature
` [PATCH v7 06/16] lockdep: Detect and handle hist_lock ring buffer overwrite
` [PATCH v7 07/16] lockdep: Handle non(or multi)-acquisition of a crosslock
` [PATCH v7 08/16] lockdep: Avoid adding redundant direct links of crosslocks
` [PATCH v7 09/16] lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS
` [PATCH v7 10/16] lockdep: Make print_circular_bug() aware of crossrelease
` [PATCH v7 11/16] lockdep: Apply crossrelease to completions
` [PATCH v7 12/16] pagemap.h: Remove trailing white space
` [PATCH v7 13/16] lockdep: Apply crossrelease to PG_locked locks
` [PATCH v7 14/16] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH v7 15/16] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext
` [PATCH v7 16/16] lockdep: Crossrelease feature documentation

[-next] memory hotplug regression
 2017-05-24  8:39 UTC  (2+ messages)

mm, we use rcu access task_struct in mm_match_cgroup(), but not use rcu free in free_task_struct()
 2017-05-24  8:29 UTC  (5+ messages)

[PATCH v2 00/11] x86 TLB flush cleanups, moving toward PCID support
 2017-05-24  8:18 UTC  (15+ messages)
` [PATCH v2 01/11] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [PATCH v2 02/11] x86/mm: Reduce indentation in flush_tlb_func()
` [PATCH v2 03/11] x86/mm: Make the batched unmap TLB flush API more generic
` [PATCH v2 04/11] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [PATCH v2 05/11] x86/mm: Change the leave_mm() condition for local TLB flushes
` [PATCH v2 06/11] x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
` [PATCH v2 07/11] x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
` [PATCH v2 08/11] x86/mm: Remove the UP tlbflush code; always use the formerly SMP code
` [PATCH v2 09/11] x86/mm: Rework lazy TLB to track the actual loaded mm
` [PATCH v2 10/11] x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
` [PATCH v2 11/11] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant

[PATCH] mm/zsmalloc: fix -Wunneeded-internal-declaration warning
 2017-05-24  8:16 UTC  (2+ messages)

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-24  7:45 UTC  (12+ messages)

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-05-24  7:34 UTC  (5+ messages)

[PATCH] mm: Define KB, MB, GB, TB in core VM
 2017-05-24  6:40 UTC  (10+ messages)

[PATCH 1/6] powerpc/mm: Wire up hpte_removebolted for powernv
 2017-05-24  2:17 UTC  (15+ messages)
` [PATCH 2/6] powerpc/vmemmap: Reshuffle vmemmap_free()
` [PATCH 3/6] powerpc/vmemmap: Add altmap support
` [PATCH 4/6] powerpc/mm: Add devmap support for ppc64
` [PATCH 5/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE
` [PATCH 6/6] powerpc/mm: Enable ZONE_DEVICE on powerpc

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-05-24  1:55 UTC  (29+ messages)
` [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 v2
    ` [HMM 07/18] 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
    ` [HMM 08/18] mm/ZONE_DEVICE: special case put_page() for device private pages v2
` [HMM 09/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v4
  ` [HMM 09/18] 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: make kswapd try harder to keep active pages in cache
 2017-05-23 21:57 UTC  (3+ messages)

[PATCH] ib/core: not to set page dirty bit if it's already set
 2017-05-23 21:39 UTC  (5+ messages)

[PATCH] mm: kmemleak: Treat vm_struct as alternative reference to vmalloc'ed objects
 2017-05-23 20:37 UTC  (3+ messages)

[RFC v3]mm: ro protection for data allocated dynamically
 2017-05-23 20:11 UTC  (13+ messages)
` [PATCH 1/1] Sealable memory support
  ` [kernel-hardening] "
    ` [PATCH] LSM: Make security_hook_heads a local variable

[PATCH 0/3] mm/slub: Fix unused function warnings
 2017-05-23 17:12 UTC  (8+ messages)
` [PATCH 1/3] mm/slub: Only define kmalloc_large_node_hook() for NUMA systems

[PATCH] dm ioctl: Restore __GFP_HIGH in copy_params()
 2017-05-23 16:44 UTC  (14+ messages)
                  `  "

[PATCH v3 3/6] mm/hugetlb: add size parameter to huge_pte_offset()
 2017-05-23 16:13 UTC  (3+ messages)

[PATCH v3 0/6] Support for contiguous pte hugepages
 2017-05-23 15:43 UTC  (6+ messages)
` [PATCH v3 1/6] mm, gup: Remove broken VM_BUG_ON_PAGE compound check for hugepages
` [PATCH v3 2/6] mm, gup: Ensure real head page is ref-counted when using hugepages

[PATCH v3 4/6] mm/hugetlb: Allow architectures to override huge_pte_clear()
 2017-05-23 14:53 UTC  (6+ messages)
` [PATCH v3.1 "

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-23 13:25 UTC  (5+ messages)

[PATCH] Patch for remapping pages around the fault page
 2017-05-23 13:07 UTC  (3+ messages)

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-05-23 12:42 UTC  (5+ messages)
` [PATCH 2/4] thp: fix MADV_DONTNEED vs. numa balancing race

[PATCH v2 0/6] cpuset/mempolicies related fixes and cleanups
 2017-05-23 11:32 UTC  (10+ messages)
` [PATCH v2 1/6] mm, page_alloc: fix more premature OOM due to race with cpuset update
` [PATCH v2 4/6] mm, mempolicy: simplify rebinding mempolicies when updating cpusets
` [PATCH v2 5/6] mm, cpuset: always use seqlock when changing task's nodemask
` [PATCH v2 6/6] mm, mempolicy: don't check cpuset seqlock where it doesn't matter

[PATCH] mm/oom_kill: count global and memory cgroup oom kills
 2017-05-23 11:29 UTC  (9+ messages)

mm, something wring in page_lock_anon_vma_read()?
 2017-05-23 10:32 UTC  (17+ messages)

[PATCH v2 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-23  9:59 UTC  (3+ messages)
` [PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries

[v5 0/1] mm: Adaptive hash table scaling
 2017-05-23  6:58 UTC  (3+ messages)
` [v5 1/1] "

[patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration
 2017-05-22 21:13 UTC  (11+ messages)

[PATCH 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-22 19:44 UTC  (8+ messages)
` [PATCH 2/2] dax: Fix race between colliding PMD & PTE entries

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-05-22 17:32 UTC  (8+ 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

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox