linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 16:26:44 to 2020-03-02 19:36:58 UTC [more...]

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-02 19:36 UTC  (8+ 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 v6 0/7] introduce memory hinting API for external process
 2020-03-02 19:23 UTC  (14+ messages)
` [PATCH v6 1/7] mm: pass task and mm to do_madvise
` [PATCH v6 3/7] mm: check fatal signal pending of target process
` [PATCH v6 4/7] pid: move pidfd_get_pid function to pid.c
` [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 RESEND v6 00/16] mm: Page fault enhancements
 2020-03-02 19:04 UTC  (7+ 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 v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-03-02 18:55 UTC  (15+ 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

[PATCH v1 00/11] virtio-mem: paravirtualized memory
 2020-03-02 18:41 UTC  (22+ 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 v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-03-02 18:42 UTC  (21+ messages)
` [PATCH v3 10/27] powerpc: Add driver for OpenCAPI Persistent 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 21/27] powerpc/powernv/pmem: Add an IOCTL to request controller health & perf data
` [PATCH v3 25/27] powerpc/powernv/pmem: Expose the serial number in sysfs
` [PATCH v3 26/27] powerpc/powernv/pmem: Expose the firmware version "

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-02 18:08 UTC  (26+ messages)
      ` [PATCHv2] "

[PATCH] mm/compaction: Disable compact_unevictable_allowed on RT
 2020-03-02 17:35 UTC  (3+ messages)
  ` [PATCH v2] "

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

[PATCH v2 0/7] mm/hotplug: Only use subsection map in VMEMMAP case
 2020-03-02 15:43 UTC  (8+ messages)
` [PATCH v2 2/7] mm/sparse.c: introduce new function fill_subsection_map()
` [PATCH v2 3/7] mm/sparse.c: introduce a new function clear_subsection_map()

[PATCH 0/3] arm64: tlb: skip tlbi broadcast v2
 2020-03-02 15:24 UTC  (3+ messages)
` [PATCH 3/3] arm64: tlb: skip tlbi broadcast

[RFC 0/3] mm: Discard lazily freed pages when migrating
 2020-03-02 15:16 UTC  (12+ messages)

[PATCH] mm/vmscan.c: Clean code by removing unnecessary assignment
 2020-03-02 13:54 UTC  (3+ 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  (12+ messages)
` [RFC v1 1/2] mm/gup: fixup for 9947ea2c1e608e32 "mm/gup: track FOLL_PIN pages"
` [RFC v1 2/2] mm/gup/writeback: add callbacks for inaccessible pages

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

[PATCHv5 0/3] fix omission of check on FOLL_LONGTERM in gup fast path
 2020-03-02 13:08 UTC  (10+ messages)
` [PATCHv5 2/3] mm/gup: "
` [PATCHv5 3/3] mm/gup_benchemark: add LONGTERM_BENCHMARK test "

[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  (6+ messages)

[PATCH v9 01/20] mm/vmscan: remove unnecessary lruvec adding
 2020-03-02 11:00 UTC  (20+ messages)
` [PATCH v9 02/20] mm/memcg: fold lock_page_lru into commit_charge
` [PATCH v9 03/20] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v9 04/20] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v9 05/20] mm/thp: clean up lru_add_page_tail
` [PATCH v9 06/20] mm/thp: narrow lru locking
` [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 11/20] mm/memcg: move SetPageLRU out of lru_lock in commit_charge
` [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 14/20] mm/lru: introduce the relock_page_lruvec function
` [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 v18 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-03-02 10:25 UTC  (3+ messages)

[PATCH v2 0/2] fix THP migration for CMA allocations
 2020-03-02  9:32 UTC  (3+ messages)
` [PATCH v2 2/2] mm,thp,compaction,cma: allow "

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

[RFC 0/3] mm/vma: some new flags and helpers
 2020-03-02  8:22 UTC  (5+ messages)
` [RFC 1/3] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS
` [RFC 2/3] mm/vma: Introduce VM_ACCESS_FLAGS
` [RFC 3/3] mm/vma: Introduce some more VMA flag wrappers

[linux-next:master 4108/4964] kernel/bpf/hashtab.c:1341 __htab_map_lookup_and_delete_batch() warn: potential spectre issue 'htab->buckets' [r] (local cap)
 2020-03-02  8:00 UTC 

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-03-02  4:51 UTC  (6+ messages)

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

[PATCH mm] mm: Bring sparc pte_index() semantics inline with other platforms
 2020-03-01 16:40 UTC  (3+ messages)

[PATCH v4 0/9] Huge page-table entries for TTM
 2020-03-01 14:03 UTC  (5+ messages)
` [PATCH v4 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults

[PATCH] mm/memblock: remove redundant assignment to variable max_addr
 2020-03-01  6:33 UTC  (3+ messages)

mmotm 2020-02-29-22-14 uploaded
 2020-03-01  6:14 UTC 

[PATCH v2 0/2] mm/memory_hotplug: __add_pages() and __remove_pages() cleanups
 2020-03-01  5:39 UTC  (5+ messages)
` [PATCH v2 2/2] mm/memory_hotplug: cleanup __add_pages()

[PATCH v2 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-01  4:40 UTC  (4+ messages)

[PATCH 0/8] Huge page-table entries for TTM
 2020-03-01  4:04 UTC  (6+ messages)
` [PATCH 1/8] mm: Introduce vma_is_special_huge
` [PATCH 2/8] mm: Split huge pages on write-notify or COW

[PATCH] mm: fix ambiguous comments for better code readability
 2020-03-01  3:17 UTC  (4+ messages)

[PATCH 0/2] fix THP migration for CMA allocations
 2020-03-01  2:24 UTC  (8+ messages)
` [PATCH 2/2] mm,thp,compaction,cma: allow "

[PATCH v2] mm: fix ambiguous comments for better code readability
 2020-03-01  1:42 UTC 

[PATCH resend] loop: Fix IS_ERR() vs NULL bugs in loop_prepare_queue()
 2020-03-01  1:02 UTC  (2+ messages)

[PATCH] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()
 2020-02-29 22:06 UTC  (2+ messages)

cma can't activate area on arm64
 2020-02-28 23:04 UTC  (8+ messages)

[PATCH] huge tmpfs: try to split_huge_page() when punching hole
 2020-02-28 22:28 UTC  (6+ messages)

[PATCH 0/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
 2020-02-28 17:48 UTC  (4+ messages)
` [PATCH 1/3] mm/memory-failure: Add memory_failure_queue_kick()
` [PATCH 2/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
` [PATCH 3/3] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH v3 mm 1/2] mm: Define pte_index as macro for x86
 2020-02-28 17:22 UTC  (4+ messages)
` [PATCH v3 mm 2/2] mm: vm_insert_pages() checks if pte_index defined

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-02-28 16:26 UTC  (5+ messages)
` [PATCH v4 02/26] iommu/sva: Manage process address spaces


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