messages from 2018-06-12 16:05:31 to 2018-06-15 20:45:18 UTC [more...]
[PATCHv3 00/17] MKTME enabling
2018-06-15 20:45 UTC (46+ 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 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 12/17] x86/mm: Allow to disable MKTME after enumeration
` [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 v2] mm: disallow mapping that conflict for devm_memremap_pages()
2018-06-15 20:33 UTC
[PATCH] mm/madvise: allow MADV_DONTNEED to free memory that is MLOCK_ONFAULT
2018-06-15 19:36 UTC (14+ messages)
[PATCH] mm: skip invalid pages block at a time in zero_resv_unresv
2018-06-15 19:32 UTC (3+ messages)
[PATCH v33 0/4] Virtio-balloon: support free page reporting
2018-06-15 19:21 UTC (12+ messages)
` [PATCH v33 1/4] mm: add a function to get free page blocks
` [PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v33 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v33 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON
[PATCH] mm/memblock: add missing include <linux/bootmem.h>
2018-06-15 19:17 UTC (3+ messages)
kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM
2018-06-15 16:02 UTC (31+ 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
` [PATCH v3] "
[PATCH V6 00/30] block: support multipage bvec
2018-06-15 15:43 UTC (28+ messages)
` [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 V6 30/30] block: document usage of bio iterator helpers
[PATCH 0/5] Control Flow Enforcement - Part (1)
2018-06-15 14:22 UTC (4+ messages)
` [PATCH 5/5] Documentation/x86: Add CET description
dm bufio: Reduce dm_bufio_lock contention
2018-06-15 13:09 UTC (6+ messages)
[RFC] mm/vmalloc: keep track of free blocks for allocation
2018-06-15 13:01 UTC
[PATCH v9] Refactor part of the oom report in dump_header
2018-06-15 9:52 UTC
Placing DIMMs in self-refresh mode
2018-06-15 7:18 UTC
[PATCH] doc: add description to dirtytime_expire_seconds
2018-06-15 7:04 UTC (3+ messages)
[rfc patch] mm, oom: fix unnecessary killing of additional processes
2018-06-15 6:55 UTC (14+ messages)
` [patch] "
[PATCH v13 00/24] selftests, powerpc, x86 : Memory Protection Keys
2018-06-15 0:58 UTC (27+ 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
mmotm 2018-06-14-16-20 uploaded
2018-06-14 23:21 UTC
[PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t
2018-06-14 21:31 UTC (2+ messages)
[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
2018-06-14 21:27 UTC (7+ messages)
[PATCH] mm: disallow mapping that conflict for devm_memremap_pages()
2018-06-14 19:37 UTC (2+ messages)
[PATCH 00/10] Control Flow Enforcement - Part (3)
2018-06-14 14:56 UTC (26+ messages)
` [PATCH 02/10] x86/cet: Introduce WRUSS instruction
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack
[RFC PATCH 0/3] couple of TLB flush optimisations
2018-06-14 6:51 UTC (18+ 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 1/2] arm64: avoid alloc memory on offline node
2018-06-14 6:23 UTC (12+ messages)
[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)
[PATCH -mm -V3 00/21] mm, THP, swap: Swapout/swapin THP in one piece
2018-06-13 11:49 UTC (7+ 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 (4+ messages)
` [PATCH v11 4/7] mm, fs, dax: handle layout changes to pinned dax mappings
[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 (4+ messages)
` [PATCH v2 2/3] mm, memcg: propagate memory effective protection on setting memory.min/low
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).