aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown
2006-12-10[PATCH] io-accounting-read-accounting nfs fixAndrew Morton
2006-12-10[PATCH] io-accounting: write-cancel accountingAndrew Morton
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton
2006-12-10[PATCH] read_zero_pagealigned() locking fixHugh Dickins
2006-12-08[PATCH] fault-injection: defaults likely to please a new userDon Mullis
2006-12-08[PATCH] fault-injection capability for alloc_pages()Akinobu Mita
2006-12-08[PATCH] fault-injection capability for kmallocAkinobu Mita
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells
2006-12-08[PATCH] struct path: convert mmJosef Sipek
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-08[PATCH] mm: fallback_alloc cpuset_zone_allowed irq fixPaul Jackson
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan
2006-12-07[PATCH] make mm/shmem.c:shmem_xattr_security_handler staticAdrian Bunk
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar
2006-12-07[PATCH] remove HASH_HIGHMEMAndrew Morton
2006-12-07[PATCH] read_cache_pages() cleanupOGAWA Hirofumi
2006-12-07[PATCH] slab: use probe_kernel_address()Andrew Morton
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki
2006-12-07[PATCH] radix-tree: RCU lockless readsideNick Piggin
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft
2006-12-07[PATCH] slab: better fallback allocation behaviorChristoph Lameter
2006-12-07[PATCH] GFP_THISNODE must not trigger global reclaimChristoph Lameter
2006-12-07[PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_NO_GROWChristoph Lameter
2006-12-07[PATCH] kill install_file_pte's pte_valHugh Dickins
2006-12-07[PATCH] mm: cleanup indentation on switch for CPU operationsAndy Whitcroft
2006-12-07[PATCH] reject corrupt swapfiles earlierEric Sandeen
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft
2006-12-07[PATCH] drain_node_page(): Drain pages in batch unitsChristoph Lameter
2006-12-07[PATCH] make mm/thrash.c:global_faults staticAdrian Bunk
2006-12-07[PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern
2006-12-07[PATCH] leak tracking for kmalloc_nodeChristoph Hellwig
2006-12-07[PATCH] Always print out the header line in /proc/swapsSuleiman Souhlal
2006-12-07[PATCH] OOM can panic due to processes stuck in __alloc_pages()Kirill Korotaev
2006-12-07[PATCH] mlock cleanupRik Bobbaers
2006-12-07[PATCH] mm: add noaliencache boot option to disable numa alien cachesPaul Menage
2006-12-07[PATCH] mm: slab: eliminate lock_cpu_hotplug from slabRavikiran G Thirumalai
2006-12-07[PATCH] slab debug and ARCH_SLAB_MINALIGN don't get alongKevin Hilman
2006-12-07[PATCH] htlb forget rss with pt sharingChen, Kenneth W