aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-3/+20
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-1/+7
2009-02-18mm: task dirty accounting fixNick Piggin1-10/+3
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+8
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-1/+1
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2009-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-0/+3
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin1-1/+1
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov3-0/+3
2009-02-11mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge1-4/+6
2009-02-11writeback: fix break conditionFederico Cuello1-13/+16
2009-02-11memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki1-1/+2
2009-02-11mm: fix mlocked page counter mismatchMinChan Kim1-1/+2
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener1-1/+1
2009-02-11migration: migrate_vmas should check "vma"Daisuke Nishimura1-1/+1
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman1-20/+33
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger1-1/+6
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman4-33/+51
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins1-1/+4
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte1-1/+1
2009-02-03write-back: fix nr_to_write counterArtem Bityutskiy1-6/+15
2009-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-1/+1
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds1-45/+2
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2-24/+26
2009-01-30Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds1-1/+4
2009-01-29memcg: NULL pointer dereference at rmdir on some NUMA systemsKAMEZAWA Hiroyuki1-1/+1
2009-01-29memcg: fix refcnt handling at swapoffKAMEZAWA Hiroyuki1-1/+4
2009-01-29memcg: get/put parents at create/freeDaisuke Nishimura1-1/+22
2009-01-29Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds1-20/+6
2009-01-28slub: fix per cpu kmem_cache_cpu array memory leakDavid Rientjes1-1/+1
2009-01-27uclinux: add process name to allocation error messageGreg Ungerer1-2/+2
2009-01-21nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().Paul Mundt1-1/+19
2009-01-15memcg: fix a race when setting memory.swappinessLi Zefan1-1/+9
2009-01-15memcg: fix section mismatchLi Zefan1-1/+1
2009-01-15revert "mm: vmalloc use mutex for purge"Andrew Morton1-5/+4
2009-01-15memcg: make oom less frequentlyDaisuke Nishimura1-4/+6
2009-01-15memcg: fix hierarchical reclaimDaisuke Nishimura1-32/+36
2009-01-15memcg: fix error path of mem_cgroup_move_parentDaisuke Nishimura1-8/+15
2009-01-15memcg: fix mem_cgroup_get_reclaim_stat_from_pageDaisuke Nishimura1-1/+16
2009-01-15alpha: fix vmalloc breakageIvan Kokshaysky1-0/+11
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens2-17/+15
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens3-5/+5
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens7-18/+17
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens2-3/+24
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens4-4/+4
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com1-3/+4
2009-01-13x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com1-1/+7
2009-01-12lockdep, mm: fix might_fault() annotationPeter Zijlstra1-0/+9