linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-14 21:31:01 to 2017-12-16 01:41:51 UTC [more...]

revamp vmem_altmap / dev_pagemap handling V2
 2017-12-16  1:41 UTC  (20+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate
` [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
` [PATCH 07/17] mm: pass the vmem_altmap to vmemmap_free
` [PATCH 08/17] mm: pass the vmem_altmap to memmap_init_zone
` [PATCH 09/17] mm: split altmap memory map allocation from normal case
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map
` [PATCH 16/17] memremap: change devm_memremap_pages interface to use struct dev_pagemap
` [PATCH 17/17] memremap: merge find_dev_pagemap into get_dev_pagemap

[PATCH v2 00/17] x86/ldt: Use a VMA based read only mapping
 2017-12-16  1:29 UTC  (36+ messages)
` [PATCH v2 01/17] mm/gup: Fixup p*_access_permitted()
` [PATCH v2 11/17] selftests/x86/ldt_gdt: Prepare for access bit forced

[PATCH 2/2] fs, elf: drop MAP_FIXED usage from elf_map
 2017-12-16  0:49 UTC  (2+ messages)
` [2/2] "

[patch 1/2] mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
 2017-12-15 23:04 UTC  (10+ messages)
` [patch v2 "
  ` [patch v2 2/2] mm, oom: avoid reaping only for mm's "

[PATCH -mm -V2] mm, swap: Fix race between swapoff and some swap operations
 2017-12-15 22:27 UTC  (9+ messages)

[PATCH v5 00/78] XArray v5
 2017-12-15 22:04 UTC  (79+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [PATCH v5 02/78] fscache: Use appropriate radix tree accessors
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries
` [PATCH v5 07/78] xarray: Add definition of struct xarray
` [PATCH v5 08/78] xarray: Define struct xa_node
` [PATCH v5 09/78] xarray: Add documentation
` [PATCH v5 10/78] xarray: Add xa_load
` [PATCH v5 11/78] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v5 12/78] xarray: Add xa_store
` [PATCH v5 13/78] xarray: Add xa_cmpxchg
` [PATCH v5 14/78] xarray: Add xa_for_each
` [PATCH v5 15/78] xarray: Add xas_for_each_tag
` [PATCH v5 16/78] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 19/78] xarray: Add xas_create_range
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 22/78] idr: Convert to XArray
` [PATCH v5 23/78] ida: "
` [PATCH v5 24/78] page cache: Convert hole search "
` [PATCH v5 25/78] page cache: Add page_cache_range_empty function
` [PATCH v5 26/78] page cache: Add and replace pages using the XArray
` [PATCH v5 27/78] page cache: Convert page deletion to XArray
` [PATCH v5 28/78] page cache: Convert page cache lookups "
` [PATCH v5 29/78] page cache: Convert delete_batch "
` [PATCH v5 30/78] page cache: Remove stray radix comment
` [PATCH v5 31/78] mm: Convert page-writeback to XArray
` [PATCH v5 32/78] mm: Convert workingset "
` [PATCH v5 33/78] mm: Convert truncate "
` [PATCH v5 34/78] mm: Convert add_to_swap_cache "
` [PATCH v5 35/78] mm: Convert delete_from_swap_cache "
` [PATCH v5 36/78] mm: Convert __do_page_cache_readahead "
` [PATCH v5 37/78] mm: Convert page migration "
` [PATCH v5 38/78] mm: Convert huge_memory "
` [PATCH v5 39/78] mm: Convert collapse_shmem "
` [PATCH v5 40/78] mm: Convert khugepaged_scan_shmem "
` [PATCH v5 41/78] pagevec: Use xa_tag_t
` [PATCH v5 42/78] shmem: Convert replace to XArray
` [PATCH v5 43/78] shmem: Convert shmem_confirm_swap "
` [PATCH v5 44/78] shmem: Convert find_swap_entry "
` [PATCH v5 45/78] shmem: Convert shmem_tag_pins "
` [PATCH v5 46/78] shmem: Convert shmem_wait_for_pins "
` [PATCH v5 47/78] shmem: Convert shmem_add_to_page_cache "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [PATCH v5 49/78] shmem: Convert shmem_free_swap "
` [PATCH v5 50/78] shmem: Convert shmem_partial_swap_usage "
` [PATCH v5 51/78] shmem: Comment fixups
` [PATCH v5 52/78] btrfs: Convert page cache to XArray
` [PATCH v5 53/78] fs: Convert buffer "
` [PATCH v5 54/78] fs: Convert writeback "
` [PATCH v5 55/78] nilfs2: Convert "
` [PATCH v5 56/78] f2fs: "
` [PATCH v5 57/78] lustre: "
` [PATCH v5 58/78] dax: Convert dax_unlock_mapping_entry "
` [PATCH v5 59/78] dax: Convert lock_slot "
` [PATCH v5 60/78] dax: More XArray conversion
` [PATCH v5 61/78] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v5 62/78] dax: Convert dax_writeback_one "
` [PATCH v5 63/78] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v5 64/78] dax: Convert dax_insert_mapping_entry "
` [PATCH v5 65/78] dax: Convert grab_mapping_entry "
` [PATCH v5 66/78] dax: Fix sparse warning
` [PATCH v5 67/78] page cache: Finish XArray conversion
` [PATCH v5 68/78] mm: Convert cgroup writeback to XArray
` [PATCH v5 69/78] vmalloc: Convert "
` [PATCH v5 70/78] brd: "
` [PATCH v5 71/78] xfs: Convert m_perag_tree "
` [PATCH v5 72/78] xfs: Convert pag_ici_root "
` [PATCH v5 73/78] xfs: Convert xfs dquot "
` [PATCH v5 74/78] xfs: Convert mru cache "
` [PATCH v5 75/78] usb: Convert xhci-mem "
` [PATCH v5 76/78] md: Convert raid5-cache "
` [PATCH v5 77/78] irqdomain: Convert "
` [PATCH v5 78/78] fscache: "

About the try to remove cross-release feature entirely by Ingo
 2017-12-15 21:15 UTC  (8+ messages)
` [PATCH] locking/lockdep: Remove the cross-release locking checks

[PATCH resend] mm/page_alloc: fix comment is __get_free_pages
 2017-12-15 20:57 UTC  (12+ messages)

[PATCH v3 0/3] create sysfs representation of ACPI HMAT
 2017-12-15 20:53 UTC  (7+ messages)
` [PATCH v3 1/3] acpi: HMAT support in acpi_parse_entries_array()
` [PATCH v3 2/3] hmat: add heterogeneous memory sysfs support

[PATCH] mm: thp: use down_read_trylock in khugepaged to avoid long block
 2017-12-15 20:04 UTC  (5+ messages)

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-15 19:51 UTC  (14+ messages)

[question] handle the page table RAS error
 2017-12-15 19:35 UTC  (8+ messages)
    ` [question] handle the page table RAS error(Avoid kernel panic when killing an application)
      ` [consult the suggestion]: Avoid kernel panic when killing an application if happen RAS page table error
        ` [Question ]: "

[PATCH v19 3/7] xbitmap: add more operations
 2017-12-15 19:22 UTC  (9+ messages)

[PATCH v19 0/7] Virtio-balloon Enhancement
 2017-12-15 18:42 UTC  (3+ messages)
` [PATCH v19 3/7] xbitmap: add more operations

[PATCH] mm: thp: avoid uninitialized variable use
 2017-12-15 18:01 UTC  (3+ messages)

[PATCH v4 00/73] XArray version 4
 2017-12-15 17:10 UTC  (6+ messages)
` [PATCH v4 08/73] xarray: Add documentation
      ` Naming of tag operations in the XArray
    ` Storing errors "

[PATCHv4 00/12] Do not lose dirty bit on THP pages
 2017-12-15 13:49 UTC  (6+ messages)
` [PATCHv4 09/12] x86/mm: Provide pmdp_establish() helper

[PATCH] mm/slab: Remove redundant assignments for slab_state
 2017-12-15 13:44 UTC 

[PATCH v19 1/7] xbitmap: Introduce xbitmap
 2017-12-15 13:24 UTC  (3+ messages)

[PATCH] mm: save/restore current->journal_info in handle_mm_fault
 2017-12-15 10:33 UTC  (6+ messages)

[PATCH] mm: Reduce memory bloat with THP
 2017-12-15 10:01 UTC  (4+ messages)

[RFC PATCH] mm: unclutter THP migration
 2017-12-15  9:57 UTC  (8+ messages)
` [RFC PATCH 0/3] "
  ` [RFC PATCH 1/3] mm, numa: rework do_pages_move

[RFC PATCH 0/5] mm, hugetlb: allocation API and migration improvements
 2017-12-15  9:33 UTC  (2+ messages)

[PATCH v2 0/2] mm: introduce MAP_FIXED_SAFE
 2017-12-15  9:02 UTC  (8+ messages)
` [PATCH 1/2] mmap.2: document new MAP_FIXED_SAFE flag
  ` [PATCH 2/2] mmap.2: MAP_FIXED updated documentation

[PATCH v19 2/7] xbitmap: potential improvement
 2017-12-15  3:07 UTC  (2+ messages)

mmotm 2017-12-14-16-17 uploaded
 2017-12-15  0:18 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).