index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
mm: extend max struct page size for kmsan
Arnd Bergmann
1
-3
/
+9
2022-12-01
hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
Mike Kravetz
1
-0
/
+2
2022-12-01
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
1
-8
/
+19
2022-10-04
mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()
Miaohe Lin
1
-1
/
+1
2022-10-04
mm: reimplement folio_order() and folio_nr_pages()
Matthew Wilcox (Oracle)
1
-2
/
+10
2022-09-27
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
1
-2
/
+11
2022-09-27
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
1
-1
/
+15
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-2
/
+3
2022-09-27
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
1
-2
/
+3
2022-09-27
mm: convert vma_lookup() to use mtree_load()
Liam R. Howlett
1
-6
/
+1
2022-09-27
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
1
-18
/
+4
2022-09-27
mm: optimize find_exact_vma() to use vma_lookup()
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm: remove rb tree.
Liam R. Howlett
1
-2
/
+0
2022-09-27
kernel/fork: use maple tree for dup_mmap() during forking
Liam R. Howlett
1
-2
/
+0
2022-09-27
mm: add VMA iterator
Matthew Wilcox (Oracle)
1
-0
/
+32
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-0
/
+5
2022-09-27
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
1
-0
/
+5
2022-09-12
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
1
-2
/
+7
2022-09-12
mm: kill find_min_pfn_with_active_regions()
Kefeng Wang
1
-1
/
+0
2022-09-12
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-0
/
+25
2022-08-29
mm: re-allow pinning of zero pfns (again)
Alex Williamson
1
-3
/
+10
2022-08-21
mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
David Hildenbrand
1
-1
/
+0
2022-08-09
mm, hwpoison: enable memory error handling on 1GB hugepage
Naoya Horiguchi
1
-1
/
+0
2022-08-09
mm, hwpoison: set PG_hwpoison for busy hugetlb pages
Naoya Horiguchi
1
-0
/
+1
2022-08-09
mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
Muchun Song
1
-7
/
+0
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-94
/
+39
2022-08-06
Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2022-07-19
mm: fix missing wake-up event for FSDAX pages
Muchun Song
1
-5
/
+9
2022-07-18
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-3
/
+0
2022-07-18
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-1
/
+1
2022-07-18
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
1
-0
/
+2
2022-07-18
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
1
-0
/
+2
2022-07-18
mm: add zone device coherent type memory support
Alex Sierra
1
-1
/
+4
2022-07-18
mm: move page zone helpers from mm.h to mmzone.h
Alex Sierra
1
-78
/
+0
2022-07-18
mm: rename is_pinnable_page() to is_longterm_pinnable_page()
Alex Sierra
1
-4
/
+4
2022-07-18
mm: Add PAGE_ALIGN_DOWN macro
David Gow
1
-0
/
+3
2022-07-04
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
1
-5
/
+1
2022-07-04
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-07-04
mm: add folios_put()
Matthew Wilcox (Oracle)
1
-0
/
+19
2022-07-04
mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...
David Hildenbrand
1
-2
/
+6
2022-06-17
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
1
-0
/
+1
2022-06-17
mm: re-allow pinning of zero pfns
Alex Williamson
1
-1
/
+1
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2022-05-27
mm: fix is_pinnable_page against a cma page
Minchan Kim
1
-2
/
+7
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+58
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
mm/hugetlb: only drop uffd-wp special pte if required
Peter Xu
1
-2
/
+0
2022-05-13
mm/shmem: persist uffd-wp bit across zapping for file-backed
Peter Xu
1
-0
/
+10
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
1
-2
/
+3
2022-05-10
mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...
David Hildenbrand
1
-0
/
+39
[next]