| Commit message (Expand) | Author | Age | Files | Lines |
* | memcg: fix a race when setting memory.swappiness | Li Zefan | 2009-01-16 | 1 | -1/+9 |
* | memcg: fix section mismatch | Li Zefan | 2009-01-16 | 1 | -1/+1 |
* | revert "mm: vmalloc use mutex for purge" | Andrew Morton | 2009-01-16 | 1 | -5/+4 |
* | memcg: make oom less frequently | Daisuke Nishimura | 2009-01-16 | 1 | -4/+6 |
* | memcg: fix hierarchical reclaim | Daisuke Nishimura | 2009-01-16 | 1 | -32/+36 |
* | memcg: fix error path of mem_cgroup_move_parent | Daisuke Nishimura | 2009-01-16 | 1 | -8/+15 |
* | memcg: fix mem_cgroup_get_reclaim_stat_from_page | Daisuke Nishimura | 2009-01-16 | 1 | -1/+16 |
* | alpha: fix vmalloc breakage | Ivan Kokshaysky | 2009-01-16 | 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 |
* | | memcg: use css_tryget in memcg | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -36/+62 |
* | | memcg: fix double free and make refcnt sane | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -15/+6 |
* | | memcg: fix swap accounting leak | KAMEZAWA Hiroyuki | 2009-01-08 | 2 | -8/+10 |
* | | memcg: change try_to_free_pages to hierarchical_reclaim | Daisuke Nishimura | 2009-01-08 | 1 | -8/+4 |
* | | memcg: avoid deadlock caused by race between oom and cpuset_attach | Daisuke Nishimura | 2009-01-08 | 2 | -2/+5 |
* | | memcg: remove mem_cgroup_try_charge | Daisuke Nishimura | 2009-01-08 | 1 | -20/+1 |
* | | memcg: don't trigger oom at page migration | Daisuke Nishimura | 2009-01-08 | 1 | -1/+1 |
* | | memcg: show real limit under hierarchy mode | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -0/+35 |
* | | memcg: fix calculation of active_ratio | KOSAKI Motohiro | 2009-01-08 | 2 | -34/+32 |
* | | memcg: swappiness | KOSAKI Motohiro | 2009-01-08 | 2 | -10/+75 |
* | | memcg: protect prev_priority | KOSAKI Motohiro | 2009-01-08 | 1 | -1/+17 |
* | | memcg: rename scan global lru | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -16/+16 |
* | | memcg: show reclaim stat | KOSAKI Motohiro | 2009-01-08 | 1 | -0/+30 |
* | | memcg: remove mem_cgroup_cal_reclaim() | KOSAKI Motohiro | 2009-01-08 | 2 | -38/+10 |
* | | memcg: add zone_reclaim_stat | KOSAKI Motohiro | 2009-01-08 | 3 | -23/+67 |
* | | memcg: add mem_cgroup_zone_nr_pages() | KOSAKI Motohiro | 2009-01-08 | 2 | -1/+14 |
* | | memcg: add inactive_anon_is_low() | KOSAKI Motohiro | 2009-01-08 | 2 | -15/+68 |
* | | memcg: add null check to page_cgroup_zoneinfo() | KOSAKI Motohiro | 2009-01-08 | 1 | -0/+3 |
* | | mm: make get_scan_ratio() safe for memcg | KOSAKI Motohiro | 2009-01-08 | 1 | -6/+9 |
* | | mm: add zone nr_pages helper function | KOSAKI Motohiro | 2009-01-08 | 1 | -4/+11 |
* | | mm: introduce zone_reclaim struct | KOSAKI Motohiro | 2009-01-08 | 3 | -25/+42 |
* | | inactive_anon_is_low: move to vmscan | KOSAKI Motohiro | 2009-01-08 | 1 | -0/+20 |
* | | memcg: hierarchy avoid unnecessary reclaim | Daisuke Nishimura | 2009-01-08 | 1 | -0/+2 |
* | | memcg: swapout refcnt fix | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -1/+5 |
* | | memcg: memory swap controller: fix limit check | Daisuke Nishimura | 2009-01-08 | 1 | -9/+17 |