Age | Commit message (Expand) | Author |
2016-10-07 | mm, compaction: require only min watermarks for non-costly orders | Vlastimil Babka |
2016-10-07 | mm, compaction: use proper alloc_flags in __compaction_suitable() | Vlastimil Babka |
2016-10-07 | mm, compaction: create compact_gap wrapper | Vlastimil Babka |
2016-10-07 | mm, compaction: use correct watermark when checking compaction success | Vlastimil Babka |
2016-10-07 | mm, compaction: add the ultimate direct compaction priority | Vlastimil Babka |
2016-10-07 | mm, compaction: don't recheck watermarks after COMPACT_SUCCESS | Vlastimil Babka |
2016-10-07 | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka |
2016-10-07 | mm, compaction: cleanup unused functions | Vlastimil Babka |
2016-10-07 | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka |
2016-10-07 | mm/oom_kill.c: fix task_will_free_mem() comment | Michal Hocko |
2016-10-07 | mm: memcontrol: add sanity checks for memcg->id.ref on get/put | Vladimir Davydov |
2016-10-07 | mm/vmalloc.c: fix align value calculation error | zijun_hu |
2016-10-07 | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov |
2016-10-07 | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-10-06 | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-10-05 | switch generic_file_splice_read() to use of ->read_iter() | Al Viro |
2016-10-05 | mm: filemap: fix mapping->nrpages double accounting in fuse | Johannes Weiner |
2016-10-05 | mm: filemap: don't plant shadow entries without radix tree node | Johannes Weiner |
2016-10-05 | mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk() | zijun_hu |
2016-10-05 | mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk() | zijun_hu |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-10-03 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-10-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-10-03 | Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2016-10-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-10-03 | fs: update atime before I/O in generic_file_read_iter | Christoph Hellwig |
2016-10-02 | Merge branches 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki |
2016-09-30 | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner |
2016-09-30 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2016-09-28 | mem-hotplug: use nodes that contain memory as mask in new_node_page() | Li Zhong |
2016-09-28 | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-25 | mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing | Lorenzo Stoakes |
2016-09-24 | Merge branch 'hughd-fixes' (patches from Hugh Dickins) | Linus Torvalds |
2016-09-24 | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins |
2016-09-24 | huge tmpfs: fix Committed_AS leak | Hugh Dickins |
2016-09-24 | shmem: fix tmpfs to handle the huge= option properly | Toshi Kani |
2016-09-22 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-09-20 | mm: usercopy: Check for module addresses | Laura Abbott |
2016-09-19 | mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting | Johannes Weiner |
2016-09-19 | mm: fix the page_swap_info() BUG_ON check | Santosh Shilimkar |
2016-09-19 | mm: avoid endless recursion in dump_page() | Kirill A. Shutemov |
2016-09-19 | mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() | Ebru Akagunduz |
2016-09-19 | khugepaged: fix use-after-free in collapse_huge_page() | Kirill A. Shutemov |
2016-09-19 | mem-hotplug: don't clear the only node in new_node_page() | Li Zhong |
2016-09-14 | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* | Dmitry Safonov |
2016-09-13 | sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags | Rik van Riel |
2016-09-13 | PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO | Anisse Astier |