Commit Graph

4549 Commits (8be9252f7ccde4148e4b203bf64d38ae66b111e4)

Author SHA1 Message Date
David Sterba 5f0af70a25 mm: remove call to find_vma in pagewalk for non-hugetlbfs 14 years ago
KAMEZAWA Hiroyuki e9959f0f37 mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run() 14 years ago
Michal Hocko a42c390cfa cgroups: make swap accounting default behavior configurable 14 years ago
Daisuke Nishimura b1dd693e5b memcg: avoid deadlock between move charge and try_charge() 14 years ago
Kirill A. Shutemov 112bc2e120 memcg: fix false positive VM_BUG on non-SMP 14 years ago
Steven J. Magnani 04c3496152 nommu: yield CPU while disposing VM 14 years ago
Pavel Emelyanov 68cee4f118 slub: Fix slub_lock down/up imbalance 14 years ago
Nick Piggin 27d20fddc8 radix-tree: fix RCU bug 14 years ago
Shaohua Li 1dce071e18 vmscan: avoid setting zone congested if no page dirty 14 years ago
Dave Hansen 8d056cb965 mm/vfs: revalidate page->mapping in do_generic_file_read() 14 years ago
Dan Carpenter d2e61b8dc9 memcg: null dereference on allocation failure 14 years ago
Pekka Enberg 63bfd7384b perf_events: Fix perf_counter_mmap() hook in mprotect() 14 years ago
Wu Fengguang ff8b16d7e1 vmstat: fix offset calculation on void* 14 years ago
Michel Lespinasse d88c0922fa Release page reference during page fault retry 14 years ago
Al Viro 120a795da0 audit mmap 14 years ago
Al Viro 3c26ff6e49 convert get_sb_nodev() users 14 years ago
Eric Dumazet 800416f799 numa: fix slab_node(MPOL_BIND) 14 years ago
Miklos Szeredi 0be8557bcd fuse: use release_pages() 14 years ago
KAMEZAWA Hiroyuki 26174efd42 memcg: generic filestat update interface 14 years ago
KAMEZAWA Hiroyuki 1489ebad8b memcg: cpu hotplug aware quick acount_move detection 14 years ago
KAMEZAWA Hiroyuki 711d3d2c9b memcg: cpu hotplug aware percpu count updates 14 years ago
KAMEZAWA Hiroyuki 7d74b06f24 memcg: use for_each_mem_cgroup 14 years ago
KAMEZAWA Hiroyuki 32047e2a85 memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag management 14 years ago
KAMEZAWA Hiroyuki 0c270f8f99 memcg: fix race in file_mapped accouting flag management 14 years ago
Peter Zijlstra a8e23a2918 mm,x86: fix kmap_atomic_push vs ioremap_32.c 14 years ago
David Howells 7c7fcf762e MN10300: Save frame pointer in thread_info struct rather than global var 14 years ago
Peter Zijlstra 766f916419 kernel: remove PF_FLUSHER 14 years ago
Jan Beulich 3ecb01df32 use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages 14 years ago
Hagen Paul Pfeifer 732eacc054 replace nested max/min macros with {max,min}3 macro 14 years ago
Bob Liu f3ab2636c5 mm: do_migrate_range: reduce list_empty() check 14 years ago
Bob Liu 809c444977 mm: do_migrate_range: exit loop if not_managed is true 14 years ago
Bob Liu f6a3607e5f mm: page_isolation: codeclean fix comment and rm unneeded val init 14 years ago
KAMEZAWA Hiroyuki 572438f9b5 mm: fix is_mem_section_removable() page_order BUG_ON check 14 years ago
Dean Nelson 44e2aa937e mm/hugetlb.c: add missing spin_lock() to hugetlb_cow() 14 years ago
Gleb Natapov 70384dc6dc mm: fix error reporting in move_pages() syscall 14 years ago
Kay Sievers 66d7dd518a /proc/swaps: support polling 14 years ago
Dave Young e1ca7788de mm: add vzalloc() and vzalloc_node() helpers 14 years ago
Andrew Morton 7bbc0905ea mm/memory_hotplug.c: make scan_lru_pages() static 14 years ago
Namhyung Kim 36deb0be31 vmstat: include compaction.h when CONFIG_COMPACTION 14 years ago
Namhyung Kim e199b5d1fe vmalloc: annotate lock context change on s_start/stop() 14 years ago
Namhyung Kim 170168d0a3 vmalloc: rename temporary variable in __insert_vmap_area() 14 years ago
Namhyung Kim e574b5fd20 rmap: make anon_vma_chain_free() static 14 years ago
Namhyung Kim e9a81a821d rmap: wrap page_check_address() using __cond_lock() 14 years ago
Namhyung Kim ea4525b600 rmap: annotate lock context change on page_[un]lock_anon_vma() 14 years ago
Namhyung Kim 1b36ba815b mm: wrap follow_pte() using __cond_lock() 14 years ago
Namhyung Kim e6219ec819 mm: add lock release annotation on do_wp_page() 14 years ago
Namhyung Kim 25ca1d6c02 mm: wrap get_locked_pte() using __cond_lock() 14 years ago
Namhyung Kim e6223a3b19 mm: add casts to/from gfp_t in gfp_to_alloc_flags() 14 years ago
Namhyung Kim 0116651c85 mm: remove temporary variable on generic_file_direct_write() 14 years ago
Michel Lespinasse d065bd810b mm: retry page fault when blocking on disk transfer 14 years ago