| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-02-12 | 3 | -0/+3 |
|\ |
|
| * | mm: Export symbol ksize() | Kirill A. Shutemov | 2009-02-12 | 3 | -0/+3 |
* | | Fix page writeback thinko, causing Berkeley DB slowdown | Nick Piggin | 2009-02-12 | 1 | -1/+1 |
|/ |
|
* | mm: rearrange exit_mmap() to unlock before arch_exit_mmap | Jeremy Fitzhardinge | 2009-02-11 | 1 | -4/+6 |
* | writeback: fix break condition | Federico Cuello | 2009-02-11 | 1 | -13/+16 |
* | memcg: use __GFP_NOWARN in page cgroup allocation | KAMEZAWA Hiroyuki | 2009-02-11 | 1 | -1/+2 |
* | mm: fix mlocked page counter mismatch | MinChan Kim | 2009-02-11 | 1 | -1/+2 |
* | mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches | Sven Wegener | 2009-02-11 | 1 | -1/+1 |
* | migration: migrate_vmas should check "vma" | Daisuke Nishimura | 2009-02-11 | 1 | -1/+1 |
* | Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVE | Mel Gorman | 2009-02-11 | 1 | -20/+33 |
* | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman | 2009-02-10 | 4 | -33/+51 |
* | mm: fix error case in mlock downgrade reversion | Hugh Dickins | 2009-02-08 | 1 | -1/+4 |
* | do_wp_page: fix regression with execute in place | Carsten Otte | 2009-02-05 | 1 | -1/+1 |
* | write-back: fix nr_to_write counter | Artem Bityutskiy | 2009-02-03 | 1 | -6/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-02-02 | 1 | -1/+1 |
|\ |
|
| * | slub: fix per cpu kmem_cache_cpu array memory leak | David Rientjes | 2009-01-28 | 1 | -1/+1 |
* | | Manually revert "mlock: downgrade mmap sem while populating mlocked regions" | Linus Torvalds | 2009-02-01 | 1 | -45/+2 |
* | | Stop playing silly games with the VM_ACCOUNT flag | Linus Torvalds | 2009-01-31 | 2 | -24/+26 |
* | | Allow opportunistic merging of VM_CAN_NONLINEAR areas | Linus Torvalds | 2009-01-30 | 1 | -1/+4 |
* | | memcg: NULL pointer dereference at rmdir on some NUMA systems | KAMEZAWA Hiroyuki | 2009-01-29 | 1 | -1/+1 |
* | | memcg: fix refcnt handling at swapoff | KAMEZAWA Hiroyuki | 2009-01-29 | 1 | -1/+4 |
* | | memcg: get/put parents at create/free | Daisuke Nishimura | 2009-01-29 | 1 | -1/+22 |
* | | Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments | Linus Torvalds | 2009-01-29 | 1 | -20/+6 |
* | | uclinux: add process name to allocation error message | Greg Ungerer | 2009-01-27 | 1 | -2/+2 |
* | | nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases(). | Paul Mundt | 2009-01-21 | 1 | -1/+19 |
* | | memcg: fix a race when setting memory.swappiness | Li Zefan | 2009-01-15 | 1 | -1/+9 |
* | | memcg: fix section mismatch | Li Zefan | 2009-01-15 | 1 | -1/+1 |
* | | revert "mm: vmalloc use mutex for purge" | Andrew Morton | 2009-01-15 | 1 | -5/+4 |
* | | memcg: make oom less frequently | Daisuke Nishimura | 2009-01-15 | 1 | -4/+6 |
* | | memcg: fix hierarchical reclaim | Daisuke Nishimura | 2009-01-15 | 1 | -32/+36 |
* | | memcg: fix error path of mem_cgroup_move_parent | Daisuke Nishimura | 2009-01-15 | 1 | -8/+15 |
* | | memcg: fix mem_cgroup_get_reclaim_stat_from_page | Daisuke Nishimura | 2009-01-15 | 1 | -1/+16 |
* | | alpha: fix vmalloc breakage | Ivan Kokshaysky | 2009-01-15 | 1 | -0/+11 |
* | | [CVE-2009-0029] System call wrappers part 28 | Heiko Carstens | 2009-01-14 | 2 | -17/+15 |
* | | [CVE-2009-0029] System call wrappers part 26 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
* | | [CVE-2009-0029] System call wrappers part 14 | Heiko Carstens | 2009-01-14 | 3 | -5/+5 |
* | | [CVE-2009-0029] System call wrappers part 13 | Heiko Carstens | 2009-01-14 | 7 | -18/+17 |
* | | [CVE-2009-0029] System call wrapper special cases | Heiko Carstens | 2009-01-14 | 2 | -3/+24 |
* | | [CVE-2009-0029] Convert all system calls to return a long | Heiko Carstens | 2009-01-14 | 4 | -4/+4 |
|/ |
|
* | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -3/+4 |
* | x86 PAT: remove PFNMAP type on track_pfn_vma_new() error | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -1/+7 |
* | lockdep, mm: fix might_fault() annotation | Peter Zijlstra | 2009-01-12 | 1 | -0/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu | Linus Torvalds | 2009-01-09 | 2 | -326/+711 |
|\ |
|
| * | NOMMU: Teach kobjsize() about VMA regions. | Paul Mundt | 2009-01-08 | 1 | -0/+14 |
| * | NOMMU: Make mmap allocation page trimming behaviour configurable. | Paul Mundt | 2009-01-08 | 1 | -23/+42 |
| * | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 2 | -296/+674 |
| * | NOMMU: Delete askedalloc and realalloc variables | David Howells | 2009-01-08 | 1 | -27/+1 |
* | | cgroups: use hierarchy_mutex in memory controller | Paul Menage | 2009-01-08 | 1 | -8/+6 |
* | | memcg: fix shmem's swap accounting | KAMEZAWA Hiroyuki | 2009-01-08 | 2 | -92/+72 |
* | | memcg: fix LRU accounting for SwapCache | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -9/+50 |