summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* tracing, Text Edit Lock - Architecture Independent CodeMathieu Desnoyers2009-03-061-0/+10
* Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-066-26/+1128
|\
| * Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-043-27/+36
| |\
| | *-------. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-044-31/+35
| | |\ \ \ \ \
| | | | | * | | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-012-23/+30
| | | |_|/| | | | | |/| | | |/ | | | | | |/|
| | | | * | | x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar2009-03-022-8/+5Star
| | | | | | |
| | | | \ \ \
| | | *-. \ \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-1/+6
| | | |\ \ \ \ \
| | | | \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar2009-02-263-5/+10
| | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | |
| | | | * | | | | | x86: make vmap yell louder when it is used under irqs_disabled()Peter Zijlstra2009-02-251-0/+3
| | | | * | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar2009-02-252-5/+7
| * | | | | | | | | bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo2009-03-011-15/+30
| * | | | | | | | | percpu: kill compile warning in pcpu_populate_chunk()Tejun Heo2009-03-011-1/+1
| * | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-245-19/+1104
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | percpu: add __read_mostly to variables which are mostly read onlyTejun Heo2009-02-241-8/+8
| | * | | | | | | | percpu: give more latitude to arch specific first chunk initializationTejun Heo2009-02-241-33/+116
| | * | | | | | | | percpu: remove unit_size power-of-2 restrictionTejun Heo2009-02-241-14/+19
| | * | | | | | | | vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-242-5/+8
| | * | | | | | | | bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-241-3/+11
| | * | | | | | | | percpu: fix pcpu_chunk_struct_sizeTejun Heo2009-02-241-1/+1
| | * | | | | | | | percpu: clean up size usageTejun Heo2009-02-211-11/+12
| | * | | | | | | | percpu: implement new dynamic percpu allocatorTejun Heo2009-02-202-0/+894
| | * | | | | | | | vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-201-3/+64
| | * | | | | | | | vmalloc: implement vm_area_register_early()Tejun Heo2009-02-201-0/+24
| | * | | | | | | | percpu: kill percpu_alloc() and friendsTejun Heo2009-02-201-13/+19
| | * | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-02-201-0/+2
* | | | | | | | | | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-045-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar2009-02-151-2/+1Star
| * | | | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-145-0/+15
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing...Ingo Molnar2009-03-021-1/+9
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | mm: fix lazy vmap purging (use-after-free error)Vegard Nossum2009-02-281-1/+2
| * | | | | | | | | mm: vmap fix overflowNick Piggin2009-02-281-0/+7
* | | | | | | | | | Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar2009-02-271-22/+21Star
|\| | | | | | | | |
| * | | | | | | | | shmem: fix shared anonymous accountingHugh Dickins2009-02-251-22/+21Star
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/coreIngo Molnar2009-02-244-18/+36
|\| | | | | | | |
| * | | | | | | | Merge branch 'hibernate'Linus Torvalds2009-02-212-18/+14Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | swsusp: clean up shrink_all_zones()Johannes Weiner2009-02-211-12/+11Star
| | * | | | | | | | swsusp: dont fiddle with swappinessJohannes Weiner2009-02-211-4/+1Star
| | * | | | | | | | PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins2009-02-211-2/+2
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-02-211-0/+2
| * | | | | | | | slab: introduce kzfree()Johannes Weiner2009-02-211-0/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penb...Ingo Molnar2009-02-201-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-201-8/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'linus' into tracing/blktraceIngo Molnar2009-02-195-14/+43
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-191-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-1/+1
| * | | | | | | | mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-02-191-3/+20
| * | | | | | | | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-191-1/+7
| * | | | | | | | mm: task dirty accounting fixNick Piggin2009-02-191-10/+3Star
| * | | | | | | | vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt2009-02-191-0/+8
| |/ / / / / / /
| * | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-171-1/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |