aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-29percpu: fix unit_map[] verification in pcpu_setup_first_chunk()Tejun Heo1-3/+3
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan6-7/+7
2009-09-27x86: Fix hwpoison code related build failure on 32-bit NUMAQLinus Torvalds1-1/+3
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe1-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-19/+24
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe3-10/+11
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang1-3/+3
2009-09-25writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang1-6/+10
2009-09-24NOMMU: Ignore mmap() address param as it is a hintDavid Howells1-4/+4
2009-09-24NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyDavid Howells1-22/+12
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton1-2/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-102/+70
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds15-52/+1067
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan4-30/+30
2009-09-24memcg: show swap usage in stat fileDaisuke Nishimura1-3/+14
2009-09-24memcg: improve resource counter scalabilityBalbir Singh1-21/+100
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh2-15/+256
2009-09-24memory controller: soft limit refactor reclaim flagsBalbir Singh1-6/+19
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh1-43/+257
2009-09-24memory controller: soft limit interfaceBalbir Singh1-0/+20
2009-09-24memcg: add comments explaining memory barriersKAMEZAWA Hiroyuki1-0/+7
2009-09-24memcg: remove the overhead associated with the root cgroupBalbir Singh1-14/+40
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-1/+2
2009-09-24ksm: change default values to better fit into mainline kernelIzik Eidus1-3/+11
2009-09-24truncate: new helpersnpiggin@suse.de5-102/+70
2009-09-24cpumask: use new-style cpumask ops in mm/quicklist.Rusty Russell1-2/+1
2009-09-23nommu: fix two build breakagesHugh Dickins1-1/+2
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki1-1/+1
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-3/+3
2009-09-23procfs: provide stack information for threadsStefani Seibold1-2/+2
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+6
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt1-0/+21
2009-09-22mm: reduce atomic use on use_mm fast pathMichael S. Tsirkin1-3/+6
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin2-1/+56
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg1-4/+1
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson1-0/+18
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie1-9/+9
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn1-2/+2
2009-09-22tmpfs: depend on shmemHugh Dickins1-0/+5
2009-09-22mmap: remove unnecessary codeHuang Shijie1-3/+1
2009-09-22mm: move highest_memmap_pfnHugh Dickins3-2/+3
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins1-11/+25
2009-09-22mm: hugetlbfs_pagecache_presentHugh Dickins1-5/+11
2009-09-22mm: m(un)lock avoid ZERO_PAGEHugh Dickins1-13/+36
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins4-40/+30
2009-09-22mm: reinstate ZERO_PAGEHugh Dickins1-9/+44
2009-09-22mm: fix anonymous dirtyingHugh Dickins1-1/+2
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins2-31/+45
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins2-31/+13
2009-09-22mm: add get_dump_pageHugh Dickins1-1/+32