linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-26 19:11:25 to 2016-04-28 13:24:51 UTC [more...]

[PATCH 0/19] get rid of superfluous __GFP_REPEAT
 2016-04-28 13:24 UTC  (18+ messages)
` [PATCH 01/20] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
` [PATCH 02/20] x86: get rid of superfluous __GFP_REPEAT
` [PATCH 03/20] x86/efi: "
` [PATCH 04/20] arm: "
` [PATCH 05/20] arm64: "
` [PATCH 06/20] arc: "
` [PATCH 07/20] mips: "
` [PATCH 08/20] nios2: "
` [PATCH 09/20] parisc: "
` [PATCH 10/20] score: "
` [PATCH 11/20] powerpc: "
` [PATCH 12/20] sparc: "
` [PATCH 13/20] s390: "
` [PATCH 14/20] sh: "
` [PATCH 15/20] tile: "
` [PATCH 16/20] unicore32: "
` [PATCH 19/20] md: simplify free_params for kmalloc vs vmalloc fallback

[PATCH 0.14] oom detection rework v6
 2016-04-28 12:39 UTC  (9+ messages)
` [PATCH 08/14] mm, compaction: Abstract compaction feedback to helpers
` [PATCH 09/14] mm: use compaction feedback for thp backoff conditions
` [PATCH 14/14] mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders

Confusing olddefault prompt for Z3FOLD
 2016-04-28 11:58 UTC  (4+ messages)

[PATCH v2 1/2] mm, kasan: don't call kasan_krealloc() from ksize()
 2016-04-28 11:31 UTC  (3+ messages)

[LKP] [lkp] [mm, oom] faad2185f4: vm-scalability.throughput -11.8% regression
 2016-04-28 11:21 UTC  (4+ messages)

[PATCH v2 0/6] Introduce ZONE_CMA
 2016-04-28 10:39 UTC  (5+ messages)
` [PATCH v2 1/6] mm/page_alloc: recalculate some of zone threshold when on/offline memory

[PATCH] mm/zpool: use workqueue for zpool_destroy
 2016-04-28  9:13 UTC  (8+ messages)
` [PATCH] mm/zswap: use workqueue to destroy pool
      ` [PATCH] mm/zswap: provide unique zpool name

[PATCH 00/27] Move LRU page reclaim from zones to nodes v5
 2016-04-28  8:36 UTC  (3+ messages)
` [PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes

[PATCH 0/2] scop GFP_NOFS api
 2016-04-28  8:17 UTC  (21+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
  ` [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
    ` [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context

post-copy is broken?
 2016-04-28  8:03 UTC  (13+ messages)

[PATCH] powerpc/mm: Always use STRICT_MM_TYPECHECKS
 2016-04-28  5:27 UTC  (4+ messages)

[mmotm:master 190/376] mm/page_alloc.c:995: warning: 'free_pages_prepare' declared inline after being called
 2016-04-28  4:22 UTC 

[PATCH v4 00/13] Support non-lru page migration
 2016-04-27 23:54 UTC  (15+ messages)
` [PATCH v4 01/12] mm: use put_page to free page instead of putback_lru_page
` [PATCH v4 02/12] mm: migrate: support non-lru movable page migration
` [PATCH v4 03/12] mm: balloon: use general non-lru movable page feature
` [PATCH v4 04/12] zsmalloc: keep max_object in size_class
` [PATCH v4 05/12] zsmalloc: use bit_spin_lock
` [PATCH v4 06/12] zsmalloc: use accessor
` [PATCH v4 07/12] zsmalloc: factor page chain functionality out
` [PATCH v4 08/12] zsmalloc: introduce zspage structure
` [PATCH v4 09/12] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v4 10/12] zsmalloc: use freeobj for index
` [PATCH v4 11/12] zsmalloc: page migration support
` [PATCH v4 12/12] zram: use __GFP_MOVABLE for memory allocation

mmotm 2016-04-27-15-21 uploaded
 2016-04-27 22:21 UTC 

[PATCH] mm: Refactor find_get_pages() & friends
 2016-04-27 21:27 UTC  (4+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] mm: Real pagecache iterators

[PATCH] mm: put activate_page_pvecs and others pagevec together
 2016-04-27 21:03 UTC  (2+ messages)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-27 20:10 UTC  (45+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 04/18] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
` [RFC PATCH v1 11/18] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v1 12/18] x86: Access device tree in the clear
` [RFC PATCH v1 13/18] x86: DMA support for memory encryption
` [RFC PATCH v1 14/18] iommu/amd: AMD IOMMU "
` [RFC PATCH v1 15/18] x86: Enable memory encryption on the APs
` [RFC PATCH v1 16/18] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v1 17/18] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption

[PATCH v5] mm: SLAB freelist randomization
 2016-04-27 20:04 UTC  (3+ messages)

mm: pages are not freed from lru_add_pvecs after process termination
 2016-04-27 17:11 UTC  (2+ messages)

[BUG] set_pte_at: racy dirty state clearing warning
 2016-04-27 16:50 UTC  (3+ messages)

[PATCH 1/1] mm: thp: kvm: fix memory corruption in KVM with THP enabled
 2016-04-27 16:03 UTC  (6+ messages)

[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
 2016-04-27 15:48 UTC  (5+ messages)

[PATCH v4] mm: SLAB freelist randomization
 2016-04-27 15:40 UTC  (6+ messages)

[PATCH 00/28] Optimise page alloc/free fast paths v3
 2016-04-27 15:31 UTC  (22+ messages)
` [PATCH 13/28] mm, page_alloc: Remove redundant check for empty zonelist
  ` [PATCH 23/28] mm, page_alloc: Check multiple page fields with a single branch
  ` [PATCH 26/28] cpuset: use static key better and convert to new API
  ` [PATCH 27/28] mm, page_alloc: Defer debugging checks of freed pages until a PCP drain
      ` [PATCH 1/3] mm, page_alloc: un-inline the bad part of free_pages_check
        ` [PATCH 2/3] mm, page_alloc: pull out side effects from free_pages_check
        ` [PATCH 3/3] mm, page_alloc: don't duplicate code in free_pcp_prepare
  ` [PATCH 28/28] mm, page_alloc: Defer debugging checks of pages allocated from the PCP

[PATCH 0/6] Optimise page alloc/free fast paths followup v2
 2016-04-27 14:57 UTC  (7+ messages)
` [PATCH 1/6] mm, page_alloc: Only check PageCompound for high-order pages -fix
` [PATCH 2/6] mm, page_alloc: move might_sleep_if check to the allocator slowpath -revert
` [PATCH 3/6] mm, page_alloc: Check once if a zone has isolated pageblocks -fix
` [PATCH 4/6] mm, page_alloc: un-inline the bad part of free_pages_check
` [PATCH 5/6] mm, page_alloc: pull out side effects from free_pages_check
` [PATCH 6/6] mm, page_alloc: don't duplicate code in free_pcp_prepare

[PATCH 0/4] Optimise page alloc/free fast paths followup v1
 2016-04-27 12:30 UTC  (6+ messages)
` [PATCH 1/4] mm, page_alloc: Only check PageCompound for high-order pages -fix
` [PATCH 2/4] mm, page_alloc: inline the fast path of the zonelist iterator -fix
` [PATCH 3/4] mm, page_alloc: move might_sleep_if check to the allocator slowpath -revert
` [PATCH 4/4] mm, page_alloc: Check once if a zone has isolated pageblocks -fix

[PATCH] mm,oom: Re-enable OOM killer using timeout
 2016-04-27 11:11 UTC  (7+ messages)

[PATCH] mm,oom: Re-enable OOM killer using timeout
 2016-04-27 10:43 UTC  (6+ messages)
` [PATCH v2] "

[BUG linux-next] Kernel panic found with linux-next-20160414
 2016-04-27  8:51 UTC  (5+ messages)

[PATCH] mm/memory_failure: unify the output-prefix for printk()
 2016-04-27  8:44 UTC 

[PATCH 0/19] get rid of superfluous __GFP_REPORT
 2016-04-27  8:35 UTC  (9+ messages)
` [PATCH 17/19] dm: get rid of superfluous gfp flags

[PATCH v4 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-04-27  7:38 UTC  (6+ messages)

[PATCH 00/19] Radix tree cleanups
 2016-04-27  5:43 UTC  (3+ messages)
` [PATCH 02/19] radix-tree: Miscellaneous fixes

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-04-27  4:27 UTC  (3+ messages)
` [PATCH 16/18] dax: New "

[PATCH 0/3] mainline and mmotm compaction fixes
 2016-04-27  0:59 UTC  (8+ messages)
  ` [PATCH 4.6 1/3] mm, cma: prevent nr_isolated_* counters from going negative
  ` [PATCH mmotm 3/3] mm, compaction: prevent nr_isolated_* "

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-26 22:47 UTC  (11+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 04/18] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[BUG linux-next] kernel NULL pointer dereference on linux-next-20160420
 2016-04-26 21:45 UTC  (3+ 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).