aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter1-2/+2
2015-02-11mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev2-13/+15
2015-02-11Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesCyrill Gorcunov1-0/+23
2015-02-11mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz1-13/+42
2015-02-11vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-02-11mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka1-4/+14
2015-02-11mm: always steal split buddies in fallback allocationsVlastimil Babka1-33/+29
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2-10/+9
2015-02-11mincore: apply page table walker on do_mincore()Naoya Horiguchi2-126/+60
2015-02-11mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov1-3/+44
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi3-8/+19
2015-02-11mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi1-136/+92
2015-02-11arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi1-4/+2
2015-02-11memcg: cleanup preparation for page table walkNaoya Horiguchi1-33/+16
2015-02-11numa_maps: remove numa_maps->vmaNaoya Horiguchi1-16/+13
2015-02-11numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi1-3/+3
2015-02-11pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi1-54/+14
2015-02-11clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi1-24/+22
2015-02-11smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi1-8/+4
2015-02-11pagewalk: add walk_page_vma()Naoya Horiguchi2-0/+19
2015-02-11pagewalk: improve vma handlingNaoya Horiguchi2-92/+129
2015-02-11mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi2-13/+2
2015-02-11proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+9
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli3-58/+5
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli5-22/+10
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli7-33/+16
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli3-15/+49
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli3-11/+196
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2-91/+39
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V3-15/+85
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim3-60/+132
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim3-4/+111
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim2-10/+29
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim3-16/+49
2015-02-11mm/compaction: change tracepoint format from decimal to hexadecimalJoonsoo Kim1-1/+1
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov2-2/+5
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov4-5/+15
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov11-29/+75
2015-02-11arm: define __PAGETABLE_PMD_FOLDED for !LPAEKirill A. Shutemov1-0/+2
2015-02-11mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>Kirill A. Shutemov1-0/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov29-29/+29
2015-02-11microblaze: define __PAGETABLE_PMD_FOLDEDKirill A. Shutemov1-0/+2
2015-02-11mm: memcontrol: consolidate swap controller codeJohannes Weiner1-139/+125
2015-02-11mm: memcontrol: consolidate memory controller initializationJohannes Weiner1-35/+25
2015-02-11mm: memcontrol: simplify soft limit tree init codeJohannes Weiner1-9/+8
2015-02-11mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis1-1/+1
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko7-91/+132
2015-02-11sysrq: convert printk to pr_* equivalentMichal Hocko1-9/+9