aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-1/+2
2010-11-14slub: Fix slub_lock down/up imbalancePavel Emelyanov1-1/+2
2010-11-12radix-tree: fix RCU bugNick Piggin1-16/+10
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li1-1/+1
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-11-12memcg: null dereference on allocation failureDan Carpenter1-7/+9
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2010-11-03vmstat: fix offset calculation on void*Wu Fengguang1-1/+1
2010-11-02Release page reference during page fault retryMichel Lespinasse1-1/+3
2010-10-30audit mmapAl Viro2-0/+4
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5
2010-10-28numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds1-1/+1
2010-10-27fuse: use release_pages()Miklos Szeredi1-0/+1
2010-10-27memcg: generic filestat update interfaceKAMEZAWA Hiroyuki1-7/+18
2010-10-27memcg: cpu hotplug aware quick acount_move detectionKAMEZAWA Hiroyuki1-7/+30
2010-10-27memcg: cpu hotplug aware percpu count updatesKAMEZAWA Hiroyuki1-9/+93
2010-10-27memcg: use for_each_mem_cgroupKAMEZAWA Hiroyuki1-87/+83
2010-10-27memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki1-14/+85
2010-10-27memcg: fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki1-1/+2
2010-10-27mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra1-1/+5
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells1-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-6/+7
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-1/+1
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu1-12/+9
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu1-4/+6
2010-10-26mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu1-2/+1
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki1-1/+1
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson1-1/+4
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov1-2/+2
2010-10-26/proc/swaps: support pollingKay Sievers1-1/+48
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young2-3/+92
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton1-1/+1
2010-10-26vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim1-0/+2
2010-10-26vmalloc: annotate lock context change on s_start/stop()Namhyung Kim1-0/+2
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim1-4/+4
2010-10-26rmap: make anon_vma_chain_free() staticNamhyung Kim1-1/+1
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim1-1/+3
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim1-0/+1
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim1-2/+2
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim1-4/+4
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse2-3/+23
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse1-9/+11
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin1-0/+2
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra2-4/+4