Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05mm: move get_user_pages()-related code to separate fileKirill A. Shutemov
2014-06-05x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-07mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel
2014-04-26mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds
2014-04-23mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds
2014-04-08mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi
2014-04-08memcg: rename high level charging functionsMichal Hocko
2014-04-08mm: add debugfs tunable for fault_around_orderKirill A. Shutemov
2014-04-08mm: introduce vm_ops->map_pages()Kirill A. Shutemov
2014-04-08mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso
2014-04-05mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins
2014-04-04mm: consolidate code to setup pteKirill A. Shutemov
2014-04-04mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov
2014-04-04mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov
2014-04-04mm: introduce do_cow_fault()Kirill A. Shutemov
2014-04-04mm: introduce do_read_fault()Kirill A. Shutemov
2014-04-04mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov
2014-04-04mm: rename __do_fault() -> do_fault()Kirill A. Shutemov
2014-04-04mm/memory.c: mark functions as staticRashika Kheria
2014-02-26mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov
2014-02-26mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-24mm: print more details for bad_page()Dave Hansen
2014-01-22mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2014-01-22dma-debug: introduce debug_dma_assert_idle()Dan Williams
2013-12-21mm: fix build of split ptlock codeOlof Johansson
2013-12-21mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov
2013-11-21Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-25file->f_op is never NULL...Al Viro
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman