index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-0
/
+1
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
1
-0
/
+8
2022-03-24
mm/huge_memory: remove stale page_trans_huge_mapcount()
David Hildenbrand
1
-5
/
+0
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-3
/
+0
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-144
/
+152
2022-03-22
userfaultfd: provide unmasked address on page-fault
Nadav Amit
1
-1
/
+2
2022-03-22
mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...
Muchun Song
1
-0
/
+2
2022-03-22
mm/memory-failure.c: fix race with changing page compound again
Miaohe Lin
1
-0
/
+1
2022-03-22
arch/x86/mm/numa: Do not initialize nodes twice
Oscar Salvador
1
-1
/
+0
2022-03-22
mm/gup: remove unused get_user_pages_locked()
John Hubbard
1
-2
/
+0
2022-03-22
mm/gup: remove unused pin_user_pages_locked()
John Hubbard
1
-2
/
+0
2022-03-21
mm: Support arbitrary THP sizes
Matthew Wilcox (Oracle)
1
-0
/
+31
2022-03-21
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-21
mm: Add folio_mapcount()
Matthew Wilcox (Oracle)
1
-1
/
+7
2022-03-21
mm: Turn head_compound_mapcount() into folio_entire_mapcount()
Matthew Wilcox (Oracle)
1
-6
/
+11
2022-03-21
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-21
mm: Add lru_to_folio()
Matthew Wilcox (Oracle)
1
-0
/
+4
2022-03-21
mm: Add three folio wrappers
Matthew Wilcox (Oracle)
1
-0
/
+10
2022-03-21
mm/gup: Turn compound_range_next() into gup_folio_range_next()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-03-21
mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
Matthew Wilcox (Oracle)
1
-4
/
+3
2022-03-21
mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()
Matthew Wilcox (Oracle)
1
-66
/
+63
2022-03-21
mm: Add folio_pincount_ptr()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
1
-13
/
+8
2022-03-21
mm/gup: Remove an assumption of a contiguous memmap
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-03-15
fs: Turn do_invalidatepage() into folio_invalidate()
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-3
/
+4
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-3
/
+3
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-20
/
+0
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
1
-24
/
+10
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
1
-1
/
+0
2022-03-03
mm: remove the __KERNEL__ guard from <linux/mm.h>
Christoph Hellwig
1
-4
/
+0
2022-02-17
mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
Hugh Dickins
1
-2
/
+0
2022-01-30
mm, kasan: use compare-exchange operation to set KASAN page tag
Peter Collingbourne
1
-5
/
+12
2022-01-22
Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+20
2022-01-16
mm: Add folio_put_refs()
Matthew Wilcox (Oracle)
1
-0
/
+20
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-56
/
+20
2022-01-15
mm/hwpoison: fix unpoison_memory()
Naoya Horiguchi
1
-0
/
+1
2022-01-15
mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
Naoya Horiguchi
1
-2
/
+0
2022-01-15
vmscan: make drop_slab_node static
Gang Li
1
-1
/
+0
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_mapcount()
Matthew Wilcox (Oracle)
1
-7
/
+3
2022-01-15
mm: document locking restrictions for vm_operations_struct::close
Suren Baghdasaryan
1
-0
/
+4
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
1
-45
/
+0
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-1
/
+12
2022-01-12
Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-47
/
+21
2022-01-10
Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-0
/
+12
2022-01-08
truncate,shmem: Add truncate_inode_folio()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-01-08
mm: Add unmap_mapping_folio()
Matthew Wilcox (Oracle)
1
-24
/
+0
2022-01-04
filemap: Add filemap_release_folio()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-01-04
mm: Add folio_test_pmd_mappable()
Matthew Wilcox (Oracle)
1
-21
/
+21
[next]