Age | Commit message (Expand) | Author | Files | Lines |
2019-07-15 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -44/+5 |
2019-07-12 | mm: use down_read_killable for locking mmap_sem in access_remote_vm | Konstantin Khlebnikov | 1 | -1/+3 |
2019-07-12 | mm/memory.c: fail when offset == num in first check of __vm_map_pages() | Miguel Ojeda | 1 | -1/+1 |
2019-07-12 | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual | 1 | -4/+1 |
2019-07-12 | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 1 | -1/+1 |
2019-07-12 | mm/memory.c: trivial clean up in insert_page() | Miklos Szeredi | 1 | -2/+0 |
2019-07-02 | memremap: add a migrate_to_ram method to struct dev_pagemap_ops | Christoph Hellwig | 1 | -7/+2 |
2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | 1 | -37/+3 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | mm: introduce new vm_map_pages() and vm_map_pages_zero() API | Souptick Joarder | 1 | -0/+81 |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 1 | -7/+7 |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -9/+16 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
2019-04-03 | asm-generic/tlb: Remove tlb_flush_mmu_free() | Peter Zijlstra | 1 | -1/+1 |
2019-04-03 | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra | 1 | -2/+2 |
2019-03-29 | mm/memory.c: fix modifying of page protection by insert_pfn() | Jan Kara | 1 | -5/+6 |
2019-03-06 | mm/memory.c: do_fault: avoid usage of stale vm_area_struct | Jan Stancek | 1 | -1/+4 |
2019-03-06 | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 1 | -7/+19 |
2019-03-06 | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 1 | -4/+4 |
2019-03-06 | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 1 | -2/+2 |
2019-03-06 | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -6/+2 |
2019-03-06 | mm/memory.c: prevent mapping typed pages to userspace | Matthew Wilcox | 1 | -1/+1 |
2019-03-06 | mm: prevent mapping slab pages to userspace | Matthew Wilcox | 1 | -1/+1 |
2019-03-06 | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 1 | -2/+14 |
2019-03-06 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 1 | -3/+4 |
2019-01-09 | mm/memory.c: initialise mmu_notifier_range correctly | Matthew Wilcox | 1 | -2/+2 |
2019-01-09 | mm, memcg: fix reclaim deadlock with writeback | Michal Hocko | 1 | -0/+22 |
2019-01-05 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 1 | -9/+8 |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 1 | -2/+2 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -49/+50 |
2018-10-31 | mm: Fix warning in insert_pfn() | Jan Kara | 1 | -2/+7 |
2018-10-27 | mm/memory.c: recheck page table entry with page table lock held | Aneesh Kumar K.V | 1 | -4/+30 |
2018-10-27 | mm: convert insert_pfn() to vm_fault_t | Matthew Wilcox | 1 | -19/+5 |
2018-10-27 | mm: convert __vm_insert_mixed() to vm_fault_t | Matthew Wilcox | 1 | -21/+15 |
2018-10-27 | mm: inline vm_insert_pfn_prot() into caller | Matthew Wilcox | 1 | -31/+24 |
2018-10-27 | mm: remove vm_insert_pfn() | Matthew Wilcox | 1 | -25/+29 |
2018-10-27 | mm: make vm_insert_pfn_prot() static | Matthew Wilcox | 1 | -25/+25 |
2018-10-27 | mm: introduce vmf_insert_pfn_prot() | Matthew Wilcox | 1 | -16/+31 |
2018-10-27 | mm: remove vm_insert_mixed() | Matthew Wilcox | 1 | -4/+10 |
2018-09-07 | mm/memory: Move mmu_gather and TLB invalidation code into its own file | Peter Zijlstra | 1 | -249/+0 |
2018-09-04 | asm-generic/tlb: Track which levels of the page tables have been cleared | Will Deacon | 1 | -1/+3 |
2018-08-25 | mm/cow: don't bother write protecting already write-protected pages | Linus Torvalds | 1 | -1/+1 |
2018-08-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -44/+46 |
2018-08-24 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 1 | -44/+46 |
2018-08-23 | mm: mmu_notifier fix for tlb_end_vma | Nicholas Piggin | 1 | -10/+0 |
2018-08-23 | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE | Peter Zijlstra | 1 | -0/+18 |
2018-08-23 | mm/tlb: Remove tlb_remove_table() non-concurrent condition | Peter Zijlstra | 1 | -9/+0 |
2018-08-23 | mm: move tlb_table_flush to tlb_flush_mmu_free | Nicholas Piggin | 1 | -3/+3 |
2018-08-23 | x86/mm/tlb: Revert the recent lazy TLB patches | Peter Zijlstra | 1 | -14/+8 |