seq_file: convert seq_escape() to use seq_escape_str()
[linux-2.6-microblaze.git] / mm /
2021-07-01 Alistair Popplemm: device exclusive memory access
2021-07-01 Alistair Popplemm/memory.c: allow different return codes for copy_nonp...
2021-07-01 Alistair Popplemm: rename migrate_pgmap_owner
2021-07-01 Alistair Popplemm/rmap: split migration into its own function
2021-07-01 Alistair Popplemm/rmap: split try_to_munlock from try_to_unmap
2021-07-01 Alistair Popplemm/swapops: rework swap entry manipulation code
2021-07-01 Alistair Popplemm: remove special swap entry functions
2021-07-01 Marco Elverkfence: unconditionally use unbound work queue
2021-07-01 Mel Gormanmm/page_alloc: move prototype for find_suitable_fallback
2021-07-01 Mel Gormanmm/mmap_lock: remove dead code for !CONFIG_TRACING...
2021-07-01 Mel Gormanmm/z3fold: add kerneldoc fields for z3fold_pool
2021-07-01 Mel Gormanmm/zbud: add kerneldoc fields for zbud_pool
2021-07-01 Mel Gormanmm/memory_hotplug: fix kerneldoc comment for __remove_m...
2021-07-01 Mel Gormanmm/memory_hotplug: fix kerneldoc comment for __try_onli...
2021-07-01 Mel Gormanmm/memcontrol.c: fix kerneldoc comment for mem_cgroup_c...
2021-07-01 Mel Gormanmm/mapping_dirty_helpers: remove double Note in kerneldoc
2021-07-01 Mel Gormanmm/page_alloc: make should_fail_alloc_page() static
2021-07-01 Mel Gormanmm/vmalloc: include header for prototype of set_iounmap...
2021-07-01 Mel Gormanmm/vmscan: remove kerneldoc-like comment from isolate_l...
2021-07-01 Zhen Leimm: fix spelling mistakes
2021-07-01 Hyeonggon Yoomm: fix typos and grammar error in comments
2021-07-01 Miaohe Linmm/zsmalloc.c: improve readability for async_free_zspage()
2021-07-01 Miaohe Linmm/zsmalloc.c: remove confusing code in obj_free()
2021-07-01 Miaohe Linmm/zswap.c: fix two bugs in zswap_writeback_entry()
2021-07-01 Miaohe Linmm/zswap.c: avoid unnecessary copy-in at map time
2021-07-01 Miaohe Linmm/zswap.c: remove unused function zswap_debugfs_exit()
2021-07-01 Oscar Salvadormm,memory_hotplug: drop unneeded locking
2021-07-01 Liam Markmm/memory_hotplug: rate limit page migration warnings
2021-07-01 David Hildenbrandmm/madvise: introduce MADV_POPULATE_(READ|WRITE) to...
2021-07-01 David Hildenbrandmm: make variable names for populate_vma_page_range...
2021-07-01 Kefeng Wangmm: generalize ZONE_[DMA|DMA32]
2021-07-01 Liam Howlettmm/nommu: unexport do_munmap()
2021-07-01 Chen Linommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
2021-07-01 Matthew Wilcox ... mm/thp: fix strncpy warning
2021-07-01 Hugh Dickinsmm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC
2021-07-01 Hugh Dickinsmm/thp: remap_page() is only needed on anonymous THP
2021-07-01 Yang Shimm: rmap: make try_to_unmap() void function
2021-07-01 Yang Shimm: thp: skip make PMD PROT_NONE if THP migration is...
2021-07-01 Yang Shimm: migrate: check mapcount for THP instead of refcount
2021-07-01 Yang Shimm: migrate: don't split THP for misplaced NUMA page
2021-07-01 Yang Shimm: migrate: account THP NUMA migration counters correctly
2021-07-01 Yang Shimm: thp: refactor NUMA fault handling
2021-07-01 Yang Shimm: memory: make numa_migrate_prep() non-static
2021-07-01 Yang Shimm: memory: add orig_pmd to struct vm_fault
2021-07-01 Collin Fijalkovichmm, thp: relax the VM_DENYWRITE constraint on file...
2021-07-01 Muchun Songmm: migrate: fix missing update page_private to hugetlb...
2021-07-01 Mike Rapoportmemblock: update initialization of reserved pages
2021-07-01 Ben Widawskymm/mempolicy: use unified 'nodes' for bind/interleave...
2021-07-01 Yang Shimm: mempolicy: don't have to split pmd for huge zero...
2021-07-01 Feng Tangmm/mempolicy: unify the parameter sanity check for...
2021-07-01 Feng Tangmm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_...
2021-07-01 Feng Tangmm/mempolicy: cleanup nodemask intersection check for oom
2021-07-01 Wonhyuk Yangmm/compaction: fix 'limit' in fast_isolate_freepages
2021-07-01 Liu Xiangmm: compaction: remove duplicate !list_empty(&sublist...
2021-07-01 YueHaibingmm/compaction: use DEVICE_ATTR_WO macro
2021-07-01 Miaohe Linmm/zbud: don't export any zbud API
2021-07-01 Miaohe Linmm/zbud: reuse unbuddied[0] as buddied in zbud_pool
2021-07-01 Miaohe Linmm/z3fold: use release_z3fold_page_locked() to release...
2021-07-01 Miaohe Linmm/z3fold: fix potential memory leak in z3fold_destroy_...
2021-07-01 Miaohe Linmm/z3fold: remove unused function handle_to_z3fold_header()
2021-07-01 Miaohe Linmm/z3fold: remove magic number in z3fold_create_pool()
2021-07-01 Miaohe Linmm/z3fold: avoid possible underflow in z3fold_alloc()
2021-07-01 Miaohe Linmm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_...
2021-07-01 David Hildenbrandmm: introduce page_offline_(begin|end|freeze|thaw)...
2021-07-01 Kefeng Wangmm/kconfig: move HOLES_IN_ZONE into mm
2021-07-01 Miaohe Linmm: workingset: define macro WORKINGSET_SHIFT
2021-07-01 Yu Zhaomm/vmscan.c: fix potential deadlock in reclaim_pages()
2021-07-01 Axel Rasmussenuserfaultfd/shmem: modify shmem_mfill_atomic_pte to...
2021-07-01 Axel Rasmussenuserfaultfd/shmem: support UFFDIO_CONTINUE for shmem
2021-07-01 Axel Rasmussenuserfaultfd/shmem: support minor fault registration...
2021-07-01 Axel Rasmussenuserfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_ze...
2021-07-01 Peter Xumm/userfaultfd: fix uffd-wp special cases for fork()
2021-07-01 Peter Xumm/thp: simplify copying of huge zero page pmd when...
2021-07-01 Naoya Horiguchimm/hwpoison: disable pcp for page_handle_poison()
2021-07-01 Mike Kravetzhugetlb: address ref count racing in prep_compound_giga...
2021-07-01 Mike Kravetzhugetlb: remove prep_compound_huge_page cleanup
2021-07-01 Muchun Songmm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP...
2021-07-01 Muchun Songmm: sparsemem: use huge PMD mapping for vmemmap pages
2021-07-01 Muchun Songmm: sparsemem: split the huge PMD mapping of vmemmap...
2021-07-01 Mina Almasrymm, hugetlb: fix racy resv_huge_pages underflow on...
2021-07-01 Christophe Leroymm/vmalloc: enable mapping of huge pages at pte level...
2021-07-01 Christophe Leroymm/vmalloc: enable mapping of huge pages at pte level...
2021-07-01 Christophe Leroymm/hugetlb: change parameters of arch_make_huge_pte()
2021-07-01 Miaohe Linmm/huge_memory.c: don't discard hugepage if other proce...
2021-07-01 Miaohe Linmm/huge_memory.c: remove unnecessary tlb_remove_page_si...
2021-07-01 Miaohe Linmm/huge_memory.c: add missing read-only THP checking...
2021-07-01 Miaohe Linmm/huge_memory.c: use page->deferred_list
2021-07-01 Shixin Liumm/debug_vm_pgtable: remove redundant pfn_{pmd/pte...
2021-07-01 Shixin Liumm/debug_vm_pgtable: move {pmd/pud}_huge_tests out...
2021-07-01 Muchun Songmm: hugetlb: introduce nr_free_vmemmap_pages in the...
2021-07-01 Muchun Songmm: memory_hotplug: disable memmap_on_memory when huget...
2021-07-01 Muchun Songmm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
2021-07-01 Muchun Songmm: hugetlb: alloc the vmemmap pages associated with...
2021-07-01 Muchun Songmm: hugetlb: defer freeing of HugeTLB pages
2021-07-01 Muchun Songmm: hugetlb: free the vmemmap pages associated with...
2021-07-01 Muchun Songmm: memory_hotplug: factor out bootmem core functions...
2021-06-29 Naoya Horiguchimm,hwpoison: make get_hwpoison_page() call get_any_page()
2021-06-29 Naoya Horiguchimm,hwpoison: send SIGBUS with error virutal address
2021-06-29 Mel Gormanmm/page_alloc: split pcp->high across all online CPUs...
2021-06-29 Mel Gormanmm/page_alloc: allow high-order pages to be stored...
next