Age | Commit message (Expand) | Author | Files | Lines |
2016-10-05 | mm: filemap: fix mapping->nrpages double accounting in fuse | Johannes Weiner | 1 | -1/+0 |
2016-10-05 | mm: filemap: don't plant shadow entries without radix tree node | Johannes Weiner | 1 | -16/+30 |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -126/+79 |
2016-10-03 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+8 |
2016-10-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
2016-10-03 | Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -2/+0 |
2016-10-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+5 |
2016-10-02 | Merge branches 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki | 1 | -2/+0 |
2016-09-30 | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach... | Johannes Weiner | 2 | -63/+61 |
2016-09-30 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 6 | -35/+17 |
2016-09-28 | mem-hotplug: use nodes that contain memory as mask in new_node_page() | Li Zhong | 1 | -5/+5 |
2016-09-28 | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang | 1 | -1/+2 |
2016-09-25 | mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing | Lorenzo Stoakes | 2 | -8/+7 |
2016-09-24 | Merge branch 'hughd-fixes' (patches from Hugh Dickins) | Linus Torvalds | 2 | -21/+3 |
2016-09-24 | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins | 1 | -19/+0 |
2016-09-24 | huge tmpfs: fix Committed_AS leak | Hugh Dickins | 1 | -1/+2 |
2016-09-24 | shmem: fix tmpfs to handle the huge= option properly | Toshi Kani | 1 | -1/+1 |
2016-09-22 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 8 | -53/+85 |
2016-09-20 | mm: usercopy: Check for module addresses | Laura Abbott | 1 | -1/+4 |
2016-09-19 | mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting | Johannes Weiner | 1 | -9/+22 |
2016-09-19 | mm: fix the page_swap_info() BUG_ON check | Santosh Shilimkar | 2 | -1/+3 |
2016-09-19 | mm: avoid endless recursion in dump_page() | Kirill A. Shutemov | 1 | -2/+4 |
2016-09-19 | mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() | Ebru Akagunduz | 1 | -5/+5 |
2016-09-19 | khugepaged: fix use-after-free in collapse_huge_page() | Kirill A. Shutemov | 1 | -7/+8 |
2016-09-19 | mem-hotplug: don't clear the only node in new_node_page() | Li Zhong | 1 | -1/+3 |
2016-09-14 | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* | Dmitry Safonov | 1 | -0/+8 |
2016-09-13 | sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags | Rik van Riel | 2 | -2/+2 |
2016-09-13 | PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO | Anisse Astier | 1 | -2/+0 |
2016-09-10 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2016-09-09 | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams | 1 | -2/+2 |
2016-09-07 | usercopy: remove page-spanning test for now | Kees Cook | 1 | -26/+35 |
2016-09-06 | mm/writeback: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -19/+7 |
2016-09-06 | slub: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -44/+21 |
2016-09-06 | slab: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -63/+51 |
2016-09-01 | mm, mempolicy: task->mempolicy must be NULL before dropping final reference | David Rientjes | 1 | -0/+17 |
2016-09-01 | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 2 | -13/+13 |
2016-09-01 | mm, oom: prevent premature OOM killer invocation for high order request | Michal Hocko | 1 | -49/+2 |
2016-08-26 | mm: silently skip readahead for DAX inodes | Ross Zwisler | 1 | -0/+9 |
2016-08-26 | mm: memcontrol: avoid unused function warning | Arnd Bergmann | 1 | -18/+18 |
2016-08-26 | mm: clarify COMPACTION Kconfig text | Michal Hocko | 1 | -1/+8 |
2016-08-26 | soft_dirty: fix soft_dirty during THP split | Andrea Arcangeli | 1 | -1/+6 |
2016-08-25 | arm64: Introduce execute-only page access permissions | Catalin Marinas | 1 | -0/+5 |
2016-08-22 | usercopy: fix overlap check for kernel text | Josh Poimboeuf | 1 | -1/+1 |
2016-08-22 | usercopy: avoid potentially undefined behavior in pointer math | Eric Biggers | 1 | -1/+1 |
2016-08-11 | mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats | Reza Arbab | 1 | -0/+2 |
2016-08-11 | mm, oom: fix uninitialized ret in task_will_free_mem() | Geert Uytterhoeven | 1 | -1/+1 |
2016-08-11 | kasan: remove the unnecessary WARN_ONCE from quarantine.c | Alexander Potapenko | 1 | -5/+2 |
2016-08-11 | mm: memcontrol: fix memcg id ref counter on swap charge move | Vladimir Davydov | 1 | -6/+18 |
2016-08-11 | mm: memcontrol: fix swap counter leak on swapout from offline cgroup | Vladimir Davydov | 1 | -6/+38 |
2016-08-11 | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo | Mel Gorman | 1 | -1/+1 |