aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-30
|\
| * Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-25
| |\
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-24
| |\ \ \ \ \ \ \
| | | | * \ \ \ \ Merge branch 'linus' into core/lockingIngo Molnar2008-11-12
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-28
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge commit 'v2.6.27-rc7' into core/lockingIngo Molnar2008-09-23
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-11
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, bts: memory accountingMarkus Metzger2008-12-20
| * | | | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-19
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-05
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-04
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | blktrace: port to tracepoints, updateIngo Molnar2008-11-26
| * | | | | | | | | | | | | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-26
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-----------------. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ / / / / / / / / / / / | | | | | |/| | | | | | / / / / / / / / / / / | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | / / / / / / / / / / | | | | | | | | | | | |/ / / / / / / / / / | | |_|_|_|_|_|_|_|_|_| / / / / / / / / / | |/| | | | | | | | | | / / / / / / / / | | | | | | | | | | | | | | | / / / / / | | | | | | | | | | |_|_|_|_|/ / / / / | | | | | | | | | |/| | | | | / / / / | | | | | |_|_|_|_|_|_|_|_|_|/ / / / | | | | |/| | | | | | | | | | / / / | | | | | | | |_|_|_|_|_|_|_|/ / / | | | | | | |/| | | | | | | | | / | | | | | | | | |_|_|_|_|_|_|_|/ | | | | | | | |/| | | | | | | |
| | | | | | | | | | * | | | | | x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-19
| | | | | | | | | | * | | | | | x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-19
| | | | | | | | | | * | | | | | x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com2008-12-19
| | | | | | | | | | * | | | | | x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com2008-12-18
| | | | | | | | | | * | | | | | x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com2008-12-18
| | | | | | | | | | * | | | | | x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com2008-12-18
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | * | | | | | | x86: consolidate __swp_XXX() macrosJan Beulich2008-12-16
| | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into nextJames Morris2008-12-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into nextJames Morris2008-11-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2008-11-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-13
| * | | | | | | | | | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-13
| * | | | | | | | | | | | | | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-13
| * | | | | | | | | | | | | | The oomkiller calculations make decisions based on capabilities. SinceEric Paris2008-11-11
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro2008-12-16
* | | | | | | | | | | | | | slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas2008-12-15
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-10
* | | | | | | | | | | | | mm: no get_user/put_user while holding mmap_sem in do_pages_stat?Brice Goglin2008-12-10
* | | | | | | | | | | | | page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki2008-12-10
* | | | | | | | | | | | | mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro2008-12-10
* | | | | | | | | | | | | mm/backing-dev.c: remove recently-added WARN_ON()Andrew Morton2008-12-10
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | vmscan: evict streaming IO firstRik van Riel2008-12-02
* | | | | | | | | | | | bdi: register sysfs bdi device only once per queueKay Sievers2008-12-02
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki2008-12-01
* | | | | | | | | | | mm: vmalloc fix lazy unmapping cache aliasingNick Piggin2008-12-01
* | | | | | | | | | | vmscan: protect zone rotation stats by lru lockJohannes Weiner2008-12-01
* | | | | | | | | | | meminit section warningsAl Viro2008-11-30
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | vmscan: fix get_scan_ratio() commentRik van Riel2008-11-19
* | | | | | | | | | vmscan: let GFP_NOFS go to swap againHugh Dickins2008-11-19
* | | | | | | | | | migration: fix writepage errorHugh Dickins2008-11-19
* | | | | | | | | | mm: vmalloc search restart fixGlauber Costa2008-11-19
* | | | | | | | | | mm: vmalloc failure flush fixNick Piggin2008-11-19
* | | | | | | | | | mm: vmalloc allocator off by oneNick Piggin2008-11-19