summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-03-301-2/+4
|\
| * Merge branch 'linus' into x86/coreIngo Molnar2009-03-287-74/+112
| |\
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar2009-03-187-26/+1475
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-------. \ \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-142-3/+5
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | / / / / / | | | | | |_|/ / / / / | | | | |/| | / / / / | | | |_|_|_|/ / / / | | |/| | | | / / / | | | | | | |/ / /
| | | | | | * | | VM, x86, PAT: add a new vm flag to track full pfnmap at mmapPallipadi, Venkatesh2009-03-141-2/+2
| | | | | | * | | VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh2009-03-131-2/+4
| | | | | * | | | Merge branch 'x86/core' into x86/kconfigIngo Molnar2009-03-136-26/+1375
| | | | | |\ \ \ \ | | | | | |/ / / / | | | | |/| | | |
* | | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-281-8/+57
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge branch 'origin' into develRussell King2009-03-287-74/+112
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King2009-03-251-2/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | highmem: atomic highmem kmap page pinningNicolas Pitre2009-03-161-8/+57
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-276-26/+1475
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | percpu: fix spurious alignment WARN in legacy SMP percpu allocatorTejun Heo2009-03-111-1/+1
| * | | | | | | percpu: generalize embedding first chunk setup helperTejun Heo2009-03-101-0/+86
| * | | | | | | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-101-14/+14
| * | | | | | | percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo2009-03-101-1/+15
| | |_|_|_|/ / | |/| | | | |
| * | | | | | percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo2009-03-071-37/+124
| * | | | | | percpu: move fully free chunk reclamation into a workTejun Heo2009-03-061-10/+38
| * | | | | | percpu: move chunk area map extension out of area allocationTejun Heo2009-03-061-48/+60
| * | | | | | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo2009-03-061-43/+42Star
| * | | | | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-061-20/+133
| * | | | | | percpu: add an indirection ptr for chunk page map accessTejun Heo2009-03-061-1/+4
| * | | | | | percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo2009-03-061-21/+25
| * | | | | | percpu: improve first chunk initial area map handlingTejun Heo2009-03-061-26/+27
| * | | | | | percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo2009-03-061-29/+29
| | |_|_|/ / | |/| | | |
| * | | | | 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-03-272-46/+79
|\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-242-46/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |