linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-22 12:09:40 to 2016-08-25 10:03:45 UTC [more...]

[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 

[PATCH v6 00/20] kthread: Use kthread worker API more widely
 2016-08-25  8:33 UTC  (3+ messages)
` [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API

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

[PATCH v2 0/9] re-enable DAX PMD support
 2016-08-25  7:57 UTC  (11+ 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

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

[PATCH v3] mm/slab: Improve performance of gathering slabinfo stats
 2016-08-25  7:32 UTC  (11+ 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 killer changes
 2016-08-25  7:22 UTC  (17+ messages)

OOM detection regressions since 4.7
 2016-08-25  7:17 UTC  (20+ messages)

[PATCH] mm: clarify COMPACTION Kconfig text
 2016-08-25  6:54 UTC  (5+ messages)

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-25  3:58 UTC  (22+ 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] mm: silently skip readahead for DAX inodes
 2016-08-24 22:47 UTC  (4+ messages)
  ` [PATCH v2] "

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

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

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

[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

[PATCH 0/2] seq: Speed up /proc/<pid>/smaps
 2016-08-22 12:09 UTC  (6+ messages)
` [PATCH 2/2] proc: task_mmu: Reduce output processing cpu time


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