linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2015-08-06 19:24 UTC  (5+ messages)
` [PATCH 04/16] page-flags: define PG_locked behavior on compound pages
  ` page-flags behavior on compound pages: a worry

[PATCH 0/3] make zswap params changeable at runtime
 2015-08-06 17:54 UTC  (15+ messages)
` [PATCH 1/3] zpool: add zpool_has_pool()
      ` [PATCH] zpool: clarification comment for zpool_has_pool
` [PATCH 2/3] zswap: dynamic pool creation
` [PATCH 3/3] zswap: change zpool/compressor at runtime
      ` [PATCH] zswap: comment clarifying maxlen

[PATCH V6 0/6] Allow user to request memory to be locked on page fault
 2015-08-06 15:53 UTC  (8+ messages)
` [PATCH V6 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH V6 2/6] mm: mlock: Add new mlock system call
` [PATCH V6 3/6] mm: Introduce VM_LOCKONFAULT

[PATCH 00/11] mm: debug: formatting memory management structs
 2015-08-06 15:08 UTC  (8+ messages)
` [PATCH 05/11] mm: debug: dump page into a string rather than directly on screen

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-06 14:34 UTC  (19+ messages)
` [RFC 1/8] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
` [RFC 2/8] mm: Allow GFP_IOFS for page_cache_read page cache allocation
` [RFC 3/8] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure
` [RFC 5/8] ext4: Do not fail journal due to block allocator
` [RFC 6/8] ext3: Do not abort journal prematurely
` [RFC 7/8] btrfs: Prevent from early transaction abort
` [RFC 8/8] btrfs: use __GFP_NOFAIL in alloc_btrfs_bio

[RFC][PATCH 0/5] do not dereference NULL pools in pools' destroy() functions
 2015-08-06 14:29 UTC  (8+ messages)
` [RFC][PATCH 1/5] mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()

[Patch V6 12/16] mm: provide early_memremap_ro to establish read-only mapping
 2015-08-06 13:08 UTC  (7+ messages)

mmotm 2015-08-05-17-06 uploaded
 2015-08-06 12:53 UTC  (2+ messages)

[PATCH v2] vmscan: fix increasing nr_isolated incurred by putback unevictable pages
 2015-08-06 12:21 UTC  (5+ messages)

[linux-next:master 6252/6518] include/linux/mmu_notifier.h:247:19: sparse: context imbalance in 'page_idle_clear_pte_refs_one' - unexpected unlock
 2015-08-06  9:59 UTC  (2+ messages)

[PATCH 0/3] Make workingset detection logic memcg aware
 2015-08-06  8:59 UTC  (10+ messages)
` [PATCH 1/3] mm: move workingset_activation under lru_lock
` [PATCH 2/3] mm: make workingset detection logic memcg aware
` [PATCH 3/3] mm: workingset: make shadow node shrinker "

[PATCH] mm: add resched points to remap_pmd_range/ioremap_pmd_range
 2015-08-06  8:55 UTC  (11+ messages)

[PATCH] mm/hwpoison: fix page refcount of unkown non LRU page
 2015-08-06  8:09 UTC 

hugetlb pages not accounted for in rss
 2015-08-06  7:44 UTC  (16+ messages)
                  ` [PATCH] smaps: fill missing fields for vma(VM_HUGETLB)

[PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
 2015-08-06  7:00 UTC  (8+ messages)
` [PATCH v3 3/3] mm: use numa_mem_id() in alloc_pages_node()

PROBLEM: 4.1.4 -- Kernel Panic on shutdown
 2015-08-06  3:31 UTC  (15+ messages)

[mmotm:master 371/385] arch/x86/mm/mpx.c:71:54: sparse: implicit cast to nocast type
 2015-08-06  2:07 UTC  (6+ messages)
` vm_flags, vm_flags_t and __nocast

[mmotm:master 400/474] lib/test_user_copy.c:67:2: error: implicit declaration of function 'copy_in_user'
 2015-08-06  1:53 UTC 

[PATCH?] Non-throttling of mkfs leads to OOM
 2015-08-05 22:21 UTC 

[PATCH v3 0/10] x86/mm: Handle large PAT bit in pud/pmd interfaces
 2015-08-05 21:43 UTC  (11+ messages)
` [PATCH v3 1/10] x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
` [PATCH v3 2/10] x86/asm: Move PUD_PAGE macros to page_types.h
` [PATCH v3 3/10] x86/asm: Fix pud/pmd interfaces to handle large PAT bit
` [PATCH v3 4/10] x86/asm: Add pud_pgprot() and pmd_pgprot()
` [PATCH v3 5/10] x86/mm: Fix page table dump to show PAT bit
` [PATCH v3 6/10] x86/mm: Fix slow_virt_to_phys() to handle large "
` [PATCH v3 7/10] x86/mm: Fix gup_huge_p?d() "
` [PATCH v3 8/10] x86/mm: Fix try_preserve_large_page() "
` [PATCH v3 9/10] x86/mm: Fix __split_large_page() "
` [PATCH v3 10/10] x86/mm: Fix the same pgprot handling in try_preserve_large_page()

[PATCH] writeback: fix initial dirty limit
 2015-08-05 17:19 UTC  (2+ messages)

[PATCH 00/11] DAX fixes for 4.3
 2015-08-05 15:19 UTC  (15+ messages)
` [PATCH 01/11] ext4: Use ext4_get_block_write() for DAX
` [PATCH 02/11] thp: Change insert_pfn's return type to void
` [PATCH 03/11] dax: Improve comment about truncate race
` [PATCH 04/11] ext4: Add ext4_get_block_dax()
` [PATCH 05/11] ext4: Start transaction before calling into DAX
` [PATCH 06/11] dax: Fix race between simultaneous faults
` [PATCH 07/11] thp: Decrement refcount on huge zero page if it is split
` [PATCH 08/11] thp: Fix zap_huge_pmd() for DAX
` [PATCH 09/11] dax: Don't use set_huge_zero_page()
` [PATCH 10/11] dax: Ensure that zero pages are removed from other processes
` [PATCH 11/11] dax: Use linear_page_index()

[PATCH] mm: add the block to the tail of the list in expand()
 2015-08-05 14:47 UTC  (8+ messages)

[PATCH v3 0/4] enhance shmem process and swap accounting
 2015-08-05 13:28 UTC  (7+ messages)
` [PATCH v3 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH v3 2/4] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v3 3/4] mm, shmem: Add shmem resident memory accounting
` [PATCH v3 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[PATCH v2] mm: show proportional swap share of the mapping
 2015-08-05 11:38 UTC  (4+ messages)

[RFC PATCH kernel vfio] mm: vfio: Move pages out of CMA before pinning
 2015-08-05  8:08 UTC 

[PATCH] memory-failure/hwpoison_user_mappings: move the comment about swap cache pages' check to proper location
 2015-08-04 23:05 UTC  (2+ messages)

[PATCH] mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
 2015-08-04 21:36 UTC  (9+ messages)

Re: [PATCH 05/15] HMM: introduce heterogeneous memory management v4
 2015-08-04 14:17 UTC  (2+ messages)

[PATCH] mm: vmscan: never isolate more pages than necessary
 2015-08-04 13:52 UTC  (2+ messages)

[PATCH] mm/slub: don't wait for high-order page allocation
 2015-08-04 13:15 UTC  (2+ messages)

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-08-04  8:58 UTC  (9+ messages)
` [PATCH 1/5] x86, gfp: Cache best near node for memory allocation
      `  "

========== Re: RAM encryption and key storing in CPU ==========
 2015-08-04  7:42 UTC 

[PATCH 0/3] vm hugetlb selftest cleanup
 2015-08-04  3:57 UTC  (4+ messages)
` [PATCH 1/3] Reverted "selftests: add hugetlbfstest"

[PATCH] vmscan: reclaim_clean_pages_from_list() must count mlocked pages
 2015-08-03 23:02 UTC  (6+ messages)

[RFC PATCH 00/14] kthread: Use kthread worker API more widely
 2015-08-03 18:33 UTC  (5+ messages)
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "

[PATCH v2 0/5] Assorted compaction cleanups and optimizations
 2015-08-03 17:00 UTC  (3+ messages)
` [PATCH v2 2/5] mm, compaction: simplify handling restart position in free pages scanner

[RFC v3 1/2] mm, compaction: introduce kcompactd
 2015-08-03 16:25 UTC  (2+ messages)
` [RFC v3 2/2] mm, compaction: make kcompactd rely on sysctl_extfrag_threshold

[PATCH 00/15] HMM (Heterogeneous Memory Management) v9
 2015-08-03 11:56 UTC  (4+ messages)
` [PATCH 05/15] HMM: introduce heterogeneous memory management v4

[PATCHv9 00/36] THP refcounting redesign
 2015-08-03 11:41 UTC  (15+ messages)
` [PATCHv9 25/36] mm, thp: remove infrastructure for handling splitting PMDs
` [PATCHv9 26/36] mm: rework mapcount accounting to enable 4k mapping of THPs
` [PATCHv9 29/36] thp: implement split_huge_pmd()
` [PATCHv9 30/36] thp: add option to setup migration entiries during PMD split

[PATCH] mm: initialize hotplugged pages as reserved
 2015-08-03  8:19 UTC 

[PATCH v2 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-08-02 19:30 UTC  (3+ messages)
` [PATCH v2 4/4] coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci

[x86_64] RIP: 0010:[<ffffffff813bc3dc>] [<ffffffff813bc3dc>] __asan_store8
 2015-08-02 12:55 UTC 

[PATCH v5 5/6] mtrr, x86: Clean up mtrr_type_lookup()
 2015-08-01 17:03 UTC  (11+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: "

[PATCH 2/2] mm: Fix potentically scheduling in GFP_ATOMIC allocations
 2015-08-01 13:53 UTC 

[PATCH 1/2] mm: Fix race between setting TIF_MEMDIE and __alloc_pages_high_priority()
 2015-08-01 13:52 UTC 

[PATCH 14/15] mm: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-01 11:18 UTC  (8+ messages)

[PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements
 2015-07-31 23:23 UTC  (11+ messages)
` [PATCHv3 01/10] mm: memory hotplug with an existing resource
` [PATCHv3 06/10] xen/balloon: only hotplug additional memory if required
` [PATCHv3 08/10] xen/balloon: use hotplugged pages for foreign mappings etc
` [PATCHv3 09/10] x86/xen: export xen_alloc_p2m_entry()
` [PATCHv3 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages

[RFC v2 0/4] Outsourcing compaction for THP allocations to kcompactd
 2015-07-31 21:17 UTC  (4+ messages)
` [RFC 1/4] mm, compaction: introduce kcompactd

[PATCH v2 0/5] hwpoison: fixes on v4.2-rc4
 2015-07-31 20:54 UTC  (3+ messages)
` [PATCH v2 1/5] mm/memory-failure: unlock_page before put_page

page:  |  | latest

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