linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-22 22:39:04 to 2016-08-27 14:17:02 UTC [more...]

[PATCH RFC 1/4] lib/radix: add universal radix_tree_fill_range
 2016-08-27 14:16 UTC  (4+ messages)
` [PATCH RFC 2/4] lib/radix-tree: remove sibling entries
` [PATCH RFC 3/4] testing/radix-tree: replace multi-order with range operations
` [PATCH RFC 4/4] testing/radix-tree: benchmark for iterator

[RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page
 2016-08-27  9:45 UTC  (3+ messages)

[PATCH v1] mm, sysctl: Add sysctl for controlling VM_MAYEXEC taint
 2016-08-26 21:32 UTC  (3+ messages)

[PATCH v2 0/9] re-enable DAX PMD support
 2016-08-26 21:29 UTC  (13+ 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

[PATCH v3] mm/slab: Improve performance of gathering slabinfo stats
 2016-08-26 20:47 UTC  (15+ 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-26 20:17 UTC  (22+ messages)

[PATCHv3 0/6] x86: 32-bit compatible C/R on x86_64
 2016-08-26 17:16 UTC  (8+ messages)
` [PATCHv3 1/6] x86/vdso: unmap vdso blob on vvar mapping failure
` [PATCHv3 2/6] x86/vdso: replace calculate_addr in map_vdso() with addr
` [PATCHv3 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_*
` [PATCHv3 4/6] x86/coredump: use pr_reg size, rather that TIF_IA32 flag
` [PATCHv3 5/6] x86/ptrace: down with test_thread_flag(TIF_IA32)
` [PATCHv3 6/6] x86/signal: add SA_{X32,IA32}_ABI sa_flags

[PATCH] mm: Use zonelist name instead of using hardcoded index
 2016-08-26 15:57 UTC 

OOM killer changes
 2016-08-26  8:35 UTC  (19+ messages)

[PATCH] mm: clarify COMPACTION Kconfig text
 2016-08-26  6:44 UTC  (7+ messages)

[PATCH 1/2] proc, meminfo: abstract show_val_kb
 2016-08-26  2:54 UTC  (2+ messages)
` [lkp] [proc, meminfo] dd3b422c11: stderr.Signal#(FPE)caught_by_ps(procps-ng_version#)

mmotm 2016-08-25-15-19 uploaded
 2016-08-25 22:20 UTC 

[PATCH] mm: Don't use radix tree writeback tags for pages in swap cache
 2016-08-25 19:44 UTC  (2+ messages)

[PATCH] mm: silently skip readahead for DAX inodes
 2016-08-25 16:42 UTC  (5+ messages)
  ` [PATCH v2] "
    ` [PATCH v2 RESEND] "

[PATCH] arm64: Introduce execute-only page access permissions
 2016-08-25 15:24 UTC  (7+ messages)

[PATCH] mm: Move readahead limit outside of readahead, and advisory syscalls
 2016-08-25 14:59 UTC  (4+ messages)

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-25 13:04 UTC  (8+ messages)
` [RFC PATCH v2 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v2 04/20] x86: Secure Memory Encryption (SME) support
` [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 v6 00/20] kthread: Use kthread worker API more widely
 2016-08-25 11:44 UTC  (5+ messages)
` [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH v2 0/10] fortify oom killer even more
 2016-08-25 10:03 UTC  (10+ messages)
` [PATCH v2 1/9] mm,oom_reaper: Reduce find_lock_task_mm() usage
` [PATCH v2 2/9] mm,oom_reaper: Do not attempt to reap a task twice
` [PATCH v2 3/9] oom: keep mm of the killed task available
` [PATCH v2 4/9] kernel, oom: fix potential pgd_lock deadlock from __mmdrop
` [PATCH v2 5/9] mm, oom: get rid of signal_struct::oom_victims
` [PATCH v2 6/9] oom, suspend: fix oom_killer_disable vs. pm suspend properly
` [PATCH v2 7/9] mm, oom: enforce exit_oom_victim on current task
` [PATCH v2 8/9] mm: make sure that kthreads will not refault oom reaped memory
` [PATCH v2 9/9] oom, oom_reaper: allow to reap mm shared by the kthreads

[PATCH v12 0/7] Make cpuid <-> nodeid mapping persistent
 2016-08-25  9:08 UTC  (10+ messages)
` [PATCH v12 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v12 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v12 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v12 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v12 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v12 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v12 7/7] acpi: Provide the interface to validate the proc_id

video-vga.c:undefined reference to `__gcov_init'
 2016-08-25  8:36 UTC 

[RFC 0/4] ZRAM: make it just store the high compression rate page
 2016-08-25  8:25 UTC  (5+ messages)

[wrecked] mm-compaction-more-reliably-increase-direct-compaction-priority.patch removed from -mm tree
 2016-08-25  7:36 UTC  (3+ messages)

[PATCH] mm, swap: Add swap_cluster_list
 2016-08-24 20:47 UTC  (2+ messages)

[PATCH 09/10] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
 2016-08-24 16:42 UTC  (14+ messages)

[RFC] mm: Don't use radix tree writeback tags for pages in swap cache
 2016-08-24 16:12 UTC  (4+ messages)

[PATCH v2] kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
 2016-08-24 15:37 UTC  (5+ messages)

[PATCH v2] mm: memcontrol: avoid unused function warning
 2016-08-24 12:16 UTC  (2+ messages)

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-24 12:02 UTC  (31+ 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

[PATCH] mm: memcontrol: avoid unused function warning
 2016-08-24  9:18 UTC  (3+ messages)

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

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

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

[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  (3+ messages)
` [Revised document] Crossrelease lockdep

4.7.0, cp -al causes OOM
 2016-08-23  2:20 UTC  (5+ messages)

[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 


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