linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-22 03:31:57 to 2016-07-26 07:52:23 UTC [more...]

[PATCH v3 0/8] Change OOM killer to use list of mm_struct
 2016-07-26  7:52 UTC  (14+ messages)

[RFC] mm: bail out in shrin_inactive_list
 2016-07-26  7:46 UTC  (4+ messages)

[PATCH v2] mm: page-flags: Use bool return value instead of int for all XXPageXXX functions
 2016-07-26  7:30 UTC  (2+ messages)

[RFC PATCH 0/2] mempool vs. page allocator interaction
 2016-07-26  7:25 UTC  (23+ messages)
` [RFC PATCH 1/2] mempool: do not consume memory reserves from the reclaim path
  ` [RFC PATCH 2/2] mm, mempool: do not throttle PF_LESS_THROTTLE tasks

[PATCH v2 00/11] mm/slab: reduce lock contention in alloc path
 2016-07-26  7:18 UTC  (4+ messages)
` [PATCH v2 06/11] mm/slab: don't keep free slabs if free_objects exceeds free_limit

[PATCH] mm: correctly handle errors during VMA merging
 2016-07-26  7:03 UTC  (2+ messages)

[PATCH] mm: walk the zone in pageblock_nr_pages steps
 2016-07-26  6:24 UTC  (3+ messages)

[PATCH v10 0/7] Make cpuid <-> nodeid mapping persistent
 2016-07-26  6:10 UTC  (8+ messages)
` [PATCH v10 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v10 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v10 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v10 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v10 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v10 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v10 7/7] acpi: Provide the interface to validate the proc_id

[PATCH v3 00/11] mm: Hardened usercopy
 2016-07-26  4:46 UTC  (8+ messages)
` [PATCH v3 02/11] "

[PATCH v9 0/7] Make cpuid <-> nodeid mapping persistent
 2016-07-26  3:59 UTC  (13+ messages)
` [PATCH v9 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v9 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v9 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v9 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v9 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v9 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v9 7/7] acpi: Provide the interface to validate the proc_id

[PATCH 0/3] new feature: monitoring page cache events
 2016-07-26  3:47 UTC  (4+ messages)
` [PATCH 1/3] mm: support for duet hooks
` [PATCH 2/3] mm/duet: syscall wiring
` [PATCH 3/3] mm/duet: framework code

[PATCH] kexec: add restriction on kexec_load() segment sizes
 2016-07-26  3:03 UTC 

[PATCH v3] mem-hotplug: alloc new page from a nearest neighbor node when mem-offline
 2016-07-26  1:36 UTC  (3+ messages)

[PATCH v4 00/12] mm: Hardened usercopy
 2016-07-26  0:54 UTC  (10+ messages)
` [PATCH v4 12/12] mm: SLUB hardened usercopy support

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-07-26  0:35 UTC  (34+ messages)
` [PATCHv1, RFC 01/33] tools: Add WARN_ON_ONCE
` [PATCHv1, RFC 02/33] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv1, RFC 03/33] radix-tree: Add radix_tree_join
` [PATCHv1, RFC 04/33] radix-tree: Add radix_tree_split
` [PATCHv1, RFC 05/33] radix-tree: Add radix_tree_split_preload()
` [PATCHv1, RFC 06/33] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv1, RFC 07/33] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv1, RFC 08/33] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv1, RFC 09/33] page-flags: relax page flag poliry for PG_error and PG_writeback
` [PATCHv1, RFC 10/33] mm, rmap: account file thp pages
` [PATCHv1, RFC 11/33] thp: allow splitting non-shmem file-backed THPs
` [PATCHv1, RFC 12/33] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv1, RFC 13/33] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv1, RFC 14/33] filemap: handle huge pages in do_generic_file_read()
` [PATCHv1, RFC 15/33] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv1, RFC 16/33] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv1, RFC 17/33] HACK: readahead: alloc huge pages, if allowed
` [PATCHv1, RFC 18/33] HACK: block: bump BIO_MAX_PAGES
` [PATCHv1, RFC 19/33] mm: make write_cache_pages() work on huge pages
` [PATCHv1, RFC 20/33] thp: introduce hpage_size() and hpage_mask()
` [PATCHv1, RFC 21/33] fs: make block_read_full_page() be able to read huge page
` [PATCHv1, RFC 22/33] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv1, RFC 23/33] fs: make block_page_mkwrite() aware about "
` [PATCHv1, RFC 24/33] truncate: make truncate_inode_pages_range() "
` [PATCHv1, RFC 25/33] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv1, RFC 26/33] ext4: make ext4_writepage() work on huge pages
` [PATCHv1, RFC 27/33] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv1, RFC 28/33] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv1, RFC 29/33] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv1, RFC 30/33] ext4: relax assert in ext4_da_page_release_reservation()
` [PATCHv1, RFC 31/33] WIP: ext4: handle writeback with huge pages
` [PATCHv1, RFC 32/33] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv1, RFC 33/33] ext4, vfs: add huge= mount option

[PATCH 0/15 v2] dax: Clear dirty bits after flushing caches
 2016-07-25 21:30 UTC  (17+ messages)
` [PATCH 01/15] mm: Create vm_fault structure earlier
` [PATCH 02/15] mm: Propagate original vm_fault into do_fault_around()
` [PATCH 03/15] mm: Add pmd and orig_pte fields to vm_fault
` [PATCH 04/15] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 05/15] mm: Factor out functionality to finish page faults
` [PATCH 06/15] mm: Move handling of COW faults into DAX code
` [PATCH 07/15] dax: Make cache flushing protected by entry lock
` [PATCH 08/15] mm: Export follow_pte()
` [PATCH 09/15] mm: Remove unnecessary vma->vm_ops check
` [PATCH 10/15] mm: Factor out common parts of write fault handling
` [PATCH 11/15] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 12/15] mm: Lift vm_fault structure creation from do_page_mkwrite()
` [PATCH 13/15] mm: Provide helper for finishing mkwrite faults
` [PATCH 14/15] dax: Protect PTE modification on WP fault by radix tree entry lock
` [PATCH 15/15] dax: Clear dirty entry tags on cache flush

[PATCH] mm: Move readahead limit outside of readahead, and advisory syscalls
 2016-07-25 20:47 UTC  (2+ messages)

[PATCH] mm/memblock.c: fix index adjustment error in __next_mem_range_rev()
 2016-07-25 18:52 UTC  (2+ messages)

[PATCH v2] mem-hotplug: alloc new page from the next node if zone is MOVABLE_ZONE
 2016-07-25  8:54 UTC  (7+ messages)

[linux-next:master 12118/12164] arch/x86/include/asm/dma-mapping.h:12:29: fatal error: linux/dma-attrs.h: No such file or directory
 2016-07-25 12:24 UTC 

[PATCH 0/5] Candidate fixes for premature OOM kills with node-lru v2
 2016-07-25  9:52 UTC  (14+ messages)
` [PATCH 1/5] mm: add per-zone lru list stat
` [PATCH 2/5] mm, vmscan: Remove highmem_file_pages
    ` [PATCH] mm, vmscan: remove highmem_file_pages -fix
` [PATCH 3/5] mm: Remove reclaim and compaction retry approximations
` [PATCH 5/5] mm, vmscan: Account for skipped pages as a partial scan

[PATCH 0/5] Candidate fixes for premature OOM kills with node-lru v1
 2016-07-25  9:20 UTC  (8+ messages)
` [PATCH 1/5] mm, vmscan: Do not account skipped pages as scanned
` [PATCH 2/5] mm: add per-zone lru list stat

[PATCH] zsmalloc: Delete an unnecessary check before the function call "iput"
 2016-07-25  9:08 UTC  (3+ messages)

[PATCH] mm: add per-zone lru list stat -fix
 2016-07-25  8:01 UTC  (2+ messages)

[PATCH 0/2] mm patches
 2016-07-25  7:26 UTC  (5+ messages)
` [PATCH 1/2] mm: add cond_resched to generic_swapfile_activate
` [PATCH 2/2] mm: optimize copy_page_to/from_iter_iovec

[linux-next:master 11825/12329] include/asm-generic/tlb.h:133:3: error: implicit declaration of function '__tlb_adjust_range'
 2016-07-24 21:31 UTC 

tmpfs ability to shrink and expand
 2016-07-24 20:17 UTC  (2+ messages)

use-after-free in mprotect() on linus/master
 2016-07-24 11:04 UTC 

core.c:undefined reference to `fpu_save'
 2016-07-24  3:09 UTC 

[PATCH 0/3] Add names of shrinkers and have tracepoints display them
 2016-07-23 23:21 UTC  (11+ messages)
` [PATCH 1/3] Add a new field to struct shrinker

[PATCH v2] mm: oom: deduplicate victim selection code for memcg and global oom
 2016-07-23 14:49 UTC  (3+ messages)

[PATCH v2] kexec: add resriction on the kexec_load
 2016-07-23 13:37 UTC  (5+ messages)

[PATCH] mm: walk the zone in pageblock_nr_pages steps
 2016-07-23 12:26 UTC 

mmotm 2016-07-22-15-51 uploaded
 2016-07-22 22:51 UTC 

[jirislaby-stable:stable-3.12-queue 2253/5333] arch/mips/kernel/r4k_switch.S:67: Error: opcode not supported on this processor: loongson2e (mips3) `sdc1 $f1,904($4)'
 2016-07-22 12:26 UTC  (2+ messages)
` [kbuild-all] [jirislaby-stable:stable-3.12-queue 2253/5333] arch/mips/kernel/r4k_switch.S:67: Error: opcode not supported on this processor: loongson2e (mips3) `sdc1 $f1, 904($4)'

[linux-next:master 11773/11999] DocBook: drivers/rapidio/rio.c:793: warning: No description found for parameter 'rmap'
 2016-07-22 11:19 UTC 

[RFC PATCH 0/6] fortify oom killer even more
 2016-07-22 11:09 UTC  (6+ messages)
` [RFC PATCH 5/6] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost

mm/compact: why use low watermark to determine whether compact is finished instead of use high watermark?
 2016-07-22  9:30 UTC  (4+ messages)

[PATCH] update sc->nr_reclaimed after each shrink_slab
 2016-07-22  8:18 UTC  (4+ messages)

+ mm-hugetlb-fix-race-when-migrate-pages.patch added to -mm tree
 2016-07-22  7:17 UTC  (11+ messages)

[PATCH v2] kexec: add resriction on the kexec_load
 2016-07-22  6:49 UTC  (2+ messages)

[PATCH] kexec: add resriction on the kexec_load
 2016-07-22  5:52 UTC  (4+ messages)

[PATCH 1/1] powerpc/mm: Add memory barrier in __hugepte_alloc()
 2016-07-22  5:50 UTC  (2+ messages)
` [1/1] "

An question about too1/vm/page-types
 2016-07-22  3:24 UTC 


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