summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-08-17page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman1-4/+9
2009-08-17hugetlbfs: fix i_blocks accountingEric Sandeen1-1/+1
2009-07-31mm: mark page accessed before we write_end()Josef Bacik1-0/+1
2009-07-31fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney3-1/+5
2009-07-20security: use mmap_min_addr indepedently of security modelsChristoph Lameter2-0/+21
2009-07-03mm: fix handling of pagesets for downed cpusDimitri Sivanich1-2/+4
2009-06-12mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman1-13/+13
2009-05-20mm: close page_mkwrite racesNick Piggin1-32/+76
2009-05-20mm: page_mkwrite change prototype to match faultNick Piggin1-4/+22
2009-05-09Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman1-0/+8
2009-05-02mm: check for no mmaps in exit_mmap()Johannes Weiner1-0/+3
2009-05-02mm: do_xip_mapping_read: fix length calculationMartin Schwidefsky1-2/+2
2009-03-17mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-3/+20
2009-03-17mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-1/+7
2009-02-17writeback: fix break conditionFederico Cuello1-13/+16
2009-02-17write-back: fix nr_to_write counterArtem Bityutskiy1-5/+14
2009-02-17Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin1-1/+1
2009-02-12mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro1-13/+0
2009-01-25mm: direct IO starvation improvementNick Piggin1-11/+5
2009-01-25mm: write_cache_pages more terminate quicklyAndrew Morton1-1/+4
2009-01-25mm: write_cache_pages terminate quicklyNick Piggin1-16/+16
2009-01-25mm: write_cache_pages optimise page cleaningNick Piggin1-4/+13
2009-01-25mm: write_cache_pages cleanupsNick Piggin1-12/+22
2009-01-25mm: write_cache_pages integrity fixNick Piggin2-3/+5
2009-01-25mm: write_cache_pages writepage error fixNick Piggin1-5/+20
2009-01-25mm: write_cache_pages early loop terminationNick Piggin1-1/+5
2009-01-25mm: write_cache_pages cyclic fixNick Piggin1-7/+18
2009-01-18fs: symlink write_begin allocation context fixNick Piggin1-6/+11
2009-01-18System call wrappers part 28Heiko Carstens2-17/+15
2009-01-18System call wrappers part 26Heiko Carstens1-2/+2
2009-01-18System call wrappers part 14Heiko Carstens3-5/+5
2009-01-18System call wrappers part 13Heiko Carstens7-17/+17
2009-01-18System call wrapper special casesHeiko Carstens2-3/+24
2009-01-18Convert all system calls to return a longHeiko Carstens4-4/+4
2008-12-18setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer1-2/+2
2008-11-21memory hotplug: fix page_zone() calculation in test_pages_isolated()Gerald Schaefer1-2/+3
2008-11-21hugetlb: make unmap_ref_private multi-size-awareAdam Litke1-2/+3
2008-11-13hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft2-1/+64
2008-11-13hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft3-8/+33
2008-10-26anon_vma_prepare: properly lock even newly allocated entriesLinus Torvalds1-10/+32
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall1-3/+5
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall1-1/+1
2008-10-03mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft1-5/+8
2008-10-03mm: tiny-shmem nommu fixNick Piggin1-0/+6
2008-10-03memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer1-4/+8
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-0/+17
2008-09-23memcg: check under limit at shrink_usageDaisuke Nishimura1-0/+1
2008-09-23mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexNick Piggin1-15/+9
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi1-0/+1
2008-09-14mm: mark the correct zone as full when scanning zonelistsMel Gorman1-1/+1