2020-12-15 |
Peter Xu | userfaultfd/selftests: always dump something in modes |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Axel Rasmussen | userfaultfd: selftests: make __{s,u}64 format specifier... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Lokesh Gidra | userfaultfd: add user-mode only option to unprivileged_... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Lokesh Gidra | userfaultfd: add UFFD_USER_MODE_ONLY |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | kernel/power: allow hibernation with page_poison sanity... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_poison: use static key more efficiently |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: do not rely on the order of page_poison... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Charan Teja... | mm: cma: improve pr_debug log in cma_release() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Lecopzer Chen | mm/cma.c: remove redundant cma_mutex lock |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Stephen Zhang | mm: migrate: remove unused parameter in migrate_vma_ins... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Yang Shi | mm: migrate: return -ENOSYS if THP migration is unsupported |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Yang Shi | mm: migrate: clean up migrate_prep{_local} |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Yang Shi | mm: migrate: skip shared exec THP for NUMA balancing |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Yang Shi | mm: migrate: simplify the logic for handling permanent... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Yang Shi | mm: truncate_complete_page() does not exist any more |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Matthew Wilcox... | mm: support THPs in zero_user_segments |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Ralph Campbell | mm/migrate.c: optimize migrate_vma_pages() mmu notifier |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Long Li | mm/migrate.c: fix comment spelling |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hui Su | mm/oom_kill: change comment and rename is_dump_unreclai... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hui Su | mm/compaction: make defer_compaction and compaction_def... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hui Su | mm/compaction: move compaction_suitable's comment to... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Yanfei Xu | mm/compaction: rename 'start_pfn' to 'iteration_start_p... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vitaly Wool | z3fold: remove preempt disabled sections for RT |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vitaly Wool | z3fold: stricter locking and more careful reclaim |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vitaly Wool | z3fold: simplify freeing slots |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Muchun Song | mm/page_isolation: do not isolate the max order page |
commit | commitdiff | tree | snapshot |
2020-12-15 |
logic.yu | mm/vmscan.c: remove the filename in the top of file... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Lukas Bulwahn | mm/vmscan: drop unneeded assignment in kswapd() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Johannes Weiner | mm: don't wake kswapd prematurely when watermark boosti... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dan Carpenter | hugetlb: fix an error code in hugetlb_reserve_pages() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hugetlb: remove unneeded initialization |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Liu Xiang | mm: hugetlb: fix type of delta parameter and related... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Alex Shi | khugepaged: add parameter explanations for kernel-doc... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Ralph Campbell | include/linux/huge_mm.h: remove extern keyword |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hui Su | mm/hugetlb.c: just use put_page_testzero() instead... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: return -EBUSY when migration fails |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,memory_failure: always pin the page in madvise_injec... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: remove drain_all_pages from shake_page |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: disable pcplists before grabbing a refcount |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: refactor get_any_page |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: drop unneeded pcplist draining |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: take free pages off the buddy freelists |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Oscar Salvador | mm,hwpoison: drain pcplists before bailing out for... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Muchun Song | mm/page_alloc: speed up the iteration of max_order |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Lorenzo Stoakes | mm: page_alloc: refactor setup_per_zone_lowmem_reserve() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Lin Feng | init/main: fix broken buffer_init when DEFERRED_STRUCT_... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
David Hildenbrand | mm/page_alloc: clear all pages in post_alloc_hook(... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Zou Wei | mm/page_alloc: mark some symbols with static keyword |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Matthew Wilcox... | mm/page_alloc: add __free_pages() documentation |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Matthew Wilcox... | mm/page-flags: fix comment |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Miaohe Lin | include/linux/page-flags.h: remove unused __[Set|Clear... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: disable pcplists during memory offline |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: move draining pcplists to page isolatio... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: cache pageset high and batch in struct... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: simplify pageset_update() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: remove setup_pageset() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: calculate pageset high and batch once... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vlastimil Babka | mm, page_alloc: clean up pageset high and batch update |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | arch, mm: make kernel_page_present() always available |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | arch, mm: restore dependency of __kernel_map_pages... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | PM: hibernate: make direct map manipulations more explicit |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | mm: introduce debug_pagealloc_{map,unmap}_pages() helpers |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | m68k: deprecate DISCONTIGMEM |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | m68k/mm: enable use of generic memory_model.h for ... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | m68k/mm: make node data and node setup depend on CONFIG... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | arc: use FLATMEM with freeing of unused memory map... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | arm, arm64: move free_unused_memmap() to generic mm |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | ia64: make SPARSEMEM default and disable DISCONTIGMEM |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | ia64: split virtual map initialization out of paging_init() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | ia64: discontig: paging_init(): remove local max_pfn... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | ia64: remove custom __early_pfn_to_nid() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mike Rapoport | alpha: switch from DISCONTIGMEM to SPARSEMEM |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Marco Elver | lkdtm: disable KASAN for rodata.o |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Walter Wu | kasan: update documentation for generic kasan |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Walter Wu | lib/test_kasan.c: add workqueue test case |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Walter Wu | kasan: print workqueue stack |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Walter Wu | workqueue: kasan: record workqueue stack |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Vincenzo Frascino | mm/vmalloc.c: fix kasan shadow poisoning size |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Alex Shi | docs/vm: remove unused 3 items explanation for /proc... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Waiman Long | mm/vmalloc: Fix unlock order in s_stop() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Baolin Wang | mm/vmalloc.c: remove unnecessary return statement |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Alex Shi | mm/vmalloc: add 'align' parameter explanation for pvm_d... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Uladzislau... | mm/vmalloc: rework the drain logic |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Uladzislau... | mm/vmalloc: use free_vm_area() if an allocation fails |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Andrew Morton | mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Daniel Vetter | locking/selftests: add testcases for fs_reclaim |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Daniel Vetter | mm: extract might_alloc() debug check |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Daniel Vetter | mm: track mmu notifiers in fs_reclaim_acquire/release |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dmitry Safonov | mm: forbid splitting special mappings |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dmitry Safonov | mremap: check if it's possible to split original vma |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dmitry Safonov | vm_ops: rename .split() callback to .may_split() |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dmitry Safonov | mremap: don't allow MREMAP_DONTUNMAP on special_mapping... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dmitry Safonov | mm/mremap: for MREMAP_DONTUNMAP check security_vm_enoug... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Dmitry Safonov | mm/mremap: account memory on do_munmap() failure |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Matthew Wilcox... | mm: move free_unref_page to mm/internal.h |
commit | commitdiff | tree | snapshot |
next |