summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds2010-08-201-1/+3
* mm: keep a guard page below a grow-down stack segmentLinus Torvalds2010-08-201-0/+23
* mm/backing-dev.c: remove recently-added WARN_ON()Andrew Morton2010-08-131-1/+1
* bdi: register sysfs bdi device only once per queueKay Sievers2010-08-131-0/+3
* do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer2010-07-051-0/+6
* nfsd: fix vm overcommit crashAlan Cox2010-05-263-6/+8
* vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V2010-05-261-2/+0
* tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro2010-04-011-9/+9
* tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro2010-04-011-0/+1
* tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro2010-04-011-3/+7
* tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai2010-04-011-2/+7
* Fix potential crash with sys_move_pagesLinus Torvalds2010-04-011-0/+3
* mbind(): fix leak of never putback pagesKOSAKI Motohiro2009-11-091-1/+2
* mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn2009-10-051-2/+2
* mm: fix anonymous dirtyingHugh Dickins2009-10-051-1/+2
* hugetlb: restore interleaving of bootmem huge pages (2.6.31)Lee Schermerhorn2009-10-051-1/+1
* slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet2009-09-151-2/+2
* page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman2009-08-161-4/+9
* hugetlbfs: fix i_blocks accountingEric Sandeen2009-08-161-1/+1
* mm: mark page accessed before we write_end()Josef Bacik2009-07-301-0/+1
* fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney2009-07-303-1/+5
* security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-07-192-0/+21
* mm: fix handling of pagesets for downed cpusDimitri Sivanich2009-07-021-2/+4
* mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman2009-06-111-13/+13
* mm: close page_mkwrite racesNick Piggin2009-05-191-32/+76
* mm: page_mkwrite change prototype to match faultNick Piggin2009-05-191-4/+22
* Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman2009-05-081-0/+8
* mm: check for no mmaps in exit_mmap()Johannes Weiner2009-05-021-0/+3
* mm: do_xip_mapping_read: fix length calculationMartin Schwidefsky2009-05-021-2/+2
* mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-03-161-3/+20
* mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-03-161-1/+7
* writeback: fix break conditionFederico Cuello2009-02-171-13/+16
* write-back: fix nr_to_write counterArtem Bityutskiy2009-02-171-5/+14
* Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin2009-02-171-1/+1
* mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro2009-02-121-13/+0
* mm: direct IO starvation improvementNick Piggin2009-01-241-11/+5
* mm: write_cache_pages more terminate quicklyAndrew Morton2009-01-241-1/+4
* mm: write_cache_pages terminate quicklyNick Piggin2009-01-241-16/+16
* mm: write_cache_pages optimise page cleaningNick Piggin2009-01-241-4/+13
* mm: write_cache_pages cleanupsNick Piggin2009-01-241-12/+22
* mm: write_cache_pages integrity fixNick Piggin2009-01-242-3/+5
* mm: write_cache_pages writepage error fixNick Piggin2009-01-241-5/+20
* mm: write_cache_pages early loop terminationNick Piggin2009-01-241-1/+5
* mm: write_cache_pages cyclic fixNick Piggin2009-01-241-7/+18
* fs: symlink write_begin allocation context fixNick Piggin2009-01-181-6/+11
* System call wrappers part 28Heiko Carstens2009-01-182-17/+15
* System call wrappers part 26Heiko Carstens2009-01-181-2/+2
* System call wrappers part 14Heiko Carstens2009-01-183-5/+5
* System call wrappers part 13Heiko Carstens2009-01-187-17/+17
* System call wrapper special casesHeiko Carstens2009-01-182-3/+24