linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-12 23:02:03 to 2016-09-15 17:26:32 UTC [more...]

[PATCH v3 00/15] lockdep: Implement crossrelease feature
 2016-09-15 17:25 UTC  (33+ messages)
` [PATCH v3 01/15] x86/dumpstack: Optimize save_stack_trace
` [PATCH v3 02/15] x86/dumpstack: Add save_stack_trace()_fast()
` [PATCH v3 03/15] lockdep: Refactor lookup_chain_cache()
` [PATCH v3 04/15] lockdep: Add a function building a chain between two classes
` [PATCH v3 05/15] lockdep: Make check_prev_add can use a separate stack_trace
` [PATCH v3 06/15] lockdep: Make save_trace can skip stack tracing of the current
` [PATCH v3 07/15] lockdep: Implement crossrelease feature
` [PATCH v3 08/15] lockdep: Make crossrelease use save_stack_trace_fast()
` [PATCH v3 09/15] lockdep: Make print_circular_bug() crosslock-aware
` [PATCH v3 10/15] lockdep: Apply crossrelease to completion operation
` [PATCH v3 11/15] pagemap.h: Remove trailing white space
` [PATCH v3 12/15] lockdep: Apply crossrelease to PG_locked lock
` [PATCH v3 13/15] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH v3 14/15] lockdep: Move data used in CONFIG_LOCKDEP_PAGELOCK from page to page_ext
` [PATCH v3 15/15] lockdep: Crossrelease feature documentation
` [FYI] Output of 'cat /proc/lockdep' after applying crossrelease

[PATCH v2 0/3] mm, dax: export dax capabilities and mapping size info to userspace
 2016-09-15 17:09 UTC  (7+ 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-15 17:08 UTC  (35+ messages)
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU "
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption

[RFC 0/4] mm, oom: get rid of TIF_MEMDIE
 2016-09-15 14:41 UTC  (4+ messages)
` [RFC 3/4] mm, oom: do not rely on TIF_MEMDIE for exit_oom_victim

[PATCH v2 0/3] powerpc/mm: movable hotplug memory nodes
 2016-09-15 14:31 UTC  (6+ 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 1/3] mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
 2016-09-15 14:27 UTC  (9+ messages)
` [PATCH 2/3] cgroup: duplicate cgroup reference when cloning sockets
` [PATCH 3/3] mm: memcontrol: consolidate cgroup socket tracking

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

[PATCHv3 00/41] ext4: support of huge pages
 2016-09-15 12:27 UTC  (43+ 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

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-09-15 11:42 UTC  (23+ 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 

[PATCH] mm/shmem.c: constify anon_ops
 2016-09-14 22:02 UTC 

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

[PATCHv5 0/6] x86: 32-bit compatible C/R on x86_64
 2016-09-14 15:56 UTC  (2+ messages)

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

[fuse-devel] Kernel panic under load
 2016-09-14 14:51 UTC  (5+ messages)

[RFC PATCH v2 0/3] Add support for eXclusive Page Frame Ownership (XPFO)
 2016-09-14 14:48 UTC  (12+ messages)
  ` [RFC PATCH v2 1/3] "
  ` [RFC PATCH v2 2/3] xpfo: Only put previous userspace pages into the hot cache
    ` [kernel-hardening] "
  ` [RFC PATCH v2 3/3] block: Always use a bounce buffer when XPFO is enabled
  ` [kernel-hardening] [RFC PATCH v2 0/3] Add support for eXclusive Page Frame Ownership (XPFO)

[PATCH] mm: fix oom work when memory is under pressure
 2016-09-14 13:52 UTC  (17+ messages)

[PATCH] sched,numa,mm: revert to checking pmd/pte_write instead of VMA flags
 2016-09-14  9:25 UTC  (4+ messages)

[PATCH] PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO
 2016-09-14  1:00 UTC  (2+ messages)

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-13 23:52 UTC  (10+ messages)

[PATCH -v2] mm: Don't use radix tree writeback tags for pages in swap cache
 2016-09-13 21:29 UTC  (7+ messages)
` [PATCH 0/2] do not squash mapping flags and gfp_mask together (was: Re: [PATCH -v2] mm: Don't use radix tree writeback tags for pages in)
  ` [PATCH 1/2] fs: use mapping_set_error instead of opencoded set_bit

[RFC PATCH 1/2] mm, mincore2(): retrieve dax and tlb-size attributes of an address range
 2016-09-13 18:44 UTC  (8+ messages)
` [RFC PATCH 2/2] x86: wire up mincore2()

[RFC] scripts: Include postprocessing script for memory allocation tracing
 2016-09-13 18:04 UTC  (3+ messages)

Memory fragmentation issue related suggestion request
 2016-09-13 17:21 UTC  (3+ messages)

Qustion:: hungtask will come up when ksm enable
 2016-09-13 13:37 UTC 

[RFC] mm: Change the data type of huge page size from unsigned long to u64
 2016-09-13 13:08 UTC  (5+ messages)

[PATCH v12 0/7] Make cpuid <-> nodeid mapping persistent
 2016-09-13 11:33 UTC  (3+ messages)

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-09-13  9:56 UTC  (3+ messages)
` [RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes

[RFC 3/4] mm, oom: do not rely on TIF_MEMDIE for exit_oom_victim
 2016-09-13  7:21 UTC  (7+ messages)

[PATCH 0/3][V2] Provide accounting for dirty metadata
 2016-09-12 23:18 UTC  (9+ messages)
` [PATCH 2/3] writeback: allow for dirty metadata accounting


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