2019-12-01 |
Johannes Weiner | mm: vmscan: enforce inactive:active ratio at the reclai... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: detect file thrashing at the reclaim root |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: move file exhaustion detection to the node... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: harmonize writeback congestion tracking... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: split shrink_node() into node part and... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: turn shrink_node_memcg() into shrink_lruvec() |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: replace shrink_node() loop with a retry... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: naming fixes: global_reclaim() and sane_rec... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: move inactive_list_is_low() swap check... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: clean up and clarify lruvec lookup procedure |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: vmscan: simplify lruvec_lru_size() |
tree | commitdiff |
2019-12-01 |
Yang Shi | mm/vmscan.c: remove unused scan_control parameter from... |
tree | commitdiff |
2019-12-01 |
Andrey Ryabinin | mm/vmscan: remove unused lru_pages argument |
tree | commitdiff |
2019-12-01 |
lijiazi | mm/page_alloc.c: print reserved_highatomic info |
tree | commitdiff |
2019-12-01 |
Mel Gorman | mm, pcpu: make zone pcp updates and reset internal... |
tree | commitdiff |
2019-12-01 |
Mel Gorman | mm, pcp: share common code between memory hotplug and... |
tree | commitdiff |
2019-12-01 |
Anshuman Khandual | mm/page_alloc: add alloc_contig_pages() |
tree | commitdiff |
2019-12-01 |
Daniel Axtens | kasan: support backing vmalloc space with real shadow... |
tree | commitdiff |
2019-12-01 |
Uladzislau Rezki... | mm/vmalloc: rework vmap_area_lock |
tree | commitdiff |
2019-12-01 |
Uladzislau Rezki... | mm/vmalloc: add more comments to the adjust_va_to_fit_t... |
tree | commitdiff |
2019-12-01 |
Uladzislau Rezki... | mm/vmalloc: respect passed gfp_mask when doing preloading |
tree | commitdiff |
2019-12-01 |
Uladzislau Rezki... | mm/vmalloc: remove preempt_disable/enable when doing... |
tree | commitdiff |
2019-12-01 |
Liu Xiang | mm/vmalloc.c: remove unnecessary highmem_mask from... |
tree | commitdiff |
2019-12-01 |
Michal Hocko | mm/sparse.c: do not waste pre allocated memmap space |
tree | commitdiff |
2019-12-01 |
Ilya Leoshkevich | mm/sparse.c: mark populate_section_memmap as __meminit |
tree | commitdiff |
2019-12-01 |
Vincent Whitchurch | mm/sparse: consistently do not zero memmap |
tree | commitdiff |
2019-12-01 |
David Hildenbrand | mm/memory_hotplug.c: don't allow to online/offline... |
tree | commitdiff |
2019-12-01 |
David Hildenbrand | mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OF... |
tree | commitdiff |
2019-12-01 |
David Hildenbrand | mm/page_alloc.c: don't set pages PageReserved() when... |
tree | commitdiff |
2019-12-01 |
David Hildenbrand | mm/memory_hotplug: remove __online_page_free() and... |
tree | commitdiff |
2019-12-01 |
David Hildenbrand | mm/memory_hotplug: export generic_online_page() |
tree | commitdiff |
2019-12-01 |
Alastair D'Silva | mm/memory_hotplug.c: add a bounds check to __add_pages() |
tree | commitdiff |
2019-12-01 |
Anshuman Khandual | mm/hotplug: reorder memblock_[free|remove]() calls... |
tree | commitdiff |
2019-12-01 |
Yunfeng Ye | mm/memory-failure.c: use page_shift() in add_to_kill() |
tree | commitdiff |
2019-12-01 |
Naoya Horiguchi | mm, soft-offline: convert parameter to pfn |
tree | commitdiff |
2019-12-01 |
Jane Chu | mm/memory-failure.c clean up around tk pre-allocation |
tree | commitdiff |
2019-12-01 |
Nicolas Geoffray | mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTU... |
tree | commitdiff |
2019-12-01 |
Thomas Hellstrom | mm/memory.c: fix a huge pud insertion race during faulting |
tree | commitdiff |
2019-12-01 |
Yang Shi | mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap() |
tree | commitdiff |
2019-12-01 |
Miles Chen | mm/rmap.c: fix outdated comment in page_get_anon_vma() |
tree | commitdiff |
2019-12-01 |
Vineet Gupta | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGET... |
tree | commitdiff |
2019-12-01 |
Gaowei Pu | mm/mmap.c: use IS_ERR_VALUE to check return value of... |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/rmap.c: reuse mergeable anon_vma as parent when... |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/rmap.c: don't reuse anon_vma if we just want a copy |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/mmap.c: rb_parent is not necessary in __vma_link_list() |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/mmap.c: extract __vma_unlink_list() as counterpart... |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/mmap.c: __vma_unlink_prev() is not necessary now |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/mmap.c: prev could be retrieved from vma->vm_prev |
tree | commitdiff |
2019-12-01 |
Konstantin Khlebnikov | mm/swap.c: piggyback lru_add_drain_all() calls |
tree | commitdiff |
2019-12-01 |
Wei Yang | mm/mmap.c: remove a never-triggered warning in __vma_ad... |
tree | commitdiff |
2019-12-01 |
Joel Fernandes ... | rss_stat: add support to detect RSS updates of external mm |
tree | commitdiff |
2019-12-01 |
Joel Fernandes ... | mm: emit tracepoint when RSS changes |
tree | commitdiff |
2019-12-01 |
Kirill A. Shutemov | shmem: pin the file in shmem_fault() if mmap_sem is... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: drop mmap_sem before calling balance_dirty_pages... |
tree | commitdiff |
2019-12-01 |
Shakeel Butt | mm: vmscan: memcontrol: remove mem_cgroup_select_victim... |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: memcontrol: try harder to set a new memory.high |
tree | commitdiff |
2019-12-01 |
Johannes Weiner | mm: memcontrol: remove dead code from memory_max_write() |
tree | commitdiff |
2019-12-01 |
Yafang Shao | mm, memcg: clean up reclaim iter array |
tree | commitdiff |
2019-12-01 |
Fengguang Wu | mm/swap.c: trivial mark_page_accessed() cleanup |
tree | commitdiff |
2019-12-01 |
Naohiro Aota | mm, swap: disallow swapon() on zoned block devices |
tree | commitdiff |
2019-12-01 |
Liu Xiang | mm/gup.c: fix comments of __get_user_pages() and get_us... |
tree | commitdiff |
2019-12-01 |
zhong jiang | mm/gup.c: allow CMA migration to propagate errors back... |
tree | commitdiff |
2019-12-01 |
Konstantin Khlebnikov | mm/filemap.c: warn if stale pagecache is left after... |
tree | commitdiff |
2019-12-01 |
Konstantin Khlebnikov | fs/direct-io.c: keep dio_warn_stale_pagecache() when... |
tree | commitdiff |
2019-12-01 |
Konstantin Khlebnikov | mm/filemap.c: remove redundant cache invalidation after... |
tree | commitdiff |
2019-12-01 |
Yu Zhao | mm/slub.c: clean up validate_slab() |
tree | commitdiff |
2019-12-01 |
Yu Zhao | mm/slub.c: update comments |
tree | commitdiff |
2019-12-01 |
Miles Chen | mm: slub: print the offset of fault addresses |
tree | commitdiff |
2019-12-01 |
Pengfei Li | mm, slab_common: use enum kmalloc_cache_type to iterate... |
tree | commitdiff |
2019-12-01 |
Pengfei Li | mm, slab: remove unused kmalloc_size() |
tree | commitdiff |
2019-12-01 |
Pengfei Li | mm, slab: make kmalloc_info[] contain all types of... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'fsnotify_for_v5.5-rc1' of git://git.kernel... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'erofs-for-5.5-rc1' of git://git.kernel.org... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag '5.5-rc-smb3-fixes' of git://git.samba.org... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'afs-next-20191121' of git://git.kernel.org... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'ext4_for_linus' of git://git.kernel.org... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'vfs-5.5-merge-1' of git://git.kernel.org... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'iomap-5.5-merge-11' of git://git.kernel... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub... |
tree | commitdiff |
2019-11-30 |
Linus Torvalds | Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git:... |
tree | commitdiff |
2019-11-28 |
Linus Torvalds | Merge branch 'master' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2019-11-28 |
Linus Torvalds | Merge tag 'ioremap-5.5' of git://git.infradead.org... |
tree | commitdiff |
2019-11-28 |
Linus Torvalds | Merge tag 'for-5.5/io_uring-post-20191128' of git:... |
tree | commitdiff |
2019-11-28 |
Dave Airlie | Merge branch 'vmwgfx-coherent' of git://people.freedesk... |
tree | commitdiff |
2019-11-28 |
Linus Torvalds | Merge tag 'drm-next-2019-11-27' of git://anongit.freede... |
tree | commitdiff |
2019-11-28 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'trace-v5.5' of git://git.kernel.org/pub... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'microblaze-v5.5-rc1' of git://git.monstr... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'driver-core-5.5-rc1' of git://git.kernel... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'staging-5.5-rc1' of git://git.kernel.org... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'for-linus' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org... |
tree | commitdiff |
2019-11-27 |
Linus Torvalds | Merge tag 'hwmon-for-v5.5' of git://git.kernel.org... |
tree | commitdiff |
next |