| Commit message (Expand) | Author | Age | Files | Lines |
* | aio/migratepages: make aio migrate pages sane | Benjamin LaHaise | 2013-12-21 | 1 | -6/+7 |
* | mm: fix build of split ptlock code | Olof Johansson | 2013-12-21 | 1 | -1/+1 |
* | mm: do not allocate page->ptl dynamically, if spinlock_t fits to long | Kirill A. Shutemov | 2013-12-20 | 1 | -1/+1 |
* | mm: page_alloc: revert NUMA aspect of fair allocation policy | Johannes Weiner | 2013-12-20 | 1 | -10/+9 |
* | Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ... | Mel Gorman | 2013-12-20 | 1 | -2/+1 |
* | mm/hugetlb: check for pte NULL pointer in __page_check_address() | Jianguo Wu | 2013-12-19 | 1 | -0/+4 |
* | mm/mempolicy: fix !vma in new_vma_page() | Wanpeng Li | 2013-12-19 | 1 | -6/+8 |
* | mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully | Jianguo Wu | 2013-12-19 | 1 | -4/+10 |
* | mm/compaction: respect ignore_skip_hint in update_pageblock_skip | Joonsoo Kim | 2013-12-19 | 1 | -0/+4 |
* | mm/mempolicy: correct putback method for isolate pages if failed | Joonsoo Kim | 2013-12-19 | 1 | -1/+1 |
* | mm: add missing dependency in Kconfig | Sima Baymani | 2013-12-19 | 1 | -1/+1 |
* | mm: page_alloc: exclude unreclaimable allocations from zone fairness policy | Johannes Weiner | 2013-12-19 | 1 | -1/+2 |
* | mm: numa: defer TLB flush for THP migration as long as possible | Mel Gorman | 2013-12-19 | 2 | -7/+3 |
* | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel | 2013-12-19 | 3 | -2/+12 |
* | mm: numa: avoid unnecessary disruption of NUMA hinting during migration | Mel Gorman | 2013-12-19 | 2 | -6/+28 |
* | mm: numa: clear numa hinting information on mprotect | Mel Gorman | 2013-12-19 | 2 | -0/+4 |
* | mm: numa: avoid unnecessary work on the failure path | Mel Gorman | 2013-12-19 | 1 | -1/+3 |
* | mm: numa: ensure anon_vma is locked to prevent parallel THP splits | Mel Gorman | 2013-12-19 | 1 | -0/+7 |
* | mm: numa: do not clear PTE for pte_numa update | Mel Gorman | 2013-12-19 | 1 | -2/+7 |
* | mm: numa: do not clear PMD during PTE update scan | Mel Gorman | 2013-12-19 | 1 | -1/+1 |
* | mm: clear pmd_numa before invalidating | Mel Gorman | 2013-12-19 | 1 | -0/+3 |
* | mm: numa: call MMU notifiers on THP migration | Mel Gorman | 2013-12-19 | 1 | -8/+14 |
* | mm: numa: serialise parallel get_user_page against THP migration | Mel Gorman | 2013-12-19 | 2 | -15/+47 |
* | mm: memcg: do not allow task about to OOM kill to bypass the limit | Johannes Weiner | 2013-12-13 | 1 | -1/+1 |
* | mm: memcg: fix race condition between memcg teardown and swapin | Johannes Weiner | 2013-12-13 | 1 | -0/+36 |
* | thp: move preallocated PTE page table on move_huge_pmd() | Kirill A. Shutemov | 2013-12-13 | 1 | -1/+11 |
* | mm: memcg: do not declare OOM from __GFP_NOFAIL allocations | Johannes Weiner | 2013-12-13 | 1 | -0/+3 |
* | security: shmem: implement kernel private shmem inodes | Eric Paris | 2013-12-02 | 1 | -7/+29 |
* | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2013-11-22 | 2 | -363/+253 |
|\ |
|
| * | mm, slub: fix the typo in mm/slub.c | Zhi Yong Wu | 2013-11-11 | 1 | -3/+3 |
| * | slub: Handle NULL parameter in kmem_cache_flags | Christoph Lameter | 2013-11-11 | 1 | -2/+2 |
| * | Merge branch 'slab/struct-page' into slab/next | Pekka Enberg | 2013-11-11 | 1 | -354/+217 |
| |\ |
|
| | * | slab: replace non-existing 'struct freelist *' with 'void *' | Joonsoo Kim | 2013-10-30 | 1 | -5/+5 |
| | * | slab: fix to calm down kmemleak warning | Joonsoo Kim | 2013-10-30 | 1 | -8/+0 |
| | * | slab: rename slab_bufctl to slab_freelist | Joonsoo Kim | 2013-10-24 | 1 | -6/+6 |
| | * | slab: remove useless statement for checking pfmemalloc | Joonsoo Kim | 2013-10-24 | 1 | -6/+3 |
| | * | slab: use struct page for slab management | Joonsoo Kim | 2013-10-24 | 1 | -163/+143 |
| | * | slab: replace free and inuse in struct slab with newly introduced active | Joonsoo Kim | 2013-10-24 | 1 | -29/+25 |
| | * | slab: remove SLAB_LIMIT | Joonsoo Kim | 2013-10-24 | 1 | -7/+0 |
| | * | slab: remove kmem_bufctl_t | Joonsoo Kim | 2013-10-24 | 1 | -31/+11 |
| | * | slab: change the management method of free objects of the slab | Joonsoo Kim | 2013-10-24 | 1 | -64/+30 |
| | * | slab: use __GFP_COMP flag for allocating slab pages | Joonsoo Kim | 2013-10-24 | 1 | -34/+9 |
| | * | slab: use well-defined macro, virt_to_slab() | Joonsoo Kim | 2013-10-24 | 1 | -5/+2 |
| | * | slab: overloading the RCU head over the LRU for RCU free | Joonsoo Kim | 2013-10-24 | 1 | -38/+30 |
| | * | slab: remove cachep in struct slab_rcu | Joonsoo Kim | 2013-10-24 | 1 | -3/+1 |
| | * | slab: remove nodeid in struct slab | Joonsoo Kim | 2013-10-24 | 1 | -7/+4 |
| | * | slab: remove colouroff in struct slab | Joonsoo Kim | 2013-10-24 | 1 | -2/+0 |
| | * | slab: change return type of kmem_getpages() to struct page | Joonsoo Kim | 2013-10-24 | 1 | -30/+30 |
| | * | slab: correct pfmemalloc check | Joonsoo Kim | 2013-10-24 | 1 | -3/+5 |
| * | | slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled | Roman Bobniev | 2013-10-24 | 1 | -4/+31 |
| |/ |
|