summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu2013-11-131-2/+2
| * | | | mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-132-6/+5Star
| * | | | mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu2013-11-131-5/+6
| * | | | mm: remove obsolete comments about page table lockNaoya Horiguchi2013-11-131-2/+0Star
| * | | | mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand2013-11-131-4/+3Star
| * | | | mm/vmalloc: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
| * | | | ksm: remove redundant __GFP_ZERO from kcallocJoe Perches2013-11-131-2/+2
| * | | | mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton2013-11-131-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-133-4/+4
|\ \ \ \ \
| * | | | | file->f_op is never NULL...Al Viro2013-10-253-4/+4
* | | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-11-131-26/+40
|\ \ \ \ \ \
| * | | | | | memcg: stop using css idLi Zefan2013-09-241-16/+8Star
| * | | | | | memcg: fail to create cgroup if the cgroup id is too bigLi Zefan2013-09-241-0/+9
| * | | | | | memcg: convert to use cgroup idLi Zefan2013-09-241-10/+22
| * | | | | | memcg: convert to use cgroup_is_descendant()Li Zefan2013-09-241-1/+1
* | | | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-11-131-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | percpu: fix bootmem error handling in pcpu_page_first_chunk()Michael Holzheu2013-09-231-2/+3
| |/ / / / /
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-128-189/+218
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'linus' into sched/coreIngo Molnar2013-11-0116-122/+123
| |\ \ \ \ \
| * | | | | | sched/numa: Skip some page migrations after a shared faultRik van Riel2013-10-091-1/+47
| * | | | | | mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel2013-10-091-12/+0Star
| * | | | | | sched/numa: Adjust scan rate in task_numa_placementRik van Riel2013-10-092-4/+9
| * | | | | | sched/numa: Be more careful about joining numa groupsRik van Riel2013-10-091-0/+7
| * | | | | | mm: numa: Do not batch handle PMD pagesMel Gorman2013-10-092-144/+4Star
| * | | | | | mm: numa: Do not group on RO pagesPeter Zijlstra2013-10-092-6/+39
| * | | | | | mm: numa: Copy cpupid on page migrationRik van Riel2013-10-091-0/+9
| * | | | | | sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2013-10-091-0/+8
| * | | | | | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-098-53/+55
| * | | | | | mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman2013-10-091-2/+5
| * | | | | | mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman2013-10-091-0/+24
| * | | | | | sched/numa: Do not migrate memory immediately after switching nodeRik van Riel2013-10-091-0/+12
| * | | | | | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-098-44/+54
| * | | | | | mm: numa: Scan pages with elevated page_mapcountMel Gorman2013-10-094-26/+14Star
| * | | | | | sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman2013-10-092-4/+9
| * | | | | | mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman2013-10-092-1/+10
| * | | | | | mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman2013-10-092-7/+26
| * | | | | | mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman2013-10-091-1/+2
| * | | | | | mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman2013-10-091-1/+1
| * | | | | | mm: Close races between THP migration and PMD numa clearingMel Gorman2013-10-092-26/+26
| * | | | | | mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2013-10-092-44/+34Star
| * | | | | | mm: Prevent parallel splits during THP migrationMel Gorman2013-10-091-14/+30
| * | | | | | mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman2013-10-091-7/+16
| * | | | | | mm: numa: Do not account for a hinting fault if we racedMel Gorman2013-10-091-1/+4
| * | | | | | sched/numa: Fix commentsPeter Zijlstra2013-10-091-1/+1
| | |_|/ / / | |/| | | |
* | | | | | memcg: remove incorrect underflow checkGreg Thelen2013-11-011-1/+0Star
* | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2013-11-011-29/+25Star
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mm: memcg: fix test for child groupsJohannes Weiner2013-11-011-24/+11Star
| * | | | | mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner2013-11-011-1/+10
| * | | | | mm: memcg: use proper memcg in limit bypassJohannes Weiner2013-11-011-4/+4
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-314-63/+81
|\ \ \ \ \ \ | |/ / / / / |/| | | | |