linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-07 18:17:10 to 2017-06-09 18:44:10 UTC [more...]

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-09 18:43 UTC  (58+ messages)
` [PATCH v6 01/34] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v6 02/34] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v6 03/34] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v6 07/34] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v6 08/34] x86/mm: Add support to enable SME in early boot processing
` [PATCH v6 09/34] x86/mm: Simplify p[gum]d_page() macros
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
            ` [Xen-devel] "
` [PATCH v6 11/34] x86/mm: Provide general kernel support for memory encryption
` [PATCH v6 12/34] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v6 14/34] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v6 15/34] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v6 16/34] efi: Add an EFI table address match function
` [PATCH v6 17/34] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v6 18/34] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear
` [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v6 21/34] x86/mm: Add support to access persistent memory in the clear
` [PATCH v6 22/34] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v6 24/34] x86, swiotlb: Add memory encryption support
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 27/34] x86, realmode: Check for memory encryption on the APs
` [PATCH v6 28/34] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v6 31/34] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v6 32/34] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v6 33/34] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v6 34/34] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH v5] mm: huge-vmap: fail gracefully on unexpected huge vmap mappings
 2017-06-09 18:13 UTC  (5+ messages)

On my config missing var CONFIG_ZONE_DEVICE from config file
 2017-06-09 17:46 UTC  (2+ messages)

[RFC v4 00/20] Speculative page faults
 2017-06-09 16:59 UTC  (25+ messages)
` [RFC v4 01/20] mm: Dont assume page-table invariance during faults
` [RFC v4 02/20] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [RFC v4 03/20] mm: Introduce pte_spinlock
` [RFC v4 04/20] mm: VMA sequence count
` [RFC v4 05/20] mm: RCU free VMAs
` [RFC v4 06/20] mm: Provide speculative fault infrastructure
` [RFC v4 07/20] mm/spf: Try spin lock in speculative path
` [RFC v4 08/20] mm/spf: Fix fe.sequence init in __handle_mm_fault()
` [RFC v4 09/20] mm/spf: don't set fault entry's fields if locking failed
` [RFC v4 10/20] mm/spf; fix lock dependency against mapping->i_mmap_rwsem
` [RFC v4 11/20] mm/spf: Protect changes to vm_flags
` [RFC v4 12/20] mm/spf Protect vm_policy's changes against speculative pf
` [RFC v4 13/20] mm/spf: Add check on the VMA's flags
` [RFC v4 14/20] mm/spf: protect madvise vs speculative pf
` [RFC v4 15/20] mm/spf: protect mremap() against "
` [RFC v4 16/20] mm/spf: Don't call user fault callback in the speculative path
` [RFC v4 17/20] x86/mm: Add speculative pagefault handling
` [RFC v4 18/20] x86/mm: Update the handle_speculative_fault's path
` [RFC v4 19/20] powerpc/mm: Add speculative page fault
` [RFC v4 20/20] mm/spf: Clear FAULT_FLAG_KILLABLE in the speculative path

[RFC PATCH v2 0/7] cgroup-aware OOM killer
 2017-06-09 16:30 UTC  (7+ messages)
` [RFC PATCH v2 1/7] mm, oom: refactor select_bad_process() to take memcg as an argument

[PATCH 0/2] fix premature OOM killer
 2017-06-09 14:46 UTC  (5+ messages)
` [RFC PATCH 2/2] mm, oom: do not trigger out_of_memory from the #PF

Sleeping BUG in khugepaged for i586
 2017-06-09 14:28 UTC  (14+ messages)

[PATCH] x86, mm: disable 1GB direct mapping when disabling 2MB mapping
 2017-06-09 13:57 UTC 

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-09 11:18 UTC  (8+ messages)
` [PATCH v11 1/6] virtio-balloon: deflate via a page list
` [PATCH v11 2/6] virtio-balloon: coding format cleanup
` [PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
` [PATCH v11 4/6] mm: function to offer a page block on the free list
` [PATCH v11 5/6] mm: export symbol of next_zone and first_online_pgdat
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH -v4 0/14] mm: make movable onlining suck less
 2017-06-09 10:49 UTC  (3+ messages)

[PATCH 0/3] mm: huge pages: Misc fixes for issues found during fuzzing
 2017-06-09 10:05 UTC  (22+ messages)
` [PATCH 1/3] mm: numa: avoid waiting on freed migrated pages
` [PATCH 2/3] mm/page_ref: Ensure page_ref_unfreeze is ordered against prior accesses
` [PATCH 3/3] mm: migrate: Stabilise page count when migrating transparent hugepages

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-06-09  8:21 UTC  (6+ messages)
` [PATCH 2/4] thp: fix MADV_DONTNEED vs. numa balancing race

[PATCH v3] mm: huge-vmap: fail gracefully on unexpected huge vmap mappings
 2017-06-09  7:45 UTC  (10+ messages)

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-06-09  7:32 UTC  (8+ messages)
` [RFC PATCH 2/4] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic

1.5GB Memory losted
 2017-06-09  5:46 UTC 

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-06-09  3:55 UTC  (3+ messages)
` [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3

[PATCH] mm: Define KB, MB, GB, TB in core VM
 2017-06-09  2:54 UTC  (8+ messages)

[PATCH v4] mm: huge-vmap: fail gracefully on unexpected huge vmap mappings
 2017-06-09  2:29 UTC  (3+ messages)

[PATCH] mm: correct the comment when reclaimed pages exceed the scanned pages
 2017-06-09  1:57 UTC  (4+ messages)

[RFC][PATCH] slub: Introduce 'alternate' per cpu partial lists
 2017-06-08 23:53 UTC 

[PATCH 1/2] mm: use slab size in the slab shrinking ratio calculation
 2017-06-08 19:19 UTC  (2+ messages)
` [PATCH 2/2] mm: make kswapd try harder to keep active pages in cache

[PATCH] mm: vmalloc: simplify vread/vwrite to use existing mappings
 2017-06-08 16:15 UTC  (4+ messages)

[PATCHv7 00/14] x86: 5-level paging enabling for v4.13, Part 4
 2017-06-08 14:18 UTC  (7+ messages)
` [PATCHv7 03/14] x86/boot/efi: Cleanup initialization of GDT entries
` [PATCHv7 04/14] x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configuration
` [PATCHv7 05/14] x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations

mm, something wring in page_lock_anon_vma_read()?
 2017-06-08 14:11 UTC  (15+ messages)

[Question or BUG] [NUMA]: I feel puzzled at the function cpumask_of_node
 2017-06-08 14:12 UTC  (2+ messages)

[PATCH] mm, memory_hotplug: support movable_node for hotplugable nodes
 2017-06-08 12:23 UTC 

4.9.30 NULL pointer dereference in __remove_shared_vm_struct
 2017-06-08 10:21 UTC  (2+ messages)

[PATCH v2] mm/oom_kill: count global and memory cgroup oom kills
 2017-06-08  9:44 UTC  (4+ messages)

[PATCH 0/4] more sensible hugetlb migration for hotplug/CMA
 2017-06-08  8:40 UTC  (10+ messages)
` [PATCH 1/4] mm, memory_hotplug: simplify empty node mask handling in new_node_page
` [PATCH 2/4] hugetlb, memory_hotplug: prefer to use reserved pages for migration
` [PATCH 3/4] mm: unify new_node_page and alloc_migrate_target
` [RFC PATCH 4/4] hugetlb: add support for preferred node to alloc_huge_page_nodemask

4.12-rc ppc64 4k-page needs costly allocations
 2017-06-08  5:52 UTC  (13+ messages)

[patch -mm] mm, hugetlb: schedule when potentially allocating many hugepages
 2017-06-08  4:31 UTC  (2+ messages)

[PATCH v3 1/3] powerpc/mm/book(e)(3s)/64: Add page table accounting
 2017-06-08  4:07 UTC  (2+ messages)
` [v3,1/3] "

Fwd: kernel BUG at lib/radix-tree.c:1008!
 2017-06-08  3:21 UTC  (3+ messages)

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-06-08  2:43 UTC  (14+ messages)

[PATCH 3.10 020/250] hotplug: Make register and unregister notifier API symmetric
 2017-06-07 22:56 UTC 

[RFC v4 0/3] Add support for eXclusive Page Frame Ownership
 2017-06-07 21:16 UTC  (4+ messages)
` [RFC v4 1/3] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [RFC v4 2/3] lkdtm: Add tests for XPFO
` [RFC v4 3/3] xpfo: add support for hugepages

[PATCH 1/3] mm: add vm_insert_mixed_mkwrite()
 2017-06-07 20:48 UTC  (3+ messages)
` [PATCH 2/3] dax: relocate dax_load_hole()
` [PATCH 3/3] dax: use common 4k zero page for dax mmap reads

[PATCH] x86/mm/hotplug: fix BUG_ON() after hotremove by not freeing pud v2
 2017-06-07 18:17 UTC  (5+ 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).