linux-2.6-microblaze.git
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/swap: make swap_address_space an inline function
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 Anshuman Khandualmm: define default value for FIRST_USER_ADDRESS
2021-07-01 Hyeonggon Yoomm: fix typos and grammar error in comments
2021-07-01 Yue Huzram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK
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 Hildenbrandselftests/vm: add test for MADV_POPULATE_(READ|WRITE)
2021-07-01 David Hildenbrandselftests/vm: add protection_keys_32 / protection_keys_...
2021-07-01 David HildenbrandMAINTAINERS: add tools/testing/selftests/vm/ to MEMORY...
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 Anshuman Khandualmm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent...
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 Anshuman Khandualarm64/mm: drop HAVE_ARCH_PFN_VALID
2021-07-01 Mike Rapoportarm64: drop pfn_valid_within() and simplify pfn_valid()
2021-07-01 Mike Rapoportarm64: decouple check whether pfn is in linear map...
2021-07-01 Mike Rapoportmemblock: update initialization of reserved pages
2021-07-01 Mike Rapoportinclude/linux/mmzone.h: add documentation for pfn_valid()
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 Hildenbrandfs/proc/kcore: use page_offline_(freeze|thaw)
2021-07-01 David Hildenbrandvirtio-mem: use page_offline_(start|end) when setting...
2021-07-01 David Hildenbrandmm: introduce page_offline_(begin|end|freeze|thaw)...
2021-07-01 David Hildenbrandfs/proc/kcore: don't read offline sections, logically...
2021-07-01 David Hildenbrandfs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
2021-07-01 David Hildenbrandfs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
2021-07-01 Mike Rapoportdocs: proc.rst: meminfo: briefly describe gaps in memor...
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 Zhaoinclude/trace/events/vmscan.h: remove mm_vmscan_inactiv...
2021-07-01 Yu Zhaomm/vmscan.c: fix potential deadlock in reclaim_pages()
2021-07-01 Axel Rasmussenuserfaultfd/selftests: exercise minor fault handling...
2021-07-01 Axel Rasmussenuserfaultfd/selftests: reinitialize test context in...
2021-07-01 Axel Rasmussenuserfaultfd/selftests: create alias mappings in the...
2021-07-01 Axel Rasmussenuserfaultfd/selftests: use memfd_create for shmem test...
2021-07-01 Axel Rasmussenuserfaultfd/shmem: modify shmem_mfill_atomic_pte to...
2021-07-01 Axel Rasmussenuserfaultfd/shmem: advertise shmem minor fault support
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 Xuuserfaultfd/selftests: add pagemap uffd-wp test
2021-07-01 Peter Xumm/pagemap: export uffd-wp protection information
2021-07-01 Peter Xumm/userfaultfd: fail uffd-wp registration if not supported
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 Peter Xuuserfaultfd/selftests: unify error handling
2021-07-01 Peter Xuuserfaultfd/selftests: only dump counts if mode enabled
2021-07-01 Peter Xuuserfaultfd/selftests: dropping VERIFY check in locking...
2021-07-01 Peter Xuuserfaultfd/selftests: remove the time() check on delay...
2021-07-01 Peter Xuuserfaultfd/selftests: use user mode only
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...
next