linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-28 22:46:27 to 2017-03-02 15:17:08 UTC [more...]

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-02 15:16 UTC  (23+ messages)
` [RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
` [RFC PATCH v2 02/32] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 03/32] KVM: SVM: prepare for new bit definition in nested_ctl
` [RFC PATCH v2 04/32] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 07/32] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
` [RFC PATCH v2 09/32] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v2 10/32] x86: DMA support for SEV memory encryption
` [RFC PATCH v2 11/32] x86: Unroll string I/O when SEV is active
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
` [RFC PATCH v2 13/32] KVM: SVM: Enable SEV by setting the SEV_ENABLE CPU feature
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages
` [RFC PATCH v2 15/32] x86: Add support for changing memory encryption attribute in early boot
` [RFC PATCH v2 16/32] x86: kvm: Provide support to create Guest and HV shared per-CPU variables
` [RFC PATCH v2 17/32] x86: kvmclock: Clear encryption attribute when SEV is active
` [RFC PATCH v2 18/32] kvm: svm: Use the hardware provided GPA instead of page walk
` [RFC PATCH v2 19/32] crypto: ccp: Introduce the AMD Secure Processor device
` [RFC PATCH v2 20/32] crypto: ccp: Add Platform Security Processor (PSP) interface support
` [RFC PATCH v2 21/32] crypto: ccp: Add Secure Encrypted Virtualization (SEV) "
` [RFC PATCH v2 22/32] kvm: svm: prepare to reserve asid for SEV guest

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-02 15:14 UTC  (21+ messages)
        ` mm allocation failure and hang when running xfstests generic/269on xfs

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-03-02 15:10 UTC  (5+ messages)
` [PATCH 1/4] thp: reduce indentation level in change_huge_pmd()
` [PATCH 2/4] thp: fix MADV_DONTNEED vs. numa balancing race
` [PATCH 3/4] thp: fix MADV_DONTNEED vs. MADV_FREE race
` [PATCH 4/4] thp: fix MADV_DONTNEED vs clear soft dirty race

[PATCH] rmap: fix NULL-pointer dereference on THP munlocking
 2017-03-02 15:11 UTC 

[PATCH] thp: fix another corner case of munlock() vs. THPs
 2017-03-02 15:02 UTC 

[PATCH] thp: fix another corner case of munlock() vs. THPs
 2017-03-02 15:02 UTC 

[RFC 00/11] make try_to_unmap simple
 2017-03-02 14:51 UTC  (18+ messages)
` [RFC 01/11] mm: use SWAP_SUCCESS instead of 0
` [RFC 02/11] mm: remove unncessary ret in page_referenced
` [RFC 03/11] mm: remove SWAP_DIRTY in ttu
` [RFC 04/11] mm: remove SWAP_MLOCK check for SWAP_SUCCESS "
` [RFC 05/11] mm: make the try_to_munlock void function
` [RFC 06/11] mm: remove SWAP_MLOCK in ttu
` [RFC 07/11] mm: remove SWAP_AGAIN "
` [RFC 08/11] mm: make ttu's return boolean
` [RFC 09/11] mm: make rmap_walk void function
` [RFC 10/11] mm: make rmap_one boolean function
` [RFC 11/11] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-02 14:39 UTC  (27+ messages)
` [PATCH v5 06/13] "

[PATCH 2/2] XArray: Convert IDR and add test suite
 2017-03-02 14:34 UTC  (2+ messages)

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-02 14:28 UTC  (3+ messages)

[PATCH V5 0/6] mm: fix some MADV_FREE issues
 2017-03-02 14:01 UTC  (10+ messages)
` [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

[PATCH v2 0/9] kasan: improve error reports
 2017-03-02 13:57 UTC  (11+ messages)
` [PATCH v2 1/9] kasan: introduce helper functions for determining bug type
` [PATCH v2 2/9] kasan: unify report headers
` [PATCH v2 3/9] kasan: change allocation and freeing stack traces headers
` [PATCH v2 4/9] kasan: simplify address description logic
` [PATCH v2 5/9] kasan: change report header
` [PATCH v2 6/9] kasan: improve slab object description
` [PATCH v2 7/9] kasan: print page description after stacks
` [PATCH v2 8/9] kasan: improve double-free report format
` [PATCH v2 9/9] kasan: separate report parts by empty lines

[PATCH 0/2] fix for direct-I/O to DAX mappings
 2017-03-02 13:45 UTC  (2+ messages)

mm: GPF in bdi_put
 2017-03-02 12:20 UTC  (6+ messages)

[PATCH] radix tree test suite: Fix build with --as-needed
 2017-03-02  9:29 UTC 

Still OOM problems with 4.9er kernels
 2017-03-02  7:17 UTC  (11+ messages)
        ` Still OOM problems with 4.9er/4.10er kernels

[PATCH] mm: free reserved area's memmap if possiable
 2017-03-02  6:00 UTC  (8+ messages)

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-03-02  5:33 UTC  (5+ messages)
` [PATCH v3 1/4] sparc64: NG4 memset 32 bits overflow
` [PATCH v3 2/4] mm: Zeroing hash tables in allocator
` [PATCH v3 3/4] mm: Updated callers to use HASH_ZERO flag
` [PATCH v3 4/4] mm: Adaptive hash table scaling

[LSF/MM TOPIC] Movable memory and reliable higher order allocations
 2017-03-02  4:12 UTC  (3+ messages)

[PATCH 0/9] mm: kswapd spinning on unreclaimable nodes - fixes and cleanups
 2017-03-02  3:37 UTC  (30+ messages)
` [PATCH 1/9] mm: fix 100% CPU kswapd busyloop on unreclaimable nodes
` [PATCH 2/9] mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling
` [PATCH 3/9] mm: remove seemingly spurious reclaimability check from laptop_mode gating
` [PATCH 4/9] mm: remove unnecessary reclaimability check from NUMA balancing target
` [PATCH 5/9] mm: don't avoid high-priority reclaim on unreclaimable nodes
` [PATCH 6/9] mm: don't avoid high-priority reclaim on memcg limit reclaim
` [PATCH 7/9] mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()
` [PATCH 8/9] Revert "mm, vmscan: account for skipped pages as a partial scan"
` [PATCH 9/9] mm: remove unnecessary back-off function when retrying page reclaim

[PATCH v2 0/3] Zeroing hash tables in allocator
 2017-03-02  0:12 UTC  (12+ messages)
` [PATCH v2 1/3] sparc64: NG4 memset 32 bits overflow
` [PATCH v2 2/3] mm: Zeroing hash tables in allocator
` [PATCH v2 3/3] mm: Updated callers to use HASH_ZERO flag

fs: use-after-free in userfaultfd_exit
 2017-03-01 23:13 UTC  (2+ messages)

[PATCH] mm, add_memory_resource: hold device_hotplug lock over mem_hotplug_{begin, done}
 2017-03-01 22:55 UTC  (7+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-01 18:40 UTC  (28+ messages)
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

kvm: WARNING in nested_vmx_vmexit
 2017-03-01 17:48 UTC  (2+ messages)

Page allocator order-0 optimizations merged
 2017-03-01 17:36 UTC  (2+ messages)

[PATCH v3] lockdep: Teach lockdep about memalloc_noio_save
 2017-03-01 16:18 UTC  (7+ messages)

[PATCH] mm, swap: Fix a race in free_swap_and_cache()
 2017-03-01 14:38 UTC 

[PATCH V3 0/4] Define coherent device memory node
 2017-03-01 10:59 UTC  (8+ messages)

Ext4 stack trace with savedwrite patches
 2017-03-01 10:23 UTC  (2+ messages)

[PATCH v6 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-03-01  9:24 UTC  (3+ messages)
` [PATCH v6 2/4] mm: Add functions to support extra actions on swap in/out

[PATCH 0/3] Reduce amount of time kswapd sleeps prematurely
 2017-03-01  9:04 UTC  (5+ messages)
` [PATCH 3/3] mm, vmscan: Prevent kswapd sleeping prematurely due to mismatched classzone_idx

[PATCH RESEND] drm/via: use get_user_pages_unlocked()
 2017-03-01  8:43 UTC  (5+ messages)

[PATCH 0/3] userfaultfd non-cooperative further update for 4.11 merge window
 2017-03-01  5:17 UTC  (2+ messages)
` [PATCH 1.5/3] userfaultfd: documentation fixup after removal of UFFD_EVENT_EXIT

[PATCH 0/5] mm subsystem refcounter conversions
 2017-03-01  1:21 UTC  (2+ messages)

[PATCH 0/5] mm: support parallel free of memory
 2017-03-01  1:17 UTC  (4+ 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).