summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-02-25shmem: fix shared anonymous accountingHugh Dickins
2009-02-25x86: make vmap yell louder when it is used under irqs_disabled()Peter Zijlstra
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar
2009-02-25slub: rename calculate_min_partial() to set_min_partial()David Rientjes
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-24percpu: add __read_mostly to variables which are mostly read onlyTejun Heo
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo
2009-02-24percpu: remove unit_size power-of-2 restrictionTejun Heo
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo
2009-02-24percpu: fix pcpu_chunk_struct_sizeTejun Heo
2009-02-23slub: add min_partial sysfs tunableDavid Rientjes
2009-02-23slub: move min_partial to struct kmem_cacheDavid Rientjes
2009-02-21Merge branch 'hibernate'Linus Torvalds
2009-02-21swsusp: clean up shrink_all_zones()Johannes Weiner
2009-02-21swsusp: dont fiddle with swappinessJohannes Weiner
2009-02-21PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins
2009-02-21percpu: clean up size usageTejun Heo
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo
2009-02-20slab: introduce kzfree()Johannes Weiner
2009-02-20SLUB: Fix default slab order for big object sizesZhang Yanmin
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki
2009-02-18mm: task dirty accounting fixNick Piggin
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar
2009-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov
2009-02-11mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge
2009-02-11writeback: fix break conditionFederico Cuello
2009-02-11memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki
2009-02-11mm: fix mlocked page counter mismatchMinChan Kim
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener
2009-02-11migration: migrate_vmas should check "vma"Daisuke Nishimura
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger
2009-02-11integrity: shmem zero fixMimi Zohar
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman