summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh
2008-03-04alloc_percpu() fails to allocate percpu dataEric Dumazet
2008-03-04zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro
2008-03-03slub: fix possible NULL pointer dereferenceCyrill Gorcunov
2008-03-03slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter
2008-03-03slub: look up object from the freelist oncePekka J Enberg
2008-03-03slub: Fix up commentsChristoph Lameter
2008-03-03slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter
2008-03-03slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter
2008-03-03slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter
2008-03-03slub: Remove useless checks in alloc_debug_processingChristoph Lameter
2008-03-03slub: Remove objsize check in kmem_cache_flags()Christoph Lameter
2008-03-03slub: rename slab_objects to show_slab_objectsChristoph Lameter
2008-03-03Revert "unique end pointer" patchChristoph Lameter
2008-03-03docbook: fix kernel-api source filesRandy Dunlap
2008-02-23memcgroup: return negative error code in mem_cgroup_create()Li Zefan
2008-02-23memcgroup: remove a useless VM_BUG_ON()Li Zefan
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft
2008-02-19Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds
2008-02-14Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter
2008-02-14make slub.c:slab_address() staticAdrian Bunk
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan
2008-02-13remove final fastcall usersHarvey Harrison
2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro
2008-02-11Be more robust about bad arguments in get_user_pages()Jonathan Corbet
2008-02-09memcontrol: add vm_match_cgroup()David Rientjes
2008-02-08mm: special mapping nopageNick Piggin
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-08mount-options-fix-tmpfs-fixAndrew Morton
2008-02-08mount options: fix tmpfsakpm@linux-foundation.org
2008-02-08kill do_generic_mapping_readChristoph Hellwig
2008-02-08Use pgoff_t instead of unsigned longJan Kara
2008-02-08misc: removal of final callers using fastcallHarvey Harrison
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan
2008-02-07SLUB: fix checkpatch warningsIngo Molnar
2008-02-07Use non atomic unlockNick Piggin
2008-02-07SLUB: Support for performance statisticsChristoph Lameter
2008-02-07SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter
2008-02-07SLUB: Use unique end pointer for each slab page.Christoph Lameter
2008-02-07SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter