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
starfive-6.6.48-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
2021-03-25
kasan: fix per-page tags for non-page_alloc pages
Andrey Konovalov
1
-3
/
+15
2021-03-13
mm: introduce page_needs_cow_for_dma() for deciding whether cow
Peter Xu
1
-0
/
+21
2021-02-25
mm/hugetlb: grab head page refcount once for group of subpages
Joao Martins
1
-0
/
+3
2021-02-25
mm: simplify free_highmem_page() and free_reserved_page()
David Hildenbrand
1
-14
/
+2
2021-02-25
mm: simplify parater of function memmap_init_zone()
Baoquan He
1
-2
/
+1
2021-02-25
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
1
-2
/
+2
2021-02-25
mm: fix prototype warning from kernel test robot
Baoquan He
1
-0
/
+2
2021-02-23
Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...
Linus Torvalds
1
-43
/
+2
2021-02-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+4
2021-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-10
/
+15
2021-02-21
Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-0
/
+2
2021-02-09
mm: provide a saner PTE walking API for modules
Paolo Bonzini
1
-2
/
+4
2021-02-05
mm: constify page_is_pfmemalloc() argument
Alexander Lobakin
1
-1
/
+1
2021-01-23
mm: Add mem_dump_obj() to print source of memory block
Paul E. McKenney
1
-0
/
+2
2021-01-21
mm: Mark anonymous struct field of 'struct vm_fault' as 'const'
Will Deacon
1
-1
/
+1
2021-01-21
mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
Will Deacon
1
-5
/
+2
2021-01-21
mm: Move immutable fields of 'struct vm_fault' into anonymous struct
Will Deacon
1
-5
/
+8
2021-01-20
mm: Allow architectures to request 'old' entries when prefaulting
Will Deacon
1
-1
/
+4
2021-01-20
mm: Cleanup faultaround and finish_fault() codepaths
Kirill A. Shutemov
1
-5
/
+7
2021-01-12
mm: Close race in generic_access_phys
Daniel Vetter
1
-1
/
+2
2021-01-12
media: videobuf2: Move frame_vector into media subsystem
Daniel Vetter
1
-42
/
+0
2021-01-12
mm/frame-vector: Use FOLL_LONGTERM
Daniel Vetter
1
-1
/
+1
2020-12-30
mm: memmap defer init doesn't work as expected
Baoquan He
1
-2
/
+3
2020-12-30
mm: add prototype for __add_to_page_cache_locked()
Souptick Joarder
1
-0
/
+7
2020-12-22
kasan, mm: check kasan_enabled in annotations
Andrey Konovalov
1
-6
/
+16
2020-12-22
kasan, arm64: implement HW_TAGS runtime
Andrey Konovalov
1
-1
/
+1
2020-12-18
Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+2
2020-12-16
mm: simplify follow_pte{,pmd}
Christoph Hellwig
1
-3
/
+3
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-22
/
+0
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-52
/
+62
2020-12-15
kernel/power: allow hibernation with page_poison sanity checking
Vlastimil Babka
1
-0
/
+1
2020-12-15
mm, page_poison: use static key more efficiently
Vlastimil Babka
1
-4
/
+29
2020-12-15
mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...
Vlastimil Babka
1
-17
/
+3
2020-12-15
arch, mm: make kernel_page_present() always available
Mike Rapoport
1
-7
/
+0
2020-12-15
arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
Mike Rapoport
1
-3
/
+7
2020-12-15
PM: hibernate: make direct map manipulations more explicit
Mike Rapoport
1
-12
/
+0
2020-12-15
mm: introduce debug_pagealloc_{map,unmap}_pages() helpers
Mike Rapoport
1
-0
/
+15
2020-12-15
ia64: remove custom __early_pfn_to_nid()
Mike Rapoport
1
-3
/
+0
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
1
-1
/
+2
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
1
-1
/
+1
2020-12-15
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
1
-2
/
+2
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-4
/
+4
2020-12-03
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
1
-22
/
+0
2020-11-19
mm: introduce vma_set_file function v5
Christian König
1
-0
/
+2
2020-11-17
mm: Add 'mprotect' hook to struct vm_operations_struct
Sean Christopherson
1
-0
/
+7
2020-11-02
mm: always have io_remap_pfn_range() set pgprot_decrypted()
Jason Gunthorpe
1
-0
/
+9
2020-10-18
mm/madvise: pass mm to do_madvise
Minchan Kim
1
-1
/
+1
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
1
-1
/
+1
2020-10-16
mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
Naoya Horiguchi
1
-0
/
+1
[next]