[JFFS2] Prevent oops after 'node added in wrong place' debug check
[safe/jmp/linux-2.6] / mm /
2007-07-31 Randy Dunlapfix filemap.c kernel-doc
2007-07-31 David Rientjesoom: print points as unsigned long
2007-07-31 Mel GormanDo not trigger OOM-killer for high-order allocation...
2007-07-30 Peter Zijlstraslub: fix bug in slub debug support
2007-07-30 Peter Zijlstraslub: add lock debugging check
2007-07-30 Alexey DobriyanRemove fs.h from mm.h
2007-07-29 Rafael J. WysockiIntroduce CONFIG_SUSPEND for suspend-to-Ram and standby
2007-07-29 Rafael J. WysockiReplace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
2007-07-26 Mel GormanAllow nodes to exist that only contain ZONE_MOVABLE
2007-07-26 KAMEZAWA Hiroyukimemory unplug: isolate_lru_page fix
2007-07-26 KAMEZAWA Hiroyukimemory unplug: migration by kernel
2007-07-24 Linus TorvaldsMerge branch 'request-queue-t' of git://git.kernel...
2007-07-24 Andrew Mortonslab: correctly handle __GFP_ZERO
2007-07-24 Ken Chenfix hugetlb page allocation leak
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-22 Sam Ravnborgx86_64: fix section mismatch warning in init.c
2007-07-22 Matt Mackallslob: reduce list scanning
2007-07-22 Christoph Hellwigremove handle_mm_fault export
2007-07-22 Paul Mundtnommu: vmalloc_32_user()/vm_insert_page() and symbol...
2007-07-20 Paul Mundtmm: fix memory hotplug oops from ZONE_MOVABLE changes.
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Linus Torvaldsslub: fix ksize() for zero-sized pointers
2007-07-19 Linus TorvaldsFix up non-NUMA SLAB configuration for zero-sized alloc...
2007-07-19 Rusty Russelllguest: export symbols for lguest as a module
2007-07-19 Andrew Mortonmove page writeback acounting out of macros
2007-07-19 Akinobu Mitahugetlb: use set_compound_page_dtor
2007-07-19 Hugh DickinsRemove nid_lock from alloc_fresh_huge_page
2007-07-19 Benjamin Herrenschmidtvmalloc_32 should use GFP_KERNEL
2007-07-19 David HowellsFRV: work around a possible compiler bug
2007-07-19 Andrew Mortondequeue_huge_page() warning fix
2007-07-19 Ollie Wildmm: variable length argument support
2007-07-19 Fengguang Wureadahead: sanify file_ra_state names
2007-07-19 Rusty Russellreadahead: split ondemand readahead interface into...
2007-07-19 Fengguang Wumm: share PG_readahead and PG_reclaim
2007-07-19 Fengguang Wureadahead: remove the old algorithm
2007-07-19 Fengguang Wureadahead: convert filemap invocations
2007-07-19 Fengguang Wureadahead: on-demand readahead logic
2007-07-19 Fengguang Wureadahead: data structure and routines
2007-07-19 Fengguang Wureadahead: MIN_RA_PAGES/MAX_RA_PAGES macros
2007-07-19 Fengguang Wureadahead: add look-ahead support to __do_page_cache_re...
2007-07-19 Fengguang Wureadahead: introduce PG_readahead
2007-07-19 Miklos Szeredionly allow nonlinear vmas for ram backed filesystems
2007-07-19 Nick Pigginmm: fix clear_page_dirty_for_io vs fault race
2007-07-19 Nick Pigginmm: fault feedback #2
2007-07-19 Nick Pigginmm: fault feedback #1
2007-07-19 Mark Fashehocfs2: release page lock before calling ->page_mkwrite
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-19 Nick Pigginmm: fix fault vs invalidate race for linear mappings
2007-07-18 Jeremy FitzhardingeAllocate and free vmalloc areas
2007-07-18 Jeremy Fitzhardingeadd kstrndup
2007-07-17 Meelap Shahknfsd: nfsd4: vary maximum delegation limit based on...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-17 Tejun Heokallsyms: make KSYM_NAME_LEN include space for trailing...
2007-07-17 Christoph LameterCONFIG_BOUNCE to avoid useless inclusion of bounce...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-17 Nick Pigginfs: introduce some page/buffer invariants
2007-07-17 Robert P. J. DayMM: Make needlessly global hugetlb_no_page() static.
2007-07-17 Christoph LameterSLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA
2007-07-17 Christoph LameterSLUB: Move sysfs operations outside of slub_lock
2007-07-17 Christoph LameterSLUB: Do not allocate object bit array on stack
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
2007-07-17 Christoph LameterSLUB: Do not use length parameter in slab_alloc()
2007-07-17 Christoph LameterSLUB: Style fix up the loop to disable small slabs
2007-07-17 Adrian Bunkmm/slub.c: make code static
2007-07-17 Christoph LameterSLUB: Simplify dma index -> size calculation
2007-07-17 Christoph LameterSLUB: faster more efficient slab determination for...
2007-07-17 Christoph LameterSLUB: do proper locking during dma slab creation
2007-07-17 Christoph LameterSLUB: extract dma_kmalloc_cache from get_cache.
2007-07-17 Christoph LameterSLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
2007-07-17 Christoph LameterSlab allocators: support __GFP_ZERO in all allocators
2007-07-17 Christoph LameterSlab allocators: consistent ZERO_SIZE_PTR support and...
2007-07-17 Christoph LameterSlab allocators: consolidate code for krealloc in mm...
2007-07-17 Christoph LameterSLUB Debug: fix initial object debug state of NUMA...
2007-07-17 Christoph LameterSLUB: ensure that the number of objects per slab stays...
2007-07-17 Christoph LameterSLUB slab validation: Move tracking information alloc...
2007-07-17 Christoph LameterSLUB: use list_for_each_entry for loops over all slabs
2007-07-17 Christoph LameterSLUB: change error reporting format to follow lockdep...
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-17 Andy WhitcroftLumpy Reclaim V4
2007-07-17 Mel GormanAdd a movablecore= parameter for sizing ZONE_MOVABLE
2007-07-17 Mel Gormanhandle kernelcore=: generic
2007-07-17 Mel GormanAllow huge page allocations to use GFP_HIGH_MOVABLE
2007-07-17 Mel GormanCreate the ZONE_MOVABLE zone
2007-07-17 Mel GormanAdd __GFP_MOVABLE for callers to flag allocations from...
2007-07-17 NeilBrownFix read/truncate race
2007-07-17 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2007-07-16 Linus TorvaldsMerge /pub/scm/linux/kernel/git/lethal/sh-2.6
2007-07-16 Rusty Russellpermit mempool_free(NULL)
2007-07-16 Adrian Bunkremove mm/backing-dev.c:congestion_wait_interruptible()
2007-07-16 Andrew Mortondirty_writeback_centisecs_handler() cleanup
2007-07-16 Akinobu Mitafault-injection: add min-order parameter to fail_page_alloc
2007-07-16 Micah CowanOnly send SIGXFSZ when exceeding rlimits.
2007-07-16 Stephen RothwellIntroduce CONFIG_VIRT_TO_BUS
2007-07-16 Greg Ungerernommu: stub expand_stack() for nommu case
2007-07-16 Miklos Szeredisplit mmap
2007-07-16 akpm@linux-foundat... NeilBrown <neilb@suse.de>
2007-07-16 Herbert van den... do not limit locked memory when RLIMIT_MEMLOCK is RLIM_...
2007-07-16 Paul Mundtslob: sparsemem support
2007-07-16 Dan Alonimm/page_alloc.c: lower printk severity
next