linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 01:39:07 to 2020-04-20 03:26:48 UTC [more...]

[RFC] autonuma: Support to scan page table asynchronously
 2020-04-20  3:26 UTC  (6+ messages)

[RFC] autonuma: Support to scan page table asynchronously
 2020-04-20  2:32 UTC  (10+ messages)
`  "
    `  "
        `  "
            `  "

[PATCH v2] mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
 2020-04-20  2:28 UTC 

[PATCH 1/4] mm/swapfile.c: found_free could be represented by (tmp < max)
 2020-04-20  1:41 UTC  (5+ messages)
` [PATCH 2/4] mm/swapfile.c: tmp is always smaller than max
` [PATCH 4/4] mm/swapfile.c: move new_cluster to check free_clusters directly
  ` [PATCH 3/4] mm/swapfile.c: compare tmp and max after trying to iterate on swap_map

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-20  0:38 UTC  (26+ messages)
` [PATCH v2 01/10] block: move main block debugfs initialization to its own file
` [PATCH v2 02/10] blktrace: move blktrace debugfs creation to helper function
` [PATCH v2 03/10] blktrace: fix debugfs use after free
` [PATCH v2 04/10] block: revert back to synchronous request_queue removal
` [PATCH v2 05/10] blktrace: upgrade warns to BUG_ON() on unexpected circmunstances
` [PATCH v2 06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found
` [PATCH v2 07/10] blktrace: move debugfs file creation to its own function
` [PATCH v2 08/10] blktrace: add checks for created debugfs files on setup
` [PATCH v2 09/10] block: panic if block debugfs dir is not created
` [PATCH v2 10/10] block: put_device() if device_add() fails

[PATCH v2] mm: Optimized hugepage zeroing & copying from user
 2020-04-20  0:18 UTC  (8+ messages)
` [mm] 134c8b410f: vm-scalability.median -7.9% regression

[PATCH v4] mm: swap: properly update readahead statistics in unuse_pte_range()
 2020-04-19 23:55 UTC  (2+ messages)

[PATCH] mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
 2020-04-19 21:09 UTC  (3+ messages)

[PATCH] kmalloc_index optimization(add kmalloc max size check)
 2020-04-19 16:42 UTC  (7+ messages)
  `  "
    `  "

kernel BUG at include/linux/mm.h:LINE! (6)
 2020-04-19 15:28 UTC 

mmotm 2020-04-17-20-35 uploaded
 2020-04-19 10:56 UTC  (4+ messages)
` mmotm 2020-04-17-20-35 uploaded (squashfs)

[PATCH 1/2] mm/memory: remove redundant pte_devmap case for copy_one_pte()
 2020-04-19 10:30 UTC  (4+ messages)
` [PATCH 2/2] mm/memory: put refcount of normal page in zap_pte_range()

[PATCH 1/1] mm: slub: fix corrupted freechain in deactivate_slab()
 2020-04-18 20:04 UTC  (4+ messages)

[PATCH 1/2] memcg: folding CONFIG_MEMCG_SWAP as default
 2020-04-18 16:17 UTC  (9+ messages)
` [PATCH 2/2] mm/swap: clean up parameter pass in swapin funcs

[PATCH 0/3] memcg oom: bail out from the charge path if no victim found
 2020-04-18 15:13 UTC  (4+ messages)
` [PATCH 1/3] mm: change the return type of out_of_memory()
` [PATCH 2/3] mm, memcg: introduce a new helper task_in_memcg_oom_set()
` [PATCH 3/3] memcg oom: bail out from the charge path if no victim found

[PATCH v2 0/2] always record memcg id for swapped memcg pages
 2020-04-18 13:33 UTC  (3+ messages)
` [PATCH v2 1/2] memcg: folding CONFIG_MEMCG_SWAP as default
` [PATCH v2 2/2] mm/memcg: remove swapaccount kernel parameter

[nacked] mm-oom-avoid-printk-iteration-under-rcu.patch removed from -mm tree
 2020-04-18 10:13 UTC  (3+ messages)

[PATCH v2 0/3] support setting sysctl parameters from kernel command line
 2020-04-18 10:12 UTC  (9+ messages)
` [PATCH v2 1/3] kernel/sysctl: "

[PATCH v3] mm: swap: properly update readahead statistics in unuse_pte_range()
 2020-04-18  8:51 UTC  (5+ messages)

linux-next test error: BUG: using __this_cpu_read() in preemptible code in __mod_memcg_state
 2020-04-18  8:13 UTC  (9+ messages)

[PATCH v9 0/3] mm/hmm/test: add self tests for HMM
 2020-04-18  6:06 UTC  (8+ messages)
` [PATCH v9 1/3] mm/hmm/test: add selftest driver "
` [PATCH v9 2/3] mm/hmm/test: add selftests "
` [PATCH v9 3/3] MAINTAINERS: add HMM selftests

[PATCH] mm/memory: add refcount for special mapping page in copy_one_pte()
 2020-04-18  3:12 UTC  (6+ messages)

[PATCH] mm, memcg: fix inconsistent oom event behavior
 2020-04-18  0:23 UTC  (4+ messages)

[PATCH] mm/vmscan: skip layzfree page on reclaim_clean_pages_from_list
 2020-04-17 23:45 UTC  (4+ messages)

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-17 23:22 UTC  (12+ messages)
` [PATCH 3/3] mm: automatically penalize tasks with high swap use

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-17 22:38 UTC  (16+ messages)
` [PATCH 1/6] bpf-cgroup: remove unused exports
` [PATCH 2/6] firmware_loader: "
` [PATCH 3/6] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 4/6] sysctl: remove all extern declaration from sysctl.c
` [PATCH 5/6] sysctl: avoid forward declarations
` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler
    ` [Potential Spoof] "

[PATCH v2] mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
 2020-04-17 22:12 UTC  (2+ messages)

[Bug 206697] #PF: supervisor read access in kernel mode, #PF: error_code(0x0000) - not-present page while building a large project
 2020-04-17 21:58 UTC  (2+ messages)

[Bug 207325] New: Bad swap file entry 740167b7, kernel NULL pointer dereference and Oops after hours of building
 2020-04-17 19:57 UTC 

[PATCH RFC] mm: compaction: avoid migrating non-cma pages to a cma area
 2020-04-17 19:21 UTC  (5+ messages)

[PATCH v5 0/2] integrate classzone_idx and high_zoneidx
 2020-04-17 19:01 UTC  (5+ messages)
` [PATCH v5 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx
` [PATCH v5 2/2] mm/page_alloc: integrate classzone_idx and high_zoneidx

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-17 18:50 UTC  (5+ messages)
` [PATCH v3 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v3 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v3 4/4] hugetlbfs: clean up command line processing

ppc64 early slub caches have zero random value
 2020-04-17 17:19 UTC  (2+ messages)

[PATCH, RFC] x86/mm/pat: Restore large pages after fragmentation
 2020-04-17 16:54 UTC  (9+ messages)

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-04-17 15:01 UTC  (3+ messages)
` [PATCH RFC 1/2] s390/zcore: traverse resources instead of memblocks
` [PATCH RFC 2/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK

[PATCHv4 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-17 14:59 UTC  (4+ messages)
` [PATCHv4 4/8] khugepaged: Drain LRU add pagevec after swapin

[PATCH v8 00/10] per lruvec lru_lock for memcg
 2020-04-17 14:39 UTC  (13+ messages)
` [PATCH v8 03/10] mm/lru: replace pgdat lru_lock with lruvec lock

improve use_mm / unuse_mm v2
 2020-04-17 14:25 UTC  (4+ messages)

[RFC PATCH] mm, oom: oom ratelimit auto tuning
 2020-04-17 13:55 UTC  (9+ messages)

[PATCH] mm/vmalloc: Sanitize __get_vm_area() arguments
 2020-04-17 13:38 UTC  (5+ messages)

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-17 13:26 UTC  (3+ messages)

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-17 11:12 UTC  (3+ messages)

implicit AOP_FLAG_NOFS for grab_cache_page_write_begin
 2020-04-17  8:06 UTC  (4+ messages)

[PATCH v5] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-17  6:38 UTC  (2+ messages)

[PATCH] kmalloc_index optimization(code size & runtime stable)
 2020-04-17  4:55 UTC  (3+ messages)
  `  "

[PATCH 0/5] blktrace: fix use after free
 2020-04-17  4:09 UTC  (8+ messages)
` [PATCH 2/5] blktrace: fix debugfs "

[PATCH v5 00/10] workingset protection/detection on the anonymous LRU list
 2020-04-17  3:57 UTC  (6+ messages)
` [PATCH v5 05/10] mm/swap: charge the page when adding to the swap cache

[PATCH] shmem: fix possible deadlocks on shmlock_user_lock
 2020-04-17  3:00 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).