linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 18:49:26 to 2021-08-19 09:41:25 UTC [more...]

[Bug 207273] New: cgroup with 1.5GB limit and 100MB rss usage OOM-kills processes due to page cache usage after upgrading to kernel 5.4
 2021-08-19  9:41 UTC  (8+ messages)

[PATCH] mm, vmscan: guarantee drop_slab_node() termination
 2021-08-19  9:38 UTC  (5+ messages)

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-19  9:34 UTC  (11+ messages)
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 RFC v4 21/36] x86/head/64: set up a startup %gs for stack protector

[PATCH v4 00/11] Multigenerational LRU Framework
 2021-08-19  9:19 UTC  (13+ messages)
` [PATCH v4 01/11] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v4 02/11] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v4 03/11] mm/vmscan.c: refactor shrink_node()
` [PATCH v4 04/11] mm: multigenerational lru: groundwork
` [PATCH v4 05/11] mm: multigenerational lru: protection
` [PATCH v4 06/11] mm: multigenerational lru: mm_struct list
` [PATCH v4 07/11] mm: multigenerational lru: aging
` [PATCH v4 08/11] mm: multigenerational lru: eviction
` [PATCH v4 09/11] mm: multigenerational lru: user interface
` [PATCH v4 10/11] mm: multigenerational lru: Kconfig
` [PATCH v4 11/11] mm: multigenerational lru: documentation

[PATCH 0/5] Add __alloc_size() for better bounds checking
 2021-08-19  9:09 UTC  (18+ messages)
` [PATCH 1/5] Compiler Attributes: "
` [PATCH 2/5] slab: Add __alloc_size attributes "
` [PATCH 3/5] mm/page_alloc: "
` [PATCH 4/5] percpu: "
` [PATCH 5/5] mm/vmalloc: "

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-19  9:10 UTC  (12+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()

[kbuild-all] [linux-next:master 7181/8804] fs/fat/fat_test.c:23:8: warning: Excessive padding in 'struct fat_timestamp_testcase' (11 padding bytes, where 3 is optimal)
 2021-08-19  8:48 UTC 

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-08-19  8:27 UTC  (15+ messages)
` [PATCH v2 1/7] Compiler Attributes: "
` [PATCH v2 2/7] checkpatch: Add __alloc_size() to known $Attribute
` [PATCH v2 3/7] slab: Clean up function declarations
` [PATCH v2 4/7] slab: Add __alloc_size attributes for better bounds checking
` [PATCH v2 5/7] mm/page_alloc: "
` [PATCH v2 6/7] percpu: "
` [PATCH v2 7/7] mm/vmalloc: "

[PATCH v2] mm/swap: consider max pages in iomap_swapfile_add_extent
 2021-08-19  8:25 UTC  (2+ messages)

[PATCH] mm/swap: consider max pages in iomap_swapfile_add_extent
 2021-08-19  8:22 UTC  (8+ messages)
` [PATCH] generic: add swapfile maxpages regression test

[PATCH v2 0/9] Free user PTE page table pages
 2021-08-19  7:01 UTC  (11+ messages)
` [PATCH v2 1/9] mm: introduce pmd_install() helper
` [PATCH v2 2/9] mm: remove redundant smp_wmb()
` [PATCH v2 3/9] mm: rework the parameter of lock_page_or_retry()
` [PATCH v2 4/9] mm: move pte_alloc{,_map,_map_lock}() to a separate file
` [PATCH v2 5/9] mm: pte_refcount infrastructure
` [PATCH v2 6/9] mm: free user PTE page table pages
` [PATCH v2 7/9] mm: add THP support for pte_ref
` [PATCH v2 8/9] mm: free PTE page table by using rcu mechanism
` [PATCH v2 9/9] mm: use mmu_gather to free PTE page table

[PATCH v2 0/4] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-08-19  6:58 UTC  (5+ messages)
` [PATCH v2 1/4] mm: hugetlb: free "
` [PATCH v2 2/4] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v2 3/4] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v2 4/4] selftests: vm: add a hugetlb test case

[PATCH] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
 2021-08-19  6:33 UTC  (7+ messages)

[v2 PATCH 1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-08-19  5:41 UTC  (3+ messages)
` [v2 PATCH 2/3] doc: hwpoison: correct the support for hugepage
` [v2 PATCH 3/3] mm: hwpoison: dump page for unhandlable page

[PATCH] firmware: arm_scmi: Fix virtio transport Kconfig dependency
 2021-08-19  5:39 UTC  (2+ messages)

[PATCH v2] mm/hwpoison: Retry with shake_page() for unhandlable pages
 2021-08-19  4:32 UTC  (2+ messages)

[PATCH v3] mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
 2021-08-19  2:04 UTC  (6+ messages)

[PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
 2021-08-19  1:50 UTC  (4+ messages)

[linux-next:master 951/8804] drivers/leds/flash/leds-as3645a.c:382:17: warning: Value stored to 'dev' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-19  0:51 UTC 

[PATCH v3 1/2] mm, hugepages: add mremap() support for hugepage backed vma
 2021-08-19  0:40 UTC  (2+ messages)
` [PATCH v3 2/2] mm, hugepages: Add hugetlb vma mremap() test

[PATCH v1] mm/hwpoison: Retry with shake_page() for unhandlable pages
 2021-08-19  0:13 UTC  (3+ messages)

[PATCH v2] mm, hugepages: add mremap() support for hugepage backed vma
 2021-08-18 23:35 UTC  (3+ messages)

[PATCH] hugetlb: don't pass page cache pages to restore_reserve_on_error
 2021-08-18 21:33 UTC 

[PATCH] x86/mm: add select HAVE_ARCH_HUGE_VMALLOC in Kconfig
 2021-08-18 21:21 UTC 

[PATCH v2] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-08-18 20:58 UTC  (4+ messages)

[PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
 2021-08-18 20:18 UTC  (7+ messages)

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-18 19:28 UTC  (5+ messages)
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-18 19:14 UTC  (2+ messages)

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-18 18:13 UTC  (12+ messages)
` [PATCH RFC 4/4] mm: Install marker pte when page out for shmem pages

[PATCH 1/2] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-08-18 18:01 UTC  (14+ messages)
` [PATCH 2/2] doc: hwpoison: correct the support for hugepage

[PATCH] mm: Remove bogus VM_BUG_ON
 2021-08-18 16:45 UTC  (3+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-18 16:38 UTC  (10+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW

[linux-next:master 8730/8804] drivers/scsi/arm/fas216.c:993:20: error: no member named 'tag' in 'struct scsi_cmnd'
 2021-08-18 16:15 UTC 

[PATCH v2 0/3] More machine check recovery fixes
 2021-08-18 16:14 UTC  (5+ messages)
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
  ` [PATCH v2 2/3] x86/mce: Change to not send SIGBUS error during copy from user
  ` [PATCH v2 3/3] x86/mce: Drop copyin special case for #MC

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-18 15:42 UTC  (15+ messages)
                    ` Removing Mandatory Locks

[PATCH] mm: vmscan: fix missing psi annotation for node_reclaim()
 2021-08-18 15:24 UTC 

[PATCH v2 00/61] Introducing the Maple Tree
 2021-08-18 14:54 UTC  (4+ messages)
` [PATCH v2 10/61] kernel/fork: Use maple tree for dup_mmap() during forking

[PATCH] kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE
 2021-08-18 13:43 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 898ee1d3a2b109bb3d2fec9f4a44f3da11bf396c
 2021-08-18 12:16 UTC 

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-18 11:52 UTC  (5+ messages)
` [PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH net-next] net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
 2021-08-18 10:50 UTC  (2+ messages)

[PATCH] mm: Changed leading spaces to tabs
 2021-08-18  9:07 UTC  (2+ messages)

[linux-next:master 341/8516] drivers/gpu/drm/i915/gem/i915_gem_ttm.c:173:36: warning: unused parameter 'place'
 2021-08-18  7:10 UTC 

[linux-next:master 8399/8516] include/linux/cpumask.h:126:68: warning: unused parameter 'srcp1'
 2021-08-18  6:46 UTC 

[linux-next:master 7380/8516] drivers/net/ethernet/intel/igc/igc_main.c:4994: undefined reference to `ptp_clock_event'
 2021-08-18  6:44 UTC 

[PATCH v1 00/12] Use obj_cgroup APIs to charge the LRU pages
 2021-08-18  4:47 UTC  (7+ messages)
` [PATCH v1 01/12] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v1 03/12] mm: memcontrol: make lruvec lock safe when LRU pages are reparented

[syzbot] kernel BUG in remove_inode_hugepages
 2021-08-18  4:11 UTC  (3+ messages)

[PATCH 5.10.y 00/11] mm: memcontrol: fix nullptr in __mod_lruvec_page_state()
 2021-08-18  2:02 UTC  (5+ messages)
` [PATCH 5.10.y 01/11] mm: memcontrol: Use helpers to read page's memcg data

[linux-next:master 7954/8516] include/linux/trace_events.h:695:81: warning: unused parameter 'bpf_cookie'
 2021-08-18  0:37 UTC  (3+ messages)

[PATCH v5] memblock: make memblock_find_in_range method private
 2021-08-18  0:13 UTC  (2+ messages)

[PATCH 0/4] Cleanups and fixup for memcontrol
 2021-08-17 23:37 UTC  (5+ messages)
` [PATCH 2/4] mm/hwpoison: fix potential pte_unmap_unlock pte error

[linux-next:master 7812/8516] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4482:31: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2021-08-17 21:43 UTC 

[RFC PATCH] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
 2021-08-17 20:21 UTC 

[PATCH 0/9] huge tmpfs: shmem_is_huge() fixes and cleanups
 2021-08-17 20:16 UTC  (5+ messages)
` [PATCH 6/9] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
` [PATCH 7/9] huge tmpfs: shmem_is_huge(vma, inode, index)

[linux-next:master 285/8516] drivers/gpu/drm/i915/gem/i915_gem_ttm.c:360:55: warning: unused parameter 'bdev'
 2021-08-17 19:43 UTC 

[linux-next:master 3921/8516] include/linux/seq_file.h:247:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4
 2021-08-17 18:59 UTC 

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-08-17 18:49 UTC  (7+ 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).