summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King1-1/+2
2013-10-30slab: replace non-existing 'struct freelist *' with 'void *'Joonsoo Kim1-5/+5
2013-10-30slab: fix to calm down kmemleak warningJoonsoo Kim1-8/+0
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-10-29mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-29mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-25file->f_op is never NULL...Al Viro3-4/+4
2013-10-24slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev1-4/+31
2013-10-24slab: rename slab_bufctl to slab_freelistJoonsoo Kim1-6/+6
2013-10-24slab: remove useless statement for checking pfmemallocJoonsoo Kim1-6/+3
2013-10-24slab: use struct page for slab managementJoonsoo Kim1-163/+143
2013-10-24slab: replace free and inuse in struct slab with newly introduced activeJoonsoo Kim1-29/+25
2013-10-24slab: remove SLAB_LIMITJoonsoo Kim1-7/+0
2013-10-24slab: remove kmem_bufctl_tJoonsoo Kim1-31/+11
2013-10-24slab: change the management method of free objects of the slabJoonsoo Kim1-64/+30
2013-10-24slab: use __GFP_COMP flag for allocating slab pagesJoonsoo Kim1-34/+9
2013-10-24slab: use well-defined macro, virt_to_slab()Joonsoo Kim1-5/+2
2013-10-24slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim1-38/+30
2013-10-24slab: remove cachep in struct slab_rcuJoonsoo Kim1-3/+1
2013-10-24slab: remove nodeid in struct slabJoonsoo Kim1-7/+4
2013-10-24slab: remove colouroff in struct slabJoonsoo Kim1-2/+0
2013-10-24slab: change return type of kmem_getpages() to struct pageJoonsoo Kim1-30/+30
2013-10-24slab: correct pfmemalloc checkJoonsoo Kim1-3/+5
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-120/+120
2013-10-22tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-3/+3
2013-10-18mm: Fix some trivial typos in commentsXie XiuQi1-1/+1
2013-10-17mm: revert mremap pud_free anti-fixHugh Dickins1-4/+1
2013-10-17mm: fix BUG in __split_huge_page_pmdHugh Dickins1-1/+9
2013-10-17swap: fix set_blocksize race during swapon/swapoffKrzysztof Kozlowski1-1/+3
2013-10-17writeback: fix negative bdi max pauseFengguang Wu1-5/+5
2013-10-17fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-0/+2
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner4-105/+65
2013-10-17mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli1-1/+15
2013-10-17mm/zswap: bugfix: memory leak when re-swaponWeijie Yang1-0/+4
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov3-2/+9
2013-10-17mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim1-0/+1
2013-10-17mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin1-0/+1
2013-10-17mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes1-0/+2
2013-10-14Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2013-10-14mm/Kconfig: Grammar s/an/a/Geert Uytterhoeven1-1/+1
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel1-1/+47
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-12/+0
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel2-4/+9
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-0/+7
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman2-144/+4
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra2-6/+39
2013-10-09mm: numa: Copy cpupid on page migrationRik van Riel1-0/+9