aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-3012-101/+290
|\
| * 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-151-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
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-03-262-46/+79
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-242-46/+79
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| | | | | | | * | | | | | SLUB: Fix default slab order for big object sizesZhang Yanmin2009-02-201-1/+5
| | | | | | | * | | | | | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-201-8/+8
| | | | | | * | | | | | | slub: use get_track()Akinobu Mita2009-03-231-7/+1
| | | | | | * | | | | | | SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Pekka Enberg2009-01-141-1/+1
| | | | | * | | | | | | | slub: rename calculate_min_partial() to set_min_partial()David Rientjes2009-02-251-3/+3
| | | | | * | | | | | | | slub: add min_partial sysfs tunableDavid Rientjes2009-02-231-0/+21
| | | | | * | | | | | | | slub: move min_partial to struct kmem_cacheDavid Rientjes2009-02-231-13/+16
| | | | | | |/ / / / / / | | | | | |/| | | | | |
| | | | * | | | | | | | slob: fix lockup in slob_free()Nick Piggin2009-03-231-1/+2
| | | | |/ / / / / / /
| | | * | | | | | | | slob: clean up the codeAmérico Wang2009-01-191-15/+25
| | | | |/ / / / / / | | | |/| | | | | |
| * | | | | | | | | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-03-262-26/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Move the default_backing_dev_info out of readahead.c and into backing-dev.cJens Axboe2009-03-262-26/+25
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-03-262-0/+6
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2009-03-2419-101/+199
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | * | | | | | | | | integrity: shmem zero fixMimi Zohar2009-02-111-1/+1
| | * | | | | | | | | Merge branch 'master' into nextJames Morris2009-02-0640-1854/+4061
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Integrity: IMA file free imbalanceMimi Zohar2009-02-061-0/+2
| | * | | | | | | | | | integrity: IMA hooksMimi Zohar2009-02-061-0/+4
| * | | | | | | | | | | writeback: double the dirty thresholdsWu Fengguang2009-03-261-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | vmscan: pgmoved should be cleared after updating recent_rotatedDaisuke Nishimura2009-03-141-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar2009-03-134-7/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-134-7/+9
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | memcg: use correct scan number at reclaimKOSAKI Motohiro2009-03-121-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | 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-071-10/+38
* | | | | | | | percpu: move chunk area map extension out of area allocationTejun Heo2009-03-071-48/+60
* | | | | | | | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo2009-03-071-43/+42
* | | | | | | | 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