aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
...
* | | mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman2013-12-18
* | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-18
* | | mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2013-12-18
* | | mm: numa: clear numa hinting information on mprotectMel Gorman2013-12-18
* | | mm: numa: avoid unnecessary work on the failure pathMel Gorman2013-12-18
* | | mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman2013-12-18
* | | mm: numa: do not clear PTE for pte_numa updateMel Gorman2013-12-18
* | | mm: numa: do not clear PMD during PTE update scanMel Gorman2013-12-18
* | | mm: clear pmd_numa before invalidatingMel Gorman2013-12-18
* | | mm: numa: call MMU notifiers on THP migrationMel Gorman2013-12-18
* | | mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2013-12-18
* | | mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner2013-12-12
* | | mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner2013-12-12
* | | thp: move preallocated PTE page table on move_huge_pmd()Kirill A. Shutemov2013-12-12
* | | mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner2013-12-12
* | | security: shmem: implement kernel private shmem inodesEric Paris2013-12-02
|/ /
* | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-11-22
|\ \
| * | mm, slub: fix the typo in mm/slub.cZhi Yong Wu2013-11-11
| * | slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter2013-11-11
| * | Merge branch 'slab/struct-page' into slab/nextPekka Enberg2013-11-11
| |\ \
| | * | slab: replace non-existing 'struct freelist *' with 'void *'Joonsoo Kim2013-10-30
| | * | slab: fix to calm down kmemleak warningJoonsoo Kim2013-10-30
| | * | slab: rename slab_bufctl to slab_freelistJoonsoo Kim2013-10-24
| | * | slab: remove useless statement for checking pfmemallocJoonsoo Kim2013-10-24
| | * | slab: use struct page for slab managementJoonsoo Kim2013-10-24
| | * | slab: replace free and inuse in struct slab with newly introduced activeJoonsoo Kim2013-10-24
| | * | slab: remove SLAB_LIMITJoonsoo Kim2013-10-24
| | * | slab: remove kmem_bufctl_tJoonsoo Kim2013-10-24
| | * | slab: change the management method of free objects of the slabJoonsoo Kim2013-10-24
| | * | slab: use __GFP_COMP flag for allocating slab pagesJoonsoo Kim2013-10-24
| | * | slab: use well-defined macro, virt_to_slab()Joonsoo Kim2013-10-24
| | * | slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim2013-10-24
| | * | slab: remove cachep in struct slab_rcuJoonsoo Kim2013-10-24
| | * | slab: remove nodeid in struct slabJoonsoo Kim2013-10-24
| | * | slab: remove colouroff in struct slabJoonsoo Kim2013-10-24
| | * | slab: change return type of kmem_getpages() to struct pageJoonsoo Kim2013-10-24
| | * | slab: correct pfmemalloc checkJoonsoo Kim2013-10-24
| * | | slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev2013-10-24
| |/ /
* | | mm, mempolicy: silence gcc warningDavid Rientjes2013-11-21
* | | mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2013-11-21
* | | mm: thp: give transparent hugepage code a separate copy_pageDave Hansen2013-11-21
* | | Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds2013-11-20
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\ \ \
| * | | mm: Fix some trivial typos in commentsXie XiuQi2013-10-18
| * | | mm/Kconfig: Grammar s/an/a/Geert Uytterhoeven2013-10-14
* | | | kfifo API type safetyStefani Seibold2013-11-14
* | | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2013-11-14
* | | | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-14
* | | | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-14
* | | | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-14