index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-38
/
+19
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
1
-0
/
+2
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
1
-1
/
+1
2021-11-06
mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged
Liangcai Fan
1
-0
/
+1
2021-11-06
mm: add zap_skip_check_mapping() helper
Peter Xu
1
-1
/
+15
2021-11-06
mm: drop first_index/last_index in zap_details
Peter Xu
1
-2
/
+0
2021-11-06
mm: move kvmalloc-related functions to slab.h
Matthew Wilcox (Oracle)
1
-34
/
+0
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2021-10-24
gup: Introduce FOLL_NOFAULT flag to disable page faults
Andreas Gruenbacher
1
-1
/
+2
2021-10-18
mm/writeback: Add folio_write_one
Matthew Wilcox (Oracle)
1
-4
/
+0
2021-10-18
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
1
-7
/
+0
2021-10-18
mm/writeback: Add folio_redirty_for_writepage()
Matthew Wilcox (Oracle)
1
-4
/
+0
2021-10-18
mm/writeback: Add folio_clear_dirty_for_io()
Matthew Wilcox (Oracle)
1
-1
/
+0
2021-10-18
mm/writeback: Add folio_cancel_dirty()
Matthew Wilcox (Oracle)
1
-7
/
+0
2021-10-18
mm/writeback: Add folio_account_cleaned()
Matthew Wilcox (Oracle)
1
-3
/
+0
2021-10-18
mm/writeback: Add folio_mark_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-10-18
mm/migrate: Add folio_migrate_copy()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-18
mm: Add arch_make_folio_accessible()
Matthew Wilcox (Oracle)
1
-0
/
+23
2021-09-27
mm: Add folio_pfn()
Matthew Wilcox (Oracle)
1
-0
/
+14
2021-09-27
mm: Add folio_nid()
Matthew Wilcox (Oracle)
1
-0
/
+5
2021-09-27
mm: Add folio_mapped()
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-09-27
mm/util: Add folio_mapping() and folio_file_mapping()
Matthew Wilcox (Oracle)
1
-14
/
+0
2021-09-27
mm: Add folio_get()
Matthew Wilcox (Oracle)
1
-9
/
+17
2021-09-27
mm: Add folio_put()
Matthew Wilcox (Oracle)
1
-5
/
+28
2021-09-27
mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
Matthew Wilcox (Oracle)
1
-0
/
+15
2021-09-27
mm: Introduce struct folio
Matthew Wilcox (Oracle)
1
-0
/
+75
2021-09-27
mm: Convert get_page_unless_zero() to return bool
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-07
Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"
Linus Torvalds
1
-1
/
+9
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-2
/
+2
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-13
/
+4
2021-09-03
mm: hwpoison: don't drop slab caches for offlining non-LRU page
Yang Shi
1
-1
/
+1
2021-09-03
mm: delete unused get_kernel_page()
John Hubbard
1
-1
/
+0
2021-09-03
mm/gup: remove try_get_page(), call try_get_compound_head() directly
John Hubbard
1
-9
/
+1
2021-09-03
mm/gup: small refactoring: simplify try_grab_page()
John Hubbard
1
-2
/
+2
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-1
/
+0
2021-09-03
kernel/fork: always deny write access to current MM exe_file
David Hildenbrand
1
-1
/
+1
2021-09-03
kernel/fork: factor out replacing the current MM exe_file
David Hildenbrand
1
-0
/
+1
2021-08-09
mm: Add kvrealloc()
Dave Chinner
1
-0
/
+2
2021-07-12
mm: Make copy_huge_page() always available
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-07-08
mm: add setup_initial_init_mm() helper
Kefeng Wang
1
-0
/
+3
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+12
2021-07-01
mm: fix typos and grammar error in comments
Hyeonggon Yoo
1
-1
/
+1
2021-06-30
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
1
-1
/
+6
2021-06-30
mm: sparsemem: split the huge PMD mapping of vmemmap pages
Muchun Song
1
-2
/
+2
2021-06-30
mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-0
/
+2
2021-06-30
mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-0
/
+3
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-5
/
+6
2021-06-30
Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+0
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-13
/
+40
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
1
-2
/
+2
[next]