linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-07 05:40:39 to 2019-05-08 14:47:19 UTC [more...]

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-08 14:44 UTC  (53+ messages)
` [PATCH, RFC 01/62] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCH, RFC 02/62] mm: Add helpers to setup zero page mappings
` [PATCH, RFC 03/62] mm/ksm: Do not merge pages with different KeyIDs
` [PATCH, RFC 04/62] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCH, RFC 05/62] mm/page_alloc: Handle allocation for encrypted memory
` [PATCH, RFC 06/62] mm/khugepaged: Handle encrypted pages
` [PATCH, RFC 07/62] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCH, RFC 08/62] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCH, RFC 09/62] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCH, RFC 10/62] x86/mm: Detect MKTME early
` [PATCH, RFC 11/62] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCH, RFC 12/62] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCH, RFC 14/62] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCH, RFC 15/62] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCH, RFC 16/62] x86/mm: Allow to disable MKTME after enumeration
` [PATCH, RFC 17/62] x86/mm: Calculate direct mapping size
` [PATCH, RFC 19/62] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCH, RFC 21/62] mm/rmap: Clear vma->anon_vma on unlink_anon_vmas()
` [PATCH, RFC 23/62] keys/mktme: Introduce a Kernel Key Service for MKTME
` [PATCH, RFC 24/62] keys/mktme: Preparse the MKTME key payload
` [PATCH, RFC 25/62] keys/mktme: Instantiate and destroy MKTME keys
` [PATCH, RFC 26/62] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCH, RFC 28/62] keys/mktme: Set up PCONFIG programming targets for MKTME keys
` [PATCH, RFC 29/62] keys/mktme: Program MKTME keys into the platform hardware
` [PATCH, RFC 30/62] keys/mktme: Set up a percpu_ref_count for MKTME keys
` [PATCH, RFC 32/62] keys/mktme: Store MKTME payloads if cmdline parameter allows
` [PATCH, RFC 33/62] acpi: Remove __init from acpi table parsing functions
` [PATCH, RFC 34/62] acpi/hmat: Determine existence of an ACPI HMAT
` [PATCH, RFC 35/62] keys/mktme: Require ACPI HMAT to register the MKTME Key Service
` [PATCH, RFC 37/62] keys/mktme: Do not allow key creation in unsafe topologies
` [PATCH, RFC 38/62] keys/mktme: Support CPU hotplug for MKTME key service
` [PATCH, RFC 39/62] keys/mktme: Find new PCONFIG targets during memory hotplug
` [PATCH, RFC 40/62] keys/mktme: Program new PCONFIG targets with MKTME keys
` [PATCH, RFC 41/62] keys/mktme: Support memory hotplug for "
` [PATCH, RFC 42/62] mm: Generalize the mprotect implementation to support extensions
` [PATCH, RFC 43/62] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCH, RFC 44/62] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call "
` [PATCH, RFC 46/62] x86/mm: Keep reference counts on encrypted VMAs "
` [PATCH, RFC 48/62] selftests/x86/mktme: Test the MKTME APIs
` [PATCH, RFC 49/62] mm, x86: export several MKTME variables
` [PATCH, RFC 50/62] kvm, x86, mmu: setup MKTME keyID to spte for given PFN
` [PATCH, RFC 52/62] x86/mm: introduce common code for mem encryption
` [PATCH, RFC 53/62] x86/mm: Use common code for DMA memory encryption
` [PATCH, RFC 54/62] x86/mm: Disable MKTME on incompatible platform configurations
` [PATCH, RFC 56/62] x86: Introduce CONFIG_X86_INTEL_MKTME
` [PATCH, RFC 57/62] x86/mktme: Overview of Multi-Key Total Memory Encryption
` [PATCH, RFC 58/62] x86/mktme: Document the MKTME provided security mitigations
` [PATCH, RFC 59/62] x86/mktme: Document the MKTME kernel configuration requirements
` [PATCH, RFC 60/62] x86/mktme: Document the MKTME Key Service API
` [PATCH, RFC 61/62] x86/mktme: Document the MKTME API for anonymous memory encryption

[PATCH v2 0/8] mm/memory_hotplug: Factor out memory block device handling
 2019-05-08 13:50 UTC  (32+ messages)
` [PATCH v2 1/8] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
` [PATCH v2 2/8] s390x/mm: Implement arch_remove_memory()
` [PATCH v2 3/8] mm/memory_hotplug: arch_remove_memory() and __remove_pages() with CONFIG_MEMORY_HOTPLUG
` [PATCH v2 4/8] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v2 5/8] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v2 6/8] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()
` [PATCH v2 7/8] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v2 8/8] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-08 13:26 UTC  (24+ messages)
` [PATCH 01/16] lib: fix match_string() helper on -1 "
` [PATCH 01/16] lib: fix match_string() helper when array size is positive
` [PATCH 02/16] treewide: rename match_string() -> __match_string()
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 04/16] powerpc/xmon: use "
` [PATCH 05/16] ALSA: oxygen: "
` [PATCH 06/16] x86/mtrr: use new match_string() helper + add gaps == minor fix
` [PATCH 07/16] device connection: use new match_string() helper/macro
` [PATCH 08/16] cpufreq/intel_pstate: remove NULL entry + use match_string()
` [PATCH 09/16] mmc: sdhci-xenon: use new match_string() helper/macro
` [PATCH 10/16] pinctrl: armada-37xx: "
` [PATCH 11/16] mm/vmpressure.c: "
` [PATCH 12/16] rdmacg: "
` [PATCH 13/16] drm/edid: "
` [PATCH 14/16] staging: gdm724x: "
` [PATCH 15/16] video: fbdev: pxafb: "
` [PATCH 16/16] sched: debug: "

[Question] Memory hotplug clarification for Qemu ARM/virt
 2019-05-08 12:50 UTC  (2+ messages)

[PATCH] mm/hugetlb: Don't put_page in lock of hugetlb_lock
 2019-05-08 11:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 4.14 62/95] mm, memory_hotplug: initialize struct pages for the full memory section
 2019-05-08 11:04 UTC  (20+ messages)
` [PATCH AUTOSEL 4.14 71/95] Revert "mm, memory_hotplug: initialize struct pages for the full memory section"
` [PATCH AUTOSEL 4.14 86/95] mm/memory.c: fix modifying of page protection by insert_pfn()

isolate_lru_pages(): kernel BUG at mm/vmscan.c:1689!
 2019-05-08 10:33 UTC  (2+ messages)

[PATCH] mm/mprotect: fix compilation warning because of unused 'mm' varaible
 2019-05-08  8:50 UTC 

[PATCH] hugetlbfs: move resv_map to hugetlbfs_inode_info
 2019-05-08  7:10 UTC  (3+ messages)
` [PATCH] hugetlbfs: always use address space in inode for resv_map pointer

[PATCH v2 00/14] introduce generic pte_{alloc,free}_one[_kernel]
 2019-05-08  6:17 UTC  (15+ messages)
` [PATCH v2 01/14] asm-generic, x86: "
` [PATCH v2 02/14] alpha: switch to generic version of pte allocation
` [PATCH v2 03/14] arm: "
` [PATCH v2 04/14] arm64: "
` [PATCH v2 05/14] csky: "
` [PATCH v2 06/14] hexagon: "
` [PATCH v2 07/14] m68k: sun3: "
` [PATCH v2 08/14] mips: "
` [PATCH v2 09/14] nds32: "
` [PATCH v2 10/14] nios2: "
` [PATCH v2 11/14] parisc: "
` [PATCH v2 12/14] riscv: "
` [PATCH v2 13/14] um: "
` [PATCH v2 14/14] unicore32: "

[PATCH] percpu: remove spurious lock dependency between percpu and sched
 2019-05-08  1:43 UTC 

[PATCH] slab: skip kmemleak_object in leaks_show()
 2019-05-08  0:38 UTC 

[PATCH v2 0/6] mm/devm_memremap_pages: Fix page release race
 2019-05-07 23:56 UTC  (7+ messages)
` [PATCH v2 1/6] drivers/base/devres: Introduce devm_release_action()
` [PATCH v2 2/6] mm/devm_memremap_pages: Introduce devm_memunmap_pages
` [PATCH v2 3/6] PCI/P2PDMA: Fix the gen_pool_add_virt() failure path
` [PATCH v2 4/6] lib/genalloc: Introduce chunk owners
` [PATCH v2 5/6] PCI/P2PDMA: Track pgmap references per resource, not globally
` [PATCH v2 6/6] mm/devm_memremap_pages: Fix final page put race

[PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-07 21:34 UTC 

[bug] aarch64: userspace stalls on page fault after dd2283f2605e ("mm: mmap: zap pages with read mmap_sem in munmap")
 2019-05-07 21:04 UTC  (9+ messages)

[PATCH] mm/slub: avoid double string traverse in kmem_cache_flags()
 2019-05-07 21:04 UTC  (2+ messages)

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-05-07 20:01 UTC  (26+ messages)

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-07 19:50 UTC  (3+ messages)

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-05-07 18:12 UTC  (4+ messages)
` [PATCH 4/5] mm/hmm: hmm_vma_fault() doesn't always call hmm_range_unregister()

[PATCH 3/3] prctl_set_mm: downgrade mmap_sem to read lock
 2019-05-07 17:42 UTC  (4+ messages)
` [PATCH v3 0/2] Reduce mmap_sem usage for args manipulation
  ` [PATCH v3 2/2] prctl_set_mm: downgrade mmap_sem to read lock

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-05-07 17:10 UTC  (6+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-07 16:44 UTC  (8+ messages)
` [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()

[PATCH] x86/mpx: fix recursive munmap() corruption
 2019-05-07 16:35 UTC  (8+ messages)

[PATCH v2] drivers/dax: Allow to include DEV_DAX_PMEM as builtin
 2019-05-07 15:09 UTC  (3+ messages)

[PATCH] mm/memcontrol: avoid unnecessary PageTransHuge() when counting compound page
 2019-05-07 15:00 UTC  (6+ messages)

[RFC/RFT PATCH] alpha: switch from DISCONTIGMEM to SPARSEMEM
 2019-05-07 12:56 UTC 

BUG: unable to handle kernel paging request in isolate_freepages_block
 2019-05-07  9:50 UTC 

KASAN: slab-out-of-bounds Read in page_get_anon_vma
 2019-05-07  9:47 UTC 

KASAN: use-after-free Read in page_get_anon_vma
 2019-05-07  9:47 UTC 

[[repost]RFC PATCH] mm/workingset : judge file page activity via timestamp
 2019-05-07  6:06 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).