linux-2.6-microblaze.git
2021-06-29 Mel Gormanmm/page_alloc: allow high-order pages to be stored...
2021-06-29 Mike Rapoportmm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM
2021-06-29 Mike Rapoportmm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
2021-06-29 Mike Rapoportdocs: remove description of DISCONTIGMEM
2021-06-29 Mike Rapoportarch, mm: remove stale mentions of DISCONIGMEM
2021-06-29 Mike Rapoportmm: remove CONFIG_DISCONTIGMEM
2021-06-29 Mike Rapoportm68k: remove support for DISCONTIGMEM
2021-06-29 Mike Rapoportarc: remove support for DISCONTIGMEM
2021-06-29 Mike Rapoportarc: update comment about HIGHMEM implementation
2021-06-29 Mike Rapoportalpha: remove DISCONTIGMEM and NUMA
2021-06-29 Mel Gormanmm/page_alloc: move free_the_page
2021-06-29 Liu Shixinmm/page_alloc: fix counting of managed_pages
2021-06-29 Dong Aishengmm/page_alloc: improve memmap_pages dbg msg
2021-06-29 Dong Aishengmm: drop SECTION_SHIFT in code comments
2021-06-29 Mel Gormanmm/page_alloc: introduce vm.percpu_pagelist_high_fraction
2021-06-29 Mel Gormanmm/page_alloc: limit the number of pages on PCP lists...
2021-06-29 Mel Gormanmm/page_alloc: scale the number of pages that are batch...
2021-06-29 Mel Gormanmm/page_alloc: adjust pcp->high after CPU hotplug events
2021-06-29 Mel Gormanmm/page_alloc: disassociate the pcp->high from pcp...
2021-06-29 Mel Gormanmm/page_alloc: delete vm.percpu_pagelist_fraction
2021-06-29 Minchan Kimmm: page_alloc: dump migrate-failed pages only at ...
2021-06-29 Mel Gormanmm/page_alloc: update PGFREE outside the zone lock...
2021-06-29 Mel Gormanmm/page_alloc: avoid conflating IRQs disabled with...
2021-06-29 Mel Gormanmm/page_alloc: explicitly acquire the zone lock in...
2021-06-29 Mel Gormanmm/page_alloc: reduce duration that IRQs are disabled...
2021-06-29 Mel Gormanmm/page_alloc: batch the accounting updates in the...
2021-06-29 Mel Gormanmm/vmstat: inline NUMA event counter updates
2021-06-29 Mel Gormanmm/vmstat: convert NUMA statistics to basic NUMA counters
2021-06-29 Mel Gormanmm/page_alloc: convert per-cpu list protection to local...
2021-06-29 Mel Gormanmm/page_alloc: split per cpu page lists and zone stats
2021-06-29 Andrii Nakryikokbuild: skip per-CPU BTF generation for pahole v1.18...
2021-06-29 Heiner Kallweitmm/page_alloc: switch to pr_debug
2021-06-29 Matthew Wilcox... mm: optimise nth_page for contiguous memmap
2021-06-29 Matthew Wilcox... mm: constify page_count and page_ref_count
2021-06-29 Matthew Wilcox... mm: constify get_pfnblock_flags_mask and get_pfnblock_m...
2021-06-29 Matthew Wilcox... mm: make compound_head const-preserving
2021-06-29 Matthew Wilcox... mm/page_owner: constify dump_page_owner
2021-06-29 Matthew Wilcox... mm/debug: factor PagePoisoned out of __dump_page
2021-06-29 Aaron Tomlinmm/page_alloc: bail out on fatal signal during reclaim...
2021-06-29 Matthew Wilcox... mm: make __dump_page static
2021-06-29 Mike Rapoportmm/mmzone.h: simplify is_highmem_idx()
2021-06-29 Jungseung Leemm: report which part of mem is being freed on initmem...
2021-06-29 Kuan-Ying Leekasan: add memory corruption identification support...
2021-06-29 Kuan-Ying Leekasan: integrate the common part of two KASAN tag-based...
2021-06-29 Kuan-Ying Leekasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_K...
2021-06-29 Daniel Axtenskasan: use MAX_PTRS_PER_* for early shadow tables
2021-06-29 Daniel Axtensmm: define default MAX_PTRS_PER_* in include/pgtable.h
2021-06-29 Daniel Axtenskasan: allow architectures to provide an outline readin...
2021-06-29 Daniel Axtenskasan: allow an architecture to disable inline instrume...
2021-06-29 David Gowkasan: test: improve failure message in KUNIT_EXPECT_KA...
2021-06-29 Alexander Potapenkokasan: use dump_stack_lvl(KERN_ERR) to print stacks
2021-06-29 Alexander Potapenkoprintk: introduce dump_stack_lvl()
2021-06-29 Rafael Aquinimm: vmalloc: add cond_resched() in __vunmap()
2021-06-29 Uladzislau... mm/vmalloc: fallback to a single page allocator
2021-06-29 Uladzislau... mm/vmalloc: remove quoted strings split across lines
2021-06-29 Uladzislau... mm/vmalloc: print a warning message first on failure
2021-06-29 Uladzislau... mm/vmalloc: switch to bulk allocator in __vmalloc_area_...
2021-06-29 Uladzislau... mm/page_alloc: add an alloc_pages_bulk_array_node(...
2021-06-29 Vincent Whitchurchmm, tracing: unify PFN format strings
2021-06-29 YueHaibingmm/dmapool: use DEVICE_ATTR_RO macro
2021-06-29 Souptick Joarderh8300: remove unused variable
2021-06-29 Chen Limm: update legacy flush_tlb_* to use vma
2021-06-29 Liam Howlettmm/mempolicy: use vma_lookup() in __access_remote_vm()
2021-06-29 Liam Howlettmm/memory.c: use vma_lookup() in __access_remote_vm()
2021-06-29 Liam Howlettmm/mremap: use vma_lookup() in vma_to_resize()
2021-06-29 Liam Howlettmm/migrate: use vma_lookup() in do_pages_stat_array()
2021-06-29 Liam Howlettmm/ksm: use vma_lookup() in find_mergeable_vma()
2021-06-29 Liam Howlettlib/test_hmm: use vma_lookup() in dmirror_migrate()
2021-06-29 Liam Howlettkernel/events/uprobes: use vma_lookup() in find_active_...
2021-06-29 Liam Howlettmisc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()
2021-06-29 Liam Howlettmedia: videobuf2: use vma_lookup() in get_vaddr_frames()
2021-06-29 Liam Howlettdrm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_...
2021-06-29 Liam Howlettnet/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()
2021-06-29 Liam Howlettvfio: use vma_lookup() instead of find_vma_intersection()
2021-06-29 Liam Howlettvirt/kvm: use vma_lookup() instead of find_vma_intersec...
2021-06-29 Liam Howlettx86/sgx: use vma_lookup() in sgx_encl_find()
2021-06-29 Liam Howlettarch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cach...
2021-06-29 Liam Howlettarch/mips/kernel/traps: use vma_lookup() instead of...
2021-06-29 Liam Howlettarch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_...
2021-06-29 Liam Howlettarch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup()...
2021-06-29 Liam Howlettarch/arm64/kvm: use vma_lookup() instead of find_vma_in...
2021-06-29 Liam Howlettarch/arc/kernel/troubleshoot: use vma_lookup() instead...
2021-06-29 Liam Howlettdrm/i915/selftests: use vma_lookup() in __igt_mmap()
2021-06-29 Liam Howlettmm: add vma_lookup(), update find_vma_intersection...
2021-06-29 Liu Xiangmm/memory.c: fix comment of finish_mkwrite_fault()
2021-06-29 Liam Howlettmm/mmap: use find_vma_intersection() in do_mmap() for...
2021-06-29 Liam Howlettmm/mmap: introduce unlock_range() for code cleanup
2021-06-29 Gonzalo Matias... mm/mmap.c: logic of find_vma_intersection repeated...
2021-06-29 David Hildenbrandmm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
2021-06-29 David Hildenbrandbinfmt: remove in-tree usage of MAP_EXECUTABLE
2021-06-29 David Hildenbrandperf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
2021-06-29 Huilong Dengmm: memcontrol: remove trailing semicolon in macros
2021-06-29 Dan Schatzbergloop: charge i/o to mem and blk cg
2021-06-29 Dan Schatzbergmm: charge active memcg when no mm is set
2021-06-29 Dan Schatzbergloop: use worker per cgroup instead of kworker
2021-06-29 wenhuizhangmemcontrol: use flexible-array member
2021-06-29 Muchun Songmm: vmscan: remove noinline_for_stack
2021-06-29 Muchun Songmm: memcontrol: move obj_cgroup_uncharge_pages() out...
2021-06-29 Muchun Songmm: memcontrol: simplify the logic of objcg pinning...
2021-06-29 Muchun Songmm: memcontrol: rename lruvec_holds_page_lru_lock to...
next