aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-03slub: Fix up commentsChristoph Lameter1-21/+28
2008-03-03slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter1-7/+8
2008-03-03slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter1-4/+2
2008-03-03slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter1-1/+1
2008-03-03slub: Remove useless checks in alloc_debug_processingChristoph Lameter1-2/+2
2008-03-03slub: Remove objsize check in kmem_cache_flags()Christoph Lameter1-23/+4
2008-03-03slub: rename slab_objects to show_slab_objectsChristoph Lameter1-5/+5
2008-03-03Revert "unique end pointer" patchChristoph Lameter1-47/+23
2008-03-03docbook: fix kernel-api source filesRandy Dunlap1-2/+1
2008-02-23memcgroup: return negative error code in mem_cgroup_create()Li Zefan1-2/+2
2008-02-23memcgroup: remove a useless VM_BUG_ON()Li Zefan1-1/+0
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum2-2/+15
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft1-1/+1
2008-02-19Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds1-86/+1
2008-02-14Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vmLinus Torvalds2-32/+65
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-0/+7
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck2-2/+2
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter1-9/+9
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter1-5/+38
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter1-8/+11
2008-02-14make slub.c:slab_address() staticAdrian Bunk1-1/+1
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg1-8/+6
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz1-2/+1
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr()Ingo Molnar1-0/+7
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan1-2/+4
2008-02-13remove final fastcall usersHarvey Harrison1-1/+1
2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro1-25/+36
2008-02-11Be more robust about bad arguments in get_user_pages()Jonathan Corbet1-0/+2
2008-02-09memcontrol: add vm_match_cgroup()David Rientjes2-3/+3
2008-02-08mm: special mapping nopageNick Piggin1-9/+16
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2-18/+16
2008-02-08mount-options-fix-tmpfs-fixAndrew Morton1-0/+2
2008-02-08mount options: fix tmpfsakpm@linux-foundation.org1-64/+132
2008-02-08kill do_generic_mapping_readChristoph Hellwig1-13/+5
2008-02-08Use pgoff_t instead of unsigned longJan Kara2-2/+3
2008-02-08misc: removal of final callers using fastcallHarvey Harrison1-1/+1
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan1-0/+10
2008-02-07SLUB: fix checkpatch warningsIngo Molnar1-16/+21
2008-02-07Use non atomic unlockNick Piggin1-1/+1
2008-02-07SLUB: Support for performance statisticsChristoph Lameter1-8/+119
2008-02-07SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter1-5/+88
2008-02-07SLUB: Use unique end pointer for each slab page.Christoph Lameter1-23/+47
2008-02-07SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter1-1/+2
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-6/+21
2008-02-07Memory controller remove control_type featureBalbir Singh1-74/+17
2008-02-07per-zone and reclaim enhancements for memory controller: per-zone-lock for cgroupKAMEZAWA Hiroyuki1-27/+44
2008-02-07per-zone and reclaim enhancements for memory controller: per zone lru for cgroupKAMEZAWA Hiroyuki1-28/+58
2008-02-07per-zone and reclaim enhancements for memory controller: modifies vmscan.c for isolate globa/cgroup lru activityKAMEZAWA Hiroyuki1-131/+201
2008-02-07per-zone and reclaim enhancements for memory controller: calculate the number of pages to be scanned per cgroupKAMEZAWA Hiroyuki1-0/+33