linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/5] Make cpuid <-> nodeid mapping persistent
 2015-11-24  7:13 UTC  (3+ messages)

[PATCH] mm/compaction: __compact_pgdat() code cleanuup
 2015-11-24  6:24 UTC 

[PATCH] mm/vmstat: retrieve more accurate vmstat value
 2015-11-24  6:22 UTC 

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

hugepage compaction causes performance drop
 2015-11-24  4:55 UTC  (11+ messages)

[PATCH -mm v2] mm: add page_check_address_transhuge helper
 2015-11-24  4:29 UTC  (2+ messages)

+ arc-convert-to-dma_map_ops.patch added to -mm tree
 2015-11-24  4:21 UTC 

[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 v3 00/22] kthread: Use kthread worker API more widely
 2015-11-23 22:58 UTC  (12+ messages)
` [PATCH v3 01/22] timer: Allow to check when the timer callback has not finished yet
` [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 v3 18/22] IB/fmr_pool: Convert the cleanup thread "

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

[PATCH] mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region
 2015-11-23 22:14 UTC  (6+ 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] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
 2015-11-23 21:26 UTC  (6+ 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 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-23 19:31 UTC  (28+ 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 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: "

[RFC 0/3] OOM detection rework v2
 2015-11-23 18:24 UTC  (15+ 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] 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] memcg: fix memory.high target
 2015-11-23 16:17 UTC  (2+ messages)

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

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  (9+ 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)

[RFC][PATCH] Memory allocation watchdog kernel thread
 2015-11-22 14:46 UTC  (2+ messages)
` [RFC][PATCH v2] "

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  (17+ messages)
` [PATCH v4 01/16] mm: support madvise(MADV_FREE)
` [PATCH v4 02/16] mm: define MADV_FREE for some arches
` [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

[PATCH v2 00/12] UEFI boot and runtime services support for 32-bit ARM
 2015-11-20  6:31 UTC  (4+ messages)
` [PATCH v2 04/12] arm64/efi: split off EFI init and runtime code for reuse by "

[PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator
 2015-11-20  6:21 UTC  (4+ messages)
` [PATCH 2/3] mm/page_isolation: add new tracepoint, test_pages_isolated

[RFC 0/8] userfaultfd: add write protect support
 2015-11-20  3:13 UTC  (12+ messages)
` [RFC 1/8] userfaultfd: add helper for writeprotect check
` [RFC 2/8] userfaultfd: support write protection for userfault vma range
` [RFC 3/8] userfaultfd: expose writeprotect API to ioctl
` [RFC 4/8] userfaultfd: allow userfaultfd register success with writeprotection
` [RFC 5/8] userfaultfd: undo write proctection in unregister
` [RFC 6/8] userfaultfd: hook userfault handler to write protection fault
` [RFC 7/8] userfaultfd: fault try one more time
` [RFC 8/8] userfaultfd: enabled write protection in userfaultfd API

[patch -mm] mm, vmalloc: remove VM_VPAGES
 2015-11-20  1:46 UTC  (7+ messages)
  ` [kbuild-all] "

[PATCH v2 00/11] DAX fsynx/msync support
 2015-11-20  0:37 UTC  (5+ messages)
` [PATCH v2 11/11] xfs: add support for DAX fsync/msync

mm: bad page flags in free_pages_prepare
 2015-11-19 20:19 UTC 

[PATCH] mm: include linux/pfn.h for PHYS_PFN definition
 2015-11-19 19:13 UTC  (2+ messages)

[PATCH v2 0/6] memcg/kmem: switch to white list policy
 2015-11-19 19:12 UTC  (13+ messages)
` [PATCH v2 1/6] Revert "kernfs: do not account ino_ida allocations to memcg"
` [PATCH v2 2/6] Revert "gfp: add __GFP_NOACCOUNT"
` [PATCH v2 3/6] memcg: only account kmem allocations marked as __GFP_ACCOUNT
` [PATCH v2 4/6] slab: add SLAB_ACCOUNT flag
` [PATCH v2 5/6] vmalloc: allow to account vmalloc to memcg
` [PATCH v2 6/6] Account certain kmem allocations "

[PATCHv2] arm: Update all mm structures with section adjustments
 2015-11-19 19:10 UTC  (2+ messages)

[PATCH] Documentation: Describe the shared memory usage/accounting
 2015-11-19 18:58 UTC 

[PATCH 0/5] page_owner improvements for debugging
 2015-11-19 16:44 UTC  (4+ messages)
` [PATCH 3/5] mm, page_owner: copy page owner info during migration

memory reclaim problems on fs usage
 2015-11-19 15:59 UTC  (5+ messages)

page:  |  | latest

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