| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm: introduce new vm_map_pages() and vm_map_pages_zero() API | Souptick Joarder | 2019-05-14 | 1 | -0/+81 |
* | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 2019-05-14 | 1 | -7/+7 |
* | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 2019-05-14 | 1 | -9/+16 |
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-05-07 | 1 | -1/+1 |
|\ |
|
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
* | | asm-generic/tlb: Remove tlb_flush_mmu_free() | Peter Zijlstra | 2019-04-03 | 1 | -1/+1 |
* | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra | 2019-04-03 | 1 | -2/+2 |
* | | mm/memory.c: fix modifying of page protection by insert_pfn() | Jan Kara | 2019-03-29 | 1 | -5/+6 |
|/ |
|
* | mm/memory.c: do_fault: avoid usage of stale vm_area_struct | Jan Stancek | 2019-03-05 | 1 | -1/+4 |
* | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 2019-03-05 | 1 | -7/+19 |
* | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 2019-03-05 | 1 | -4/+4 |
* | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2019-03-05 | 1 | -2/+2 |
* | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-03-05 | 1 | -6/+2 |
* | mm/memory.c: prevent mapping typed pages to userspace | Matthew Wilcox | 2019-03-05 | 1 | -1/+1 |
* | mm: prevent mapping slab pages to userspace | Matthew Wilcox | 2019-03-05 | 1 | -1/+1 |
* | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 2019-03-05 | 1 | -2/+14 |
* | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 1 | -3/+4 |
* | mm/memory.c: initialise mmu_notifier_range correctly | Matthew Wilcox | 2019-01-08 | 1 | -2/+2 |
* | mm, memcg: fix reclaim deadlock with writeback | Michal Hocko | 2019-01-08 | 1 | -0/+22 |
* | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -9/+8 |
* | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 2018-12-28 | 1 | -2/+2 |
* | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 2018-12-28 | 1 | -49/+50 |
* | mm: Fix warning in insert_pfn() | Jan Kara | 2018-10-31 | 1 | -2/+7 |
* | mm/memory.c: recheck page table entry with page table lock held | Aneesh Kumar K.V | 2018-10-26 | 1 | -4/+30 |
* | mm: convert insert_pfn() to vm_fault_t | Matthew Wilcox | 2018-10-26 | 1 | -19/+5 |
* | mm: convert __vm_insert_mixed() to vm_fault_t | Matthew Wilcox | 2018-10-26 | 1 | -21/+15 |
* | mm: inline vm_insert_pfn_prot() into caller | Matthew Wilcox | 2018-10-26 | 1 | -31/+24 |
* | mm: remove vm_insert_pfn() | Matthew Wilcox | 2018-10-26 | 1 | -25/+29 |
* | mm: make vm_insert_pfn_prot() static | Matthew Wilcox | 2018-10-26 | 1 | -25/+25 |
* | mm: introduce vmf_insert_pfn_prot() | Matthew Wilcox | 2018-10-26 | 1 | -16/+31 |
* | mm: remove vm_insert_mixed() | Matthew Wilcox | 2018-10-26 | 1 | -4/+10 |
* | mm/memory: Move mmu_gather and TLB invalidation code into its own file | Peter Zijlstra | 2018-09-07 | 1 | -249/+0 |
* | asm-generic/tlb: Track which levels of the page tables have been cleared | Will Deacon | 2018-09-04 | 1 | -1/+3 |
* | mm/cow: don't bother write protecting already write-protected pages | Linus Torvalds | 2018-08-25 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-23 | 1 | -44/+46 |
|\ |
|
| * | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 1 | -44/+46 |
* | | mm: mmu_notifier fix for tlb_end_vma | Nicholas Piggin | 2018-08-23 | 1 | -10/+0 |
* | | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE | Peter Zijlstra | 2018-08-23 | 1 | -0/+18 |
* | | mm/tlb: Remove tlb_remove_table() non-concurrent condition | Peter Zijlstra | 2018-08-23 | 1 | -9/+0 |
* | | mm: move tlb_table_flush to tlb_flush_mmu_free | Nicholas Piggin | 2018-08-23 | 1 | -3/+3 |
* | | x86/mm/tlb: Revert the recent lazy TLB patches | Peter Zijlstra | 2018-08-22 | 1 | -14/+8 |
|/ |
|
* | Revert "mm: always flush VMA ranges affected by zap_page_range" | Rik van Riel | 2018-08-17 | 1 | -13/+1 |
* | memcg, oom: move out_of_memory back to the charge path | Michal Hocko | 2018-08-17 | 1 | -2/+2 |
* | mm, huge page: copy target sub-page last when copy huge page | Huang Ying | 2018-08-17 | 1 | -7/+23 |
* | mm, clear_huge_page: move order algorithm into a separate function | Huang Ying | 2018-08-17 | 1 | -34/+56 |
* | thp: use mm_file_counter to determine update which rss counter | Yang Shi | 2018-08-17 | 1 | -1/+1 |
* | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 2018-08-17 | 1 | -0/+6 |
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-08-14 | 1 | -5/+6 |
|\ |
|
| * | memcontrol: schedule throttling if we are congested | Tejun Heo | 2018-07-09 | 1 | -5/+6 |