messages from 2018-03-21 13:21:16 to 2018-03-22 18:17:38 UTC [more...]
[PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-22 18:14 UTC
[PATCH v2 0/8] page_frag_cache improvements
2018-03-22 17:34 UTC (15+ messages)
` [PATCH v2 1/8] page_frag_cache: Remove pfmemalloc bool
` [PATCH v2 2/8] page_frag_cache: Move slowpath code from page_frag_alloc
` [PATCH v2 3/8] page_frag_cache: Rename 'nc' to 'pfc'
` [PATCH v2 4/8] page_frag_cache: Rename fragsz to size
` [PATCH v2 5/8] page_frag_cache: Save memory on small machines
` [PATCH v2 6/8] page_frag_cache: Use a mask instead of offset
` [PATCH v2 7/8] page_frag: Update documentation
` [PATCH v2 8/8] page_frag: Account allocations
[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
2018-03-22 17:34 UTC (32+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
` [RFC PATCH 7/8] x86: mpx: pass atomic parameter to do_munmap()
[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
2018-03-22 17:15 UTC (11+ messages)
` [RFC PATCH v2 2/4] mm/__free_one_page: skip merge for order-0 page unless compaction failed
` [RFC PATCH v2 3/4] mm/rmqueue_bulk: alloc without touching individual page structure
[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
2018-03-22 16:39 UTC (20+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker
` [PATCH 02/10] mm: Maintain memcg-aware shrinkers in mcg_shrinkers array
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH 04/10] fs: Propagate shrinker::id to list_lru
` [PATCH 05/10] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH 06/10] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH 07/10] list_lru: Pass lru "
` [PATCH 08/10] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH 09/10] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH 10/10] mm: Clear shrinker bit if there are no objects related to memcg
[RFC PATCH v2 0/2] Randomization of address chosen by mmap
2018-03-22 16:36 UTC (3+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] Architecture defined limit on memory region random shift
[PATCH] mm, vmscan, tracing: Use pointer to reclaim_stat struct in trace event
2018-03-22 16:10 UTC
[RFC, PATCH 00/22] Partial MKTME enabling
2018-03-22 16:02 UTC (5+ messages)
` [RFC, PATCH 07/22] x86/mm: Mask out KeyID bits from page table entry pfn
` [RFC, PATCH 08/22] mm: Introduce __GFP_ENCRYPT
[PATCH v4 0/3] mm: improve zone->lock scalability
2018-03-22 15:17 UTC (5+ messages)
` [PATCH v4 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free
[PATCH] mm: fix low-high watermark distance on small systems
2018-03-22 13:43 UTC (7+ messages)
[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
2018-03-22 13:16 UTC (3+ messages)
[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
2018-03-22 12:52 UTC (6+ messages)
` [PATCH 1/4] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
[PATCH 2/2] mm,oom_reaper: Correct MAX_OOM_REAP_RETRIES'th attempt
2018-03-22 11:59 UTC (7+ messages)
` [PATCH 2/2] mm,oom_reaper: Check for MMF_OOM_SKIP before complain
` [PATCH] "
[PATCH] mm,oom: Disable preemption inside the OOM killer
2018-03-22 11:40 UTC (2+ messages)
[PATCH] mm/vmscan: fix unsequenced modification and access warning
2018-03-22 9:50 UTC (4+ messages)
[PATCH 25/45] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
2018-03-22 9:00 UTC (5+ messages)
` [PATCH 26/45] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
` [PATCH 27/45] mm: add kernel_mbind() helper; remove in-kernel call to syscall
` [PATCH 28/45] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
` [PATCH 29/45] mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
[PATCH] memcg, thp: do not invoke oom killer on thp charges
2018-03-22 8:56 UTC (5+ messages)
KVM hang after OOM
2018-03-22 8:39 UTC (7+ messages)
[patch] mm, thp: do not cause memcg oom for thp
2018-03-22 8:11 UTC (8+ messages)
[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
2018-03-22 7:10 UTC (7+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs
` [PATCH 2/3] fs: use memalloc_nofs API while shrinking superblock
` [PATCH 3/3] fs: Use memalloc_nofs_save in generic_perform_write
[bug?] Access was denied by memory protection keys in execute-only address
2018-03-22 7:09 UTC (7+ messages)
[PATCH 00/15] hmm: fixes and documentations v3
2018-03-22 6:58 UTC (31+ messages)
` [PATCH 03/15] mm/hmm: HMM should have a callback before MM is destroyed v2
` [PATCH 03/15] mm/hmm: HMM should have a callback before MM is destroyed v3
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit v2
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit v3
` [PATCH 10/15] mm/hmm: do not differentiate between empty entry or missing directory v2
` [PATCH 13/15] mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
` [PATCH 15/15] mm/hmm: use device driver encoding for HMM pfn v2
[PATCH] vfio iommu type1: improve memory pinning process for raw PFN mapping
2018-03-22 4:52 UTC
mm/hmm: a simple question regarding devm_request_mem_region()
2018-03-22 2:00 UTC (5+ messages)
[PATCH v9 00/24] Speculative page faults
2018-03-22 1:21 UTC (2+ messages)
[PATCH] mm/vmstat.c: Fix vmstat_update() preemption BUG
2018-03-21 23:24 UTC (2+ messages)
[PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
2018-03-21 22:53 UTC (5+ messages)
` [PATCH v2] shm: add split function to shm_vm_ops
[PATCH] mm, slab: eagerly delete inactive offlined SLABs
2018-03-21 22:43 UTC
[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
2018-03-21 20:37 UTC (24+ messages)
[PATCH 00/32] docs/vm: convert to ReST format
2018-03-21 19:22 UTC (33+ messages)
` [PATCH 01/32] docs/vm: active_mm.txt "
` [PATCH 02/32] docs/vm: balance: "
` [PATCH 03/32] docs/vm: cleancache.txt: "
` [PATCH 04/32] docs/vm: frontswap.txt: "
` [PATCH 05/32] docs/vm: highmem.txt: "
` [PATCH 06/32] docs/vm: hmm.txt: "
` [PATCH 07/32] docs/vm: hugetlbpage.txt: "
` [PATCH 08/32] docs/vm: hugetlbfs_reserv.txt: "
` [PATCH 09/32] docs/vm: hwpoison.txt: "
` [PATCH 10/32] docs/vm: idle_page_tracking.txt: "
` [PATCH 11/32] docs/vm: ksm.txt: "
` [PATCH 12/32] docs/vm: mmu_notifier.txt: "
` [PATCH 13/32] docs/vm: numa_memory_policy.txt: "
` [PATCH 14/32] docs/vm: overcommit-accounting: "
` [PATCH 15/32] docs/vm: page_frags "
` [PATCH 16/32] docs/vm: numa: "
` [PATCH 17/32] docs/vm: pagemap.txt: "
` [PATCH 18/32] docs/vm: page_migration: "
` [PATCH 19/32] docs/vm: page_owner: "
` [PATCH 20/32] docs/vm: remap_file_pages.txt: conert "
` [PATCH 21/32] docs/vm: slub.txt: convert "
` [PATCH 22/32] docs/vm: soft-dirty.txt: "
` [PATCH 23/32] docs/vm: split_page_table_lock: "
` [PATCH 24/32] docs/vm: swap_numa.txt: "
` [PATCH 25/32] docs/vm: transhuge.txt: "
` [PATCH 26/32] docs/vm: unevictable-lru.txt: "
` [PATCH 27/32] docs/vm: userfaultfd.txt: "
` [PATCH 28/32] docs/vm: z3fold.txt: "
` [PATCH 29/32] docs/vm: zsmalloc.txt: "
` [PATCH 30/32] docs/vm: zswap.txt: "
` [PATCH 31/32] docs/vm: rename documentation files to .rst
` [PATCH 32/32] docs/vm: add index.rst and link MM documentation to top level index
[RFC] mm: memory.low heirarchical behavior
2018-03-21 19:08 UTC (3+ messages)
clang fails on linux-next since commit 8bf705d13039
2018-03-21 17:07 UTC (7+ messages)
[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
2018-03-21 17:01 UTC (11+ messages)
` [PATCH 5/6] mm/vmscan: Don't change pgdat state on base of a single LRU list state
` [PATCH 6/6] mm/vmscan: Don't mess with pgdat->flags in memcg reclaim
[PATCH] docs/vm: update 00-INDEX
2018-03-21 15:10 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).