Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-25 11:44:19 to 2015-08-28 14:18:34 UTC [more...]

[PATCH v8 0/6] Allow user to request memory to be locked on page fault
 2015-08-28 14:18 UTC  (8+ 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-28 14:12 UTC  (34+ 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/11] THP support for ARC
 2015-08-28  6:09 UTC  (15+ 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 08/11] mm,thp: reduce ifdef'ery for THP in generic code
` [PATCH 09/11] mm,thp: introduce flush_pmd_tlb_range
` [PATCH 10/11] ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimization
` [PATCH 11/11] ARCv2: Add a DT which enables THP

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

[PATCH] mm, migrate: count pages failing all retries in vmstat and tracepoint
 2015-08-27 21:35 UTC  (3+ messages)

[patch -mm] mm, oom: add global access to memory reserves on livelock
 2015-08-27 20:52 UTC  (12+ messages)

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-08-27 20:44 UTC  (14+ 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

[PATCH v1] mm/memblock: Add memblock_first_region_size() helper
 2015-08-27 19:19 UTC 

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

[PATCH] mm/memblock.c: fix comment in the __next_mem_range()
 2015-08-27 18:19 UTC 

[PATCH] mm/cma_debug: Check return value of the debugfs_create_dir()
 2015-08-27 15:38 UTC  (2+ messages)

[PATCH 1/3] mm, compaction: export tracepoints status strings to userspace
 2015-08-27 15:24 UTC  (3+ messages)
` [PATCH 2/3] mm, compaction: export tracepoints zone names "
` [PATCH 3/3] mm, compaction: disginguish contended status in tracepoint

[PATCHv4 0/7] Fix compound_head() race
 2015-08-27 15:21 UTC  (10+ messages)
` [PATCHv4 1/7] mm: drop page->slab_page
` [PATCHv4 2/7] slub: use page->rcu_head instead of page->lru plus cast
` [PATCHv4 3/7] zsmalloc: use page->private instead of page->first_page
` [PATCHv4 4/7] mm: pack compound_dtor and compound_order into one word in struct page
` [PATCHv4 5/7] mm: make compound_head() robust
` [PATCHv4 6/7] mm: use 'unsigned int' for page order
` [PATCHv4 7/7] mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT

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

[REPOST] [PATCH 1/2] mm: Fix race between setting TIF_MEMDIE and __alloc_pages_high_priority()
 2015-08-27 13:49 UTC  (5+ messages)

[PATCH v3] mm/page_alloc: add a helper function to check page before alloc/free
 2015-08-27 12:51 UTC 

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

[PATCH V3] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-08-27 11:07 UTC  (3+ messages)

[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

[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] zpool: remove redundant zpool->type string, const-ify zpool_get_type
 2015-08-26 18:26 UTC 

[PATCH 00/10] mm: fix instances of non-modular code using modular fcns
 2015-08-26 16:47 UTC  (6+ messages)
` [PATCH 02/10] mm: make slab_common.c explicitly non-modular
` [PATCH 03/10] mm: make hugetlb.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 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  (4+ 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  (7+ messages)

[PATCHv2 0/4] Fix compound_head() race
 2015-08-25 17:10 UTC  (4+ 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  (6+ 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  (4+ messages)
` [PATCH v3 3/10] x86/asm: Fix pud/pmd interfaces to handle large PAT bit


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