linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-08 11:58:37 to 2020-02-11 01:04:15 UTC [more...]

[PATCH v5 00/13] Change readahead API
 2020-02-11  1:03 UTC  (10+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [PATCH v5 08/13] erofs: Convert uncompressed files "
` [PATCH v5 11/13] f2fs: Convert "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[PATCH] mm: fix long time stall from mm_populate
 2020-02-11  0:19 UTC 

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-02-11  0:15 UTC  (13+ messages)
` [PATCH v6 01/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v6 02/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v6 03/12] mm: introduce page_ref_sub_return()
` [PATCH v6 04/12] mm/gup: pass gup flags to two more routines
` [PATCH v6 05/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v6 06/12] mm/gup: track FOLL_PIN pages
` [PATCH v6 07/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v6 08/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v6 09/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v6 10/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v6 11/12] mm: Improve dump_page() for compound pages
` [PATCH v6 12/12] mm: dump_page(): additional diagnostics for huge pinned pages

[PATCH v2] mm: Don't overwrite user min_free_kbytes, consider THP when adjusting
 2020-02-11  0:02 UTC  (3+ messages)

[RFC PATCH] mm/vmscan: Don't round up scan size for online memory cgroup
 2020-02-10 23:55 UTC  (3+ messages)

RFC: hold i_rwsem until aio completes
 2020-02-10 23:29 UTC  (3+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon

[Patch v2] mm/sparsemem: get address to page struct instead of address to pfn
 2020-02-10 23:16 UTC  (4+ messages)

[PATCH v3 0/5] introduce memory hinting API for external process
 2020-02-10 23:12 UTC  (9+ messages)
` [PATCH v3 1/5] mm: factor out madvise's core functionality
` [PATCH v3 2/5] mm: introduce external memory hinting API
` [PATCH v3 5/5] mm: support both pid and pidfd for process_madvise

[PATCH 00/11] Lock warning cleanup
 2020-02-10 23:09 UTC  (7+ messages)
  ` [PATCH 09/11] kasan: add missing annotation for start_report()
  ` [PATCH 10/11] kasan: add missing annotation for end_report()

[PATCH 0/3] locking/mutex: Add mutex_timed_lock() to solve potential deadlock problems
 2020-02-10 23:10 UTC  (7+ messages)
` [PATCH 1/3] locking/mutex: Add mutex_timed_lock()
` [PATCH 2/3] locking/mutex: Enable some lock event counters
` [PATCH 3/3] mm/slub: Fix potential deadlock problem in slab_attr_store()

[Bug 206401] kernel panic on Hyper-V after 5 minutes due to memory hot-add
 2020-02-10 23:07 UTC  (6+ messages)

[PATCH 0/7] mm/hotplug: Only use subsection in VMEMMAP case and fix hot add/remove failure in SPARSEMEM|!VMEMMAP case
 2020-02-10 23:05 UTC  (23+ messages)
` [PATCH 1/7] mm/sparse.c: Introduce new function fill_subsection_map()
` [PATCH 2/7] mm/sparse.c: Introduce a new function clear_subsection_map()
` [PATCH 3/7] mm/sparse.c: only use subsection map in VMEMMAP case
` [PATCH 4/7] mm/sparse.c: Use __get_free_pages() instead in populate_section_memmap()
` [PATCH 5/7] mm/sparse.c: update code comment about section activate/deactivate
` [PATCH 6/7] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
` [PATCH 7/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case

bug: data corruption introduced by commit 83d116c53058 ("mm: fix double page fault on arm64 if PTE_AF is cleared")
 2020-02-10 22:51 UTC 

[PATCH] mm: Improve dump_page() for compound pages
 2020-02-10 22:02 UTC  (12+ messages)

Splitting the mmap_sem
 2020-02-10 22:00 UTC  (9+ messages)
`  "

[PATCH -next] mm/filemap: fix a data race in filemap_fault()
 2020-02-10 21:21 UTC  (9+ messages)

[PATCH v3 0/4] basic KASAN support for Xen PV domains
 2020-02-10 20:34 UTC  (8+ messages)
` [PATCH v3 2/4] x86/xen: add basic KASAN support for PV kernel
` [PATCH v3 3/4] xen: teach KASAN about grant tables
` [PATCH v3 4/4] xen/netback: fix grant copy across page boundary

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-10 20:14 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-10 19:33 UTC  (15+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
    ` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt
` [PATCH 21/35] KVM: s390/mm: handle guest unpin events

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-10 19:18 UTC  (3+ messages)
  ` Should I repost? (was: Re: [PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting)

[PATCH] mm: always consider THP when adjusting min_free_kbytes
 2020-02-10 18:58 UTC  (10+ messages)

[LSF/MM TOPIC] get_user_pages() for PCI BAR Memory
 2020-02-10 18:39 UTC  (6+ messages)

[PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-10 18:38 UTC  (5+ messages)

[PATCH] mm/mempolicy: support MPOL_MF_STRICT for huge page mapping
 2020-02-10 17:19 UTC  (2+ messages)

[PATCH v5 00/12] mm/gup: track FOLL_PIN pages
 2020-02-10 17:07 UTC  (4+ messages)
` [PATCH v5 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting

[PATCH] x86/mm: Update `X86_5LEVEL` Kconfig description
 2020-02-10 17:02 UTC  (2+ messages)

[PATCH] mm: fix a data race in put_page()
 2020-02-10 16:33 UTC  (20+ messages)

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-02-10 15:37 UTC  (2+ messages)

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2020-02-10 15:21 UTC  (5+ messages)
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[RFC PATCH 0/3] DAMON: Implement The Data Access Pattern Awared Memory Management Rules
 2020-02-10 15:09 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/madvise: Export madvise_common() to mm internal code
` [RFC PATCH 2/3] mm/damon/rules: Implement access pattern based management rules
` [RFC PATCH 3/3] mm/damon/rules: Implement a debugfs interface

[PATCH v4 00/11] Introduce Data Access MONitor (DAMON)
 2020-02-10 14:54 UTC  (12+ messages)
` [PATCH v4 01/11] mm: "
` [PATCH v4 02/11] mm/damon: Implement region based sampling
` [PATCH v4 03/11] mm/damon: Adaptively adjust regions
` [PATCH v4 04/11] mm/damon: Apply dynamic memory mapping changes
` [PATCH v4 05/11] mm/damon: Implement kernel space API
` [PATCH v4 06/11] mm/damon: Add debugfs interface
` [PATCH v4 07/11] mm/damon: Add a tracepoint for result writing
` [PATCH v4 08/11] tools: Add a minimal user-space tool for DAMON
` [PATCH v4 09/11] Documentation/admin-guide/mm: Add a document "
` [PATCH v4 10/11] mm/damon: Add kunit tests
` [PATCH v4 11/11] MAINTAINERS: Update for DAMON

[PATCH V13] mm/debug: Add tests validating architecture page table helpers
 2020-02-10 11:06 UTC  (9+ messages)

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-10 10:35 UTC  (9+ messages)
` [PATCH v2] "

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-02-10  9:36 UTC  (2+ messages)

Paging out when free memory is low but not exhausted (and available memory remains high)
 2020-02-10  8:50 UTC  (11+ messages)

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-02-10  8:06 UTC  (4+ messages)

[PATCH -next v2] mm: mark an intentional data race in page_zonenum
 2020-02-10  7:58 UTC  (7+ messages)

[PATCH 1/1] mm: fix tick_sched timer blocked by pgdat_resize_lock
 2020-02-10  5:45 UTC  (9+ messages)
` [PATCH RESEND] "

[PATCH] mm/memcontrol: fix a data race in scan count
 2020-02-10  4:44 UTC  (3+ messages)

[PATCH v2] mm, swap: move inode_lock out of claim_swapfile
 2020-02-10  4:25 UTC  (3+ messages)

[PATCH -next] mm/swap_state: mark various intentional data races
 2020-02-10  4:03 UTC  (4+ messages)

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-02-10  2:15 UTC  (3+ messages)

[PATCH 0/3] Fixes "mm/sparsemem: support sub-section hotplug"
 2020-02-10  0:36 UTC  (7+ messages)
` [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn

[PATCH v26 14/22] x86/sgx: Add a page reclaimer
 2020-02-09 21:26 UTC 

[PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
 2020-02-09 10:36 UTC  (2+ messages)

[RFC Patch] mm/vmscan.c: not inherit classzone_idx from previous reclaim
 2020-02-09  7:41 UTC 

[linux-next:master] BUILD REGRESSION 6dff1565d69c518e49afb00f2c5c3214c554e0e9
 2020-02-09  3:02 UTC 

[PATCH] mm/slub: Detach node lock from counting free objects
 2020-02-08 21:41 UTC  (3+ messages)

[PATCH -manpage 0/2]
 2020-02-08 11:58 UTC  (3+ messages)
` [PATCH -manpage 2/2] memfd_create.2: Update manpage with new memfd F_SEAL_FUTURE_WRITE seal


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