linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 05:34:54 to 2019-07-31 16:31:33 UTC [more...]

[RFC v2 00/27] Kernel Address Space Isolation
 2019-07-31 16:31 UTC  (8+ messages)

[PATCH 0/2] khugepaged: collapse pmd for pte-mapped THP
 2019-07-31 16:16 UTC  (3+ messages)
` [PATCH 2/2] uprobe: collapse THP pmd after removing all uprobes

[RFC 0/2] arm64: Enable vmemmap from device memory
 2019-07-31 16:11 UTC  (5+ messages)
` [RFC 1/2] mm/sparsemem: Add vmem_altmap support in vmemmap_populate_basepages()
` [RFC 2/2] arm64/mm: Enable device memory allocation and free for vmemmap mapping

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

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

[PATCH 0/8] Raspberry Pi 4 DMA addressing support
 2019-07-31 15:47 UTC  (9+ messages)
` [PATCH 1/8] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH 2/8] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH 3/8] of/fdt: add function to get the SoC wide DMA addressable memory size
` [PATCH 4/8] arm64: re-introduce max_zone_dma_phys()
` [PATCH 5/8] arm64: use ZONE_DMA on DMA addressing limited devices
` [PATCH 6/8] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH 7/8] arm64: update arch_zone_dma_bits to fine tune dma-direct min mask
` [PATCH 8/8] mm: comment arm64's usage of 'enum zone_type'

[PATCH v10 00/22] Generic page walk and ptdump
 2019-07-31 15:46 UTC  (23+ messages)
` [PATCH v10 01/22] mm: Add generic p?d_leaf() macros
` [PATCH v10 02/22] arc: mm: Add p?d_leaf() definitions
` [PATCH v10 03/22] arm: "
` [PATCH v10 04/22] arm64: "
` [PATCH v10 05/22] mips: "
` [PATCH v10 06/22] powerpc: "
` [PATCH v10 07/22] riscv: "
` [PATCH v10 08/22] s390: "
` [PATCH v10 09/22] sparc: "
` [PATCH v10 10/22] x86: "
` [PATCH v10 11/22] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v10 12/22] mm: pagewalk: Allow walking without vma
` [PATCH v10 13/22] mm: pagewalk: Add test_p?d callbacks
` [PATCH v10 14/22] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v10 15/22] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v10 16/22] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v10 17/22] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v10 18/22] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v10 19/22] mm: Add generic ptdump
` [PATCH v10 20/22] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v10 21/22] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v10 22/22] arm64: mm: Display non-present entries in ptdump

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

[PATCHv2 00/59] Intel MKTME enabling
 2019-07-31 15:08 UTC  (60+ 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 17/59] x86/mm: Allow to disable MKTME after enumeration
` [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 33/59] keys/mktme: Require CAP_SYS_RESOURCE capability for MKTME keys
` [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 45/59] x86/mm: Keep reference counts on hardware key usage "
` [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 53/59] x86: Introduce CONFIG_X86_INTEL_MKTME
` [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 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  (9+ 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 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  (7+ 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  (3+ messages)
` [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  (2+ messages)

[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  (2+ messages)

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

[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


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