Age | Commit message (Expand) | Author |
2008-04-28 | mm: use two zonelist that are filtered by GFP mask | Mel Gorman |
2008-04-28 | mm: remember what the preferred zone is for zone_statistics | Mel Gorman |
2008-04-28 | mm: introduce node_zonelist() for accessing the zonelist for a GFP mask | Mel Gorman |
2008-04-28 | mm: use zonelists instead of zones when direct reclaiming pages | Mel Gorman |
2008-04-28 | mm: remove nopage | Nick Piggin |
2008-04-28 | mmap_region: cleanup the final vma_merge() related code | Oleg Nesterov |
2008-04-28 | fix invalidate_inode_pages2_range() to not clear ret | Hisashi Hifumi |
2008-04-28 | hotplug-memory: make online_page() common | Jeremy Fitzhardinge |
2008-04-28 | hotplug memory remove: generic __remove_pages() support | Badari Pulavarty |
2008-04-28 | mm: fix possible off-by-one in walk_pte_range() | Johannes Weiner |
2008-04-27 | s390: KVM preparation: host memory management changes for s390 kvm | Christian Borntraeger |
2008-04-26 | x86_64/mm: check and print vmemmap allocation continuous | Yinghai Lu |
2008-04-26 | mm: allow reserve_bootmem() cross nodes | Yinghai Lu |
2008-04-26 | mm: offset align in alloc_bootmem() | Yinghai Lu |
2008-04-26 | mm: fix alloc_bootmem_core to use fast searching for all nodes | Yinghai Lu |
2008-04-26 | mm: make mem_map allocation continuous | Yinghai Lu |
2008-04-23 | slab_err: Pass parameters correctly to slab_bug | Christoph Lameter |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds |
2008-04-21 | trivial: small cleanups | Pavel Machek |
2008-04-19 | driver core: memory: semaphore to mutex | Daniel Walker |
2008-04-19 | nodemask: use new node_to_cpumask_ptr function | Mike Travis |
2008-04-19 | cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer | Mike Travis |
2008-04-19 | cpumask: Cleanup more uses of CPU_MASK and NODE_MASK | Mike Travis |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb | Linus Torvalds |
2008-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2008-04-17 | kgdb: fix optional arch functions and probe_kernel_* | Jason Wessel |
2008-04-17 | uaccess: add probe_kernel_write() | Ingo Molnar |
2008-04-15 | add "Isolate" migratetype name to /proc/pagetypeinfo | KOSAKI Motohiro |
2008-04-15 | memcg: fix oops in oom handling | Li Zefan |
2008-04-15 | mm: sparsemem memory_present() fix | Ingo Molnar |
2008-04-14 | slub: No need for per node slab counters if !SLUB_DEBUG | Christoph Lameter |
2008-04-14 | slub: Move map/flag clearing to __free_slab | Christoph Lameter |
2008-04-14 | slub: Fixes to per cpu stat output in sysfs | Christoph Lameter |
2008-04-14 | slub: Deal with config variable dependencies | Christoph Lameter |
2008-04-14 | slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic | Christoph Lameter |
2008-04-14 | slub: Initialize per-cpu stats | Pekka Enberg |
2008-04-08 | memcg: fix node_state handling | KAMEZAWA Hiroyuki |
2008-04-04 | memory controller: make memory resource control aware of boot options | Balbir Singh |
2008-04-01 | Fix undefined count_partial if !CONFIG_SLABINFO | Christoph Lameter |
2008-03-30 | NULL noise: fs/*, mm/*, kernel/* | Al Viro |
2008-03-27 | Revert "SLUB: remove useless masking of GFP_ZERO" | Linus Torvalds |
2008-03-26 | hugetlb: fix potential livelock in return_unused_surplus_hugepages() | Nishanth Aravamudan |
2008-03-26 | hugetlb: indicate surplus huge page counts in per-node meminfo | Nishanth Aravamudan |
2008-03-26 | slab: fix cache_cache bootstrap in kmem_cache_init() | Daniel Yeisley |
2008-03-26 | count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO | Christoph Lameter |
2008-03-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2008-03-24 | revert "kswapd should only wait on IO if there is IO" | Andrew Morton |
2008-03-24 | mm: fix boundary checking in free_bootmem_core | Yinghai Lu |
2008-03-19 | mm/readahead: fix kernel-doc notation | Randy Dunlap |