summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-051-1/+0
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-051-16/+30
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-033-126/+79
|\
| * mm/writeback: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-19/+7
| * slub: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-44/+21
| * slab: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-63/+51
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-0/+8
|\ \
| * | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-0/+8
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-032-2/+2
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-09-306-35/+17
| |\ \ \
| * \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-09-228-53/+85
| |\ \ \ \
| * | | | | sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flagsRik van Riel2016-09-132-2/+2
* | | | | | Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-10-031-2/+0
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki2016-10-021-2/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier2016-09-131-2/+0
| | |/ / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-031-0/+5
|\ \ \ \ \ \ \
| * | | | | | | arm64: Introduce execute-only page access permissionsCatalin Marinas2016-08-251-0/+5
* | | | | | | | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-09-302-63/+61
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | mem-hotplug: use nodes that contain memory as mask in new_node_page()Li Zhong2016-09-281-5/+5
* | | | | | | mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-09-281-1/+2
| |/ / / / / |/| | | | |
* | | | | | mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes2016-09-252-8/+7
* | | | | | Merge branch 'hughd-fixes' (patches from Hugh Dickins)Linus Torvalds2016-09-242-21/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins2016-09-241-19/+0
| * | | | | huge tmpfs: fix Committed_AS leakHugh Dickins2016-09-241-1/+2
| * | | | | shmem: fix tmpfs to handle the huge= option properlyToshi Kani2016-09-241-1/+1
| | |/ / / | |/| | |
* | | | | mm: usercopy: Check for module addressesLaura Abbott2016-09-201-1/+4
* | | | | mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner2016-09-191-9/+22
* | | | | mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2016-09-192-1/+3
* | | | | mm: avoid endless recursion in dump_page()Kirill A. Shutemov2016-09-191-2/+4
* | | | | mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz2016-09-191-5/+5
* | | | | khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov2016-09-191-7/+8
* | | | | mem-hotplug: don't clear the only node in new_node_page()Li Zhong2016-09-191-1/+3
|/ / / /
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-101-2/+2
|\ \ \ \
| * | | | mm: fix show_smap() for zone_device-pmd rangesDan Williams2016-09-091-2/+2
| | |_|/ | |/| |
* | | | usercopy: remove page-spanning test for nowKees Cook2016-09-071-26/+35
| |_|/ |/| |
* | | mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-011-0/+17
* | | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2016-09-012-13/+13
* | | mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko2016-09-011-49/+2
|/ /
* | mm: silently skip readahead for DAX inodesRoss Zwisler2016-08-261-0/+9
* | mm: memcontrol: avoid unused function warningArnd Bergmann2016-08-261-18/+18
* | mm: clarify COMPACTION Kconfig textMichal Hocko2016-08-261-1/+8
* | soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli2016-08-261-1/+6
* | usercopy: fix overlap check for kernel textJosh Poimboeuf2016-08-221-1/+1
* | usercopy: avoid potentially undefined behavior in pointer mathEric Biggers2016-08-221-1/+1
|/
* mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab2016-08-111-0/+2
* mm, oom: fix uninitialized ret in task_will_free_mem()Geert Uytterhoeven2016-08-111-1/+1
* kasan: remove the unnecessary WARN_ONCE from quarantine.cAlexander Potapenko2016-08-111-5/+2
* mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov2016-08-111-6/+18
* mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov2016-08-111-6/+38
* proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman2016-08-111-1/+1
OpenPOWER on IntegriCloud