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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
1
-0
/
+5
2022-12-01
mm/hugetlb: convert move_hugetlb_state() to folios
Sidhartha Kumar
1
-3
/
+8
2022-12-01
mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios
Sidhartha Kumar
1
-8
/
+8
2022-12-01
mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios
Sidhartha Kumar
1
-4
/
+4
2022-12-01
mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios
Sidhartha Kumar
1
-6
/
+6
2022-12-01
mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios
Sidhartha Kumar
1
-19
/
+20
2022-12-01
mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios
Sidhartha Kumar
1
-7
/
+7
2022-12-01
mm: vmscan: split khugepaged stats from direct reclaim stats
Johannes Weiner
2
-0
/
+9
2022-12-01
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck
1
-1
/
+5
2022-12-01
mm, hwpoison: try to recover from copy-on write faults
Tony Luck
1
-0
/
+26
2022-12-01
percpu_counter: add percpu_counter_sum_all interface
Shakeel Butt
1
-0
/
+6
2022-12-01
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
6
-44
/
+14
2022-12-01
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
7
-16
/
+75
2022-12-01
revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati...
Andrew Morton
1
-2
/
+0
2022-12-01
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
1
-0
/
+4
2022-12-01
mm: introduce arch_has_hw_nonleaf_pmd_young()
Juergen Gross
1
-0
/
+11
2022-12-01
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+7
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-12-01
mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODE
Yang Shi
1
-2
/
+16
2022-11-23
mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
Qi Zheng
1
-2
/
+5
2022-11-23
kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
Sam James
1
-0
/
+2
2022-11-23
mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...
Gautam Menghani
1
-4
/
+4
2022-11-09
swap: add a limit for readahead page-cluster value
Kairui Song
1
-0
/
+1
2022-11-09
mm/hwpoison: introduce per-memory_block hwpoison counter
Naoya Horiguchi
2
-1
/
+22
2022-11-09
mm/hwpoison: pass pfn to num_poisoned_pages_*()
Naoya Horiguchi
1
-2
/
+2
2022-11-09
mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
Naoya Horiguchi
2
-22
/
+7
2022-11-09
mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...
Naoya Horiguchi
2
-6
/
+10
2022-11-09
compiler-gcc: document minimum version for `__no_sanitize_coverage__`
Miguel Ojeda
1
-0
/
+3
2022-11-09
compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`
Miguel Ojeda
1
-4
/
+0
2022-11-09
compiler-gcc: remove attribute support check for `__no_sanitize_thread__`
Miguel Ojeda
1
-1
/
+1
2022-11-09
compiler-gcc: remove attribute support check for `__no_sanitize_address__`
Miguel Ojeda
1
-4
/
+0
2022-11-09
compiler-gcc: be consistent with underscores use for `no_sanitize`
Miguel Ojeda
1
-4
/
+4
2022-11-09
mm: remove FGP_HEAD
Matthew Wilcox (Oracle)
1
-3
/
+2
2022-11-09
mm: vmalloc: add free_vmap_area_noflush trace event
Uladzislau Rezki (Sony)
1
-0
/
+34
2022-11-09
mm: vmalloc: add purge_vmap_area_lazy trace event
Uladzislau Rezki (Sony)
1
-0
/
+33
2022-11-09
mm: vmalloc: add alloc_vmap_area trace event
Uladzislau Rezki (Sony)
1
-0
/
+56
2022-11-09
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2
-3
/
+7
2022-11-09
memory: remove unused register_hotmemory_notifier()
Liu Shixin
1
-6
/
+0
2022-11-09
mm: fix typo in struct vm_operations_struct comments
Rolf Eike Beer
1
-1
/
+1
2022-11-09
mm/hugetlb: add folio_hstate()
Sidhartha Kumar
1
-2
/
+12
2022-11-09
hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios
Sidhartha Kumar
1
-1
/
+0
2022-11-09
mm/hugetlb: add hugetlb_folio_subpool() helpers
Sidhartha Kumar
1
-2
/
+13
2022-11-09
mm: add private field of first tail to struct page and struct folio
Sidhartha Kumar
1
-0
/
+14
2022-11-09
mm/hugetlb: add folio support to hugetlb specific flag macros
Sidhartha Kumar
1
-0
/
+24
2022-11-09
mm: vmscan: make rotations a secondary factor in balancing anon vs file
Johannes Weiner
1
-2
/
+3
2022-11-09
hugetlb: simplify hugetlb handling in follow_page_mask
Mike Kravetz
1
-42
/
+8
2022-11-09
maple_tree: reorganize testing to restore module testing
Liam Howlett
1
-0
/
+7
2022-11-05
Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+9
2022-11-05
Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
[next]