linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-11 14:06:46 to 2018-06-13 08:40:35 UTC [more...]

kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM
 2018-06-13  8:40 UTC  (12+ messages)
                  ` [PATCH v1] mm: zero remaining unavailable struct pages (Re: kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM)

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

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

[RFC PATCH 0/3] couple of TLB flush optimisations
 2018-06-13  1:10 UTC  (16+ 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 v4 00/12] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-12 23:38 UTC  (14+ messages)
` [PATCH v4 02/12] device-dax: Cleanup vm_fault de-reference chains
` [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 v11 0/7] dax: fix dma vs truncate/hole-punch
 2018-06-12 21:05 UTC  (6+ 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 00/10] Control Flow Enforcement - Part (3)
 2018-06-12 20:15 UTC  (28+ 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

[PATCHv3 00/17] MKTME enabling
 2018-06-12 20:07 UTC  (20+ 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-12 19:46 UTC  (71+ messages)
` [PATCH v13 03/72] xarray: Replace exceptional entries
` [PATCH v13 05/72] xarray: Add definition of struct xarray
` [PATCH v13 07/72] xarray: Add documentation
` [PATCH v13 08/72] xarray: Add xa_load
` [PATCH v13 10/72] xarray: Add xa_store
` [PATCH v13 11/72] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v13 12/72] xarray: Add xa_for_each
` [PATCH v13 13/72] xarray: Add xa_extract
` [PATCH v13 14/72] xarray: Add xa_destroy
` [PATCH v13 15/72] xarray: Add xas_next and xas_prev
` [PATCH v13 16/72] xarray: Add xas_for_each_conflict
` [PATCH v13 17/72] xarray: Add xas_create_range
` [PATCH v13 18/72] xarray: Add MAINTAINERS entry
` [PATCH v13 19/72] page cache: Rearrange address_space
` [PATCH v13 20/72] page cache: Convert hole search to XArray
` [PATCH v13 21/72] page cache: Add and replace pages using the XArray
` [PATCH v13 22/72] page cache: Convert page deletion to XArray
` [PATCH v13 23/72] page cache: Convert find_get_entry "
` [PATCH v13 24/72] page cache: Convert find_get_entries "
` [PATCH v13 25/72] page cache: Convert find_get_pages_range "
` [PATCH v13 26/72] page cache: Convert find_get_pages_contig "
` [PATCH v13 27/72] page cache; Convert find_get_pages_range_tag "
` [PATCH v13 28/72] page cache: Convert find_get_entries_tag "
` [PATCH v13 29/72] page cache: Convert filemap_map_pages "
` [PATCH v13 30/72] radix tree test suite: Convert regression1 "
` [PATCH v13 31/72] page cache: Convert delete_batch "
` [PATCH v13 32/72] page cache: Remove stray radix comment
` [PATCH v13 34/72] mm: Convert page-writeback to XArray
` [PATCH v13 35/72] mm: Convert workingset "
` [PATCH v13 36/72] mm: Convert truncate "
` [PATCH v13 37/72] mm: Convert add_to_swap_cache "
` [PATCH v13 38/72] mm: Convert delete_from_swap_cache "
` [PATCH v13 39/72] mm: Convert __do_page_cache_readahead "
` [PATCH v13 40/72] mm: Convert page migration "
` [PATCH v13 41/72] mm: Convert huge_memory "
` [PATCH v13 42/72] mm: Convert collapse_shmem "
` [PATCH v13 43/72] mm: Convert khugepaged_scan_shmem "
` [PATCH v13 44/72] mm: Convert is_page_cache_freeable "
` [PATCH v13 45/72] pagevec: Use xa_tag_t
` [PATCH v13 46/72] shmem: Convert shmem_radix_tree_replace to XArray
` [PATCH v13 47/72] shmem: Convert shmem_confirm_swap "
` [PATCH v13 48/72] shmem: Convert find_swap_entry "
` [PATCH v13 49/72] shmem: Convert shmem_add_to_page_cache "
` [PATCH v13 50/72] shmem: Convert shmem_alloc_hugepage "
` [PATCH v13 51/72] shmem: Convert shmem_free_swap "
` [PATCH v13 52/72] shmem: Convert shmem_partial_swap_usage "
` [PATCH v13 53/72] memfd: Convert memfd_wait_for_pins "
` [PATCH v13 54/72] memfd: Convert memfd_tag_pins "
` [PATCH v13 55/72] shmem: Comment fixups
` [PATCH v13 56/72] btrfs: Convert page cache to XArray
` [PATCH v13 57/72] fs: Convert buffer "
` [PATCH v13 58/72] fs: Convert writeback "
` [PATCH v13 59/72] nilfs2: Convert "
` [PATCH v13 60/72] f2fs: "
` [PATCH v13 61/72] dax: Rename some functions
` [PATCH v13 62/72] dax: Hash on XArray instead of mapping
` [PATCH v13 63/72] dax: Convert dax_insert_pfn_mkwrite to XArray
` [PATCH v13 64/72] dax: Convert dax_layout_busy_page "
` [PATCH v13 65/72] dax: Convert __dax_invalidate_entry "
` [PATCH v13 66/72] dax: Convert dax writeback "
` [PATCH v13 67/72] dax: Convert page fault handlers "
` [PATCH v13 68/72] page cache: Finish XArray conversion
` [PATCH v13 69/72] radix tree: Remove radix_tree_update_node_t
` [PATCH v13 70/72] radix tree: Remove split/join code
` [PATCH v13 71/72] radix tree: Remove radix_tree_maybe_preload_order
` [PATCH v13 72/72] radix tree: Remove radix_tree_clear_tags

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

[PATCH 1/2] arm64: avoid alloc memory on offline node
 2018-06-12 15:20 UTC  (11+ 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  (14+ 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  (17+ messages)

[PATCH V6 00/30] block: support multipage bvec
 2018-06-12  3:42 UTC  (6+ messages)
` [PATCH V6 08/30] block: introduce chunk_last_segment()

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

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-06-11 16:32 UTC  (14+ messages)
` [PATCH v2 03/40] iommu/sva: Manage process address spaces

[PATCH] mm: fix kswap excessive pressure after wrong condition transfer
 2018-06-11 15:38 UTC  (6+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-06-11 15:15 UTC  (7+ messages)

[PATCH] mm: fix null pointer dereference in mem_cgroup_protected
 2018-06-11 14:19 UTC  (2+ 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).