| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | mm/page_ext: rename offset to index | Joonsoo Kim | 2016-10-08 | 1 | -3/+3 |
| * | | | | | | | mm/page_owner: move page_owner specific function to page_owner.c | Joonsoo Kim | 2016-10-08 | 2 | -79/+77 |
| * | | | | | | | mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard page | Joonsoo Kim | 2016-10-08 | 1 | -1/+7 |
| * | | | | | | | mm/debug_pagealloc.c: clean-up guard page handling code | Joonsoo Kim | 2016-10-08 | 1 | -16/+18 |
| * | | | | | | | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko | 2016-10-08 | 2 | -32/+0 |
| * | | | | | | | mm: fix set pageblock migratetype in deferred struct page init | Xishi Qiu | 2016-10-08 | 1 | -7/+13 |
| * | | | | | | | mem-hotplug: fix node spanned pages when we have a movable node | Xishi Qiu | 2016-10-08 | 1 | -31/+23 |
| * | | | | | | | mm, vmscan: make compaction_ready() more accurate and readable | Vlastimil Babka | 2016-10-08 | 1 | -23/+20 |
| * | | | | | | | mm, compaction: require only min watermarks for non-costly orders | Vlastimil Babka | 2016-10-08 | 2 | -3/+12 |
| * | | | | | | | mm, compaction: use proper alloc_flags in __compaction_suitable() | Vlastimil Babka | 2016-10-08 | 2 | -3/+11 |
| * | | | | | | | mm, compaction: create compact_gap wrapper | Vlastimil Babka | 2016-10-08 | 2 | -7/+6 |
| * | | | | | | | mm, compaction: use correct watermark when checking compaction success | Vlastimil Babka | 2016-10-08 | 1 | -3/+3 |
| * | | | | | | | mm, compaction: add the ultimate direct compaction priority | Vlastimil Babka | 2016-10-08 | 1 | -1/+4 |
| * | | | | | | | mm, compaction: don't recheck watermarks after COMPACT_SUCCESS | Vlastimil Babka | 2016-10-08 | 1 | -8/+3 |
| * | | | | | | | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka | 2016-10-08 | 2 | -7/+7 |
| * | | | | | | | mm, compaction: cleanup unused functions | Vlastimil Babka | 2016-10-08 | 1 | -43/+17 |
| * | | | | | | | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka | 2016-10-08 | 2 | -23/+22 |
| * | | | | | | | mm/oom_kill.c: fix task_will_free_mem() comment | Michal Hocko | 2016-10-08 | 1 | -2/+3 |
| * | | | | | | | mm: memcontrol: add sanity checks for memcg->id.ref on get/put | Vladimir Davydov | 2016-10-08 | 1 | -1/+5 |
| * | | | | | | | mm/vmalloc.c: fix align value calculation error | zijun_hu | 2016-10-08 | 1 | -4/+4 |
| * | | | | | | | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov | 2016-10-08 | 2 | -166/+148 |
* | | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-08 | 1 | -114/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | / / /
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | switch generic_file_splice_read() to use of ->read_iter() | Al Viro | 2016-10-06 | 1 | -114/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-06 | 1 | -7/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs: update atime before I/O in generic_file_read_iter | Christoph Hellwig | 2016-10-03 | 1 | -7/+7 |
* | | | | | | | mm: filemap: fix mapping->nrpages double accounting in fuse | Johannes Weiner | 2016-10-05 | 1 | -1/+0 |
* | | | | | | | mm: filemap: don't plant shadow entries without radix tree node | Johannes Weiner | 2016-10-05 | 1 | -16/+30 |
* | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-10-04 | 3 | -126/+79 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mm/writeback: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-06 | 1 | -19/+7 |
| * | | | | | | | slub: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-06 | 1 | -44/+21 |
| * | | | | | | | slab: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-06 | 1 | -63/+51 |
* | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-04 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* | Dmitry Safonov | 2016-09-14 | 1 | -0/+8 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-10-03 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-09-30 | 6 | -35/+17 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-09-22 | 8 | -53/+85 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags | Rik van Riel | 2016-09-13 | 2 | -2/+2 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-10-03 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ \ | Merge branches 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki | 2016-10-02 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / /
| | |/| | | | | | / / /
| | |_|_|_|_|_|_|/ / /
| |/| | | | | | | | | |
|
| | | * | | | | | | | | PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO | Anisse Astier | 2016-09-13 | 1 | -2/+0 |
| | |/ / / / / / / / |
|
* | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-10-03 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
| * | | | | | | | | | arm64: Introduce execute-only page access permissions | Catalin Marinas | 2016-08-25 | 1 | -0/+5 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner | 2016-10-01 | 2 | -63/+61 |
| |_|_|_|_|/ / /
|/| | | | | | | |
|
* | | | | | | | | mem-hotplug: use nodes that contain memory as mask in new_node_page() | Li Zhong | 2016-09-29 | 1 | -5/+5 |
* | | | | | | | | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang | 2016-09-29 | 1 | -1/+2 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing | Lorenzo Stoakes | 2016-09-26 | 2 | -8/+7 |
* | | | | | | | Merge branch 'hughd-fixes' (patches from Hugh Dickins) | Linus Torvalds | 2016-09-24 | 2 | -21/+3 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins | 2016-09-24 | 1 | -19/+0 |
| * | | | | | | huge tmpfs: fix Committed_AS leak | Hugh Dickins | 2016-09-24 | 1 | -1/+2 |
| * | | | | | | shmem: fix tmpfs to handle the huge= option properly | Toshi Kani | 2016-09-24 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|