2019-09-24 |
Michal Hocko | mm, oom: consider present pages for the node size |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yi Wang | mm/oom_kill.c: fix oom_cpuset_eligible() comment |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Edward Chron | mm/oom: add oom_score_adj and pgtables to Killed proces... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Tetsuo Handa | memcg, oom: don't require __GFP_FS when invoking memcg... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Joel Savitz | mm/oom_kill.c: add task UID to info message on an oom... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Kefeng Wang | mm/mempolicy.c: remove unnecessary nodemask check in... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Pengfei Li | mm/compaction.c: remove unnecessary zone parameter... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yafang Shao | mm/compaction.c: clear total_{migrate,free}_scanned... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vitaly Wool | z3fold: fix memory leak in kmem cache |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm: silence -Woverride-init/initializer-overrides |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Austin Kim | mm/vmalloc.c: move 'area->pages' after if statement |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Pengfei Li | mm/vmalloc: modify struct vmap_area to reduce its size |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Uladzislau... | mm/vmalloc: do not keep unpurged areas in the busy... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alastair D... | mm/sparse.c: remove NULL check in clear_hwpoisoned_pages() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alastair D... | mm/sparse.c: don't manually decrement num_poisoned_pages |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Wei Yang | mm/sparse.c: use __nr_to_section(section_nr) to get... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Lecopzer Chen | mm/sparse.c: fix ALIGN() without power of 2 in sparse_b... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Lecopzer Chen | mm/sparse.c: fix memory leak of sparsemap_buf in aligne... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Souptick Joarder | mm/memory_hotplug.c: s/is/if |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: online_pages cannot be 0 in online_p... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: make sure the pfn is aligned to... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: simplify online_pages_range() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: drop PageReserved() check in online_... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_syst... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Wei Yang | mm/memory_hotplug.c: prevent memory leak when reusing... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | drivers/base/memory.c: don't store end_section_nr in... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | driver/base/memory.c: validate memory block size early |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | drivers/base/memory.c: fixup documentation of removable... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | drivers/base/node.c: simplify unregister_memory_block_u... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: remove move_pfn_range() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Kefeng Wang | mm: do not hash address in print_bad_pte() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | mm: consolidate pgtable_cache_init() and pgd_cache_init() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | microblaze: switch to generic version of pte allocation |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | sh: switch to generic version of pte allocation |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | ia64: switch to generic version of pte allocation |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Nicholas Piggin | mm: remove quicklist page table caches |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Minchan Kim | mm: release the spinlock on zap_pte_range |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Wei Yang | mm: remove redundant assignment of entry |
commit | commitdiff | tree | snapshot |
2019-09-24 |
John Hubbard | net/xdp: convert put_page() to put_user_page*() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
John Hubbard | drivers/gpu/drm/via: convert put_page() to put_user_page*() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
akpm@linux... | mm/gup: add make_dirty arg to put_user_pages_dirty_lock() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Johannes Weiner | mm: vmscan: do not share cgroup iteration between recla... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Roman Gushchin | mm: memcontrol: switch to rcu protection in drain_all_s... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Chris Down | mm, memcg: throttle allocators when failing reclaim... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Matthew Wilcox... | mm: page cache: store only head pages in i_pages |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Konstantin... | mm/filemap.c: rewrite mapping_needs_writeback in less... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Konstantin... | mm/filemap.c: don't initiate writeback if mapping has... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vlastimil Babka | mm, page_owner, debug_pagealloc: save and dump freeing... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vlastimil Babka | mm, page_owner: keep owner info when freeing the page |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vlastimil Babka | mm, page_owner: record page owner for each subpage |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yu Zhao | mm: replace list_move_tail() with add_page_to_lru_list_... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Matthew Wilcox... | mm: introduce compound_nr() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Matthew Wilcox... | mm: introduce page_shift() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Matthew Wilcox... | mm: introduce page_size() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
YueHaibing | mm/rmap.c: remove set but not used variable 'cstart' |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Christophe... | mm/page_poison.c: fix a typo in a comment |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mark Rutland | lib/test_kasan.c: add roundtrip tests |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Walter Wu | kasan: add memory corruption identification for softwar... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm/kmemleak: increase the max mem pool to 1M |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm/kmemleak.c: record the current memory pool size |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Catalin Marinas | mm: kmemleak: use the memory pool for early allocations |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Catalin Marinas | mm: kmemleak: simple memory allocation pool for kmemlea... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Catalin Marinas | mm: kmemleak: make the tool tolerant to struct scan_are... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Nicolas Boichat | kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE defaul... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm/slub.c: fix -Wunused-function compiler warnings |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Waiman Long | mm, slab: move memcg_cache_params structure to mm/slab.h |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Waiman Long | mm, slab: extend slab/shrink to shrink all memcg caches |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Colin Ian King | ocfs2: fix spelling mistake "ambigous" -> "ambiguous" |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Changwei Ge | ocfs2: checkpoint appending truncate log transaction... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Changwei Ge | ocfs2: wait for recovering done after direct unlock... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Markus Elfring | ocfs2: delete unnecessary checks before brelse() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
zhengbin | fs/ocfs2/dir.c: remove set but not used variables |
commit | commitdiff | tree | snapshot |
2019-09-24 |
zhengbin | fs/ocfs2/file.c: remove set but not used variables |
commit | commitdiff | tree | snapshot |
2019-09-24 |
zhengbin | fs/ocfs2/namei.c: remove set but not used variables |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Guozhonghua | ocfs2: remove unused ocfs2_orphan_scan_exit() declaration |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Guozhonghua | ocfs2: remove unused ocfs2_calc_tree_trunc_credits() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Greg Kroah... | ocfs2: further debugfs cleanups |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Joseph Qi | jbd2: remove jbd2_journal_inode_add_[write|wait] |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Joseph Qi | ocfs2: use jbd2_inode dirty range scoping |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Greg Thelen | kbuild: clean compressed initramfs image |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vitaly Wool | z3fold: fix retry mechanism in page reclaim |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Arnd Bergmann | mm: add dummy can_do_mlock() helper |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vitaly Wool | Revert "mm/z3fold.c: fix race between migration and... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
OGAWA Hirofumi | fat: work around race with userspace's read via blockde... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'for-v5.4' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'hsi-for-5.4' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | firmware: bcm47xx_nvram: _really_ correct size_t printf... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | modules: make MODULE_IMPORT_NS() work even when modular... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'rtc-5.4' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'rpmsg-v5.4' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'rproc-v5.4' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'soundwire-5.4-rc1' of git://git./linux/kerne... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'modules-for-v5.4' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'for-linus' of git://git.armlinux.org.uk... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Linus Torvalds | Merge tag 'mips_5.4' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2019-09-21 |
Linus Torvalds | Merge tag 'gfs2-for-5.4' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2019-09-21 |
Linus Torvalds | Merge tag 'f2fs-for-5.4' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2019-09-21 |
Linus Torvalds | Merge tag 'for_v5.4-rc1' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2019-09-21 |
Linus Torvalds | Merge tag 'ext4_for_linus' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
next |