summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2-6/+12
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman2-0/+6
2015-02-12x86: mm: restore original pte_special checkMel Gorman1-7/+1
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman4-4/+27
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman8-283/+7
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman8-38/+21
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2-13/+15
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman11-57/+40
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman3-0/+52
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman3-11/+2
2015-02-12Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggyLinus Torvalds5-91/+45
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds40-254/+2562
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds28-1492/+2239
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds36-172/+766
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds91-1478/+2187
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds20-338/+209
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds23-164/+582
2015-02-12Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-30/+229
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds45-1082/+2658
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-3/+0
2015-02-11Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-15/+0
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds116-1717/+2491
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds237-3143/+5084
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds73-919/+1533
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds82-1030/+1640
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-25/+193
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds60-1729/+5236
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