linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-04 02:56:57 to 2018-04-05 15:40:07 UTC [more...]

[PATCH] gup: return -EFAULT on access_ok failure
 2018-04-05 15:40 UTC  (4+ messages)

[PATCH v1] kernel/trace:check the val against the available mem
 2018-04-05 15:32 UTC  (36+ messages)

[PATCH v1] mm: consider non-anonymous thp as unmovable page
 2018-04-05 15:05 UTC  (10+ messages)

[RFC] mm: memory.low heirarchical behavior
 2018-04-05 15:00 UTC  (6+ messages)

[PATCH 1/1] z3fold: fix memory leak
 2018-04-05 14:57 UTC  (4+ messages)

[PATCH] ring-buffer: Add set/clear_current_oom_origin() during allocations
 2018-04-05 14:51 UTC  (8+ messages)

[RFC] mm: allow to decrease swap.max below actual swap usage
 2018-04-05 14:47 UTC  (2+ messages)

[PATCH] ring-buffer: Check if memory is available before allocation
 2018-04-05 14:44 UTC 

[PATCH v30 0/4] Virtio-balloon: support free page reporting
 2018-04-05 14:03 UTC  (9+ messages)
` [PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT

[PATCH v1 1/1] mm/ksm: fix inconsistent accounting of zero pages
 2018-04-05 13:50 UTC  (2+ messages)

[PATCH v2 0/2] optimize memory hotplug
 2018-04-05 13:49 UTC  (9+ messages)
` [PATCH v2 1/2] mm: uninitialized struct page poisoning sanity checking

[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-04-05 13:02 UTC  (7+ messages)
` [RFC PATCH v2 13/15] khwasan: add hooks implementation

[PATCH v9 00/24] Speculative page faults
 2018-04-05 12:53 UTC  (29+ messages)
` [PATCH v9 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
` [PATCH v9 09/24] mm: protect mremap() against SPF hanlder
` [PATCH v9 11/24] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v9 14/24] mm: Introduce __maybe_mkwrite()
` [PATCH v9 15/24] mm: Introduce __vm_normal_page()

[PATCH v7 0/5] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-04-05 12:50 UTC  (11+ messages)
` [PATCH v7 1/5] mm: page_alloc: remain memblock_next_valid_pfn() "
` [PATCH v7 2/5] arm: arm64: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v7 3/5] mm/memblock: introduce memblock_search_pfn_regions()
` [PATCH v7 4/5] arm: arm64: introduce pfn_valid_region()
` [PATCH v7 5/5] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()

WARNING in account_page_dirtied
 2018-04-05 11:41 UTC  (6+ messages)

[PATCH] mm/page_alloc: call set_pageblock_order() once for each node
 2018-04-05  9:55 UTC  (6+ messages)

[PATCH] mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving
 2018-04-05  8:27 UTC  (5+ messages)

[PATCH v1] mm: help the ALLOC_HARDER allocation pass the watermarki when CMA on
 2018-04-05  7:44 UTC  (8+ messages)

[RFC PATCH 1/1 v2] vmscan: Support multiple kswapd threads per node
 2018-04-05  6:10 UTC  (2+ messages)

[RFC PATCH 0/1] mm: Support multiple kswapd threads per node
 2018-04-05  4:08 UTC  (8+ messages)
` [RFC PATCH 1/1] vmscan: "

[PATCH v10 00/62] Convert page cache to XArray
 2018-04-05  3:52 UTC  (3+ messages)

[mm] b1f0502d04: INFO:trying_to_register_non-static_key
 2018-04-04 21:53 UTC  (9+ messages)

[RFC PATCH 00/79] Generic page write protection and a solution to page waitqueue
 2018-04-04 19:18 UTC  (42+ messages)
` [RFC PATCH 04/79] pipe: add inode field to struct pipe_inode_info
` [RFC PATCH 05/79] mm/swap: add an helper to get address_space from swap_entry_t
` [RFC PATCH 06/79] mm/page: add helpers to dereference struct page index field
` [RFC PATCH 07/79] mm/page: add helpers to find mapping give a page and buffer head
` [RFC PATCH 08/79] mm/page: add helpers to find page mapping and private given a bio
` [RFC PATCH 09/79] fs: add struct address_space to read_cache_page() callback argument
` [RFC PATCH 20/79] fs: add struct address_space to write_cache_pages() "
` [RFC PATCH 22/79] fs: add struct inode to block_read_full_page() arguments
` [RFC PATCH 24/79] fs: add struct inode to nobh_writepage() arguments
` [RFC PATCH 26/79] fs: add struct address_space to mpage_readpage() arguments
` [RFC PATCH 27/79] fs: add struct address_space to fscache_read*() callback arguments
` [RFC PATCH 28/79] fs: introduce page_is_truncated() helper
` [RFC PATCH 29/79] fs/block: add struct address_space to bdev_write_page() arguments
` [RFC PATCH 30/79] fs/block: add struct address_space to __block_write_begin() arguments
` [RFC PATCH 31/79] fs/block: add struct address_space to __block_write_begin_int() args
` [RFC PATCH 32/79] fs/block: do not rely on page->mapping get it from the context
` [RFC PATCH 33/79] fs/journal: add struct super_block to jbd2_journal_forget() arguments
` [RFC PATCH 34/79] fs/journal: add struct inode to jbd2_journal_revoke() arguments
` [RFC PATCH 35/79] fs/buffer: add struct address_space and struct page to end_io callback
` [RFC PATCH 36/79] fs/buffer: add struct super_block to bforget() arguments
` [RFC PATCH 37/79] fs/buffer: add struct super_block to __bforget() arguments
` [RFC PATCH 38/79] fs/buffer: add first buffer flag for first buffer_head in a page
` [RFC PATCH 39/79] fs/buffer: add struct address_space to clean_page_buffers() arguments
` [RFC PATCH 50/79] fs: stop relying on mapping field of struct page, get it from context
` [RFC PATCH 51/79] "
` [RFC PATCH 52/79] fs/buffer: use _page_has_buffers() instead of page_has_buffers()
` [RFC PATCH 63/79] mm/page: convert page's index lookup to be against specific mapping
` [RFC PATCH 64/79] mm/buffer: use _page_has_buffers() instead of page_has_buffers()
` [RFC PATCH 65/79] mm/swap: add struct swap_info_struct swap_readpage() arguments
` [RFC PATCH 68/79] mm/vma_address: convert page's index lookup to be against specific mapping
` [RFC PATCH 69/79] fs/journal: add struct address_space to jbd2_journal_try_to_free_buffers() arguments
` [RFC PATCH 70/79] mm: add struct address_space to mark_buffer_dirty()
` [RFC PATCH 71/79] mm: add struct address_space to set_page_dirty()
` [RFC PATCH 72/79] mm: add struct address_space to set_page_dirty_lock()
` [RFC PATCH 73/79] mm: pass down struct address_space to set_page_dirty()
` [RFC PATCH 74/79] mm/page_ronly: add config option for generic read only page framework
` [RFC PATCH 75/79] mm/page_ronly: add page read only core structure and helpers
` [RFC PATCH 76/79] mm/ksm: have ksm select PAGE_RONLY config
` [RFC PATCH 77/79] mm/ksm: hide set_page_stable_node() and page_stable_node()
` [RFC PATCH 78/79] mm/ksm: rename PAGE_MAPPING_KSM to PAGE_MAPPING_RONLY
` [RFC PATCH 79/79] mm/ksm: set page->mapping to page_ronly struct instead of stable_node

[PATCH 00/11] [v4] Use global pages with PTI
 2018-04-04 18:14 UTC  (6+ messages)
` [PATCH 09/11] x86/pti: enable global pages for shared areas

Signal handling in a page fault handler
 2018-04-04 17:45 UTC  (6+ messages)

[PATCHSET] mm, memcontrol: Make cgroup_rstat available to controllers
 2018-04-04 16:58 UTC  (8+ messages)
` [PATCH 1/3] mm: memcontrol: Use cgroup_rstat for event accounting
` [PATCH 3/3] mm: memcontrol: Remove lruvec_stat

WARNING: refcount bug in should_fail
 2018-04-04 15:54 UTC  (8+ messages)
`  "

[PATCH] mm/hmm: fix header file if/else/endif maze, again
 2018-04-04 15:51 UTC  (2+ messages)

[PATCH v2 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-04-04 15:03 UTC  (14+ messages)
` [PATCH v2 1/9] Uprobe: Export vaddr <-> offset conversion functions
` [PATCH v2 2/9] mm: Prefix vma_ to vaddr_to_offset() and offset_to_vaddr()
` [PATCH v2 3/9] Uprobe: Move mmput() into free_map_info()
` [PATCH v2 4/9] Uprobe: Rename map_info to uprobe_map_info
` [PATCH v2 5/9] Uprobe: Export uprobe_map_info along with uprobe_{build/free}_map_info()
` [PATCH v2 6/9] trace_uprobe: Support SDT markers having reference count (semaphore)
  ` [RFC PATCH] trace_uprobe: trace_uprobe_mmap() can be static
` [PATCH v2 7/9] trace_uprobe/sdt: Fix multiple update of same reference counter
` [PATCH v2 8/9] trace_uprobe/sdt: Document about "
` [PATCH v2 9/9] perf probe: Support SDT markers having reference counter (semaphore)

[PATCH -mm] mm, gup: prevent pmd checking race in follow_pmd_mask()
 2018-04-04 15:02 UTC  (2+ messages)

[PATCH v6 0/5] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-04-04 14:34 UTC  (8+ messages)
` [PATCH v6 1/5] mm: page_alloc: remain memblock_next_valid_pfn() "
` [PATCH v6 2/5] arm: arm64: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v6 3/5] mm/memblock: introduce memblock_search_pfn_regions()
` [PATCH v6 4/5] arm: arm64: introduce pfn_valid_region()
` [PATCH v6 5/5] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()

[PATCH] mm/memblock: fix a typo in comment
 2018-04-04 12:40 UTC 

WARNING in kill_block_super
 2018-04-04 10:53 UTC 

[RFC] Per file OOM badness
 2018-04-04  9:46 UTC  (15+ messages)

[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
 2018-04-04  9:08 UTC  (7+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()

Question: Using online_pages/offline_pages() with granularity < mem section size
 2018-04-04  9:08 UTC  (3+ messages)

[PATCH 0/2] Move kfree_rcu out of rcu code and use kfree_bulk
 2018-04-04  8:39 UTC  (7+ messages)
` [PATCH 2/2] kfree_rcu() should use kfree_bulk() interface

[PATCH 11/11] x86/pti: leave kernel text global for !PCID
 2018-04-04  7:42 UTC  (3+ messages)
` [RFC PATCH] x86/pti: pti_clone_pmds can be static

[PATCH 0/2] Move kfree_rcu out of rcu code and use kfree_bulk
 2018-04-04  7:28 UTC  (4+ messages)
` [PATCH 2/2] kfree_rcu() should use kfree_bulk() interface

[PATCH] mm/memblock: fix potential issue in memblock_search_pfn_nid()
 2018-04-04  5:45 UTC  (6+ messages)

[LSF/MM TOPIC] CMA and larger page sizes
 2018-04-04  5:11 UTC  (3+ messages)


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