linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 11:01:20 to 2020-03-03 12:15:53 UTC [more...]

[RFC v4 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-03-03 12:14 UTC  (4+ messages)
` [RFC v4 1/7] mm/madvise: Export madvise_common() to mm internal code
` [RFC v4 2/7] mm/damon: Account age of target regions
` [RFC v4 3/7] mm/damon: Implement data access monitoring-based operation schemes

[RFC 0/3] mm: Discard lazily freed pages when migrating
 2020-03-03 11:49 UTC  (21+ messages)

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-03 11:23 UTC  (32+ messages)
      ` [PATCHv2] "
                            ` [PATCHv3] "
                      ` [PATCHv4] "

fs/buffer.c: WARNING: alloc_page_buffers while mke2fs
 2020-03-03 10:52 UTC 

[PATCH v2 0/2] add callbacks for inaccessible pages
 2020-03-03 10:41 UTC  (7+ messages)
` [PATCH v2 1/2] mm/gup: fixup for 9947ea2c1e608e32 "mm/gup: track FOLL_PIN pages"
` [PATCH v2 2/2] mm/gup/writeback: add callbacks for inaccessible pages

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-03-03 10:36 UTC  (14+ messages)
` [PATCH v3 03/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v3 13/27] powerpc/powernv/pmem: Read the capability registers & wait for device ready
` [PATCH v3 15/27] powerpc/powernv/pmem: Add support for near storage commands
` [PATCH v3 16/27] powerpc/powernv/pmem: Register a character device for userspace to interact with
` [PATCH v3 17/27] powerpc/powernv/pmem: Implement the Read Error Log command
` [PATCH v3 20/27] powerpc/powernv/pmem: Forward events to userspace

[fuse-devel] Writing to FUSE via mmap extremely slow (sometimes) on some machines?
 2020-03-03 10:34 UTC  (2+ messages)

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-03 10:33 UTC  (11+ messages)
` [PATCH v7 1/7] mm: pass task and mm to do_madvise
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 3/7] mm: check fatal signal pending of target process
` [PATCH v7 4/7] pid: move pidfd_get_pid function to pid.c
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v7 6/7] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v7 7/7] mm/madvise: allow KSM hints for remote API

[PATCH v4 0/9] Huge page-table entries for TTM
 2020-03-03 10:23 UTC  (5+ messages)

[PATCH v5 0/9] Huge page-table entries for TTM
 2020-03-03 10:22 UTC  (10+ messages)
` [PATCH v5 1/9] fs: Constify vma argument to vma_is_dax
` [PATCH v5 2/9] mm: Introduce vma_is_special_huge
` [PATCH v5 3/9] mm: Split huge pages on write-notify or COW
` [PATCH v5 4/9] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH v5 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH v5 6/9] drm/vmwgfx: Support huge page faults
` [PATCH v5 7/9] drm: Add a drm_get_unmapped_area() helper
` [PATCH v5 8/9] drm/vmwgfx: Introduce a huge page aligning TTM range manager
` [PATCH v5 9/9] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-03-03  9:52 UTC  (17+ messages)
` [PATCH v3 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v3 4/7] x86/mm: Introduce _set_memory_prot()
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v3 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[hnaz-linux-mm:master 240/293] config.c:undefined reference to `find_via_pmu'
 2020-03-03  9:41 UTC 

[PATCH v2] memcg: css_tryget_online cleanups
 2020-03-03  9:32 UTC  (2+ messages)

[RFC 0/3] mm/vma: some new flags and helpers
 2020-03-03  9:13 UTC  (4+ messages)
` [RFC 3/3] mm/vma: Introduce some more VMA flag wrappers

[PATCH] mm/vmscan.c: Clean code by removing unnecessary assignment
 2020-03-03  8:59 UTC  (3+ messages)

[PATCH v2 0/7] mm/hotplug: Only use subsection map in VMEMMAP case
 2020-03-03  8:39 UTC  (12+ messages)
` [PATCH v2 1/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
` [PATCH v2 3/7] mm/sparse.c: introduce a new function clear_subsection_map()

[PATCH 0/5] Simplify /proc/$pid/maps implementation
 2020-03-03  8:34 UTC 

[PATCH] mm/filemap.c: clear page error before actual read
 2020-03-03  8:25 UTC 

[PATCH v1 00/11] virtio-mem: paravirtualized memory
 2020-03-03  8:06 UTC  (24+ messages)
` [PATCH v1 01/11] ACPI: NUMA: export pxm_to_node
` [PATCH v1 02/11] virtio-mem: Paravirtualized memory hotplug
` [PATCH v1 03/11] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v1 04/11] mm: Export alloc_contig_range() / free_contig_range()
` [PATCH v1 05/11] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v1 06/11] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v1 08/11] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v1 09/11] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v1 10/11] virtio-mem: Better retry handling
` [PATCH v1 11/11] MAINTAINERS: Add myself as virtio-mem maintainer

[PATCH] mm/filemap.c: clear page error before actual read
 2020-03-03  7:18 UTC 

[PATCH] mm, migrate: Check return value of try_to_unmap()
 2020-03-03  6:19 UTC  (3+ messages)

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-03-03  5:59 UTC  (7+ messages)

[PATCH v2 06/17] PCI: Fix us->ms conversion in pci_acpi_optimize_delay
 2020-03-03  5:54 UTC  (2+ messages)

[PATCH 0/6] Misc MM patches
 2020-03-03  4:11 UTC  (7+ messages)
` [PATCH 1/6] mm: Use vm_fault error code directly
` [PATCH 2/6] mm: Optimise find_subpage for !THP
` [PATCH 3/6] mm: Remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCH 4/6] mm: Use VM_BUG_ON_PAGE in clear_page_dirty_for_io
` [PATCH 5/6] mm: Unexport find_get_entry
` [PATCH 6/6] mm: Rewrite pagecache_get_page documentation

[PATCH 0/3] arm64: tlb: skip tlbi broadcast v2
 2020-03-03  4:31 UTC  (7+ messages)
` [PATCH 1/3] mm: use_mm: fix for arches checking mm_users to optimize TLB flushes
` [PATCH 2/3] arm64: select CPUMASK_OFFSTACK if NUMA
` [PATCH 3/3] arm64: tlb: skip tlbi broadcast

[PATCH v9 02/20] mm/memcg: fold lock_page_lru into commit_charge
 2020-03-03  4:11 UTC  (16+ messages)
` [PATCH v9 03/20] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v9 07/20] mm/lru: introduce TestClearPageLRU
` [PATCH v9 08/20] mm/lru: add page isolation precondition in __isolate_lru_page
` [PATCH v9 09/20] mm/mlock: ClearPageLRU before get lru lock in munlock page isolation
` [PATCH v9 10/20] mm/lru: take PageLRU first in moving page between lru lists
` [PATCH v9 12/20] mm/mlock: clean up __munlock_isolate_lru_page
` [PATCH v9 13/20] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v9 15/20] mm/mlock: optimize munlock_pagevec by relocking
` [PATCH v9 16/20] mm/swap: only change the lru_lock iff page's lruvec is different
` [PATCH v9 17/20] mm/pgdat: remove pgdat lru_lock
` [PATCH v9 18/20] mm/lru: revise the comments of lru_lock
` [PATCH v9 19/20] mm/lru: add debug checking for page memcg moving
` [PATCH v9 20/20] mm/memcg: add debug checking in lock_page_memcg

[PATCH] mm: Add PageLayzyFree() helper functions for MADV_FREE
 2020-03-03  3:37 UTC 

[linux-next:master 5946/5967] arch/arm64/mm/mmu.c:827:21: error: incompatible pointer types passing 'pgd_t *' to parameter of type 'p4d_t *'
 2020-03-03  3:18 UTC 

[PATCH v2 07/17] PCI: Clean up and document PM/reset delays
 2020-03-03  2:54 UTC  (2+ messages)

[PATCH v2] mm: fix long time stall from mm_populate
 2020-03-03  1:22 UTC  (2+ messages)

[PATCH v2] nouveau/hmm: map pages after migration
 2020-03-03  1:00 UTC 

[PATCHv5 0/3] fix omission of check on FOLL_LONGTERM in gup fast path
 2020-03-02 23:51 UTC  (7+ messages)
` [PATCHv5 2/3] mm/gup: "

[PATCH v2 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-02 23:31 UTC  (5+ messages)

[Bug 206697] #PF: supervisor read access in kernel mode, #PF: error_code(0x0000) - not-present page while building a large project
 2020-03-02 23:03 UTC 

[PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller
 2020-03-02 22:25 UTC 

[PATCH v2] mm: Proactive compaction
 2020-03-02 21:54 UTC  (2+ messages)

[linux-next:master 4607/5967] drivers//hwtracing/coresight/coresight-cti-sysfs.c:948:11: warning: address of array 'grp->sig_types' will always evaluate to 'true'
 2020-03-02 21:36 UTC 

[PATCH] mm/compaction: Disable compact_unevictable_allowed on RT
 2020-03-02 21:25 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] mm/debug: Add tests validating arch page table helpers for core features
 2020-03-02 21:24 UTC  (4+ messages)

[PATCH RESEND v6 00/16] mm: Page fault enhancements
 2020-03-02 20:22 UTC  (9+ messages)
` [PATCH RESEND v6 02/16] mm/gup: Fix __get_user_pages() on fault retry of hugetlb
` [PATCH RESEND v6 03/16] mm: Introduce fault_signal_pending()

[PATCH v6 0/7] introduce memory hinting API for external process
 2020-03-02 19:38 UTC  (9+ messages)
` [PATCH v6 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v6 6/7] mm/madvise: employ mmget_still_valid for write lock

[PATCH v6 2/7] mm: introduce external memory hinting API
 2020-03-02 19:18 UTC  (6+ messages)

[PATCH] selftests: powerpc: Add tlbie_test in .gitignore
 2020-03-02 15:44 UTC  (2+ messages)

[PATCH] mm/mm_init.c: Clean code. Use BUILD_BUG_ON when comparing compile time constant
 2020-03-02 13:51 UTC  (2+ messages)

[RFC v1 0/2] add callbacks for inaccessible pages
 2020-03-02 13:46 UTC  (4+ messages)
` [RFC v1 1/2] mm/gup: fixup for 9947ea2c1e608e32 "mm/gup: track FOLL_PIN pages"

[PATCH] mm/swapfile: fix data races in try_to_unuse()
 2020-03-02 13:42 UTC  (2+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-03-02 12:53 UTC  (6+ messages)
` [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()

[PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-02 11:35 UTC  (2+ messages)

[PATCH] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-02 11:19 UTC  (2+ 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).