aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-5/+7
2009-10-01memcg: reduce check for softlimit excessGravatar KAMEZAWA Hiroyuki 1-16/+15
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.Gravatar KAMEZAWA Hiroyuki 1-63/+50
2009-10-01memcg: fix refcnt going negativeGravatar KAMEZAWA Hiroyuki 1-1/+2
2009-10-01mm/rmap.c: fix commentGravatar Huang Shijie 1-2/+2
2009-10-01swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLGravatar Suresh Jayaraman 1-5/+7
2009-09-29percpu: make allocation failures more verboseGravatar Tejun Heo 1-2/+18
2009-09-29percpu: make pcpu_setup_first_chunk() failures more verboseGravatar Tejun Heo 1-11/+26
2009-09-29percpu: make embedding first chunk allocator check vmalloc space sizeGravatar Tejun Heo 1-2/+18
2009-09-29percpu: make pcpu_build_alloc_info() clear static buffersGravatar Tejun Heo 1-0/+4
2009-09-29percpu: fix unit_map[] verification in pcpu_setup_first_chunk()Gravatar Tejun Heo 1-3/+3
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 6-7/+7
2009-09-27x86: Fix hwpoison code related build failure on 32-bit NUMAQGravatar Linus Torvalds 1-1/+3
2009-09-26writeback: pass in super_block to bdi_start_writeback()Gravatar Jens Axboe 1-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-19/+24
2009-09-25writeback: get rid to incorrect references to pdflush in commentsGravatar Jens Axboe 3-10/+11
2009-09-25writeback: stop background writeback when below background thresholdGravatar Wu Fengguang 1-3/+3
2009-09-25writeback: balance_dirty_pages() shall write more than dirtied pagesGravatar Wu Fengguang 1-6/+10
2009-09-24NOMMU: Ignore mmap() address param as it is a hintGravatar David Howells 1-4/+4
2009-09-24NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyGravatar David Howells 1-22/+12
2009-09-24procfs: disable per-task stack usage on NOMMUGravatar Andrew Morton 1-2/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-102/+70
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-24truncate: new helpersGravatar npiggin@suse.de 5-102/+70
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