linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-14 22:02:41 to 2016-09-19 19:02:58 UTC [more...]

[RFC 0/4] mm, oom: get rid of TIF_MEMDIE
 2016-09-19 19:02 UTC  (5+ messages)

[PATCH 0/2] vma_merge vs rmap_walk SMP race condition fix
 2016-09-19 18:25 UTC  (12+ messages)
` [PATCH 1/2] mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
` [PATCH 2/2] mm: vma_merge: fix race vm_page_prot race condition against rmap_walk
      ` [PATCH 0/1] mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk v2
        ` [PATCH 1/1] mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk
            ` [PATCH 1/2] "
              ` [PATCH 2/2] mm: vma_adjust: remove superfluous check for next not NULL

More OOM problems
 2016-09-19 18:18 UTC  (21+ messages)

[RFC] Arm64 boot fail with numa enable in BIOS
 2016-09-19 17:41 UTC  (4+ messages)

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-19 17:33 UTC  (17+ messages)
` [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

[PATCH] mm: fix oom work when memory is under pressure
 2016-09-19 17:27 UTC  (23+ messages)

[PATCH v3 00/15] lockdep: Implement crossrelease feature
 2016-09-19 16:36 UTC  (18+ messages)
` [PATCH v3 03/15] lockdep: Refactor lookup_chain_cache()
` [PATCH v3 07/15] lockdep: Implement crossrelease feature
` [PATCH v3 15/15] lockdep: Crossrelease feature documentation

[PATCH] mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()
 2016-09-19 15:58 UTC 

[PATCH 1/3] mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
 2016-09-19 15:43 UTC  (11+ messages)
` [PATCH 2/3] cgroup: duplicate cgroup reference when cloning sockets
` [PATCH 3/3] mm: memcontrol: consolidate cgroup socket tracking

[PATCH v2 0/3] powerpc/mm: movable hotplug memory nodes
 2016-09-19 11:53 UTC  (9+ messages)
` [PATCH v2 1/3] drivers/of: recognize status property of dt "
` [PATCH v2 2/3] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH v2 3/3] mm: enable CONFIG_MOVABLE_NODE on powerpc

[PATCH] mm/mempolicy.c: forbid static or relative flags for local NUMA mode
 2016-09-19 11:52 UTC  (2+ messages)

[RFC] scripts: Include postprocessing script for memory allocation tracing
 2016-09-19  9:42 UTC  (4+ messages)

[PATCH v2] mm, proc: Fix region lost in /proc/self/smaps
 2016-09-19  7:21 UTC  (8+ messages)

[question] hugetlb: how to find who use hugetlb?
 2016-09-19  2:39 UTC 

lib/atomic64_test.c:112:9: error: implicit declaration of function 'atomic64_add_unless'
 2016-09-18 16:39 UTC 

[PATCH] mm,ksm: fix endless looping in allocating memory when ksm enable
 2016-09-18 14:49 UTC  (2+ messages)

[REGRESSION] RLIMIT_DATA crashes named
 2016-09-17 21:52 UTC  (14+ messages)

[PATCH] mm: migrate: Return false instead of -EAGAIN for dummy functions
 2016-09-17 15:46 UTC  (2+ messages)

[PATCH V3] mm: Add sysfs interface to dump each node's zonelist information
 2016-09-17  4:26 UTC  (6+ messages)
` [PATCH V4] "

[RFC PATCH 0/4] Reduce tree_lock contention during swap and reclaim of a single file v1
 2016-09-17  1:36 UTC  (6+ messages)
` [PATCH 1/4] mm, vmscan: Batch removal of mappings under a single lock during reclaim

mm/slub.o:undefined reference to `_GLOBAL_OFFSET_TABLE_'
 2016-09-16 21:40 UTC 

[PATCH] mm/shmem.c: constify anon_ops
 2016-09-16 19:06 UTC  (2+ messages)

[PATCH] memory-hotplug: Fix bad area access on dissolve_free_huge_pages()
 2016-09-16 16:25 UTC  (6+ messages)

[PATCHv3 00/41] ext4: support of huge pages
 2016-09-16 12:17 UTC  (47+ messages)
` [PATCHv3 01/41] tools: Add WARN_ON_ONCE
` [PATCHv3 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv3 03/41] radix-tree: Add radix_tree_join
` [PATCHv3 04/41] radix-tree: Add radix_tree_split
` [PATCHv3 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv3 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv3 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv3 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv3 09/41] page-flags: relax page flag policy for few flags
` [PATCHv3 10/41] mm, rmap: account file thp pages
` [PATCHv3 11/41] thp: try to free page's buffers before attempt split
` [PATCHv3 12/41] thp: handle write-protection faults for file THP
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv3 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv3 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv3 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv3 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv3 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv3 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv3 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv3 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv3 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv3 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv3 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv3 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv3 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv3 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv3 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv3 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv3 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv3 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv3 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv3 36/41] ext4: handle writeback with "
` [PATCHv3 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv3 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv3 39/41] ext4: make fallocate() operations work with "
` [PATCHv3 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv3 41/41] ext4, vfs: add huge= mount option

[PATCH v2 0/3] mm, dax: export dax capabilities and mapping size info to userspace
 2016-09-16 10:47 UTC  (16+ messages)
` [PATCH v2 1/3] mm, dax: add VM_SYNC flag for device-dax VMAs
` [PATCH v2 2/3] mm, dax: add VM_DAX flag for DAX VMAs
` [PATCH v2 3/3] mm, mincore2(): retrieve tlb-size attributes of an address range

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-09-16  7:11 UTC  (18+ messages)
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU support for memory encryption
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-09-16  5:54 UTC  (19+ messages)

[PATCH] mm: nobootmem: move the comment of free_all_bootmem
 2016-09-16  3:21 UTC 

[PATCH v5 0/6] Introduce ZONE_CMA
 2016-09-16  3:14 UTC  (3+ messages)
` [PATCH v5 1/6] mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request

[PATCH v2 0/9] re-enable DAX PMD support
 2016-09-15 20:09 UTC  (3+ messages)
` [PATCH v2 2/9] ext2: tell DAX the size of allocation holes

[PATCH 5/7] slab, workqueue: remove keventd_up() usage
 2016-09-15 19:30 UTC 

[PATCH 0/4] reintroduce compaction feedback for OOM decisions
 2016-09-15 18:51 UTC  (2+ messages)

[PATCH RFC 01/11] net/mlx5e: Single flow order-0 pages for Striding RQ
 2016-09-15 14:28 UTC  (2+ messages)

[PATCH] sparse: Track the boundaries of memory sections for accurate checks
 2016-09-15  0:05 UTC  (7+ messages)

mmotm 2016-09-14-16-49 uploaded
 2016-09-14 23:50 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).