linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-14 03:12:41 to 2017-12-15 14:10:22 UTC [more...]

revamp vmem_altmap / dev_pagemap handling V2
 2017-12-15 14:09 UTC  (6+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate

[PATCH v2 00/17] x86/ldt: Use a VMA based read only mapping
 2017-12-15 14:04 UTC  (60+ messages)
` [PATCH v2 01/17] mm/gup: Fixup p*_access_permitted()
` [PATCH v2 02/17] mm: Exempt special mappings from mlock(), mprotect() and madvise()
` [PATCH v2 03/17] arch: Allow arch_dup_mmap() to fail
` [PATCH v2 04/17] x86/ldt: Rework locking
` [PATCH v2 05/17] x86/ldt: Prevent ldt inheritance on exec
` [PATCH v2 06/17] x86/ldt: Do not install LDT for kernel threads
` [PATCH v2 07/17] mm/softdirty: Move VM_SOFTDIRTY into high bits
` [PATCH v2 08/17] mm/x86: Allow special mappings with user access cleared
` [PATCH v2 09/17] mm: Provide vm_special_mapping::close
` [PATCH v2 10/17] selftest/x86: Implement additional LDT selftests
` [PATCH v2 11/17] selftests/x86/ldt_gdt: Prepare for access bit forced
` [PATCH v2 12/17] mm: Make populate_vma_page_range() available
` [PATCH v2 13/17] x86/mm: Force LDT desc accessed bit
` [PATCH v2 14/17] x86/ldt: Reshuffle code
` [PATCH v2 15/17] x86/ldt: Prepare for VMA mapping
` [PATCH v2 16/17] x86/ldt: Add VMA management code
` [PATCH v2 17/17] x86/ldt: Make it read only VMA mapped

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-15 14:02 UTC  (11+ messages)

[PATCHv4 00/12] Do not lose dirty bit on THP pages
 2017-12-15 13:49 UTC  (6+ messages)
` [PATCHv4 09/12] x86/mm: Provide pmdp_establish() helper

[PATCH] mm/slab: Remove redundant assignments for slab_state
 2017-12-15 13:44 UTC 

[patch 1/2] mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
 2017-12-15 13:36 UTC  (11+ messages)
` [patch v2 "
  ` [patch v2 2/2] mm, oom: avoid reaping only for mm's "

[PATCH v19 1/7] xbitmap: Introduce xbitmap
 2017-12-15 13:24 UTC  (3+ messages)

[PATCH] mm: thp: avoid uninitialized variable use
 2017-12-15 13:03 UTC  (2+ messages)

[PATCH v4 00/73] XArray version 4
 2017-12-15 12:34 UTC  (5+ messages)
` [PATCH v4 08/73] xarray: Add documentation
      ` Naming of tag operations in the XArray

[PATCH] mm: save/restore current->journal_info in handle_mm_fault
 2017-12-15 10:33 UTC  (8+ messages)

[PATCH] mm: thp: use down_read_trylock in khugepaged to avoid long block
 2017-12-15 10:27 UTC  (4+ messages)

[PATCH -mm -V2] mm, swap: Fix race between swapoff and some swap operations
 2017-12-15 10:04 UTC  (8+ messages)

[PATCH] mm: Reduce memory bloat with THP
 2017-12-15 10:01 UTC  (4+ messages)

[RFC PATCH] mm: unclutter THP migration
 2017-12-15  9:57 UTC  (8+ messages)
` [RFC PATCH 0/3] "
  ` [RFC PATCH 1/3] mm, numa: rework do_pages_move

[PATCH resend] mm/page_alloc: fix comment is __get_free_pages
 2017-12-15  9:36 UTC  (11+ messages)

[RFC PATCH 0/5] mm, hugetlb: allocation API and migration improvements
 2017-12-15  9:33 UTC  (12+ messages)
` [RFC PATCH 3/5] mm, hugetlb: do not rely on overcommit limit during migration
` [RFC PATCH 4/5] mm, hugetlb: get rid of surplus page accounting tricks
` [RFC PATCH 5/5] mm, hugetlb: further simplify hugetlb allocation API

[PATCH v2 0/2] mm: introduce MAP_FIXED_SAFE
 2017-12-15  9:02 UTC  (21+ messages)
` [PATCH 1/2] mmap.2: document new MAP_FIXED_SAFE flag
  ` [PATCH 2/2] mmap.2: MAP_FIXED updated documentation

About the try to remove cross-release feature entirely by Ingo
 2017-12-15  8:39 UTC  (12+ messages)
` [PATCH] locking/lockdep: Remove the cross-release locking checks

[PATCH v19 2/7] xbitmap: potential improvement
 2017-12-15  3:07 UTC  (2+ messages)

[question] handle the page table RAS error
 2017-12-15  2:00 UTC  (6+ messages)
    ` [question] handle the page table RAS error(Avoid kernel panic when killing an application)
      ` [consult the suggestion]: Avoid kernel panic when killing an application if happen RAS page table error
        ` [Question ]: "

[PATCH v3 0/3] create sysfs representation of ACPI HMAT
 2017-12-15  1:10 UTC  (7+ messages)
` [PATCH v3 1/3] acpi: HMAT support in acpi_parse_entries_array()
` [PATCH v3 2/3] hmat: add heterogeneous memory sysfs support

mmotm 2017-12-14-16-17 uploaded
 2017-12-15  0:18 UTC 

[PATCH V3] mm/mprotect: Add a cond_resched() inside change_pmd_range()
 2017-12-14 20:40 UTC  (3+ messages)

[PATCH 0/2] Kernel MMU notifier for IOTLB/DEVTLB management
 2017-12-15  3:08 UTC  (8+ messages)
` [PATCH 1/2] mm: Add kernel MMU notifier to manage IOTLB/DEVTLB

[PATCH v4 72/73] xfs: Convert mru cache to XArray
 2017-12-14 18:23 UTC  (8+ messages)

mm/memcontrol.c:5364:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 2017-12-14 18:16 UTC  (3+ messages)

[PATCH v19 0/7] Virtio-balloon Enhancement
 2017-12-14 18:12 UTC  (10+ messages)
` [PATCH v19 3/7] xbitmap: add more operations
          ` [virtio-dev] "

[HMM-v25 00/19] HMM (Heterogeneous Memory Management) v25
 2017-12-14 15:28 UTC  (9+ messages)

[PATCH v4] printk: Add console owner and waiter logic to load balance console writes
 2017-12-14 14:34 UTC  (9+ messages)

d1fc031747 ("sched/wait: assert the wait_queue_head lock is .."): EIP: __wake_up_common
 2017-12-14 14:12 UTC  (8+ messages)

[PATCH] arch, mm: introduce arch_tlb_gather_mmu_exit
 2017-12-14 14:05 UTC  (4+ messages)

[PATCH V2] mm/mprotect: Add a cond_resched() inside change_pmd_range()
 2017-12-14 13:30 UTC  (7+ messages)

[PATCH] mm/mmu_context: Remove asm/mmu_context.h include directive
 2017-12-14 13:20 UTC 

pkeys: Support setting access rights for signal handlers
 2017-12-14 11:21 UTC  (12+ messages)

[PATCH] mm/mprotect: Add a cond_resched() inside change_pte_range()
 2017-12-14  9:33 UTC  (2+ messages)

[PATCH 1/2] mm: NUMA stats code cleanup and enhancement
 2017-12-14  9:23 UTC  (13+ messages)

9a543745a1 ("sched/wait: assert the wait_queue_head lock is .."): WARNING: CPU: 0 PID: 521 at kernel/sched/wait.c:79 __wake_up_common
 2017-12-14  6:50 UTC 

[patch 00/16] x86/ldt: Use a VMA based read only mapping
 2017-12-14  4:53 UTC  (11+ messages)
` [patch 05/16] mm: Allow special mappings with user access cleared


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