summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-01memcg: reduce check for softlimit excessKAMEZAWA Hiroyuki
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki
2009-10-01memcg: fix refcnt going negativeKAMEZAWA Hiroyuki
2009-10-01mm/rmap.c: fix commentHuang Shijie
2009-10-01swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLSuresh Jayaraman
2009-09-29percpu: make allocation failures more verboseTejun Heo
2009-09-29percpu: make pcpu_setup_first_chunk() failures more verboseTejun Heo
2009-09-29percpu: make embedding first chunk allocator check vmalloc space sizeTejun Heo
2009-09-29percpu: make pcpu_build_alloc_info() clear static buffersTejun Heo
2009-09-29percpu: fix unit_map[] verification in pcpu_setup_first_chunk()Tejun Heo
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-27x86: Fix hwpoison code related build failure on 32-bit NUMAQLinus Torvalds
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang
2009-09-25writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang
2009-09-24NOMMU: Ignore mmap() address param as it is a hintDavid Howells
2009-09-24NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyDavid Howells
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24memcg: show swap usage in stat fileDaisuke Nishimura
2009-09-24memcg: improve resource counter scalabilityBalbir Singh
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh
2009-09-24memory controller: soft limit refactor reclaim flagsBalbir Singh
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh
2009-09-24memory controller: soft limit interfaceBalbir Singh
2009-09-24memcg: add comments explaining memory barriersKAMEZAWA Hiroyuki
2009-09-24memcg: remove the overhead associated with the root cgroupBalbir Singh
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-24ksm: change default values to better fit into mainline kernelIzik Eidus
2009-09-24truncate: new helpersnpiggin@suse.de
2009-09-24cpumask: use new-style cpumask ops in mm/quicklist.Rusty Russell
2009-09-23nommu: fix two build breakagesHugh Dickins
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt
2009-09-22mm: reduce atomic use on use_mm fast pathMichael S. Tsirkin
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn
2009-09-22tmpfs: depend on shmemHugh Dickins
2009-09-22mmap: remove unnecessary codeHuang Shijie