Andrey Ryabinin
|
b4903d6e84
mm: debugfs: move rounddown_pow_of_two() out from do_fault path
|
11 年之前 |
Konstantin Khlebnikov
|
c118678bc7
mm: do not call do_fault_around for non-linear fault
|
11 年之前 |
Kirill A. Shutemov
|
1fdb412bd8
mm: document do_fault_around() feature
|
11 年之前 |
Kirill A. Shutemov
|
a9b0f8618d
mm: nominate faultaround area in bytes rather than page order
|
11 年之前 |
Kirill A. Shutemov
|
850e9c69ca
mm: fix typo in comment in do_fault_around()
|
11 年之前 |
Kirill A. Shutemov
|
4bbd4c776a
mm: move get_user_pages()-related code to separate file
|
11 年之前 |
Mel Gorman
|
c46a7c817e
x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels
|
11 年之前 |
Ingo Molnar
|
65c2ce7004
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
|
11 年之前 |
Rik van Riel
|
107437febd
mm/numa: Remove BUG_ON() in __handle_mm_fault()
|
11 年之前 |
Linus Torvalds
|
1cf35d4771
mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts
|
11 年之前 |
Linus Torvalds
|
1b17844b29
mm: make fixup_user_fault() check the vma access rights too
|
11 年之前 |
Miklos Szeredi
|
ed6d7c8e57
mm: remove unused arg of set_page_dirty_balance()
|
11 年之前 |
Michal Hocko
|
d715ae08f2
memcg: rename high level charging functions
|
11 年之前 |
Kirill A. Shutemov
|
1592eef015
mm: add debugfs tunable for fault_around_order
|
11 年之前 |
Kirill A. Shutemov
|
8c6e50b029
mm: introduce vm_ops->map_pages()
|
11 年之前 |
Davidlohr Bueso
|
7aa6b4ad5a
mm/memory.c: update comment in unmap_single_vma()
|
11 年之前 |
Hugh Dickins
|
cda540ace6
mm: get_user_pages(write,force) refuse to COW in shared areas
|
11 年之前 |
Kirill A. Shutemov
|
3bb9779469
mm: consolidate code to setup pte
|
11 年之前 |
Kirill A. Shutemov
|
fb09a46425
mm: consolidate code to call vm_ops->page_mkwrite()
|
11 年之前 |
Kirill A. Shutemov
|
f0c6d4d295
mm: introduce do_shared_fault() and drop do_fault()
|
11 年之前 |
Kirill A. Shutemov
|
ec47c3b954
mm: introduce do_cow_fault()
|
11 年之前 |
Kirill A. Shutemov
|
e655fb2907
mm: introduce do_read_fault()
|
11 年之前 |
Kirill A. Shutemov
|
7eae74af32
mm: do_fault(): extract to call vm_ops->do_fault() to separate function
|
11 年之前 |
Kirill A. Shutemov
|
80d7ef6614
mm: rename __do_fault() -> do_fault()
|
11 年之前 |
Rashika Kheria
|
b19a99392a
mm/memory.c: mark functions as static
|
11 年之前 |
Kirill A. Shutemov
|
9845cbbd11
mm, thp: fix infinite loop on memcg OOM
|
11 年之前 |
Kirill A. Shutemov
|
33b6c7765f
mm, hwpoison: release page on PageHWPoison() in __do_fault()
|
11 年之前 |
Sasha Levin
|
309381feae
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
|
11 年之前 |
Dave Hansen
|
f0b791a34c
mm: print more details for bad_page()
|
11 年之前 |
Kirill A. Shutemov
|
b35f1819ac
mm: create a separate slab for page->ptl allocation
|
11 年之前 |