summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-04-23mm,vmacache: add debug dataDavidlohr Bueso
2014-04-23mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal
2014-04-23mm: rmap: don't try to add an unevictable page to lru listBob Liu
2014-04-23mm/compaction.c:isolate_freepages_block(): small tuneupAndrew Morton
2014-04-23mm-introduce-do_shared_fault-and-drop-do_fault-fix-fixAndrew Morton
2014-04-23mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov
2014-04-23mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov
2014-04-23mm/pagewalk.c: move pte null checkNaoya Horiguchi
2014-04-23mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi
2014-04-23mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi
2014-04-23pagewalk: remove argument hmask from hugetlb_entry()Naoya Horiguchi
2014-04-23memcg: redefine callback functions for page table walkerNaoya Horiguchi
2014-04-23pagewalk: add walk_page_vma()Naoya Horiguchi
2014-04-23pagewalk-update-page-table-walker-core-fix-end-address-calculation-in-walk_pa...Andrew Morton
2014-04-23mm/pagewalk.c: fix end address calculation in walk_page_range()Naoya Horiguchi
2014-04-23pagewalk: update page table walker coreNaoya Horiguchi
2014-04-23mm-hugetlbfs-fix-rmapping-for-anonymous-hugepages-with-page_pgoff-v3Naoya Horiguchi
2014-04-23mm-hugetlbfs-fix-rmapping-for-anonymous-hugepages-with-page_pgoff-v2Naoya Horiguchi
2014-04-23mm, hugetlbfs: fix rmapping for anonymous hugepages with page_pgoff()Naoya Horiguchi
2014-04-23mm: get rid of __GFP_KMEMCG fixStephen Rothwell
2014-04-23mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-04-23sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov
2014-04-23x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-04-23mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner
2014-04-23mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka
2014-04-23hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-04-23slub: fix memcg_propagate_slab_attrsVladimir Davydov
2014-04-22Merge branch 'sched/core'Ingo Molnar
2014-04-22Merge branch 'locking/core'Ingo Molnar
2014-04-22shmem: switch to iter_file_splice_write()Al Viro
2014-04-22bio_vec-backed iov_iterAl Viro
2014-04-22optimize copy_page_{to,from}_iter()Al Viro
2014-04-22bury generic_file_aio_{read,write}Al Viro
2014-04-22new helper: copy_page_from_iter()Al Viro
2014-04-22bury __generic_file_aio_write()Al Viro
2014-04-22write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-04-22shmem: switch to ->read_iter()Al Viro
2014-04-22iov_iter_truncate()Al Viro
2014-04-22new helper: iov_iter_get_pages_alloc()Al Viro
2014-04-22new helper: iov_iter_npages()Al Viro
2014-04-22new helper: iov_iter_get_pages()Al Viro
2014-04-22start adding the tag to iov_iterAl Viro
2014-04-22new helper: generic_file_read_iter()Al Viro
2014-04-22new primitive: iov_iter_alignment()Al Viro
2014-04-22give ->direct_IO() a copy of iov_iterAl Viro
2014-04-22get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-04-22pass iov_iter to ->direct_IO()Al Viro
2014-04-22kill generic_segment_checks()Al Viro
2014-04-22generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-22kill iov_iter_copy_from_user()Al Viro