summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* mm: use NUMA_NO_NODEDavid Rientjes2013-02-241-2/+2
* mm: rename page struct field helpersMel Gorman2013-02-241-1/+1
* page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2013-02-241-1/+0Star
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-241-3/+3
* mm: numa: cleanup flow of transhuge page migrationHugh Dickins2013-02-241-19/+9Star
* mm/huge_memory.c: use new hashtable implementationSasha Levin2013-02-241-45/+9Star
* thp: avoid dumping huge zero pageKirill A. Shutemov2013-02-051-0/+4
* mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman2013-01-111-2/+13
* mm: clean up transparent hugepage sysfs error messagesJeremy Eder2012-12-211-3/+3
* mm: fix kernel BUG at huge_memory.c:1474!Hugh Dickins2012-12-171-3/+3
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-9/+99
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-3/+3
| * mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar2012-12-111-2/+2
| * mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-111-19/+40
| * mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-111-1/+1
| * mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton2012-12-111-0/+1
| * mm: numa: Add pte updates, hinting and migration statsMel Gorman2012-12-111-0/+5
| * mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-1/+4
| * mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman2012-12-111-2/+12
| * mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman2012-12-111-3/+28
| * mm: numa: Create basic numa page hinting infrastructureMel Gorman2012-12-111-0/+22
| * mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli2012-12-111-0/+2
| * mm: Check if PTE is already allocated during page faultMel Gorman2012-12-111-1/+2
* | thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-131-5/+24
* | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-131-2/+19
* | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-131-1/+4
* | thp: implement refcounting for huge zero pageKirill A. Shutemov2012-12-131-25/+88
* | thp: lazy huge zero page allocationKirill A. Shutemov2012-12-131-10/+10
* | thp: setup huge zero page on non-write page faultKirill A. Shutemov2012-12-131-0/+10
* | thp: implement splitting pmd for huge zero pageKirill A. Shutemov2012-12-131-1/+42
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-131-2/+17
* | thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov2012-12-131-0/+1
* | thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-131-15/+96
* | thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov2012-12-131-0/+22
* | thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov2012-12-131-8/+13
* | thp: huge zero page: basic preparationKirill A. Shutemov2012-12-131-0/+30
* | mm: thp: set the accessed flag for old pages on access faultWill Deacon2012-12-121-0/+22
* | thp: cleanup: introduce mk_huge_pmd()Bob Liu2012-12-121-9/+12
* | thp: introduce hugepage_vma_check()Bob Liu2012-12-121-21/+17Star
* | mm: introduce mm_find_pmd()Bob Liu2012-12-121-45/+10Star
* | thp: clean up __collapse_huge_page_isolateBob Liu2012-12-121-27/+11Star
|/
* mm: huge_memory: Fix build error.Ralf Baechle2012-10-151-0/+1
* mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller2012-10-091-2/+3
* mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-091-3/+3
* mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2012-10-091-1/+10
* mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-6/+36
* mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas2012-10-091-3/+3
* thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong2012-10-091-0/+1
* mm rmap: remove vma_address check for address inside vmaMichel Lespinasse2012-10-091-4/+0Star