aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* alloc_percpu() fails to allocate percpu dataEric Dumazet2008-03-041-1/+14
* zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro2008-03-041-1/+2
* slub: fix possible NULL pointer dereferenceCyrill Gorcunov2008-03-031-2/+4
* slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter2008-03-031-2/+13
* slub: look up object from the freelist oncePekka J Enberg2008-03-031-2/+0
* slub: Fix up commentsChristoph Lameter2008-03-031-21/+28
* slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter2008-03-031-7/+8
* slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter2008-03-031-4/+2
* slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter2008-03-031-1/+1
* slub: Remove useless checks in alloc_debug_processingChristoph Lameter2008-03-031-2/+2
* slub: Remove objsize check in kmem_cache_flags()Christoph Lameter2008-03-031-23/+4
* slub: rename slab_objects to show_slab_objectsChristoph Lameter2008-03-031-5/+5
* Revert "unique end pointer" patchChristoph Lameter2008-03-031-47/+23
* docbook: fix kernel-api source filesRandy Dunlap2008-03-031-2/+1
* memcgroup: return negative error code in mem_cgroup_create()Li Zefan2008-02-231-2/+2
* memcgroup: remove a useless VM_BUG_ON()Li Zefan2008-02-231-1/+0
* Solve section mismatch for free_area_init_core.Alexander van Heukelum2008-02-232-2/+15
* hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft2008-02-231-1/+1
* Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds2008-02-191-86/+1
* Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-02-142-32/+65
|\
| * slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter2008-02-141-9/+9
| * slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter2008-02-141-5/+38
| * slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter2008-02-141-8/+11
| * make slub.c:slab_address() staticAdrian Bunk2008-02-141-1/+1
| * slub: kmalloc page allocator pass-through cleanupPekka Enberg2008-02-141-8/+6
| * slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz2008-02-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-141-0/+7
|\ \
| * | x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar2008-02-141-0/+7
| |/
* | d_path: Make d_path() use a struct pathJan Blunck2008-02-141-1/+1
* | d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-142-2/+2
|/
* hugetlb: fix overcommit lockingNishanth Aravamudan2008-02-131-2/+4
* remove final fastcall usersHarvey Harrison2008-02-131-1/+1
* mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro2008-02-111-25/+36
* Be more robust about bad arguments in get_user_pages()Jonathan Corbet2008-02-111-0/+2
* memcontrol: add vm_match_cgroup()David Rientjes2008-02-092-3/+3
* mm: special mapping nopageNick Piggin2008-02-081-9/+16
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-082-18/+16
* mount-options-fix-tmpfs-fixAndrew Morton2008-02-081-0/+2
* mount options: fix tmpfsakpm@linux-foundation.org2008-02-081-64/+132
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-13/+5
* Use pgoff_t instead of unsigned longJan Kara2008-02-082-2/+3
* misc: removal of final callers using fastcallHarvey Harrison2008-02-081-1/+1
* hugetlb: add locking for overcommit sysctlNishanth Aravamudan2008-02-081-0/+10
* SLUB: fix checkpatch warningsIngo Molnar2008-02-071-16/+21
* Use non atomic unlockNick Piggin2008-02-071-1/+1
* SLUB: Support for performance statisticsChristoph Lameter2008-02-071-8/+119
* SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter2008-02-071-5/+88
* SLUB: Use unique end pointer for each slab page.Christoph Lameter2008-02-071-23/+47
* SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter2008-02-071-1/+2
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-6/+21