summaryrefslogtreecommitdiffstats
path: root/Documentation/ww-mutex-design.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-08zram: move zram size warning to documentationSergey Senozhatsky2-15/+5
2014-04-08zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-08zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-08zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23
2014-04-08zram: use atomic64_t for all zram statsSergey Senozhatsky2-12/+12
2014-04-08zram: remove good and bad compress statsSergey Senozhatsky2-13/+0
2014-04-08zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-08zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11
2014-04-08mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOLJohn Hubbard1-1/+1
2014-04-08numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASKSrikar Dronamraju1-1/+1
2014-04-08madvise: correct the comment of MADV_DODUMP flagZhang Yanfei1-1/+1
2014-04-08mm/readahead.c: inline ra_submitFabian Frederick3-21/+18
2014-04-08mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-04-08mm/memblock.c: use PFN_PHYS()Fabian Frederick1-2/+2
2014-04-08memblock: use for_each_memblock()Emil Medve2-18/+16
2014-04-08mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi3-4/+4
2014-04-08mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-04-08mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner2-44/+46
2014-04-08memcg: rename high level charging functionsMichal Hocko7-19/+19
2014-04-08memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner1-105/+102
2014-04-08memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko1-44/+6
2014-04-08memcg: get_mem_cgroup_from_mm()Johannes Weiner2-20/+4
2014-04-08memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner1-7/+0
2014-04-08mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner1-9/+6
2014-04-08mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner1-24/+16
2014-04-08mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner1-16/+12
2014-04-08mm: memcg: remove unnecessary preemption disablingJohannes Weiner1-11/+4
2014-04-08mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov2-7/+9
2014-04-08mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim1-0/+6
2014-04-08mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong2-12/+7
2014-04-08mempool: add unlikely and likely hintsMikulas Patocka1-2/+2
2014-04-08mm, compaction: determine isolation mode only onceDavid Rientjes1-7/+2
2014-04-08res_counter: remove interface for locked charging and unchargingDavid Rientjes3-26/+15
2014-04-08mm, mempolicy: remove per-process flagDavid Rientjes5-36/+2
2014-04-08mm, mempolicy: rename slab_node for clarityDavid Rientjes4-13/+10
2014-04-08fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-08mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza5-6/+13
2014-04-08mm: per-thread vma cachingDavidlohr Bueso12-44/+231
2014-04-08mm: implement ->map_pages for shmem/tmpfsNing Qu1-0/+1
2014-04-08mm: add debugfs tunable for fault_around_orderKirill A. Shutemov1-7/+61
2014-04-08mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov1-7/+7
2014-04-08mm: implement ->map_pages for page cacheKirill A. Shutemov14-0/+93
2014-04-08mm: introduce vm_ops->map_pages()Kirill A. Shutemov3-3/+96
2014-04-08drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton1-3/+3
2014-04-08tools/vm/page-types.c: page-cache sniffing featureKonstantin Khlebnikov1-18/+152
2014-04-08mm: disable split page table lock for !MMUKirill A. Shutemov1-0/+1
2014-04-08exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton1-4/+0
2014-04-08mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton4-3/+29
2014-04-08mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton2-4/+12
2014-04-08mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim1-7/+4