linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 20:06:59 to 2021-02-25 17:42:21 UTC [more...]

[PATCH] mm, kasan: don't poison boot memory
 2021-02-25 17:41 UTC  (18+ messages)

[RFC 0/6] x86: prefetch_page() vDSO call
 2021-02-25 17:32 UTC  (14+ messages)
` [RFC 1/6] vdso/extable: fix calculation of base
` [RFC 2/6] x86/vdso: add mask and flags to extable
` [RFC 3/6] x86/vdso: introduce page_prefetch()
` [RFC 4/6] mm/swap_state: respect FAULT_FLAG_RETRY_NOWAIT
` [RFC 5/6] mm: use lightweight reclaim on FAULT_FLAG_RETRY_NOWAIT
` [PATCH 6/6] testing/selftest: test vDSO prefetch_page()

[v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-02-25 17:00 UTC  (2+ messages)

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2021-02-25 17:21 UTC  (12+ messages)

[PATCH v7 0/1] mm: fix initialization of struct page for holes in memory layout
 2021-02-25 17:06 UTC  (4+ messages)
` [PATCH v7 1/1] mm/page_alloc.c: refactor "

[GIT PULL] Kmap conversions for 5.12
 2021-02-25 16:32 UTC  (7+ messages)

[PATCH] memblock: fix section mismatch warning
 2021-02-25 16:12 UTC  (6+ messages)

[PATCH v3 0/7] Rationalise __alloc_pages wrappers
 2021-02-25 15:06 UTC  (8+ messages)
` [PATCH v3 1/7] mm/page_alloc: Rename alloc_mask to alloc_gfp
` [PATCH v3 2/7] mm/page_alloc: Rename gfp_mask to gfp
` [PATCH v3 3/7] mm/page_alloc: Combine __alloc_pages and __alloc_pages_nodemask
` [PATCH v3 4/7] mm/mempolicy: Rename alloc_pages_current to alloc_pages
` [PATCH v3 5/7] mm/mempolicy: Rewrite alloc_pages documentation
` [PATCH v3 6/7] mm/mempolicy: Rewrite alloc_pages_vma documentation
` [PATCH v3 7/7] mm/mempolicy: Fix mpol_misplaced kernel-doc

[PATCH RFC net-next 0/3] Use bulk order-0 page allocator API for page_pool
 2021-02-25 15:38 UTC  (9+ messages)
` [PATCH RFC net-next 1/3] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH RFC net-next 2/3] net: page_pool: use alloc_pages_bulk in refill code path
` [PATCH RFC net-next 3/3] mm: make zone->free_area[order] access faster

[kbuild] [linux-next:master 6931/12022] drivers/vfio/vfio_iommu_type1.c:1093 vfio_dma_do_unmap() warn: impossible condition '(size > (~0)) => (0-u32max > u32max)'
 2021-02-25 15:25 UTC  (11+ messages)

[io_uring] 6f70bae3cf: BUG:KASAN:use-after-free_in__lock_acquire
 2021-02-25 14:50 UTC  (2+ messages)

[linux-next:master 11949/12573] perf_cpum_cf_diag.c:undefined reference to `__ubsan_handle_negate_overflow'
 2021-02-25 14:41 UTC 

incoming
 2021-02-25 14:31 UTC  (78+ messages)
` [patch 013/173] ramfs: support O_TMPFILE
` [patch 014/173] mm, tracing: record slab name for kmem_cache_free()
` [patch 114/173] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
` [patch 115/173] mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call
` [patch 116/173] mm/hugetlb: use helper huge_page_order and pages_per_huge_page
` [patch 117/173] mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabled
` [patch 118/173] mm/hugetlb: simplify the calculation of variables
` [patch 119/173] mm/hugetlb: grab head page refcount once for group of subpages
` [patch 120/173] mm/hugetlb: refactor subpage recording
` [patch 121/173] mm/hugetlb: fix some comment typos
` [patch 122/173] mm/hugetlb: remove redundant check in preparing and destroying gigantic page
` [patch 123/173] mm/hugetlb.c: fix typos in comments
` [patch 124/173] mm/huge_memory.c: remove unused return value of set_huge_zero_page()
` [patch 125/173] mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled
` [patch 126/173] hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroup
` [patch 127/173] mm/hugetlb: use helper function range_in_vma() in page_table_shareable()
` [patch 128/173] mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
` [patch 129/173] mm/hugetlb: use helper huge_page_size() to get hugepage size
` [patch 130/173] hugetlb: fix update_and_free_page contig page struct assumption
` [patch 131/173] hugetlb: fix copy_huge_page_from_user "
` [patch 132/173] mm/hugetlb: suppress wrong warning info when alloc gigantic page
` [patch 133/173] mm/vmscan: __isolate_lru_page_prepare() cleanup
` [patch 134/173] mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()
` [patch 135/173] mm/vmscan.c: use add_page_to_lru_list()
` [patch 136/173] include/linux/mm_inline.h: shuffle lru list addition and deletion functions
` [patch 137/173] mm: don't pass "enum lru_list" to lru list addition functions
` [patch 138/173] mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
` [patch 139/173] mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
` [patch 140/173] mm: add __clear_page_lru_flags() to replace page_off_lru()
` [patch 141/173] mm: VM_BUG_ON lru page flags
` [patch 142/173] include/linux/mm_inline.h: fold page_lru_base_type() into its sole caller
` [patch 143/173] include/linux/mm_inline.h: fold __update_lru_size() "
` [patch 144/173] mm/vmscan.c: make lruvec_lru_size() static
` [patch 145/173] mm: workingset: clarify eviction order and distance calculation
` [patch 146/173] hugetlb: use page.private for hugetlb specific page flags
` [patch 147/173] hugetlb: convert page_huge_active() HPageMigratable flag
` [patch 148/173] hugetlb: convert PageHugeTemporary() to HPageTemporary flag
` [patch 149/173] hugetlb: convert PageHugeFreed to HPageFreed flag
` [patch 150/173] include/linux/hugetlb.h: add synchronization information for new hugetlb specific flags
` [patch 151/173] hugetlb: fix uninitialized subpool pointer
` [patch 152/173] mm/vmscan: restore zone_reclaim_mode ABI
` [patch 153/173] z3fold: remove unused attribute for release_z3fold_page
` [patch 154/173] z3fold: simplify the zhdr initialization code in init_z3fold_page()
` [patch 155/173] mm/compaction: remove rcu_read_lock during page compaction
` [patch 156/173] mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked
` [patch 157/173] mm/compaction: correct deferral logic for proactive compaction
` [patch 158/173] mm/compaction: fix misbehaviors of fast_find_migrateblock()
` [patch 159/173] mm, compaction: make fast_isolate_freepages() stay within zone
` [patch 160/173] numa balancing: migrate on fault among multiple bound nodes
` [patch 161/173] mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
` [patch 162/173] mm, oom: fix a comment in dump_task()
` [patch 163/173] mm/hugetlb: change hugetlb_reserve_pages() to type bool
` [patch 164/173] hugetlbfs: remove special hugetlbfs_set_page_dirty()
` [patch 165/173] hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()
` [patch 166/173] hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs
` [patch 167/173] hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()
` [patch 168/173] hugetlbfs: remove meaningless variable avoid_reserve
` [patch 169/173] hugetlbfs: make hugepage size conversion more readable
` [patch 170/173] hugetlbfs: correct some obsolete comments about inode i_mutex
` [patch 171/173] hugetlbfs: fix some comment typos
` [patch 172/173] hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()
` [patch 173/173] mm/migrate: remove unneeded semicolons

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-02-25 13:21 UTC  (10+ messages)
` [PATCH v17 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v17 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v17 3/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v17 4/9] mm: hugetlb: alloc "
` [PATCH v17 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v17 6/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v17 7/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v17 8/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v17 9/9] mm: hugetlb: optimize the code with the help of the compiler

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-02-25 12:38 UTC  (6+ messages)

[PATCH v2 10/10] mm: make lruvec_lru_size() static
 2021-02-25 12:12 UTC  (10+ messages)
` [PATCH] mm: test page->flags directly in page_lru()

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-02-25 11:56 UTC  (6+ messages)
` [PATCH 1/3] riscv: Move kernel mapping outside of "
` [PATCH 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[RFC PATCH v3 00/49] 1GB PUD THP support on x86_64
 2021-02-25 11:02 UTC  (2+ messages)

[PATCH RFC] mm/madvise: introduce MADV_POPULATE to prefault/prealloc memory
 2021-02-25  8:41 UTC  (3+ messages)

[PATCH v2] arm: print alloc free paths for address in registers
 2021-02-25  7:56 UTC 

[linux-stable-rc:linux-5.4.y 2231/4843] ERROR: "__memcat_p" undefined!
 2021-02-25  8:22 UTC  (3+ messages)

[PATCH] Input: Add "Share" button to Microsoft Xbox One controller
 2021-02-25  6:26 UTC  (4+ messages)

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-02-25  4:47 UTC  (4+ messages)

[PATCH] mm/filemap: minor coding style tweaks
 2021-02-25  4:55 UTC 

[PATCH] mm/page_alloc: minor coding style tweaks
 2021-02-25  4:50 UTC 

[PATCH] mm/shmem: minor coding style tweaks
 2021-02-25  4:48 UTC 

[PATCH] mm/oom_kill: minor coding style tweaks
 2021-02-25  4:46 UTC 

[PATCH] mm/compaction: minor coding style tweaks
 2021-02-25  4:43 UTC 

[PATCH] mm/zswap: switch from strlcpy to strscpy
 2021-02-25  4:39 UTC 

[PATCH] mm/vmscan: minor coding style tweaks
 2021-02-25  4:34 UTC 

[PATCH] mm/sparse: minor coding style tweaks
 2021-02-25  4:28 UTC 

[PATCH] mm/swapfile: minor coding style tweaks
 2021-02-25  3:27 UTC 

[PATCH] mm/memremap: Fixes improper SPDX comment style
 2021-02-25  3:22 UTC 

[PATCH] mm/mempool: minor coding style tweaks
 2021-02-25  3:06 UTC 

[PATCH 0/5] userfaultfd: support minor fault handling for shmem
 2021-02-25  2:14 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH 3/5] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH 4/5] userfaultfd/selftests: reinitialize test context in each test
` [PATCH 5/5] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH v7 0/6] userfaultfd: add minor fault handling
 2021-02-25  0:33 UTC  (5+ messages)
` [PATCH v7 1/6] userfaultfd: add minor fault registration mode
` [PATCH v7 2/6] userfaultfd: disable huge PMD sharing for MINOR registered VMAs

[PATCH v8 0/6] userfaultfd: add minor fault handling
 2021-02-25  0:26 UTC  (7+ messages)
` [PATCH v8 1/6] userfaultfd: add minor fault registration mode
` [PATCH v8 2/6] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [PATCH v8 3/6] userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
` [PATCH v8 4/6] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v8 5/6] userfaultfd: update documentation to describe minor fault handling
` [PATCH v8 6/6] userfaultfd/selftests: add test exercising "

[RFC] Better page cache error handling
 2021-02-24 23:54 UTC  (5+ messages)

[linux-next:master 11942/12503] drivers/video/fbdev/aty/atyfb_base.c:180:6: warning: no previous prototype for function 'aty_st_lcd'
 2021-02-24 21:18 UTC  (6+ messages)

[PATCH] memcg: cleanup root memcg checks
 2021-02-24 20:41 UTC  (2+ messages)

[PATCH] memcg: enable memcg oom-kill for __GFP_NOFAIL
 2021-02-24 20:38 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).