summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-11-12radix-tree: fix RCU bugNick Piggin
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2010-11-12memcg: null dereference on allocation failureDan Carpenter
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2010-11-03vmstat: fix offset calculation on void*Wu Fengguang
2010-11-02Release page reference during page fault retryMichel Lespinasse
2010-10-30audit mmapAl Viro
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-28numa: fix slab_node(MPOL_BIND)Eric Dumazet
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds
2010-10-27fuse: use release_pages()Miklos Szeredi
2010-10-27memcg: generic filestat update interfaceKAMEZAWA Hiroyuki
2010-10-27memcg: cpu hotplug aware quick acount_move detectionKAMEZAWA Hiroyuki
2010-10-27memcg: cpu hotplug aware percpu count updatesKAMEZAWA Hiroyuki
2010-10-27memcg: use for_each_mem_cgroupKAMEZAWA Hiroyuki
2010-10-27memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accout...KAMEZAWA Hiroyuki
2010-10-27memcg: fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki
2010-10-27mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu
2010-10-26mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov
2010-10-26/proc/swaps: support pollingKay Sievers
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton
2010-10-26vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim
2010-10-26vmalloc: annotate lock context change on s_start/stop()Namhyung Kim
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim
2010-10-26rmap: make anon_vma_chain_free() staticNamhyung Kim
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-26vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro