Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-24 20:12:27 to 2015-08-27 09:04:48 UTC [more...]

[PATCH 00/11] THP support for ARC
 2015-08-27  9:03 UTC  (8+ messages)
` [PATCH 01/11] ARC: mm: pte flags comsetic cleanups, comments
` [PATCH 02/11] ARC: mm: Introduce PTE_SPECIAL
` [PATCH 03/11] Documentation/features/vm: pte_special now supported by ARC
` [PATCH 04/11] ARCv2: mm: THP support
` [PATCH 05/11] ARCv2: mm: THP: boot validation/reporting
` [PATCH 06/11] Documentation/features/vm: THP now supported by ARC
` [PATCH 07/11] mm: move some code around

[PATCH V3] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-08-27  8:54 UTC 

[PATCH 1/2] android, lmk: Protect task->comm with task_lock
 2015-08-27  8:44 UTC  (4+ messages)
` [PATCH 2/2] android, lmk: Reverse the order of setting TIF_MEMDIE and sending SIGKILL

[REPOST] [PATCH 2/2] mm,oom: Reverse the order of setting TIF_MEMDIE and sending SIGKILL
 2015-08-27  8:40 UTC  (11+ messages)

[PATCH v2 0/9] initial struct page support for pmem
 2015-08-27  7:33 UTC  (16+ messages)
` [PATCH v2 1/9] dax: drop size parameter to ->direct_access()
` [PATCH v2 2/9] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h
` [PATCH v2 3/9] mm: ZONE_DEVICE for "device memory"
` [PATCH v2 4/9] add devm_memremap_pages
` [PATCH v2 5/9] x86, pmem: push fallback handling to arch code
` [PATCH v2 6/9] libnvdimm, pfn: 'struct page' provider infrastructure
` [PATCH v2 7/9] libnvdimm, pmem: 'struct page' for pmem
` [PATCH v2 8/9] libnvdimm, pmem: direct map legacy pmem by default
` [PATCH v2 9/9] devm_memremap_pages: protect against pmem device unbind

[PATCH v3 0/4] enhance shmem process and swap accounting
 2015-08-27  7:22 UTC  (4+ messages)
` [PATCH v3 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-08-27  6:48 UTC  (12+ messages)
` [PATCH v5 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v5 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status

[PATCHv3 0/5] Fix compound_head() race
 2015-08-26 23:34 UTC  (19+ messages)
` [PATCHv3 1/5] mm: drop page->slab_page
` [PATCHv3 4/5] mm: make compound_head() robust

[patch -mm] mm, oom: add global access to memory reserves on livelock
 2015-08-26 22:23 UTC  (10+ messages)

[PATCH 0/2] zswap: use charp type params instead of fixed-len strings
 2015-08-26 18:32 UTC  (3+ messages)
` [PATCH 1/2] module: export param_free_charp()
` [PATCH 2/2] zswap: use charp for zswap param strings

[PATCH] zpool: remove redundant zpool->type string, const-ify zpool_get_type
 2015-08-26 18:26 UTC 

[PATCH v8 0/6] Allow user to request memory to be locked on page fault
 2015-08-26 18:24 UTC  (7+ messages)
` [PATCH v8 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH v8 2/6] mm: mlock: Add new mlock system call
` [PATCH v8 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH v8 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v8 5/6] selftests: vm: Add tests for lock on fault
` [PATCH v8 6/6] mips: Add entry for new mlock2 syscall

[PATCH 00/12] Remove zonelist cache and high-order watermark checking v3
 2015-08-26 18:10 UTC  (31+ messages)
` [PATCH 03/12] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 04/12] mm, page_alloc: Only check cpusets when one exists that can be mem-controlled
` [PATCH 05/12] mm, page_alloc: Remove unecessary recheck of nodemask
` [PATCH 06/12] mm, page_alloc: Use masks and shifts when converting GFP flags to migrate types
` [PATCH 07/12] mm, page_alloc: Distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
` [PATCH 08/12] mm, page_alloc: Rename __GFP_WAIT to __GFP_RECLAIM
` [PATCH 11/12] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 12/12] mm, page_alloc: Only enforce watermarks for order-0 allocations

[PATCH 00/10] mm: fix instances of non-modular code using modular fcns
 2015-08-26 16:47 UTC  (16+ messages)
` [PATCH 01/10] mm: make cleancache.c explicitly non-modular
` [PATCH 02/10] mm: make slab_common.c "
` [PATCH 03/10] mm: make hugetlb.c "
` [PATCH 04/10] mm: make vmscan.c "
` [PATCH 05/10] mm: make page_alloc.c "
` [PATCH 06/10] mm: make vmstat.c "
` [PATCH 07/10] mm: make workingset.c "
` [PATCH 08/10] mm: make vmalloc.c "
` [PATCH 09/10] mm: make frontswap.c "
` [PATCH 10/10] mm: make kasan.c "

[PATCH v7 0/6] Allow user to request memory to be locked on page fault
 2015-08-26 15:35 UTC  (17+ messages)
` [PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT

[PATCH v2] mm/page_alloc: add a helper function to check page before alloc/free
 2015-08-26 14:50 UTC  (3+ messages)

[PATCH 1/2] mm/page_alloc: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_reserve_ratio
 2015-08-26 14:29 UTC  (7+ messages)
` [PATCH 2/2] Documentation: clarify in calculating zone protection

[PATCH] mm/page_alloc: remove unused parameter in init_currently_empty_zone()
 2015-08-26 14:26 UTC 

Questions about PASR patch
 2015-08-26 13:06 UTC 

[PATCH] mm/backing-dev: Check return value of the debugfs_create_dir()
 2015-08-26 10:11 UTC  (5+ messages)

[PATCH v2 0/3] Introduce "efi_fake_mem_mirror" boot option
 2015-08-26 17:11 UTC  (4+ messages)
` [PATCH v2 1/3] efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()
` [PATCH v2 2/3] efi: Change abbreviation of EFI_MEMORY_RUNTIME from "RUN" to "RT"
` [PATCH v2 3/3] x86, efi: Add "efi_fake_mem_mirror" boot option

[PATCH] Memory hot added,The memory can not been added to movable zone
 2015-08-26  7:53 UTC  (10+ messages)

[PATCH 1/2] memory-hotplug: fix wrong edge when hot add a new node
 2015-08-26  7:19 UTC  (7+ messages)
` [PATCH 2/2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()

[PATCH 1/1] memhp: Add hot-added memory ranges to memblock before allocate node_data for a node
 2015-08-26  6:45 UTC  (4+ messages)

[PATCH V2] mm:memory hot-add: memory can not been added to movable zone
 2015-08-26  0:38 UTC  (3+ messages)

[PATCH] memory-hotplug: fix comment in zone_spanned_pages_in_node() and zone_spanned_pages_in_node()
 2015-08-25 23:35 UTC  (2+ messages)

[PATCH v4 0/11] x86/mm: Handle large PAT bit in pud/pmd interfaces
 2015-08-25 21:55 UTC  (12+ messages)
` [PATCH v4 1/11] x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
` [PATCH v4 2/11] x86/asm: Move PUD_PAGE macros to page_types.h
` [PATCH v4 3/11] x86/asm: Add pud/pmd mask interfaces to handle large PAT bit
` [PATCH v4 4/11] x86/asm: Fix pud/pmd "
` [PATCH v4 5/11] x86/asm: Add pud_pgprot() and pmd_pgprot()
` [PATCH v4 6/11] x86/mm: Fix page table dump to show PAT bit
` [PATCH v4 7/11] x86/mm: Fix slow_virt_to_phys() to handle large "
` [PATCH v4 8/11] x86/mm: Fix gup_huge_p?d() "
` [PATCH v4 9/11] x86/mm: Fix try_preserve_large_page() "
` [PATCH v4 10/11] x86/mm: Fix __split_large_page() "
` [PATCH v4 11/11] x86/mm: Fix no-change case in try_preserve_large_page()

[PATCH] mm: mmap: Check all failures before set values
 2015-08-25 21:33 UTC  (9+ messages)

[PATCHv2 0/4] Fix compound_head() race
 2015-08-25 17:10 UTC  (5+ messages)
` [PATCHv2 2/4] zsmalloc: use page->private instead of page->first_page

[PATCH 0/3] mm/vmalloc: Cache the /proc/meminfo vmalloc statistics
 2015-08-25 17:03 UTC  (7+ messages)
  ` [PATCH 3/3 v3] mm/vmalloc: Cache the vmalloc memory info

[PATCH 3/3 v5] mm/vmalloc: Cache the vmalloc memory info
 2015-08-25 15:11 UTC  (7+ messages)
  ` [PATCH 3/3 v6] "

[PATCH v3 0/10] x86/mm: Handle large PAT bit in pud/pmd interfaces
 2015-08-25 14:15 UTC  (8+ messages)
` [PATCH v3 1/10] x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
` [PATCH v3 3/10] x86/asm: Fix pud/pmd interfaces to handle large PAT bit

Can we disable transparent hugepages for lack of a legitimate use case please?
 2015-08-25  9:56 UTC  (6+ messages)

[PATCH v2 5/5] arm64: add KASan support
 2015-08-25  9:15 UTC  (11+ messages)

[PATCH] mm/khugepaged: Allow to interrupt allocation sleep again
 2015-08-25  9:12 UTC  (5+ messages)

[PATCH] mm/cma_debug: Check return value of the debugfs_create_dir()
 2015-08-25  7:52 UTC 

[PATCH] zswap: update docs for runtime-changeable attributes
 2015-08-25  6:22 UTC  (7+ messages)

mmotm 2015-08-24-16-12 uploaded
 2015-08-24 23:13 UTC 

[PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT
 2015-08-24 20:26 UTC  (11+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).