linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] memcg: fix memory.high target
 2015-11-24 16:38 UTC  (3+ messages)

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2015-11-24 16:28 UTC  (14+ messages)
` [PATCH v3 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v3 09/22] kthread: Allow to cancel kthread work
` [PATCH v3 17/22] ipmi: Convert kipmi kthread into kthread worker API

[PATCH] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
 2015-11-24 16:26 UTC  (8+ messages)

[PATCH] mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region
 2015-11-24 16:12 UTC  (7+ messages)
` [PATCH v2 1/2] mm: fix incorrect behavior when process virtual address space limit is exceeded
` [PATCH v2 2/2] mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region
    ` [PATCH v3] "

[PATCH 0/2] 2 zone_pages_reclaimable fixes
 2015-11-24 16:03 UTC  (7+ messages)
` [PATCH 1/2] mm, vmscan: consider isolated pages in zone_reclaimable_pages
` [PATCH 2/2] mm, vmscan: do not overestimate anonymous reclaimable pages

[PATCH] mm/compaction: improve comment
 2015-11-24 15:52 UTC  (2+ messages)

[PATCH] mm/vmstat: retrieve more accurate vmstat value
 2015-11-24 15:36 UTC  (2+ messages)

[PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator
 2015-11-24 15:27 UTC  (6+ messages)
` [PATCH 2/3] mm/page_isolation: add new tracepoint, test_pages_isolated
` [PATCH 3/3] mm/cma: always check which page cause allocation failure

[RFC][PATCH] Memory allocation watchdog kernel thread
 2015-11-24 15:24 UTC  (3+ messages)
` [RFC][PATCH v2] "
  ` [RFC][PATCH v3] "

[PATCH] x86/mm: fix regression with huge pages on PAE
 2015-11-24 14:59 UTC  (12+ messages)

WARNING in handle_mm_fault
 2015-11-24 13:50 UTC 

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-24 13:43 UTC  (23+ messages)
` [PATCH 04/14] net: tcp_memcontrol: remove bogus hierarchy pressure propagation
` [PATCH 06/14] net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
` [PATCH 07/14] net: tcp_memcontrol: simplify the per-memcg limit access
` [PATCH 08/14] net: tcp_memcontrol: sanitize tcp memory accounting callbacks
` [PATCH 09/14] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 12/14] mm: memcontrol: move socket code for unified hierarchy accounting
` [PATCH 13/14] mm: memcontrol: account socket memory in unified hierarchy memory controller

[PATCH] vmscan: fix slab vs lru balance
 2015-11-24 12:47 UTC 

[PATCH v2 0/9] page_owner improvements for debugging
 2015-11-24 12:36 UTC  (10+ messages)
` [PATCH v2 1/9] mm, debug: fix wrongly filtered flags in dump_vma()
` [PATCH v2 2/9] mm, page_owner: print symbolic migratetype of both page and pageblock
` [PATCH v2 3/9] mm, page_owner: convert page_owner_inited to static key
` [PATCH v2 4/9] mm, page_owner: copy page owner info during migration
` [PATCH v2 5/9] mm, page_owner: track and print last migrate reason
` [PATCH v2 6/9] mm, debug: introduce dump_gfpflag_names() for symbolic printing of gfp_flags
` [PATCH v2 7/9] mm, page_owner: dump page owner info from dump_page()
` [PATCH v2 8/9] mm, page_alloc: print symbolic gfp_flags on allocation failure
` [PATCH v2 9/9] mm, oom: print symbolic gfp_flags in oom warning

+ arc-convert-to-dma_map_ops.patch added to -mm tree
 2015-11-24 11:39 UTC  (5+ messages)

[PATCH] mm, vmstat: Allow WQ concurrency to discover memory reclaim doesn't make any progress
 2015-11-24 10:54 UTC  (3+ messages)
  ` [PATCH] mm, vmstat: Allow WQ concurrency to discover memoryreclaim "

[PATCH -mm v2] mm: add page_check_address_transhuge helper
 2015-11-24 10:09 UTC  (8+ messages)

[RFC 0/3] OOM detection rework v2
 2015-11-24 10:03 UTC  (16+ messages)
` [RFC 1/3] mm, oom: refactor oom detection
` [RFC 2/3] mm: throttle on IO only when there are too many dirty and writeback pages
` [RFC 3/3] mm: use watermak checks for __GFP_REPEAT high order allocations

[PATCH v2] mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo
 2015-11-24  8:57 UTC 

[PATCH] mm/compaction: __compact_pgdat() code cleanuup
 2015-11-24  8:49 UTC  (3+ messages)

hugepage compaction causes performance drop
 2015-11-24  8:29 UTC  (13+ messages)

[PATCH v3 0/5] Make cpuid <-> nodeid mapping persistent
 2015-11-24  7:13 UTC  (3+ messages)

[PATCH v1] mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
 2015-11-24  5:32 UTC  (6+ messages)

[PATCH 1/2] mm: introduce page reference manipulation functions
 2015-11-24  1:56 UTC  (9+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH] dax: Split pmd map when fallback on COW
 2015-11-23 22:58 UTC  (6+ messages)

[PATCH] mm: Fix mmap MAP_POPULATE for DAX pmd mapping
 2015-11-23 22:15 UTC  (3+ messages)

[PATCH] page-flags: drop __TestClearPage*() helpers
 2015-11-23 21:24 UTC 

[PATCH v2] mm: fix up sparse warning in gfpflags_allow_blocking
 2015-11-23 20:46 UTC  (3+ messages)

[PATCH v3 0/4] Allow customizable random offset to mmap_base address
 2015-11-23 18:55 UTC  (6+ messages)
` [PATCH v3 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
  ` [PATCH v3 2/4] arm: mm: support ARCH_MMAP_RND_BITS
    ` [PATCH v3 3/4] arm64: "

[PATCH] mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo
 2015-11-23 16:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] vmscan: do not force-scan file lru if its absolute size is small
 2015-11-23 16:30 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH 0/2] THP MMU gather
 2015-11-23 16:03 UTC  (4+ messages)
` [PATCH 1/2] mm: thp: introduce thp_mmu_gather to pin tail pages during "

linux-4.4-rc1: TIF_MEMDIE without SIGKILL pending?
 2015-11-23 12:38 UTC  (5+ messages)

[PATCH] fs: clear file set[ug]id when writing via mmap
 2015-11-23 12:34 UTC  (3+ messages)

[PATCH] mm: fix up sparse warning in gfpflags_allow_blocking
 2015-11-23 11:50 UTC  (3+ messages)

[PATCH 0/2] get rid of __alloc_pages_high_priority
 2015-11-23  9:33 UTC  (3+ messages)
` [PATCH 2/2] mm: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim

[PATCH v3 00/13] UEFI boot and runtime services support for 32-bit ARM
 2015-11-23  9:06 UTC  (14+ messages)
` [PATCH v3 01/13] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table
` [PATCH v3 02/13] arm64: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH v3 03/13] arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP
` [PATCH v3 04/13] arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
` [PATCH v3 05/13] arm64/efi: refactor "
` [PATCH v3 06/13] ARM: add support for generic early_ioremap/early_memremap
` [PATCH v3 07/13] ARM: split off core mapping logic from create_mapping
` [PATCH v3 08/13] ARM: factor out allocation routine from __create_mapping()
` [PATCH v3 09/13] ARM: add support for non-global kernel mappings
` [PATCH v3 10/13] ARM: implement create_mapping_late() for EFI use
` [PATCH v3 11/13] ARM: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH v3 12/13] ARM: wire up UEFI init and runtime support
` [PATCH v3 13/13] ARM: add UEFI stub support

WARNING in shmem_evict_inode
 2015-11-23  8:30 UTC  (2+ messages)

Memory exhaustion testing?
 2015-11-20 23:28 UTC  (8+ messages)

[PATCH] Fix a bdi reregistration race, v2
 2015-11-20 22:55 UTC  (3+ messages)

[PATCH v3] arm64: Add support for PTE contiguous bit
 2015-11-20 16:20 UTC  (3+ messages)

[PATCH 1/6] mmput: use notifier chain to call subsystem exit handler
 2015-11-20 15:45 UTC  (13+ messages)

[BISECTED] rcu_sched self-detected stall since 3.17
 2015-11-20 15:35 UTC 

[PATCH] memcg: do not allow to disable tcp accounting after limit is set
 2015-11-20 14:07 UTC 

[PATCH] writeback: fix build warning about may be used uninitialized params
 2015-11-20 10:22 UTC 

[RFC] mm: direct mapping count in /proc/meminfo is error
 2015-11-20  9:46 UTC  (3+ messages)

[PATCH v4 00/16] MADV_FREE support
 2015-11-20  8:02 UTC  (15+ messages)
` [PATCH v4 03/16] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH v4 04/16] mm: free swp_entry in madvise_free
` [PATCH v4 05/16] mm: move lazily freed pages to inactive list
` [PATCH v4 06/16] mm: mark stable page dirty in KSM
` [PATCH v4 07/16] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v4 08/16] sparc: "
` [PATCH v4 09/16] powerpc: "
` [PATCH v4 10/16] arm: add pmd_mkclean "
` [PATCH v4 11/16] arm64: "
` [PATCH v4 12/16] mm: don't split THP page when syscall is called
` [PATCH v4 13/16] mm: introduce wrappers to add new LRU
` [PATCH v4 14/16] mm: introduce lazyfree LRU list
` [PATCH v4 15/16] mm: support MADV_FREE on swapless system
` [PATCH v4 16/16] mm: add knob to tune lazyfreeing

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox