linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-19 15:55:50 to 2016-08-24 08:10:27 UTC [more...]

[PATCH v2] kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
 2016-08-24  8:10 UTC  (3+ messages)

[PATCH v3] mm/slab: Improve performance of gathering slabinfo stats
 2016-08-24  8:05 UTC  (7+ messages)
    ` what is the purpose of SLAB and SLUB (was: Re: [PATCH v3] mm/slab: Improve performance of gathering slabinfo) stats
      ` what is the purpose of SLAB and SLUB

OOM detection regressions since 4.7
 2016-08-24  7:29 UTC  (23+ messages)

[wrecked] mm-compaction-more-reliably-increase-direct-compaction-priority.patch removed from -mm tree
 2016-08-24  7:08 UTC 

[PATCH] io-mapping: Fixup for different names of writecombine
 2016-08-24  6:54 UTC  (3+ messages)

[PATCH] mm: page should be aligned with max_order
 2016-08-24  4:23 UTC  (3+ messages)

[RFC 00/11] THP swap: Delay splitting THP during swapping out
 2016-08-24  2:18 UTC  (14+ messages)

[RFC 0/4] ZRAM: make it just store the high compression rate page
 2016-08-24  1:29 UTC  (7+ messages)
` [RFC 1/4] vmscan.c: shrink_page_list: unmap anon pages after pageout
` [RFC 2/4] Add non-swap page flag to mark a page will not swap
` [RFC 3/4] ZRAM: do not swap the page that compressed size bigger than non_swap
` [RFC 4/4] vmscan.c: zram: add non swap support for shmem file pages

[PATCH v2 0/9] re-enable DAX PMD support
 2016-08-23 22:04 UTC  (10+ messages)
` [PATCH v2 1/9] ext4: allow DAX writeback for hole punch
` [PATCH v2 2/9] ext2: tell DAX the size of allocation holes
` [PATCH v2 3/9] ext4: "
` [PATCH v2 4/9] dax: remove buffer_size_valid()
` [PATCH v2 5/9] dax: make 'wait_table' global variable static
` [PATCH v2 6/9] dax: consistent variable naming for DAX entries
` [PATCH v2 7/9] dax: coordinate locking for offsets in PMD range
` [PATCH v2 8/9] dax: re-enable DAX PMD support
` [PATCH v2 9/9] dax: remove "depends on BROKEN" from FS_DAX_PMD

mmotm 2016-08-23-14-42 uploaded
 2016-08-23 21:42 UTC 

[PATCH RESEND 0/8] More stuff to charge to kmemcg
 2016-08-23 16:50 UTC  (7+ messages)
` [PATCH RESEND 8/8] af_unix: charge buffers "

[PATCH] io-mapping.h: s/PAGE_KERNEL_IO/PAGE_KERNEL/
 2016-08-23 16:32 UTC  (8+ messages)
        ` [PATCH v2] "

[RFC PATCH] kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
 2016-08-23 16:03 UTC  (6+ messages)

[PATCH] proc, smaps: reduce printing overhead
 2016-08-23 15:14 UTC  (14+ messages)
` [PATCH 0/2] fs, proc: optimize smaps output formatting
      ` [PATCH 0/2] seq: Speed up /proc/<pid>/smaps
        ` [PATCH 1/2] seq_file: Add __seq_open_private_bufsize for seq file_operation sizes
        ` [PATCH 2/2] proc: task_mmu: Reduce output processing cpu time

[RFC PATCH 0/10] fortify oom killer even more
 2016-08-23 12:54 UTC  (15+ messages)
` [PATCH 09/10] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost

[PATCH 03/16] slab: Convert to hotplug state machine
 2016-08-23 12:53 UTC  (3+ messages)
    ` [PATCH 03/16 v2] "

[PATCH 0/1] soft_dirty: fix soft_dirty during THP split
 2016-08-23 11:03 UTC  (7+ messages)

[PATCH] mm: clarify COMPACTION Kconfig text
 2016-08-23  9:17 UTC  (3+ messages)

[PATCH] mm: Add WARN_ON for possibility of infinite loop if empty lists in free_pcppages_bulk'
 2016-08-23  8:48 UTC  (5+ messages)

OOM killer changes
 2016-08-23  7:45 UTC  (12+ messages)

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-23  7:14 UTC  (30+ messages)
` [RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes
` [RFC PATCH v1 02/28] kvm: svm: Add kvm_fast_pio_in support
` [RFC PATCH v1 03/28] kvm: svm: Use the hardware provided GPA instead of page walk
` [RFC PATCH v1 04/28] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v1 05/28] KVM: SVM: prepare for new bit definition in nested_ctl
` [RFC PATCH v1 06/28] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v1 07/28] x86: Do not encrypt memory areas if SEV is enabled
` [RFC PATCH v1 08/28] Access BOOT related data encrypted with SEV active
` [RFC PATCH v1 09/28] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v1 10/28] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v1 11/28] x86: Don't decrypt trampoline area if SEV is active
` [RFC PATCH v1 12/28] x86: DMA support for SEV memory encryption
` [RFC PATCH v1 13/28] iommu/amd: AMD IOMMU support for SEV
` [RFC PATCH v1 14/28] x86: Don't set the SME MSR bit when SEV is active
` [RFC PATCH v1 15/28] x86: Unroll string I/O "
` [RFC PATCH v1 16/28] x86: Add support to determine if running with SEV enabled
` [RFC PATCH v1 17/28] KVM: SVM: Enable SEV by setting the SEV_ENABLE cpu feature
` [RFC PATCH v1 18/28] crypto: add AMD Platform Security Processor driver
` [RFC PATCH v1 19/28] KVM: SVM: prepare to reserve asid for SEV guest
` [RFC PATCH v1 20/28] KVM: SVM: prepare for SEV guest management API support
` [RFC PATCH v1 21/28] KVM: introduce KVM_SEV_ISSUE_CMD ioctl
` [RFC PATCH v1 22/28] KVM: SVM: add SEV launch start command
` [RFC PATCH v1 23/28] KVM: SVM: add SEV launch update command
` [RFC PATCH v1 24/28] KVM: SVM: add SEV_LAUNCH_FINISH command
` [RFC PATCH v1 25/28] KVM: SVM: add KVM_SEV_GUEST_STATUS command
` [RFC PATCH v1 26/28] KVM: SVM: add KVM_SEV_DEBUG_DECRYPT command
` [RFC PATCH v1 27/28] KVM: SVM: add KVM_SEV_DEBUG_ENCRYPT command
` [RFC PATCH v1 28/28] KVM: SVM: add command to query SEV API version

[RFC 0/4] Kexec: Enable run time memory resrvation of crash kernel
 2016-08-23  7:08 UTC  (3+ messages)

[RFC v2 00/13] lockdep: Implement crossrelease feature
 2016-08-23  5:55 UTC  (4+ messages)
` [Revised document] Crossrelease lockdep

4.7.0, cp -al causes OOM
 2016-08-23  2:20 UTC  (9+ messages)
` [PATCH] mm, oom: report compaction/migration stats for higher order requests

[PATCH] mm: fix overlap check in hardened usercopy
 2016-08-23  2:01 UTC  (2+ messages)

[PATCH v4 0/5] Introduce ZONE_CMA
 2016-08-23  1:44 UTC  (4+ messages)
` [PATCH v4 2/5] mm/cma: populate ZONE_CMA

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-22 23:21 UTC 

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-22 22:39 UTC  (21+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 04/20] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v2 05/20] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v2 06/20] x86: Handle reduction in physical address size with SME
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 08/20] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v2 09/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU "
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 17/20] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption

[PATCH v4] powerpc: Do not make the entire heap executable
 2016-08-22 19:22 UTC  (4+ messages)

[PATCH v5] powerpc: Do not make the entire heap executable
 2016-08-22 18:51 UTC 

[PATCH 0/3][V2] Provide accounting for dirty metadata
 2016-08-22 18:29 UTC  (5+ messages)
` [PATCH 1/3] remove mapping from balance_dirty_pages*()
` [PATCH 2/3] writeback: allow for dirty metadata accounting
` [PATCH 3/3] writeback: introduce super_operations->write_metadata

mm: kswapd struggles reclaiming the pages on 64GB server
 2016-08-22 18:16 UTC  (2+ messages)

[linux-stable-rc:linux-3.14.y 1941/4929] arch/mips/jz4740/irq.c:49:39: error: 'JZ4740_IRQ_BASE' undeclared
 2016-08-22 17:37 UTC 

[RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page
 2016-08-22 13:44 UTC  (4+ messages)
` [RFC PATCH v3 1/2] mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE
` [RFC PATCH v3 2/2] arm64 Kconfig: Select gigantic page

[RFC PATCH v2 0/2] arm64/hugetlb: enable gigantic page
 2016-08-22 11:33 UTC  (9+ messages)
` [RFC PATCH v2 1/2] mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE
` [RFC PATCH v2 2/2] arm64 Kconfig: Select gigantic page

make[2]: *** No rule to make target 'net/netfilter//nft_hash.c', needed by 'net/netfilter//nft_hash.o'
 2016-08-22  8:52 UTC 

make[2]: *** No rule to make target 'net/netfilter//nft_hash.c', needed by 'net/netfilter//nft_hash.o'
 2016-08-22  8:52 UTC 

make[2]: *** No rule to make target 'net/netfilter//nft_hash.c', needed by 'net/netfilter//nft_hash.o'
 2016-08-22  7:04 UTC 

[PATCH 3.10 037/180] x86/mm: Add barriers and document switch_mm()-vs-flush synchronization
 2016-08-21 15:29 UTC 

mmotm 2016-08-19-15-39 uploaded
 2016-08-19 22:40 UTC 

usercopy: kernel memory exposure attempt detected
 2016-08-19 21:03 UTC  (4+ messages)

[PATCH] mm: avoid undefined behavior in hardened usercopy check
 2016-08-19 20:47 UTC  (2+ messages)

[PATCH] usercopy: Skip multi-page bounds checking on SLOB
 2016-08-19 20:07 UTC  (8+ messages)

[RESEND PATCH 1/1] mm/vmalloc: fix align value calculation error
 2016-08-19 19:05 UTC 

[PATCH] mm: pagewalk: Fix the comment for test_walk
 2016-08-19 16:01 UTC 

[PATCH 00/34] Move LRU page reclaim from zones to nodes v9
 2016-08-19 15:55 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).