aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte
2009-02-03write-back: fix nr_to_write counterArtem Bityutskiy
2009-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds
2009-01-30Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds
2009-01-29memcg: NULL pointer dereference at rmdir on some NUMA systemsKAMEZAWA Hiroyuki
2009-01-29memcg: fix refcnt handling at swapoffKAMEZAWA Hiroyuki
2009-01-29memcg: get/put parents at create/freeDaisuke Nishimura
2009-01-29Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds
2009-01-28slub: fix per cpu kmem_cache_cpu array memory leakDavid Rientjes
2009-01-27uclinux: add process name to allocation error messageGreg Ungerer
2009-01-21nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().Paul Mundt
2009-01-15memcg: fix a race when setting memory.swappinessLi Zefan
2009-01-15memcg: fix section mismatchLi Zefan
2009-01-15revert "mm: vmalloc use mutex for purge"Andrew Morton
2009-01-15memcg: make oom less frequentlyDaisuke Nishimura
2009-01-15memcg: fix hierarchical reclaimDaisuke Nishimura
2009-01-15memcg: fix error path of mem_cgroup_move_parentDaisuke Nishimura
2009-01-15memcg: fix mem_cgroup_get_reclaim_stat_from_pageDaisuke Nishimura
2009-01-15alpha: fix vmalloc breakageIvan Kokshaysky
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com
2009-01-13x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com
2009-01-12lockdep, mm: fix might_fault() annotationPeter Zijlstra
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds
2009-01-08cgroups: use hierarchy_mutex in memory controllerPaul Menage
2009-01-08memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki
2009-01-08memcg: fix LRU accounting for SwapCacheKAMEZAWA Hiroyuki
2009-01-08memcg: use css_tryget in memcgKAMEZAWA Hiroyuki
2009-01-08memcg: fix double free and make refcnt saneKAMEZAWA Hiroyuki