2019-12-01 |
Cao jin | mm/memblock: correct doc for function |
commit | commitdiff | tree |
2019-12-01 |
Cao jin | mm/memblock.c: cleanup doc |
commit | commitdiff | tree |
2019-12-01 |
Li Xinhai | mm/mempolicy.c: fix checking unmapped holes for mbind |
commit | commitdiff | tree |
2019-12-01 |
Li Xinhai | mm/mempolicy.c: check range first in queue_pages_test_walk |
commit | commitdiff | tree |
2019-12-01 |
Vitaly Wool | mm/z3fold.c: add inter-page compaction |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | kernel: sysctl: make drop_caches write-only |
commit | commitdiff | tree |
2019-12-01 |
Xianting Tian | mm/vmscan.c: fix typo in comment |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: enforce inactive:active ratio at the reclai... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: detect file thrashing at the reclaim root |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: move file exhaustion detection to the node... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: harmonize writeback congestion tracking... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: split shrink_node() into node part and... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: turn shrink_node_memcg() into shrink_lruvec() |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: replace shrink_node() loop with a retry... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: naming fixes: global_reclaim() and sane_rec... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: move inactive_list_is_low() swap check... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: clean up and clarify lruvec lookup procedure |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: vmscan: simplify lruvec_lru_size() |
commit | commitdiff | tree |
2019-12-01 |
Yang Shi | mm/vmscan.c: remove unused scan_control parameter from... |
commit | commitdiff | tree |
2019-12-01 |
Andrey Ryabinin | mm/vmscan: remove unused lru_pages argument |
commit | commitdiff | tree |
2019-12-01 |
lijiazi | mm/page_alloc.c: print reserved_highatomic info |
commit | commitdiff | tree |
2019-12-01 |
Hao Lee | include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPE... |
commit | commitdiff | tree |
2019-12-01 |
Mel Gorman | mm, pcpu: make zone pcp updates and reset internal... |
commit | commitdiff | tree |
2019-12-01 |
Mel Gorman | mm, pcp: share common code between memory hotplug and... |
commit | commitdiff | tree |
2019-12-01 |
Anshuman Khandual | mm/page_alloc: add alloc_contig_pages() |
commit | commitdiff | tree |
2019-12-01 |
Daniel Axtens | x86/kasan: support KASAN_VMALLOC |
commit | commitdiff | tree |
2019-12-01 |
Daniel Axtens | fork: support VMAP_STACK with KASAN_VMALLOC |
commit | commitdiff | tree |
2019-12-01 |
Daniel Axtens | kasan: add test for vmalloc |
commit | commitdiff | tree |
2019-12-01 |
Daniel Axtens | kasan: support backing vmalloc space with real shadow... |
commit | commitdiff | tree |
2019-12-01 |
Uladzislau... | mm/vmalloc: rework vmap_area_lock |
commit | commitdiff | tree |
2019-12-01 |
Anders Roxell | selftests: vm: add fragment CONFIG_TEST_VMALLOC |
commit | commitdiff | tree |
2019-12-01 |
Uladzislau... | mm/vmalloc: add more comments to the adjust_va_to_fit_t... |
commit | commitdiff | tree |
2019-12-01 |
Uladzislau... | mm/vmalloc: respect passed gfp_mask when doing preloading |
commit | commitdiff | tree |
2019-12-01 |
Uladzislau... | mm/vmalloc: remove preempt_disable/enable when doing... |
commit | commitdiff | tree |
2019-12-01 |
Liu Xiang | mm/vmalloc.c: remove unnecessary highmem_mask from... |
commit | commitdiff | tree |
2019-12-01 |
Michal Hocko | mm/sparse.c: do not waste pre allocated memmap space |
commit | commitdiff | tree |
2019-12-01 |
Ilya Leoshkevich | mm/sparse.c: mark populate_section_memmap as __meminit |
commit | commitdiff | tree |
2019-12-01 |
Vincent Whitchurch | mm/sparse: consistently do not zero memmap |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | mm/memory_hotplug.c: don't allow to online/offline... |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | drivers/base/memory.c: drop the mem_sysfs_mutex |
commit | commitdiff | tree |
2019-12-01 |
Ben Dooks ... | include/linux/memory_hotplug.h: move definitions of... |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OF... |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | mm/page_alloc.c: don't set pages PageReserved() when... |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | mm/memory_hotplug: remove __online_page_free() and... |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | hv_balloon: use generic_online_page() |
commit | commitdiff | tree |
2019-12-01 |
David Hildenbrand | mm/memory_hotplug: export generic_online_page() |
commit | commitdiff | tree |
2019-12-01 |
Alastair D... | mm/memory_hotplug.c: add a bounds check to __add_pages() |
commit | commitdiff | tree |
2019-12-01 |
Anshuman Khandual | mm/hotplug: reorder memblock_[free|remove]() calls... |
commit | commitdiff | tree |
2019-12-01 |
Yunfeng Ye | mm/memory-failure.c: use page_shift() in add_to_kill() |
commit | commitdiff | tree |
2019-12-01 |
Naoya Horiguchi | mm, soft-offline: convert parameter to pfn |
commit | commitdiff | tree |
2019-12-01 |
Jane Chu | mm/memory-failure.c clean up around tk pre-allocation |
commit | commitdiff | tree |
2019-12-01 |
Joel Fernandes... | memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTUR... |
commit | commitdiff | tree |
2019-12-01 |
Nicolas Geoffray | mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTU... |
commit | commitdiff | tree |
2019-12-01 |
Thomas Hellstrom | mm/memory.c: fix a huge pud insertion race during faulting |
commit | commitdiff | tree |
2019-12-01 |
Thomas Hellstrom | mm: move the backup x_devmap() functions to asm-generic... |
commit | commitdiff | tree |
2019-12-01 |
Yang Shi | mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap() |
commit | commitdiff | tree |
2019-12-01 |
Miles Chen | mm/rmap.c: fix outdated comment in page_get_anon_vma() |
commit | commitdiff | tree |
2019-12-01 |
Vineet Gupta | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGET... |
commit | commitdiff | tree |
2019-12-01 |
Vineet Gupta | asm-generic/tlb: stub out pmd_free_tlb() if nopmd |
commit | commitdiff | tree |
2019-12-01 |
Vineet Gupta | asm-generic/tlb: stub out p4d_free_tlb() if nop4d ... |
commit | commitdiff | tree |
2019-12-01 |
Vineet Gupta | asm-generic/tlb: stub out pud_free_tlb() if nopud ... |
commit | commitdiff | tree |
2019-12-01 |
Vineet Gupta | ARC: mm: remove __ARCH_USE_5LEVEL_HACK |
commit | commitdiff | tree |
2019-12-01 |
Gaowei Pu | mm/mmap.c: use IS_ERR_VALUE to check return value of... |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/rmap.c: reuse mergeable anon_vma as parent when... |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/rmap.c: don't reuse anon_vma if we just want a copy |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/mmap.c: rb_parent is not necessary in __vma_link_list() |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/mmap.c: extract __vma_unlink_list() as counterpart... |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/mmap.c: __vma_unlink_prev() is not necessary now |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/mmap.c: prev could be retrieved from vma->vm_prev |
commit | commitdiff | tree |
2019-12-01 |
Konstantin... | mm/swap.c: piggyback lru_add_drain_all() calls |
commit | commitdiff | tree |
2019-12-01 |
Wei Yang | mm/mmap.c: remove a never-triggered warning in __vma_ad... |
commit | commitdiff | tree |
2019-12-01 |
Joel Fernandes... | rss_stat: add support to detect RSS updates of external mm |
commit | commitdiff | tree |
2019-12-01 |
Joel Fernandes... | mm: emit tracepoint when RSS changes |
commit | commitdiff | tree |
2019-12-01 |
Kirill A. Shutemov | shmem: pin the file in shmem_fault() if mmap_sem is... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: drop mmap_sem before calling balance_dirty_pages... |
commit | commitdiff | tree |
2019-12-01 |
Chris Down | Documentation/admin-guide/cgroup-v2.rst: document why... |
commit | commitdiff | tree |
2019-12-01 |
Shakeel Butt | mm: vmscan: memcontrol: remove mem_cgroup_select_victim... |
commit | commitdiff | tree |
2019-12-01 |
Hao Lee | include/linux/memcontrol.h: fix comments based on per... |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: memcontrol: try harder to set a new memory.high |
commit | commitdiff | tree |
2019-12-01 |
Johannes Weiner | mm: memcontrol: remove dead code from memory_max_write() |
commit | commitdiff | tree |
2019-12-01 |
Yafang Shao | mm, memcg: clean up reclaim iter array |
commit | commitdiff | tree |
2019-12-01 |
Fengguang Wu | mm/swap.c: trivial mark_page_accessed() cleanup |
commit | commitdiff | tree |
2019-12-01 |
Naohiro Aota | mm, swap: disallow swapon() on zoned block devices |
commit | commitdiff | tree |
2019-12-01 |
Liu Xiang | mm/gup.c: fix comments of __get_user_pages() and get_us... |
commit | commitdiff | tree |
2019-12-01 |
zhong jiang | mm/gup.c: allow CMA migration to propagate errors back... |
commit | commitdiff | tree |
2019-12-01 |
Konstantin... | mm/filemap.c: warn if stale pagecache is left after... |
commit | commitdiff | tree |
2019-12-01 |
Konstantin... | fs/direct-io.c: keep dio_warn_stale_pagecache() when... |
commit | commitdiff | tree |
2019-12-01 |
Konstantin... | mm/filemap.c: remove redundant cache invalidation after... |
commit | commitdiff | tree |
2019-12-01 |
Yu Zhao | mm/slub.c: clean up validate_slab() |
commit | commitdiff | tree |
2019-12-01 |
Yu Zhao | mm/slub.c: update comments |
commit | commitdiff | tree |
2019-12-01 |
Miles Chen | mm: slub: print the offset of fault addresses |
commit | commitdiff | tree |
2019-12-01 |
Pengfei Li | mm, slab_common: use enum kmalloc_cache_type to iterate... |
commit | commitdiff | tree |
2019-12-01 |
Pengfei Li | mm, slab: remove unused kmalloc_size() |
commit | commitdiff | tree |
2019-12-01 |
Pengfei Li | mm, slab: make kmalloc_info[] contain all types of... |
commit | commitdiff | tree |
2019-12-01 |
Ben Dooks | fs/buffer.c: include internal.h for missing declarations |
commit | commitdiff | tree |
2019-12-01 |
Saurav Girepunje | fs/buffer.c: fix use true/false for bool type |
commit | commitdiff | tree |
2019-12-01 |
Ding Xiang | ocfs2: fix passing zero to 'PTR_ERR' warning |
commit | commitdiff | tree |
2019-12-01 |
Colin Ian King | scripts/spelling.txt: add more spellings to spelling.txt |
commit | commitdiff | tree |
2019-11-30 |
Linus Torvalds | Merge tag 'fsnotify_for_v5.5-rc1' of git://git.kernel... |
commit | commitdiff | tree |
2019-11-30 |
Linus Torvalds | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
next |