summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-171-1/+6
|\
| * x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-111-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-02-123-0/+3
|\ \
| * | mm: Export symbol ksize()Kirill A. Shutemov2009-02-123-0/+3
* | | Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin2009-02-121-1/+1
|/ /
* | mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge2009-02-111-4/+6
* | writeback: fix break conditionFederico Cuello2009-02-111-13/+16
* | memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki2009-02-111-1/+2
* | mm: fix mlocked page counter mismatchMinChan Kim2009-02-111-1/+2
* | mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener2009-02-111-1/+1
* | migration: migrate_vmas should check "vma"Daisuke Nishimura2009-02-111-1/+1
* | Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman2009-02-111-20/+33
* | Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-104-33/+51
* | mm: fix error case in mlock downgrade reversionHugh Dickins2009-02-081-1/+4
* | do_wp_page: fix regression with execute in placeCarsten Otte2009-02-051-1/+1
* | write-back: fix nr_to_write counterArtem Bityutskiy2009-02-031-6/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-02-021-1/+1
|\
| * slub: fix per cpu kmem_cache_cpu array memory leakDavid Rientjes2009-01-281-1/+1
* | Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds2009-02-011-45/+2
* | Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-01-312-24/+26
* | Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds2009-01-301-1/+4
* | memcg: NULL pointer dereference at rmdir on some NUMA systemsKAMEZAWA Hiroyuki2009-01-291-1/+1
* | memcg: fix refcnt handling at swapoffKAMEZAWA Hiroyuki2009-01-291-1/+4
* | memcg: get/put parents at create/freeDaisuke Nishimura2009-01-291-1/+22
* | Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds2009-01-291-20/+6
* | uclinux: add process name to allocation error messageGreg Ungerer2009-01-271-2/+2
* | nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().Paul Mundt2009-01-211-1/+19
* | memcg: fix a race when setting memory.swappinessLi Zefan2009-01-151-1/+9
* | memcg: fix section mismatchLi Zefan2009-01-151-1/+1
* | revert "mm: vmalloc use mutex for purge"Andrew Morton2009-01-151-5/+4
* | memcg: make oom less frequentlyDaisuke Nishimura2009-01-151-4/+6
* | memcg: fix hierarchical reclaimDaisuke Nishimura2009-01-151-32/+36
* | memcg: fix error path of mem_cgroup_move_parentDaisuke Nishimura2009-01-151-8/+15
* | memcg: fix mem_cgroup_get_reclaim_stat_from_pageDaisuke Nishimura2009-01-151-1/+16
* | alpha: fix vmalloc breakageIvan Kokshaysky2009-01-151-0/+11
* | [CVE-2009-0029] System call wrappers part 28Heiko Carstens2009-01-142-17/+15
* | [CVE-2009-0029] System call wrappers part 26Heiko Carstens2009-01-141-2/+2
* | [CVE-2009-0029] System call wrappers part 14Heiko Carstens2009-01-143-5/+5
* | [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-147-18/+17
* | [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-142-3/+24
* | [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-144-4/+4
|/
* x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com2009-01-131-3/+4
* x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com2009-01-131-1/+7
* lockdep, mm: fix might_fault() annotationPeter Zijlstra2009-01-121-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-092-326/+711
|\
| * NOMMU: Teach kobjsize() about VMA regions.Paul Mundt2009-01-081-0/+14
| * NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt2009-01-081-23/+42
| * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-082-296/+674
| * NOMMU: Delete askedalloc and realalloc variablesDavid Howells2009-01-081-27/+1