linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
incoming
 2022-03-22 21:42 UTC  (79+ messages)
` [patch 001/227] linux/kthread.h: remove unused macros
` [patch 002/227] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 003/227] ntfs: add sanity check on allocation size
` [patch 004/227] ocfs2: cleanup some return variables
` [patch 005/227] fs/ocfs2: fix comments mentioning i_mutex
` [patch 006/227] doc: convert 'subsection' to 'section' in gfp.h
` [patch 007/227] mm: document and polish read-ahead code
` [patch 008/227] mm: improve cleanup when ->readpages doesn't process all pages
` [patch 009/227] fuse: remove reliance on bdi congestion
` [patch 010/227] nfs: "
` [patch 011/227] ceph: "
` [patch 012/227] remove inode_congested()
` [patch 013/227] remove bdi_congested() and wb_congested() and related functions
` [patch 014/227] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [patch 015/227] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [patch 016/227] remove congestion tracking framework
` [patch 017/227] mount: warn only once about timestamp range expiration
` [patch 018/227] mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
` [patch 019/227] filemap: remove find_get_pages()
` [patch 020/227] mm/writeback: minor clean up for highmem_dirtyable_memory
` [patch 021/227] mm: fs: fix lru_cache_disabled race in bh_lru
` [patch 022/227] mm: fix invalid page pointer returned with FOLL_PIN gups
` [patch 023/227] mm/gup: follow_pfn_pte(): -EEXIST cleanup
` [patch 024/227] mm/gup: remove unused pin_user_pages_locked()
` [patch 025/227] mm: change lookup_node() to use get_user_pages_fast()
` [patch 026/227] mm/gup: remove unused get_user_pages_locked()
` [patch 027/227] mm/swap: fix confusing comment in folio_mark_accessed
` [patch 028/227] tmpfs: support for file creation time
` [patch 029/227] shmem: mapping_set_exiting() to help mapped resilience
` [patch 030/227] tmpfs: do not allocate pages on read
` [patch 031/227] mm: shmem: use helper macro __ATTR_RW
` [patch 032/227] memcg: replace in_interrupt() with !in_task()
` [patch 033/227] memcg: add per-memcg total kernel memory stat
` [patch 034/227] mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
` [patch 035/227] mm/memcg: retrieve parent memcg from css.parent
` [patch 036/227] memcg: refactor mem_cgroup_oom
` [patch 037/227] memcg: unify force charging conditions
` [patch 038/227] selftests: memcg: test high limit for single entry allocation
` [patch 039/227] memcg: synchronously enforce memory.high for large overcharges
` [patch 040/227] mm/memcontrol: return 1 from cgroup.memory __setup() handler
` [patch 041/227] mm/memcg: revert ("mm/memcg: optimize user context object stock access")
` [patch 043/227] mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [patch 044/227] mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
` [patch 045/227] mm/memcg: protect memcg_stock with a local_lock_t
` [patch 047/227] mm: list_lru: transpose the array of per-node per-memcg lru lists
` [patch 048/227] mm: introduce kmem_cache_alloc_lru
` [patch 049/227] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [patch 050/227] fs: allocate inode by using alloc_inode_sb()
` [patch 051/227] f2fs: "
` [patch 052/227] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [patch 053/227] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [patch 054/227] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [patch 055/227] mm: list_lru: allocate list_lru_one only when needed
` [patch 056/227] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [patch 057/227] mm: list_lru: replace linear array with xarray
` [patch 058/227] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [patch 059/227] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [patch 060/227] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [patch 061/227] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
` [patch 062/227] memcg: enable accounting for tty-related objects
` [patch 063/227] selftests, x86: fix how check_cc.sh is being invoked
` [patch 064/227] mm: merge pte_mkhuge() call into arch_make_huge_pte()
` [patch 065/227] mm: remove mmu_gathers storage from remaining architectures
` [patch 066/227] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [patch 067/227] mm: fix missing cache flush for all tail pages of compound page
` [patch 068/227] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [patch 069/227] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [patch 070/227] mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
` [patch 071/227] mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic()
` [patch 072/227] mm: replace multiple dcache flush with flush_dcache_folio()
` [patch 073/227] mm: don't skip swap entry even if zap_details specified
` [patch 074/227] mm: rename zap_skip_check_mapping() to should_zap_page()
` [patch 075/227] mm: change zap_details.zap_mapping into even_cows
` [patch 076/227] mm: rework swap handling of zap_pte_range
` [patch 077/227] mm/mmap: return 1 from stack_guard_gap __setup() handler
` [patch 078/227] mm/memory.c: use helper function range_in_vma()
` [patch 079/227] mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()
` [patch 080/227] mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK

[PATCH v8 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-03-22 21:42 UTC  (6+ messages)
` [PATCH v8 2/5] mm: page_isolation: check specified range for unmovable pages

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-22 21:37 UTC  (5+ messages)

[LSF/MM TOPIC] Better handling of negative dentries
 2022-03-22 21:19 UTC  (12+ messages)

[RFC PATCH 0/5] Split a huge page to any lower order pages
 2022-03-22 20:57 UTC  (10+ messages)
` [RFC PATCH 3/5] mm: thp: split "
` [RFC PATCH 4/5] mm: truncate: split huge page cache page to a non-zero order if possible

BUG_ON() in pfn_swap_entry_to_page()
 2022-03-22 18:53 UTC  (3+ messages)

[RFC PATCH] mm: memcg: Do not count memory.low reclaim if it does not happen
 2022-03-22 18:22 UTC 

VM_BUG_ON(!tlb->end) on munmap() with CONT hugetlb pages
 2022-03-22 17:56 UTC  (5+ messages)

slab_pre_alloc_hook() strips __GFP_NOLOCKDEP away
 2022-03-22 17:39 UTC 

[PATCH v6 0/6] Allocate module text and data separately
 2022-03-22 17:24 UTC  (2+ messages)

[PATCH v3] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
 2022-03-22 16:39 UTC 

[PATCH v5] mm/oom_kill.c: futex: Close a race between do_exit and the oom_reaper
 2022-03-22 16:36 UTC  (8+ messages)

[PATCH 1/2] drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set
 2022-03-22 16:32 UTC  (8+ messages)
` [PATCH 2/2] powerpc/papr_scm: "

[PATCH v2] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
 2022-03-22 16:31 UTC  (5+ messages)

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-22 15:53 UTC  (7+ messages)

[PATCH 1/2] mm/page_owner.c: introduce vmalloc allocator for page_owner
 2022-03-22 15:10 UTC  (4+ messages)
` [PATCH 2/2] mm/vmalloc.c: record the allocator in page_owner when __vmalloc_area_node complete mapping pages to virtual address

[linux-next:master 4951/14215] usr/include/linux/ptrace.h:76: warning: "PTRACE_GET_SYSCALL_INFO" redefined
 2022-03-22 15:05 UTC 

[PATCH -next v2 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-22 14:44 UTC  (5+ messages)
` [PATCH -next v2 1/4] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v2 2/4] mm: page_table_check: add hooks to public helpers
` [PATCH -next v2 3/4] arm64: mm: add support for page table check
` [PATCH -next v2 4/4] riscv: "

[PATCH] mm: remove unnecessary (void*) conversions
 2022-03-22 14:28 UTC  (4+ messages)
` [External] "

[linux-next:master 8752/11953] sound/soc/codecs/lpass-macro-common.c:53 lpass_macro_pds_init() warn: passing zero to 'ERR_PTR'
 2022-03-22 14:09 UTC  (5+ messages)

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-22 14:05 UTC  (10+ messages)
` [RFC 2/3] mm: export zap_page_range()
` [RFC 3/3] scsi: target: tcmu: Support zero copy

[linux-next:pending-fixes] BUILD SUCCESS 27610c0a0ca278e3cf262241c8820abbda25838d
 2022-03-22 11:58 UTC 

[PATCH] mm/page_alloc: simplify update of pgdat in wake_all_kswapds
 2022-03-22 11:56 UTC 

[PATCH] mm/mremap: use helper mlock_future_check
 2022-03-22 11:20 UTC 

[PATCH] mm: compaction: use helper isolation_suitable
 2022-03-22 11:07 UTC 

[PATCH] delayacct: track delays from COW
 2022-03-22 11:04 UTC 

[PATCH v3] mm/mempolicy: fix mpol_new leak in shared_policy_replace
 2022-03-22 10:43 UTC 

[PATCH RFC] nfsd: avoid recursive locking through fsnotify
 2022-03-22 10:37 UTC  (7+ messages)

[PATCH v1 0/7] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-03-22  9:46 UTC  (8+ messages)
` [PATCH v1 4/7] arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-22  9:46 UTC  (4+ messages)

[PATCH v2 00/15] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-22  9:41 UTC  (9+ messages)
` [PATCH v2 11/15] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive

[PATCH] delayacct: track delays from ksm cow
 2022-03-22  9:09 UTC  (13+ messages)

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-03-22  9:00 UTC  (26+ messages)
` [PATCH v9 05/14] mm: multi-gen LRU: groundwork
` [PATCH v9 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v9 10/14] mm: multi-gen LRU: kill switch
` [PATCH v9 11/14] mm: multi-gen LRU: thrashing prevention

[PATCH v5 0/6] Fix some bugs related to ramp and dax
 2022-03-22  8:46 UTC  (10+ messages)
` [PATCH v5 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v5 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v5 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v5 6/6] mm: simplify follow_invalidate_pte()

[PATCH v2] ksm: Count ksm merging pages for each process
 2022-03-22  8:46 UTC  (2+ messages)

[PATCH V2,0/2]mm: madvise: return correct bytes processed with process_madvise
 2022-03-22  8:40 UTC  (11+ messages)
` [PATCH V2,2/2] mm: madvise: skip unmapped vma holes passed to process_madvise

[PATCH v2] mm/mempolicy: fix mpol_new leak in shared_policy_replace
 2022-03-22  8:34 UTC  (6+ messages)

[PATCH] mm/munlock: Protect the per-CPU pagevec by a local_lock_t
 2022-03-22  7:56 UTC  (3+ messages)

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-03-22  5:31 UTC  (4+ messages)

[PATCH v5] mm/hmm/test: use char dev with struct device to get device node
 2022-03-22  4:35 UTC 

[linux-next:master] BUILD REGRESSION f9006d9269eac8ff295c2cb67280c54888c74106
 2022-03-22  3:31 UTC 

[PATCH -next 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-22  3:07 UTC  (8+ messages)
` [PATCH -next 3/4] arm64: mm: add support for page table check

[PATCH v5] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-03-22  2:55 UTC  (4+ messages)

[PATCH v4] mm/hmm/test: use char dev with struct device to get device node
 2022-03-22  1:45 UTC  (2+ messages)

[LSF/MM TOPIC] Improving OOM debugging
 2022-03-22  0:51 UTC 

unhandlable pages
 2022-03-22  0:10 UTC  (5+ messages)

[PATCH] mm/migrate: fix race between lock page and clear PG_Isolated
 2022-03-21 23:26 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox