linux-2.6-microblaze.git
2021-05-07 Yury Norovlib: add fast path for find_next_*_bit()
2021-05-07 Yury Norovtools: sync find_next_bit implementation
2021-05-07 Yury Norovlib: inline _find_next_bit() wrappers
2021-05-07 Yury Norovtools: sync small_const_nbits() macro with the kernel
2021-05-07 Yury Norovlib: extend the scope of small_const_nbits() macro
2021-05-07 Yury Norovarch: rearrange headers inclusion order in asm/bitops...
2021-05-07 Yury Norovtools: sync BITMAP_LAST_WORD_MASK() macro with the...
2021-05-07 Yury Norovtools: bitmap: sync function declarations with the...
2021-05-07 Yury Norovtools: disable -Wno-type-limits
2021-05-07 Rasmus Villemoeskernel/cred.c: make init_groups static
2021-05-07 Rasmus Villemoeskernel/async.c: fix pr_debug statement
2021-05-07 Wan Jiabinglinux/profile.h: remove unnecessary declaration
2021-05-07 Andy Shevchenkokernel.h: drop inclusion in bitmap.h
2021-05-07 Matthew Wilcox... include: remove pagemap.h from blkdev.h
2021-05-07 zhouchuangaoproc/sysctl: fix function name error in comments
2021-05-07 Alexey Dobriyanselftests: proc: test subset=pid
2021-05-07 Alexey Dobriyanproc: delete redundant subset=pid check
2021-05-07 Alexey Dobriyanproc: mandate ->proc_lseek in "struct proc_ops"
2021-05-07 Alexey Dobriyanproc: save LOC in __xlate_proc_name()
2021-05-07 Colin Ian Kingfs/proc/generic.c: fix incorrect pde_is_permanent check
2021-05-07 Randy Dunlapalpha: csum_partial_copy.c: add function prototypes...
2021-05-07 Randy Dunlapalpha: eliminate old-style function definitions
2021-05-05 Marco Elverkfence: use power-efficient work queue to run delayed...
2021-05-05 Marco Elverkfence: maximize allocation wait timeout duration
2021-05-05 Marco Elverkfence: await for allocation using wait_event
2021-05-05 Marco Elverkfence: zero guard page after out-of-bounds access
2021-05-05 Zhang Yunkaimm/process_vm_access.c: remove duplicate include
2021-05-05 Zhiyuan Daimm/mempool: minor coding style tweaks
2021-05-05 songqiangmm/highmem.c: fix coding style issue
2021-05-05 Ira Weinybtrfs: use memzero_page() instead of open coded kmap...
2021-05-05 Ira Weinyiov_iter: lift memzero_page() to highmem.h
2021-05-05 zhouchuangaomm/zsmalloc: use BUG_ON instead of if condition followe...
2021-05-05 Zhiyuan Daimm/zswap.c: switch from strlcpy to strscpy
2021-05-05 Oscar Salvadorarm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2021-05-05 Oscar Salvadorx86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2021-05-05 Oscar Salvadormm,memory_hotplug: add kernel boot option to enable...
2021-05-05 Oscar Salvadoracpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supported
2021-05-05 Oscar Salvadormm,memory_hotplug: allocate memmap from the added memor...
2021-05-05 David Hildenbrandmm,memory_hotplug: factor out adjusting present pages...
2021-05-05 Oscar Salvadormm,memory_hotplug: relax fully spanned sections check
2021-05-05 Oscar Salvadordrivers/base/memory: introduce memory_block_{online...
2021-05-05 Mel Gormanmm/memory_hotplug: remove broken locking of zone PCP...
2021-05-05 Pavel Tatashinselftests/vm: gup_test: test faulting in kernel, and...
2021-05-05 Pavel Tatashinselftests/vm: gup_test: fix test flag
2021-05-05 Pavel Tatashinmm/gup: longterm pin migration cleanup
2021-05-05 Pavel Tatashinmm/gup: change index type to long as it counts pages
2021-05-05 Pavel Tatashinmemory-hotplug.rst: add a note about ZONE_MOVABLE and...
2021-05-05 Pavel Tatashinmm/gup: migrate pinned pages out of movable zone
2021-05-05 Pavel Tatashinmm/gup: do not migrate zero page
2021-05-05 Pavel Tatashinmm: honor PF_MEMALLOC_PIN for all movable pages
2021-05-05 Pavel Tatashinmm: apply per-task gfp constraints in fast path
2021-05-05 Pavel Tatashinmm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
2021-05-05 Pavel Tatashinmm/gup: check for isolation errors
2021-05-05 Pavel Tatashinmm/gup: return an error on migration failure
2021-05-05 Pavel Tatashinmm/gup: check every subpage of a compound page during...
2021-05-05 Pavel Tatashinmm/gup: don't pin migrated cma pages in movable zone
2021-05-05 Bhaskar Chowdhurymm/util.c: fix typo
2021-05-05 Joe Perchesmm/util.c: reduce mem_dump_obj() object size
2021-05-05 Anshuman Khandualmm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE
2021-05-05 Anshuman Khandualmm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK
2021-05-05 Anshuman Khandualmm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
2021-05-05 Anshuman Khandualmm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
2021-05-05 Anshuman Khandualmm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_S...
2021-05-05 Anshuman Khandualmm: generalize ARCH_HAS_CACHE_LINE_SIZE
2021-05-05 Liam Howlettmm/mmap.c: don't unlock VMAs in remap_file_pages()
2021-05-05 Saravanan Dx86/mm: track linear mapping split events
2021-05-05 Hugh Dickinsmm: /proc/sys/vm/stat_refresh stop checking monotonic...
2021-05-05 Hugh Dickinsmm: /proc/sys/vm/stat_refresh skip checking known negat...
2021-05-05 Hugh Dickinsmm: no more EINVAL from /proc/sys/vm/stat_refresh
2021-05-05 Hugh Dickinsmm: restore node stat checking in /proc/sys/vm/stat_refresh
2021-05-05 Chengyang Fanmm/ksm: remove unused parameter from remove_trailing_rm...
2021-05-05 Miaohe Linksm: fix potential missing rmap_item for stable_node
2021-05-05 Miaohe Linksm: remove dedicated macro KSM_FLAG_MASK
2021-05-05 Miaohe Linksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_...
2021-05-05 Miaohe Linksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_s...
2021-05-05 Minchan Kimmm: use proper type for cma_[alloc|release]
2021-05-05 Minchan Kimmm: cma: add the CMA instance name to cma trace events
2021-05-05 Minchan Kimmm: cma: support sysfs
2021-05-05 Liam Markmm: cma: add trace events for CMA alloc perf testing
2021-05-05 Baolin Wangmm: cma: use pr_err_ratelimited for CMA warning
2021-05-05 Minchan Kimmm: vmstat: add cma statistics
2021-05-05 Miaohe LinRevert "mm: migrate: skip shared exec THP for NUMA...
2021-05-05 Miaohe Linmm/migrate.c: use helper migrate_vma_collect_skip(...
2021-05-05 Miaohe Linmm/migrate.c: fix potential indeterminate pte entry...
2021-05-05 Miaohe Linmm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCC...
2021-05-05 Miaohe Linmm/migrate.c: make putback_movable_page() static
2021-05-05 Minchan Kimmm: fs: invalidate BH LRU during page migration
2021-05-05 Minchan Kimmm: replace migrate_[prep|finish] with lru_cache_[disab...
2021-05-05 Minchan Kimmm: disable LRU pagevec during the migration temporarily
2021-05-05 Charan Teja... mm: compaction: update the COMPACT[STALL|FAIL] events...
2021-05-05 Pintu Kumarmm/compaction: remove unused variable sysctl_compact_memory
2021-05-05 Yang Shimm: vmscan: shrink deferred objects proportional to...
2021-05-05 Yang Shimm: memcontrol: reparent nr_deferred when memcg offline
2021-05-05 Yang Shimm: vmscan: don't need allocate shrinker->nr_deferred...
2021-05-05 Yang Shimm: vmscan: use per memcg nr_deferred of shrinker
2021-05-05 Yang Shimm: vmscan: add per memcg shrinker nr_deferred
2021-05-05 Yang Shimm: vmscan: use a new flag to indicate shrinker is...
2021-05-05 Yang Shimm: vmscan: add shrinker_info_protected() helper
2021-05-05 Yang Shimm: memcontrol: rename shrinker_map to shrinker_info
2021-05-05 Yang Shimm: vmscan: use kvfree_rcu instead of call_rcu
next