aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 15-52/+1067
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 4-30/+30
2009-09-24memcg: show swap usage in stat fileGravatar Daisuke Nishimura 1-3/+14
2009-09-24memcg: improve resource counter scalabilityGravatar Balbir Singh 1-21/+100
2009-09-24memory controller: soft limit reclaim on contentionGravatar Balbir Singh 2-15/+256
2009-09-24memory controller: soft limit refactor reclaim flagsGravatar Balbir Singh 1-6/+19
2009-09-24memory controller: soft limit organize cgroupsGravatar Balbir Singh 1-43/+257
2009-09-24memory controller: soft limit interfaceGravatar Balbir Singh 1-0/+20
2009-09-24memcg: add comments explaining memory barriersGravatar KAMEZAWA Hiroyuki 1-0/+7
2009-09-24memcg: remove the overhead associated with the root cgroupGravatar Balbir Singh 1-14/+40
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeGravatar Ben Blum 1-1/+2
2009-09-24ksm: change default values to better fit into mainline kernelGravatar Izik Eidus 1-3/+11
2009-09-24cpumask: use new-style cpumask ops in mm/quicklist.Gravatar Rusty Russell 1-2/+1
2009-09-23nommu: fix two build breakagesGravatar Hugh Dickins 1-1/+2
2009-09-23kcore: register module area in generic wayGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-09-23walk system ram rangeGravatar KAMEZAWA Hiroyuki 1-3/+3
2009-09-23procfs: provide stack information for threadsGravatar Stefani Seibold 1-2/+2
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-6/+6
2009-09-22nommu: add support for Memory Protection Units (MPU)Gravatar Bernd Schmidt 1-0/+21
2009-09-22mm: reduce atomic use on use_mm fast pathGravatar Michael S. Tsirkin 1-3/+6
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Gravatar Michael S. Tsirkin 2-1/+56
2009-09-22shmem: initialize struct shmem_sb_info to zeroGravatar Pekka Enberg 1-4/+1
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsGravatar Eric B Munson 1-0/+18
2009-09-22mmap: save some cycles for the shared anonymous mappingGravatar Huang Shijie 1-9/+9
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Gravatar Lee Schermerhorn 1-2/+2
2009-09-22tmpfs: depend on shmemGravatar Hugh Dickins 1-0/+5
2009-09-22mmap: remove unnecessary codeGravatar Huang Shijie 1-3/+1
2009-09-22mm: move highest_memmap_pfnGravatar Hugh Dickins 3-2/+3
2009-09-22mm: ZERO_PAGE without PTE_SPECIALGravatar Hugh Dickins 1-11/+25
2009-09-22mm: hugetlbfs_pagecache_presentGravatar Hugh Dickins 1-5/+11
2009-09-22mm: m(un)lock avoid ZERO_PAGEGravatar Hugh Dickins 1-13/+36
2009-09-22mm: FOLL flags for GUP flagsGravatar Hugh Dickins 4-40/+30
2009-09-22mm: reinstate ZERO_PAGEGravatar Hugh Dickins 1-9/+44
2009-09-22mm: fix anonymous dirtyingGravatar Hugh Dickins 1-1/+2
2009-09-22mm: follow_hugetlb_page flagsGravatar Hugh Dickins 2-31/+45
2009-09-22mm: FOLL_DUMP replace FOLL_ANONGravatar Hugh Dickins 2-31/+13
2009-09-22mm: add get_dump_pageGravatar Hugh Dickins 1-1/+32
2009-09-22mm: remove unused GUP flagsGravatar Hugh Dickins 3-18/+8
2009-09-22mm: munlock use follow_pageGravatar Hugh Dickins 1-59/+40
2009-09-22page-allocator: maintain rolling count of pages to free from the PCPGravatar Mel Gorman 1-9/+15
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeGravatar Mel Gorman 1-47/+59
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)Gravatar KOSAKI Motohiro 1-16/+1
2009-09-22oom: make oom_score to per-process valueGravatar KOSAKI Motohiro 1-6/+29
2009-09-22oom: move oom_adj value from task_struct to signal_structGravatar KOSAKI Motohiro 1-19/+15
2009-09-22mm/vmscan: remove page_queue_congested() commentGravatar Vincent Li 1-1/+0
2009-09-22mm: do batched scans for mem_cgroupGravatar Wu Fengguang 2-10/+12
2009-09-22mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Gravatar Vincent Li 1-7/+7
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableGravatar Jan Beulich 1-3/+10
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 3-4/+4
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryGravatar Jan Beulich 1-2/+4