messages from 2018-08-22 01:39:06 to 2018-08-24 03:19:11 UTC [more...]
[PATCH v6 0/2] huge_pmd_unshare migration and flushing
2018-08-24 3:07 UTC (5+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages
` [PATCH v6 2/2] hugetlb: take PMD sharing into account when flushing tlb/caches
[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
2018-08-24 0:31 UTC (17+ messages)
mmotm 2018-08-23-17-26 uploaded
2018-08-24 0:27 UTC
[PATCH 0/3] trivial code refine for sparsemem
2018-08-24 0:15 UTC (15+ messages)
` [PATCH 1/3] mm/sparse: add likely to mem_section[root] check in sparse_index_init()
` [PATCH 2/3] mm/sparse: expand the CONFIG_SPARSEMEM_EXTREME range in __nr_to_section()
` [PATCH 3/3] mm/sparse: use __highest_present_section_nr as the boundary for pfn check
Caching/buffers become useless after some time
2018-08-24 0:11 UTC (16+ messages)
[PATCH 1/2] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
2018-08-24 0:03 UTC (3+ messages)
` [PATCH 2/2] mm: zero remaining unavailable struct pages
[RFC PATCH 0/2] minor mmu_gather patches
2018-08-23 23:42 UTC (11+ messages)
` [RFC PATCH 1/2] mm: move tlb_table_flush to tlb_flush_mmu_free
` [RFC PATCH 2/2] mm: mmu_notifier fix for tlb_end_vma
[PATCH 0/4] x86: TLB invalidate fixes
2018-08-23 23:31 UTC (31+ messages)
` [PATCH 1/4] x86/mm/tlb: Revert the recent lazy TLB patches
` [PATCH 2/4] mm/tlb: Remove tlb_remove_table() non-concurrent condition
` [PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
` [PATCH 4/4] x86/mm: Only use tlb_remove_table() for paravirt
[PATCH v3 1/2] mm: migration: fix migration of huge PMD shared pages
2018-08-23 19:36 UTC (15+ messages)
[PATCH] mm, oom: Always call tlb_finish_mmu()
2018-08-23 19:23 UTC (6+ messages)
` [PATCH v2] mm, oom: Fix missing tlb_finish_mmu() in __oom_reap_task_mm()
[PATCH] xen/gntdev: fix up blockable calls to mn_invl_range_start
2018-08-23 19:09 UTC (7+ messages)
[PATCH v2 1/3] mm: rework memcg kernel stack accounting
2018-08-23 16:23 UTC (3+ messages)
[RFC v8 PATCH 0/5] mm: zap pages with read mmap_sem in munmap for large mapping
2018-08-23 16:07 UTC (16+ messages)
` [RFC v8 PATCH 2/5] uprobes: introduce has_uprobes helper
` [RFC v8 PATCH 3/5] mm: mmap: zap pages with read mmap_sem in munmap
A crash on ARM64 in move_freepages_block due to uninitialized pages in reserved memory
2018-08-23 14:34 UTC (11+ messages)
measuring reclaim overhead without NR_PAGES_SCANNED
2018-08-23 12:16 UTC (2+ messages)
[PATCH] fs: fix local var type
2018-08-23 11:58 UTC (4+ messages)
[PATCH 0/2] fix for "pathological THP behavior"
2018-08-23 10:52 UTC (17+ messages)
` [PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always
[PATCH] mm: Fix comment for NODEMASK_ALLOC
2018-08-23 10:51 UTC (6+ messages)
[RFC PATCH 0/5] Clean up node_states_check_changes_online/offline
2018-08-23 9:44 UTC (7+ messages)
` [RFC PATCH 1/5] mm/memory_hotplug: Spare unnecessary calls to node_set_state
` [RFC PATCH 2/5] mm/memory_hotplug: Avoid node_set/clear_state(N_HIGH_MEMORY) when !CONFIG_HIGHMEM
` [RFC PATCH 3/5] mm/memory_hotplug: Simplify node_states_check_changes_online
` [RFC PATCH 4/5] mm/memory_hotplug: Tidy up node_states_clear_node
` [RFC PATCH 5/5] mm/memory_hotplug: Simplify node_states_check_changes_offline
[PATCH] mm: respect arch_dup_mmap() return value
2018-08-23 8:57 UTC (2+ messages)
[PATCH v2] arm64: kasan: add interceptors for strcmp/strncmp functions
2018-08-23 8:56 UTC
[RFC PATCH] mm: Streamline deferred_init_pages and deferred_free_pages
2018-08-23 2:29 UTC
Odd SIGSEGV issue introduced by commit 6b31d5955cb29 ("mm, oom: fix potential data corruption when oom_reaper races with writer")
2018-08-23 1:25 UTC (6+ messages)
[PATCH 4/4] mm, oom: Fix unnecessary killing of additional processes
2018-08-22 20:54 UTC (12+ messages)
[GIT PULL] XArray for 4.19
2018-08-22 18:41 UTC (9+ messages)
[PATCH 0/4] numa, iommu/smmu: IOMMU/SMMU driver optimization for NUMA systems
2018-08-22 17:57 UTC (5+ messages)
[PATCH RFC] mm: don't miss the last page because of round-off error
2018-08-22 17:50 UTC (6+ messages)
[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v3
2018-08-22 17:28 UTC (9+ messages)
` [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO
[mmotm:master 171/242] kernel/exit.c:640:3: error: too few arguments to function 'group_send_sig_info'
2018-08-22 16:16 UTC (2+ messages)
[mmotm:master 187/242] mm/memblock.c:1290:6: error: 'early_region_idx' undeclared; did you mean 'early_pfn_to_nid'?
2018-08-22 16:12 UTC (2+ messages)
[PATCH RFC 1/3] cgroup: list all subsystem states in debugfs files
2018-08-22 14:58 UTC (3+ messages)
` [PATCH RFC 2/3] proc/kpagecgroup: report also inode numbers of offline cgroups
using range locks instead of mm_sem
2018-08-22 14:46 UTC (2+ messages)
[PATCH v11 00/26] Speculative page faults
2018-08-22 14:23 UTC (14+ messages)
How to profile 160 ms spent in `add_highpages_with_active_regions()`?
2018-08-22 13:41 UTC (4+ messages)
[mmotm:master 187/242] mm/memblock.c:1290:6: error: 'early_region_idx' undeclared; did you mean 'nommu_region_sem'?
2018-08-22 11:32 UTC
[RFC v2 0/2] Do not touch pages in remove_memory path
2018-08-22 8:11 UTC (5+ messages)
` [RFC v2 2/2] mm/memory_hotplug: Shrink spanned pages when offlining memory
[PATCH v2 0/2] mm: soft-offline: fix race against page allocation
2018-08-22 8:00 UTC (5+ messages)
mmotm 2018-08-21-23-23 uploaded
2018-08-22 6:24 UTC
[PATCH v11 0/3] remain and optimize memblock_next_valid_pfn on arm and arm64
2018-08-22 3:07 UTC (4+ messages)
` [PATCH v11 1/3] arm: arm64: introduce CONFIG_HAVE_MEMBLOCK_PFN_VALID
` [PATCH v11 2/3] mm: page_alloc: remain memblock_next_valid_pfn() on arm/arm64
` [PATCH v11 3/3] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn
[PATCH V4 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
2018-08-22 10:58 UTC (5+ messages)
` [PATCH V4 1/4] kvm: remove redundant reserved page check
` [PATCH V4 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V4 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V4 4/4] kvm: add a check if pfn is from NVDIMM pmem
[RESEND PATCH v10 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
2018-08-22 1:38 UTC (6+ messages)
` [RESEND PATCH v10 3/6] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
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).