linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] psi: enhance psi with the help of ebpf
 2020-04-03 15:48 UTC  (6+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-03 15:42 UTC  (4+ messages)
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS

[RFC] Renaming page_offset() to page_pos()
 2020-04-03 15:33 UTC 

[PATCH] psi: fix randomized calculation in record_times()
 2020-04-03 15:20 UTC  (2+ messages)

[PATCH v4 0/3] initialize deferred pages with interrupts enabled
 2020-04-03 15:18 UTC  (8+ messages)
` [PATCH v4 1/3] mm: call touch_nmi_watchdog() on max order boundaries in deferred init
` [PATCH v4 2/3] mm: initialize deferred pages with interrupts enabled
` [PATCH v4 3/3] mm: call cond_resched() from deferred_init_memmap()

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-03 15:15 UTC  (11+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
    ` [PATCH 2/2] Deprecate NR_UNSTABLE_NFS, use NR_WRITEBACK
        ` [PATCH 2/2 - v2] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

[PATCH 1/2] mm: cma: NUMA node interface
 2020-04-03 15:09 UTC  (10+ messages)
` [PATCH 2/2] mm: hugetlb: Use node interface of cma

[PATCH] mm: thp: don't need drain lru cache when splitting and mlocking THP
 2020-04-03 14:35 UTC  (7+ messages)

[PATCH -V3] /proc/PID/smaps: Add PMD migration entry parsing
 2020-04-03 14:26 UTC  (3+ messages)

[PATCH v3 0/3] initialize deferred pages with interrupts enabled
 2020-04-03 14:03 UTC  (6+ messages)
` [PATCH v3 1/3] mm: call touch_nmi_watchdog() on max order boundaries in deferred init
` [PATCH v3 2/3] mm: initialize deferred pages with interrupts enabled
` [PATCH v3 3/3] mm: call cond_resched() from deferred_init_memmap()

[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03 13:37 UTC  (24+ messages)
` [PATCH RESEND 2/4] uaccess: Selectively open read or write user access
` [PATCH RESEND 3/4] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH RESEND 4/4] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin

mm/mremap.c : WARNING: at mm/mremap.c:211 move_page_tables+0x5b0/0x5d0
 2020-04-03 13:32 UTC  (4+ messages)

[PATCH] mm, dump_page(): do not crash with invalid mapping pointer
 2020-04-03 12:19 UTC  (4+ messages)

[PATCHv2 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-03 11:29 UTC  (9+ messages)
` [PATCHv2 1/8] khugepaged: Add self test
` [PATCHv2 2/8] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCHv2 3/8] khugepaged: Drain all LRU caches before scanning pages
` [PATCHv2 4/8] khugepaged: Drain LRU add pagevec after swapin
` [PATCHv2 5/8] khugepaged: Allow to callapse a page shared across fork
` [PATCHv2 6/8] khugepaged: Allow to collapse PTE-mapped compound pages
` [PATCHv2 7/8] thp: Change CoW semantics for anon-THP
` [PATCHv2 8/8] khugepaged: Introduce 'max_ptes_shared' tunable

[PATCH 1/2] mm: cma: NUMA node interface
 2020-04-03 11:21 UTC  (4+ messages)
` [PATCH 2/2] mm: hugetlb: Use node interface of cma

[PATCH 1/2] mm: cma: NUMA node interface
 2020-04-03 11:18 UTC  (2+ messages)
` [PATCH 2/2] mm: hugetlb: Use node interface of cma

Re: [PATCH v7 04/15] mm/damon: Implement region based sampling
 2020-04-03 10:30 UTC  (5+ messages)
`  "
  `  "

[PATCH v3] mm: cma: NUMA node interface
 2020-04-03 10:21 UTC  (5+ messages)

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-03  9:00 UTC  (7+ messages)
` [PATCH v1 1/6] arm64: Detect the ARMv8.4 "
` [PATCH v1 2/6] arm64: Add level-hinted TLB invalidation helper
` [PATCH v1 3/6] arm64: Add tlbi_user_level "
` [PATCH v1 4/6] tlb: mmu_gather: add tlb_set_*_range APIs
` [PATCH v1 5/6] mm: tlb: Provide flush_*_tlb_range wrappers
` [PATCH v1 6/6] arm64: tlb: Set the TTL field in flush_tlb_range

[RFC] mm/memory.c: Optimizing THP zeroing routine for !HIGHMEM cases
 2020-04-03  8:52 UTC  (2+ messages)

[PATCH 0/2] mm: few refinements to gfp flags documentation
 2020-04-03  8:35 UTC  (3+ messages)
` [PATCH 1/2] mm: clarify __GFP_MEMALLOC usage
` [PATCH 2/2] mm: make it clear that gfp reclaim modifiers are valid only for sleepable allocations

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03  7:20 UTC  (5+ messages)
` [PATCH v2 2/5] uaccess: Selectively open read or write user access
` [PATCH v2 3/5] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH v2 4/5] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-03  7:09 UTC  (17+ messages)
      ` [PATCH RFC] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP (was: Re: [PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[PATCH 1/2] mm: Replace zero-length array with flexible-array member
 2020-04-03  7:08 UTC  (2+ messages)
` [PATCH 2/2] mm/vmscan: make several optimizations for isolate_lru_pages()

[linux-next:master] BUILD REGRESSION 17f166b56b2583b97f0f6612cfbbb7f99e6889bb
 2020-04-03  6:21 UTC 

[PATCH v5 00/10] workingset protection/detection on the anonymous LRU list
 2020-04-03  5:45 UTC  (11+ messages)
` [PATCH v5 01/10] mm/vmscan: make active/inactive ratio as 1:1 for anon lru
` [PATCH v5 02/10] mm/vmscan: protect the workingset on anonymous LRU
` [PATCH v5 03/10] mm/workingset: extend the workingset detection for anon LRU
` [PATCH v5 04/10] mm/swapcache: support to handle the exceptional entries in swapcache
` [PATCH v5 05/10] mm/swap: charge the page when adding to the swap cache
` [PATCH v5 06/10] mm/swap: implement workingset detection for anonymous LRU
` [PATCH v5 07/10] mm/workingset: support to remember the previous owner of the page
` [PATCH v5 08/10] mm/swap: do not readahead if the previous owner of the swap entry isn't me
` [PATCH v5 09/10] mm/vmscan: restore active/inactive ratio for anonymous LRU
` [PATCH v5 10/10] mm/swap: reinforce the reclaim_stat changed by anon LRU algorithm change

[RFC PATCH v5 0/8] arm64: tlb: add support for TTL feature
 2020-04-03  5:14 UTC  (8+ messages)
` [RFC PATCH v5 4/8] mm: tlb: Pass struct mmu_gather to flush_pmd_tlb_range

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-04-03  4:34 UTC  (9+ messages)

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-04-03  4:27 UTC  (19+ messages)
` [PATCH v4 03/25] powerpc/powernv: Map & release OpenCAPI LPC memory
` [PATCH v4 07/25] ocxl: Add functions to map/unmap "
` [PATCH v4 08/25] ocxl: Emit a log message showing how much LPC memory was detected
` [PATCH v4 16/25] nvdimm/ocxl: Implement the Read Error Log command

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-04-03  3:08 UTC  (8+ messages)
` [PATCH 1/3] mm: don't prepare anon_vma if vma has VM_WIPEONFORK
` [PATCH 2/3] Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
` [PATCH 3/3] mm: set vm_next and vm_prev to NULL in vm_area_dup()

[PATCH v3] mm: cma: NUMA node interface
 2020-04-03  2:19 UTC  (3+ messages)

[PATCH v2 00/22] Avoid IPI while updating page table entries
 2020-04-03  0:28 UTC  (3+ messages)
` [PATCH v2 01/22] powerpc/pkeys: Avoid using lockless page table walk

[GIT PULL] percpu changes for v5.7-rc1
 2020-04-02 22:45 UTC  (2+ messages)

[PATCH v2] mm: cma: NUMA node interface
 2020-04-02 22:26 UTC  (3+ messages)

[PATCH] mm/swap_state: fix a data race in swapin_nr_pages
 2020-04-02 21:37 UTC 

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-02 20:59 UTC  (7+ messages)
` [PATCH 1/3] kernel/sysctl: "

[PATCH v2 0/2] initialize deferred pages with interrupts enabled
 2020-04-02 18:25 UTC  (15+ messages)
` [PATCH v2 1/2] mm: call touch_nmi_watchdog() on max order boundaries in deferred init
` [PATCH v2 2/2] mm: initialize deferred pages with interrupts enabled

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-02 16:57 UTC  (6+ messages)

[PATVH v1 RESEND] mm: remove unused free_bootmem_with_active_regions
 2020-04-02 16:03 UTC  (3+ messages)

[PATCH -V2] /proc/PID/smaps: Add PMD migration entry parsing
 2020-04-02 15:52 UTC  (11+ messages)

[PATCH] mm, memcg: Bypass high reclaim iteration for cgroup hierarchy root
 2020-04-02 15:18 UTC  (2+ messages)

[PATCH v4 0/8] workingset protection/detection on the anonymous LRU list
 2020-04-02 15:14 UTC  (6+ messages)
` [PATCH v4 6/8] mm/swap: implement workingset detection for anonymous LRU

[PATCH v7 04/15] mm/damon: Implement region based sampling
 2020-04-02 15:07 UTC  (2+ messages)

[PATCH v2 0/3] improvements about lowmem_reserve and /proc/zoneinfo
 2020-04-02 14:01 UTC  (4+ messages)
` [PATCH v2 1/3] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [PATCH v2 2/3] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [PATCH v2 3/3] mm/vmstat.c: do not show lowmem reserve protection information of empty zone

[PATCH 1/3] rcu/tree: use more permissive parameters when attaching a head
 2020-04-02 12:32 UTC  (3+ messages)
` [PATCH 2/3] rcu/tree: move locking/unlocking to separate functions
` [PATCH 3/3] lib/test_vmalloc.c: introduce two new test cases

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-04-02  7:43 UTC  (6+ messages)

[PATCH] mm/rmap: fix the handling of device private page in try_to_unmap_one()
 2020-04-02  7:40 UTC  (4+ messages)
` [PATCH] mm/rmap: fix the handling of !private device "

[PATCH] mm: initialize deferred pages with interrupts enabled
 2020-04-02  7:36 UTC  (7+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox