summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2015-02-12Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-02-12Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-02-12Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2015-02-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-02-12Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-12Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-02-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-02-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-02-12vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter
2015-02-12mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev
2015-02-12Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesCyrill Gorcunov
2015-02-12mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz
2015-02-12vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko
2015-02-12mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka
2015-02-12mm: always steal split buddies in fallback allocationsVlastimil Babka
2015-02-12mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
2015-02-12mincore: apply page table walker on do_mincore()Naoya Horiguchi
2015-02-12mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov
2015-02-12mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi
2015-02-12mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi
2015-02-12arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi
2015-02-12memcg: cleanup preparation for page table walkNaoya Horiguchi
2015-02-12numa_maps: remove numa_maps->vmaNaoya Horiguchi
2015-02-12numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi
2015-02-12pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi
2015-02-12clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi
2015-02-12smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi
2015-02-12pagewalk: add walk_page_vma()Naoya Horiguchi
2015-02-12pagewalk: improve vma handlingNaoya Horiguchi
2015-02-12mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi
2015-02-12proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov
2015-02-12mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli
2015-02-12mm: gup: use get_user_pages_unlockedAndrea Arcangeli
2015-02-12mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli
2015-02-12mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli
2015-02-12mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli
2015-02-12mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka
2015-02-12mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V
2015-02-12mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim
2015-02-12mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim
2015-02-12mm/compaction: print current range where compaction workJoonsoo Kim