OSDN Git Service

uclinux-h8/linux.git
2020-10-14 Wei Yangmm/hugetlb: a page from buddy is not on any list
2020-10-14 Wei Yangmm/hugetlb: count file_region to be added when regions_...
2020-10-14 Wei Yangmm/hugetlb: use list_splice to merge two list at once
2020-10-14 Wei Yangmm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_e...
2020-10-14 Wei Yangmm/hugetlb: not necessary to coalesce regions recursively
2020-10-14 Baoquan Hedoc/vm: fix typo in the hugetlb admin documentation
2020-10-14 Baoquan Hemm/hugetlb.c: remove the unnecessary non_swap_entry()
2020-10-14 Baoquan Hemm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return...
2020-10-14 Michal Hockoinclude/linux/gfp.h: clarify usage of GFP_ATOMIC in...
2020-10-14 Matthew Wilcox... mm/page_alloc.c: fix freeing non-compound pages
2020-10-14 Ralph Campbellmm: move call to compound_head() in release_pages()
2020-10-14 Mateusz Nosekmmzone: clean code by removing unused macro parameter
2020-10-14 Yanfei Xumm/page_alloc.c: __perform_reclaim should return 'unsig...
2020-10-14 Mateusz Nosekmm/page_alloc.c: clean code by merging two functions
2020-10-14 Mateusz Nosekmm/page_alloc.c: fix early params garbage value accesses
2020-10-14 Mateusz Nosekmm/page_alloc.c: micro-optimization remove unnecessary...
2020-10-14 Mateusz Nosekmm/page_alloc.c: clean code by removing unnecessary...
2020-10-14 Li Xinhaimm, isolation: avoid checking unmovable pages across...
2020-10-14 David Hildenbrandmm: document semantics of ZONE_MOVABLE
2020-10-14 David Hildenbrandvirtio-mem: don't special-case ZONE_MOVABLE
2020-10-14 David Hildenbrandmm/page_isolation: cleanup set_migratetype_isolate()
2020-10-14 David Hildenbrandmm/page_isolation: drop WARN_ON_ONCE() in set_migratety...
2020-10-14 David Hildenbrandmm/page_isolation: exit early when pageblock is isolate...
2020-10-14 David Hildenbrandmm/page_alloc: tweak comments in has_unmovable_pages()
2020-10-14 David Gowmm: kasan: do not panic if both panic_on_warn and kasan...
2020-10-14 Patricia AlfonsoKASAN: Testing Documentation
2020-10-14 Patricia AlfonsoKASAN: port KASAN Tests to KUnit
2020-10-14 Patricia AlfonsoKUnit: KASAN Integration
2020-10-14 Patricia Alfonsokasan/kunit: add KUnit Struct to Current Task
2020-10-14 Alexander Gordeevdocs/vm: fix 'mm_count' vs 'mm_users' counter confusion
2020-10-14 Hui Summ/vmalloc.c: fix the comment of find_vm_area
2020-10-14 Hui Summ/vmalloc.c: update the comment in __vmalloc_area_node()
2020-10-14 Alex Shimm/memory-failure.c: remove unused macro `writeback'
2020-10-14 Xianting Tianmm/memory-failure: do pgoff calculation before for_each...
2020-10-14 Andy Shevchenkomm/dmapool.c: replace hard coded function name with...
2020-10-14 Andy Shevchenkomm/dmapool.c: replace open-coded list_for_each_entry_safe()
2020-10-14 Ralph Campbelllib/test_hmm.c: remove unused dmirror_zero_page
2020-10-14 Ralph Campbelltools/testing/selftests/vm/hmm-tests.c: use the new...
2020-10-14 yuleixzhanginclude/linux/huge_mm.h: remove mincore_huge_pmd declar...
2020-10-14 Peter Xumm: remove src/dst mm parameter in copy_page_range()
2020-10-14 Liao Pingfangmm/mmap.c: replace do_brk with do_brk_flags in comment...
2020-10-14 Miaohe Linmm/mmap.c: use helper function allow_write_access(...
2020-10-14 Miaohe Linmm: use helper function mapping_allow_writable()
2020-10-14 Wei Yangmm/mmap: check on file instead of the rb_root_cached...
2020-10-14 Wei Yangmm/mmap: not necessary to check mapping separately
2020-10-14 Randy Dunlapmm/memory.c: fix spello of "function"
2020-10-14 Wei Yangmm/mmap: leave adjust_next as virtual address instead...
2020-10-14 Matthew Wilcox... mm: simplify PageDoubleMap with PF_SECOND policy
2020-10-14 Matthew Wilcox... mm: move PageDoubleMap bit
2020-10-14 Chinwen Changmm: proc: smaps_rollup: do not stall write attempts...
2020-10-14 Chinwen Changmm: smaps*: extend smap_gather_stats to support specifi...
2020-10-14 Chinwen Changmmap locking API: add mmap_lock_is_contended()
2020-10-14 Wei Yangmm/mmap: leverage vma_rb_erase_ignore() to implement...
2020-10-14 Wei Yangmm/mmap: rename __vma_unlink_common() to __vma_unlink()
2020-10-14 Yanfei Xumm/memory.c: replace vmf->vma with variable vma
2020-10-14 Yanfei Xumm/memory.c: fix typo in __do_fault() comment
2020-10-14 Matthew Wilcoxmm: account PMD tables like PTE tables
2020-10-14 John Hubbardselftests/vm: fix incorrect gcc invocation in some...
2020-10-14 John Hubbardselftests/vm: fix false build success on the second...
2020-10-14 Ralph Campbellmm/memcg: fix device private memcg accounting
2020-10-14 Bharata B Raomm: memcg/slab: uncharge during kmem_cache_free_bulk()
2020-10-14 Miaohe Linmm: memcontrol: reword obsolete comment of mem_cgroup_u...
2020-10-14 Miaohe Linmm/page_counter: correct the obsolete func name in...
2020-10-14 Muchun Songmm: memcontrol: add the missing numa_stat interface...
2020-10-14 Waiman Longmm/memcg: unify swap and memsw page counters
2020-10-14 Waiman Longmm/memcg: simplify mem_cgroup_get_max()
2020-10-14 Waiman Longmm/memcg: clean up obsolete enum charge_type
2020-10-14 Miaohe Linmm: memcontrol: correct the comment of mem_cgroup_iter()
2020-10-14 Roman Gushchinmm: memcg/slab: fix racy access to page->mem_cgroup...
2020-10-14 Gustavo A.... mm: memcontrol: use the preferred form for passing...
2020-10-14 Gustavo A.... mm: memcontrol: use flex_array_size() helper in memcpy()
2020-10-14 Ira Weinymm/memremap.c: convert devmap static branch to {inc...
2020-10-14 Miaohe Linmm/swapfile.c: fix potential memory leak in sys_swapon
2020-10-14 Miaohe Linmm/swapfile.c: remove unnecessary goto out in _swap_inf...
2020-10-14 Miaohe Linmm/swap.c: fix incomplete comment in lru_cache_add_inac...
2020-10-14 Miaohe Linmm/page_io.c: remove useless out label in __swap_writep...
2020-10-14 Miaohe Linmm/swap_slots.c: remove always zero and unused return...
2020-10-14 Miaohe Linmm/swap.c: fix confusing comment in release_pages()
2020-10-14 Yu Zhaomm: remove superfluous __ClearPageActive()
2020-10-14 Yu Zhaomm: remove activate_page() from unuse_pte()
2020-10-14 Gao Xiangswap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
2020-10-14 John Hubbardmm/gup: protect unpin_user_pages() against npages=...
2020-10-14 Barry Songmm/gup: don't permit users to call get_user_pages with...
2020-10-14 Barry Songmm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM...
2020-10-14 Barry Songmm/gup_benchmark: update the documentation in Kconfig
2020-10-14 Yafang Shaomm, fadvise: improve the expensive remote LRU cache...
2020-10-14 Matthew Wilcox... mm/filemap: fix filemap_map_pages for THP
2020-10-14 Matthew Wilcox... mm: add find_lock_head
2020-10-14 Matthew Wilcox... mm/shmem: return head page from find_lock_entry
2020-10-14 Matthew Wilcox... mm: convert find_get_entry to return the head page
2020-10-14 Matthew Wilcox... i915: use find_lock_page instead of find_lock_entry
2020-10-14 Matthew Wilcox... proc: optimise smaps for shmem entries
2020-10-14 Matthew Wilcox... mm: optimise madvise WILLNEED
2020-10-14 Matthew Wilcox... mm: use find_get_incore_page in memcontrol
2020-10-14 Matthew Wilcox... mm: factor find_get_incore_page out of mincore_page
2020-10-14 John Hubbardmm, dump_page: rename head_mapcount() --> head_compound...
2020-10-14 Matthew Wilcox... mm/debug.c: do not dereference i_ino blindly
2020-10-14 Joao Martinsdevice-dax: add a range mapping allocation attribute
2020-10-14 Joao Martinsdax/hmem: introduce dax_hmem.region_idle parameter
2020-10-14 Dan Williamsdevice-dax: add an 'align' attribute
next