linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-11 17:36:00 to 2018-06-14 07:21:07 UTC [more...]

kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM
 2018-06-14  7:21 UTC  (19+ messages)
                  ` [PATCH v1] mm: zero remaining unavailable struct pages (Re: kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM)
                          ` [PATCH v2] x86/e820: put !E820_TYPE_RAM regions into memblock.reserved

[RFC PATCH 0/3] couple of TLB flush optimisations
 2018-06-14  6:51 UTC  (19+ messages)
` [RFC PATCH 1/3] Revert "mm: always flush VMA ranges affected by zap_page_range"
` [RFC PATCH 2/3] mm: mmu_gather track of invalidated TLB ranges explicitly for more precise flushing
` [RFC PATCH 3/3] powerpc/64s/radix: optimise TLB flush with precise TLB ranges in mmu_gather

[PATCH V6 00/30] block: support multipage bvec
 2018-06-14  6:39 UTC  (27+ messages)
` [PATCH V6 08/30] block: introduce chunk_last_segment()
` [PATCH V6 11/30] block: implement bio_pages_all() via bio_for_each_segment_all()
` [PATCH V6 12/30] block: introduce bio_chunks()
` [PATCH V6 13/30] block: introduce rq_for_each_chunk()
` [PATCH V6 15/30] block: introduce bio_clone_chunk_bioset()
` [PATCH V6 19/30] md/dm/bcache: conver to bio_for_each_chunk_segment_all and bio_for_each_chunk_all

[PATCH 1/2] arm64: avoid alloc memory on offline node
 2018-06-14  6:23 UTC  (13+ messages)

[PATCH 00/10] Control Flow Enforcement - Part (3)
 2018-06-14  1:30 UTC  (27+ messages)
` [PATCH 01/10] x86/cet: User-mode shadow stack support
` [PATCH 02/10] x86/cet: Introduce WRUSS instruction
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack

[PATCH v13 00/24] selftests, powerpc, x86 : Memory Protection Keys
 2018-06-14  0:45 UTC  (25+ messages)
` [PATCH v13 01/24] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v13 02/24] selftests/vm: rename all references to pkru to a generic name
` [PATCH v13 03/24] selftests/vm: move generic definitions to header file
` [PATCH v13 04/24] selftests/vm: move arch-specific definitions to arch-specific header
` [PATCH v13 05/24] selftests/vm: Make gcc check arguments of sigsafe_printf()
` [PATCH v13 06/24] selftests/vm: typecast the pkey register
` [PATCH v13 07/24] selftests/vm: generic function to handle shadow key register
` [PATCH v13 08/24] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v13 09/24] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v13 10/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 11/24] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v13 12/24] selftests/vm: introduce two arch independent abstraction
` [PATCH v13 13/24] selftests/vm: pkey register should match shadow pkey
` [PATCH v13 14/24] selftests/vm: generic cleanup
` [PATCH v13 15/24] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v13 16/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 17/24] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v13 18/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v13 19/24] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v13 20/24] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v13 21/24] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v13 22/24] selftests/vm: testcases must restore pkey-permissions
` [PATCH v13 23/24] selftests/vm: sub-page allocator
` [PATCH v13 24/24] selftests/vm: test correct behavior of pkey-0

[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-06-13 21:46 UTC  (6+ messages)

[PATCHv3 00/17] MKTME enabling
 2018-06-13 20:41 UTC  (41+ messages)
` [PATCHv3 01/17] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCHv3 02/17] mm/khugepaged: Do not collapse pages in encrypted VMAs
` [PATCHv3 03/17] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv3 04/17] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv3 05/17] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv3 06/17] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCHv3 07/17] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv3 08/17] x86/mm: Implement vma_is_encrypted() and vma_keyid()
` [PATCHv3 09/17] x86/mm: Implement page_keyid() using page_ext
` [PATCHv3 10/17] x86/mm: Implement prep_encrypted_page() and arch_free_page()
` [PATCHv3 11/17] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv3 12/17] x86/mm: Allow to disable MKTME after enumeration
` [PATCHv3 13/17] x86/mm: Detect MKTME early
` [PATCHv3 14/17] x86/mm: Introduce direct_mapping_size
` [PATCHv3 15/17] x86/mm: Implement sync_direct_mapping()
` [PATCHv3 16/17] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv3 17/17] x86: Introduce CONFIG_X86_INTEL_MKTME

[PATCH v13 00/72] Convert page cache to XArray
 2018-06-13 20:10 UTC  (6+ messages)

OpenAFS module libafs.ko uses GPL-only symbol '__put_devmap_managed_page'
 2018-06-13 19:51 UTC 

[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
 2018-06-13 18:53 UTC  (18+ messages)
`  "
        ` [PATCH RESEND] "

[PATCH] mm: cma: honor __GFP_ZERO flag in cma_alloc()
 2018-06-13 13:39 UTC  (6+ messages)

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-06-13 13:29 UTC  (12+ messages)

[PATCH -mm -V3 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-06-13 11:49 UTC  (10+ messages)
` [PATCH -mm -V3 03/21] mm, THP, swap: Support PMD swap mapping in swap_duplicate()

[PATCH v11 0/7] dax: fix dma vs truncate/hole-punch
 2018-06-13 10:41 UTC  (7+ messages)
` [PATCH v11 3/7] mm: fix __gup_device_huge vs unmap
` [PATCH v11 4/7] mm, fs, dax: handle layout changes to pinned dax mappings

[PATCH] mm/madvise: allow MADV_DONTNEED to free memory that is MLOCK_ONFAULT
 2018-06-13  9:13 UTC  (12+ messages)

[PATCH v4 00/12] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-12 23:38 UTC  (8+ messages)
` [PATCH v4 10/12] filesystem-dax: Introduce dax_lock_page()
` [PATCH v4 11/12] mm, memory_failure: Teach memory_failure() about dev_pagemap pages

[PATCH] mm, swap: fix swap_count comment about nonexistent SWAP_HAS_CONT
 2018-06-12 17:59 UTC 

[PATCH v2 0/3] memory.min fixes/refinements
 2018-06-12 17:24 UTC  (8+ messages)
` [PATCH v2 1/3] mm: fix null pointer dereference in mem_cgroup_protected
` [PATCH v2 2/3] mm, memcg: propagate memory effective protection on setting memory.min/low
` [PATCH v2 3/3] mm, memcg: don't skip memory guarantee calculations

[mmotm:master] BUILD REGRESSION 7393732bae530daa27567988b91d16ecfeef6c62
 2018-06-12 15:23 UTC  (2+ messages)

Distinguishing VMalloc pages
 2018-06-12 12:35 UTC  (6+ messages)

pkeys on POWER: Access rights not reset on execve
 2018-06-12 12:17 UTC  (12+ messages)

[powerpc/powervm]kernel BUG at mm/memory_hotplug.c:1864!
 2018-06-12 10:28 UTC  (6+ messages)

[PATCH v4] mm: fix race between kmem_cache destroy, create and deactivate
 2018-06-12  8:33 UTC  (2+ messages)

[PATCH v2 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-12  4:04 UTC  (14+ messages)

[PATCH 0/2] mm/page_ext: Trivial cleanups
 2018-06-11 22:47 UTC  (3+ messages)


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