| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: simplify follow_pte{,pmd} | Christoph Hellwig | 2020-12-15 | 1 | -3/+3 |
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2020-12-15 | 1 | -22/+0 |
|\ |
|
| * | mm: memcontrol: Use helpers to read page's memcg data | Roman Gushchin | 2020-12-02 | 1 | -22/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-15 | 1 | -52/+62 |
|\ \ |
|
| * | | kernel/power: allow hibernation with page_poison sanity checking | Vlastimil Babka | 2020-12-15 | 1 | -0/+1 |
| * | | mm, page_poison: use static key more efficiently | Vlastimil Babka | 2020-12-15 | 1 | -4/+29 |
| * | | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre... | Vlastimil Babka | 2020-12-15 | 1 | -17/+3 |
| * | | arch, mm: make kernel_page_present() always available | Mike Rapoport | 2020-12-15 | 1 | -7/+0 |
| * | | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport | 2020-12-15 | 1 | -3/+7 |
| * | | PM: hibernate: make direct map manipulations more explicit | Mike Rapoport | 2020-12-15 | 1 | -12/+0 |
| * | | mm: introduce debug_pagealloc_{map,unmap}_pages() helpers | Mike Rapoport | 2020-12-15 | 1 | -0/+15 |
| * | | ia64: remove custom __early_pfn_to_nid() | Mike Rapoport | 2020-12-15 | 1 | -3/+0 |
| * | | vm_ops: rename .split() callback to .may_split() | Dmitry Safonov | 2020-12-15 | 1 | -1/+2 |
| * | | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio | Dmitry Safonov | 2020-12-15 | 1 | -1/+1 |
| * | | mm: cleanup: remove unused tsk arg from __access_remote_vm | John Hubbard | 2020-12-15 | 1 | -2/+2 |
| * | | mm: memcontrol: account pagetables per node | Shakeel Butt | 2020-12-15 | 1 | -4/+4 |
| |/ |
|
* / | mm: Add 'mprotect' hook to struct vm_operations_struct | Sean Christopherson | 2020-11-17 | 1 | -0/+7 |
|/ |
|
* | mm: always have io_remap_pfn_range() set pgprot_decrypted() | Jason Gunthorpe | 2020-11-02 | 1 | -0/+9 |
* | mm/madvise: pass mm to do_madvise | Minchan Kim | 2020-10-18 | 1 | -1/+1 |
* | mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() | David Hildenbrand | 2020-10-16 | 1 | -1/+1 |
* | mm,hwpoison: introduce MF_MSG_UNSPLIT_THP | Naoya Horiguchi | 2020-10-16 | 1 | -0/+1 |
* | mm,hwpoison: kill put_hwpoison_page | Oscar Salvador | 2020-10-16 | 1 | -1/+0 |
* | mm,hwpoison: unexport get_hwpoison_page and make it static | Oscar Salvador | 2020-10-16 | 1 | -1/+0 |
* | mm: remove src/dst mm parameter in copy_page_range() | Peter Xu | 2020-10-13 | 1 | -2/+2 |
* | mm: account PMD tables like PTE tables | Matthew Wilcox | 2020-10-13 | 1 | -4/+20 |
* | mm, dump_page: rename head_mapcount() --> head_compound_mapcount() | John Hubbard | 2020-10-13 | 1 | -4/+4 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-10-12 | 1 | -0/+8 |
|\ |
|
| * | arm64: mte: Add PROT_MTE support to mmap() and mprotect() | Catalin Marinas | 2020-09-04 | 1 | -0/+8 |
* | | mm/fork: Pass new vma pointer into copy_page_range() | Peter Xu | 2020-09-27 | 1 | -1/+1 |
* | | mm: replace memmap_context by meminit_context | Laurent Dufour | 2020-09-26 | 1 | -1/+1 |
* | | mm: allow a controlled amount of unfairness in the page lock | Linus Torvalds | 2020-09-17 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-08-30 | 1 | -0/+2 |
|\ |
|
| * | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio | 2020-08-24 | 1 | -0/+2 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -3/+6 |
|/ |
|
* | mm: annotate a data race in page_zonenum() | Qian Cai | 2020-08-14 | 1 | -0/+1 |
* | mm: introduce offset_in_thp | Matthew Wilcox (Oracle) | 2020-08-14 | 1 | -0/+1 |
* | mm: move page-flags include to top of file | Matthew Wilcox (Oracle) | 2020-08-14 | 1 | -5/+1 |
* | mm: store compound_nr as well as compound_order | Matthew Wilcox (Oracle) | 2020-08-14 | 1 | -1/+4 |
* | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2020-08-12 | 1 | -5/+4 |
* | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 1 | -2/+5 |
* | mm: drop duplicated words in <linux/mm.h> | Randy Dunlap | 2020-08-12 | 1 | -2/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-08-07 | 1 | -66/+20 |
|\ |
|
| * | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 2020-08-07 | 1 | -4/+0 |
| * | mm: remove unnecessary wrapper function do_mmap_pgoff() | Peter Collingbourne | 2020-08-07 | 1 | -11/+1 |
| * | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() | Anshuman Khandual | 2020-08-07 | 1 | -2/+2 |
| * | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() | Anshuman Khandual | 2020-08-07 | 1 | -2/+3 |
| * | mm: adjust vm_committed_as_batch according to vm overcommit policy | Feng Tang | 2020-08-07 | 1 | -0/+2 |
| * | mm: move p?d_alloc_track to separate header file | Joerg Roedel | 2020-08-07 | 1 | -45/+0 |
| * | mm, dump_page: do not crash with bad compound_mapcount() | John Hubbard | 2020-08-07 | 1 | -2/+12 |
* | | powerpc/64s: Remove PROT_SAO support | Nicholas Piggin | 2020-07-22 | 1 | -2/+0 |
|/ |
|