linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-30 18:02:56 to 2019-07-31 15:23:58 UTC [more...]

[PATCHv2 00/59] Intel MKTME enabling
 2019-07-31 15:08 UTC  (56+ messages)
` [PATCHv2 01/59] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCHv2 02/59] mm: Add helpers to setup zero page mappings
` [PATCHv2 03/59] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv2 04/59] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv2 05/59] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv2 06/59] mm/khugepaged: Handle encrypted pages
` [PATCHv2 07/59] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv2 08/59] x86/mm: Introduce helpers to read number, shift and mask of KeyIDs
` [PATCHv2 09/59] x86/mm: Store bitmask of the encryption algorithms supported by MKTME
` [PATCHv2 10/59] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv2 11/59] x86/mm: Detect MKTME early
` [PATCHv2 12/59] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCHv2 13/59] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCHv2 14/59] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCHv2 15/59] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCHv2 16/59] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv2 18/59] x86/mm: Calculate direct mapping size
` [PATCHv2 19/59] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCHv2 20/59] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv2 21/59] mm/page_ext: Export lookup_page_ext() symbol
` [PATCHv2 22/59] mm/rmap: Clear vma->anon_vma on unlink_anon_vmas()
` [PATCHv2 23/59] x86/pconfig: Set an activated algorithm in all MKTME commands
` [PATCHv2 24/59] keys/mktme: Introduce a Kernel Key Service for MKTME
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 26/59] keys/mktme: Instantiate MKTME keys
` [PATCHv2 27/59] keys/mktme: Destroy "
` [PATCHv2 28/59] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCHv2 29/59] keys/mktme: Set up PCONFIG programming targets for MKTME keys
` [PATCHv2 30/59] keys/mktme: Program MKTME keys into the platform hardware
` [PATCHv2 31/59] keys/mktme: Set up a percpu_ref_count for MKTME keys
` [PATCHv2 32/59] keys/mktme: Clear the key programming from the MKTME hardware
` [PATCHv2 34/59] acpi: Remove __init from acpi table parsing functions
` [PATCHv2 35/59] acpi/hmat: Determine existence of an ACPI HMAT
` [PATCHv2 36/59] keys/mktme: Require ACPI HMAT to register the MKTME Key Service
` [PATCHv2 37/59] acpi/hmat: Evaluate topology presented in ACPI HMAT for MKTME
` [PATCHv2 38/59] keys/mktme: Do not allow key creation in unsafe topologies
` [PATCHv2 39/59] keys/mktme: Support CPU hotplug for MKTME key service
` [PATCHv2 40/59] keys/mktme: Block memory hotplug additions when MKTME is enabled
` [PATCHv2 41/59] mm: Generalize the mprotect implementation to support extensions
` [PATCHv2 42/59] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCHv2 43/59] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCHv2 44/59] mm: Add the encrypt_mprotect() system call "
` [PATCHv2 46/59] mm: Restrict MKTME memory encryption to anonymous VMAs
` [PATCHv2 47/59] kvm, x86, mmu: setup MKTME keyID to spte for given PFN
` [PATCHv2 48/59] iommu/vt-d: Support MKTME in DMA remapping
` [PATCHv2 49/59] x86/mm: introduce common code for mem encryption
` [PATCHv2 50/59] x86/mm: Use common code for DMA memory encryption
` [PATCHv2 51/59] x86/mm: Disable MKTME on incompatible platform configurations
` [PATCHv2 52/59] x86/mm: Disable MKTME if not all system memory supports encryption
` [PATCHv2 54/59] x86/mktme: Overview of Multi-Key Total Memory Encryption
` [PATCHv2 55/59] x86/mktme: Document the MKTME provided security mitigations
` [PATCHv2 56/59] x86/mktme: Document the MKTME kernel configuration requirements
` [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API
` [PATCHv2 58/59] x86/mktme: Document the MKTME API for anonymous memory encryption
` [PATCHv2 59/59] x86/mktme: Demonstration program using the MKTME APIs

[PATCH] mm: kmemleak: Disable early logging in case of error
 2019-07-31 15:23 UTC 

[PATCH v10 0/4] THP aware uprobe
 2019-07-31 15:18 UTC  (5+ messages)
` [PATCH v10 3/4] mm, thp: introduce FOLL_SPLIT_PMD

[PATCH v3] sched/core: Don't use dying mm as active_mm of kthreads
 2019-07-31 15:07 UTC  (10+ messages)

[PATCH v2] mm: kmemleak: Use mempool allocations for kmemleak objects
 2019-07-31 14:54 UTC  (12+ messages)

[PATCH v1] drivers/base/memory.c: Don't store end_section_nr in memory blocks
 2019-07-31 14:43 UTC  (12+ messages)

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-31 14:41 UTC  (16+ messages)
                        ` microblaze HAVE_MEMBLOCK_NODE_MAP dependency (was Re: [PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[PATCH v1] drivers/acpi/scan.c: Document why we don't need the device_hotplug_lock
 2019-07-31 14:17 UTC  (2+ messages)

[PATCH -next] mm/memcg: fix a -Wparentheses compilation warning
 2019-07-31 13:45 UTC 

[PATCH v1] drivers/acpi/scan.c: Fixup "acquire device_hotplug_lock in acpi_scan_init()"
 2019-07-31 13:44 UTC  (8+ messages)

hmm_range_fault related fixes and legacy API removal v3
 2019-07-31 13:38 UTC  (16+ messages)
` [PATCH 01/13] amdgpu: remove -EAGAIN handling for hmm_range_fault
` [PATCH 02/13] amdgpu: don't initialize range->list in amdgpu_hmm_init_range
` [PATCH 06/13] mm: remove superflous arguments from hmm_range_register
` [PATCH 07/13] mm: remove the page_shift member from struct hmm_range
` [PATCH 08/13] mm: remove the mask variable in hmm_vma_walk_hugetlb_entry
` [PATCH 12/13] mm: cleanup the hmm_vma_walk_hugetlb_entry stub
` [PATCH 13/13] mm: allow HMM_MIRROR on all architectures with MMU

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-07-31 13:29 UTC  (17+ messages)
` [PATCH V2 1/9] vhost: don't set uaddr for invalid address
` [PATCH V2 2/9] vhost: validate MMU notifier registration
` [PATCH V2 3/9] vhost: fix vhost map leak
` [PATCH V2 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V2 5/9] vhost: mark dirty pages during map uninit
` [PATCH V2 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V2 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V2 9/9] vhost: do not return -EAGIAN for non blocking invalidation too early

[RFC PATCH 0/3] fix hugetlb page allocation stalls
 2019-07-31 13:23 UTC  (11+ messages)
` [RFC PATCH 1/3] mm, reclaim: make should_continue_reclaim perform dryrun detection
` [RFC PATCH 2/3] mm, compaction: use MIN_COMPACT_COSTLY_PRIORITY everywhere for costly orders
` [RFC PATCH 3/3] hugetlbfs: don't retry when pool page allocations start to fail

mmotm 2019-07-04-15-01 uploaded
 2019-07-31 13:21 UTC  (7+ messages)
` mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)

No memory reclaim while reaching MemoryHigh
 2019-07-31 13:03 UTC  (9+ messages)

[PATCH v2 0/5] Allocate memmap from hotadded memory
 2019-07-31 12:08 UTC  (15+ messages)

[PATCH v1 1/1] mm/vmalloc.c: Fix percpu free VM area search criteria
 2019-07-31 12:04 UTC  (10+ messages)

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-07-31 11:32 UTC  (7+ messages)
` [PATCH v3 1/2] mm: Allow the page cache to allocate large pages
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCH v9 00/21] Generic page walk and ptdump
 2019-07-31 11:18 UTC  (5+ messages)

turn the hmm migrate_vma upside down
 2019-07-31  9:57 UTC  (5+ messages)
` [PATCH 1/9] mm: turn "
` [PATCH 5/9] nouveau: simplify nouveau_dmem_migrate_to_ram

[Bug 204371] New: BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-07-31  8:54 UTC  (2+ messages)

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-07-31  8:53 UTC  (4+ messages)
` [PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

WARNING in __mmdrop
 2019-07-31  8:49 UTC  (12+ messages)

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-07-31  8:17 UTC  (9+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[PATCH] mm: release the spinlock on zap_pte_range
 2019-07-31  7:21 UTC  (12+ messages)

[PATCH v3 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-07-31  7:15 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v3 3/3] x86/kasan: support KASAN_VMALLOC

[PATCH v11 2/4] uprobe: use original page when all uprobes are removed
 2019-07-31  6:40 UTC  (3+ messages)
` [PATCH v11 3/4] mm, thp: introduce FOLL_SPLIT_PMD

[PATCH v2 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-07-31  6:34 UTC  (5+ messages)
` [PATCH v2 1/3] "

[PATCH] xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()
 2019-07-31  6:15 UTC  (3+ messages)

[PATCH v4 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-07-31  6:08 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v4 3/3] net/xdp: "

[PATCH v5 00/14] Provide generic top-down mmap layout functions
 2019-07-31  6:05 UTC  (3+ messages)
` [PATCH v5 14/14] riscv: Make mmap allocation top-down by default

"mm: account nr_isolated_xxx in [isolate|putback]_lru_page" breaks OOM with swap
 2019-07-31  5:34 UTC  (2+ messages)

mmotm 2019-07-30-21-37 uploaded
 2019-07-31  4:39 UTC 

[PATCH RESEND] mm/vmscan: shrink slab in node reclaim
 2019-07-31  2:00 UTC 

[MM Bug?] mmap() triggers SIGBUS while doing the​ ​numa_move_pages() for offlined hugepage in background
 2019-07-31  0:44 UTC  (4+ messages)

[PATCH] fork: Improve error message for corrupted page tables
 2019-07-30 22:18 UTC 

/proc/PID/status shows VmSwap > 0 after swapoff
 2019-07-30 21:21 UTC 

[PATCH v2 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-07-30 21:13 UTC  (11+ messages)
` [PATCH v2 1/2] mm: Allow the page cache to allocate large pages
` [PATCH v2 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[GIT PULL] Please pull hmm changes
 2019-07-30 20:40 UTC  (2+ messages)

[PATCH 0/2] khugepaged: collapse pmd for pte-mapped THP
 2019-07-30 18:39 UTC  (5+ messages)
` [PATCH 1/2] khugepaged: enable "

[PATCH 1/2] mm/filemap: don't initiate writeback if mapping has no dirty pages
 2019-07-30 18:15 UTC  (7+ 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).