summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar2008-12-301-1/+1
* tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker2008-12-303-3/+3
* kmemtrace: move #include linesIngo Molnar2008-12-302-2/+2
* Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2008-12-295-45/+528
|\
| * kmemtrace: add missing newlineVegard Nossum2008-12-291-1/+1
| * kmemtrace: remove config option for enabling tracing at bootPekka Enberg2008-12-291-5/+3
| * kmemtrace: allow kmemtrace to be enabled after bootPekka Enberg2008-12-291-13/+13
| * kmemtrace: remove unnecessary castsPekka Enberg2008-12-291-4/+3
| * kmemtrace: SLUB hooks for caller-tracking functions.Eduard - Gabriel Munteanu2008-12-291-2/+17
| * kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu2008-12-291-6/+59
| * kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu2008-12-291-6/+31
| * kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu2008-12-291-7/+64
| * kmemtrace: Core implementation.Eduard - Gabriel Munteanu2008-12-292-0/+336
| * SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-12-292-28/+28
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-282-1/+49
|\ \
| * | x86, bts: memory accountingMarkus Metzger2008-12-201-0/+45
| * | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-197-30/+53
| |\ \
| * \ \ Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-052-1/+9
| |\ \ \
| * \ \ \ Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-046-32/+63
| |\ \ \ \
| * | | | | blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+2
| * | | | | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-282-22/+57
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----------------. \ \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-232-22/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ / / / | | | | | |/| | | | | | / / / | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | / / | | | | | | | | | | | |/ / | | |_|_|_|_|_|_|_|_|_| / | |/| | | | | | | | | |
| | | | | | | | | | * | x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-191-46/+2
| | | | | | | | | | * | x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-191-43/+0
| | | | | | | | | | * | x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com2008-12-191-17/+14
| | | | | | | | | | * | x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com2008-12-181-1/+75
| | | | | | | | | | * | x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com2008-12-181-0/+43
| | | | | | | | | | * | x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com2008-12-181-4/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | | | | | * | | x86: consolidate __swp_XXX() macrosJan Beulich2008-12-161-0/+9
| | | | |_|_|_|/ / / | | | |/| | | | | |
* | | | | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-254-14/+24
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'master' into nextJames Morris2008-12-049-48/+95
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'master' into nextJames Morris2008-11-182-36/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2008-11-1412-37/+139
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-143-9/+13
| * | | | | | | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-143-11/+11
| * | | | | | | | | | | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-143-8/+14
| * | | | | | | | | | | The oomkiller calculations make decisions based on capabilities. SinceEric Paris2008-11-111-3/+3
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro2008-12-161-1/+1
* | | | | | | | | | | slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas2008-12-151-1/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-102-2/+2
* | | | | | | | | | mm: no get_user/put_user while holding mmap_sem in do_pages_stat?Brice Goglin2008-12-101-13/+46
* | | | | | | | | | page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki2008-12-101-0/+3
* | | | | | | | | | mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro2008-12-101-13/+0
* | | | | | | | | | mm/backing-dev.c: remove recently-added WARN_ON()Andrew Morton2008-12-101-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | vmscan: evict streaming IO firstRik van Riel2008-12-021-1/+6
* | | | | | | | | bdi: register sysfs bdi device only once per queueKay Sievers2008-12-021-0/+3
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki2008-12-012-16/+33
* | | | | | | | mm: vmalloc fix lazy unmapping cache aliasingNick Piggin2008-12-011-4/+16
* | | | | | | | vmscan: protect zone rotation stats by lru lockJohannes Weiner2008-12-011-1/+1
OpenPOWER on IntegriCloud