summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAge
* aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-21
* mm: fix build of split ptlock codeOlof Johansson2013-12-20
* mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-20
* mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner2013-12-20
* Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...Mel Gorman2013-12-20
* mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu2013-12-18
* mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li2013-12-18
* mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu2013-12-18
* mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim2013-12-18
* mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim2013-12-18
* mm: add missing dependency in KconfigSima Baymani2013-12-18
* mm: page_alloc: exclude unreclaimable allocations from zone fairness policyJohannes Weiner2013-12-18
* 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
| |/