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-10-04
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-10-04
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-10-04
mm/swapfile: convert try_to_free_swap() to folio_free_swap()
Matthew Wilcox (Oracle)
1
-0
/
+6
2022-10-04
shmem: convert shmem_replace_page() to use folios throughout
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-10-04
mm: add folio_add_lru_vma()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-10-04
mm: add split_folio()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-10-04
mm: reimplement folio_order() and folio_nr_pages()
Matthew Wilcox (Oracle)
1
-2
/
+10
2022-10-04
mm: add the first tail page to struct folio
Matthew Wilcox (Oracle)
1
-1
/
+29
2022-10-04
ksm: remove redundant declarations in ksm.h
Qi Zheng
1
-3
/
+0
2022-09-27
ksm: count allocated ksm rmap_items for each process
xu xin
1
-0
/
+5
2022-09-27
mm: deduplicate cacheline padding code
Shakeel Butt
4
-41
/
+22
2022-09-27
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
1
-2
/
+11
2022-09-27
mm: fixup documentation regarding pte_numa() and PROT_NUMA
David Hildenbrand
1
-6
/
+6
2022-09-27
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
1
-1
/
+15
2022-09-27
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
2
-13
/
+3
2022-09-27
mm: drop oom code from exit_mmap
Suren Baghdasaryan
1
-2
/
+0
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
2
-6
/
+3
2022-09-27
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
1
-4
/
+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: remove vmacache
Liam R. Howlett
6
-52
/
+0
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
2
-16
/
+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)
2
-0
/
+53
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
3
-0
/
+81
2022-09-27
Maple Tree: add new data structure
Liam R. Howlett
2
-0
/
+808
2022-09-27
lib/nodemask: optimize node_random for nodemask with single NUMA node
Aneesh Kumar K.V
1
-3
/
+12
2022-09-27
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2
-5
/
+11
2022-09-27
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
1
-0
/
+12
2022-09-27
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
1
-1
/
+0
2022-09-27
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
1
-0
/
+3
2022-09-27
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
2
-13
/
+13
2022-09-27
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
1
-1
/
+41
2022-09-27
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
1
-0
/
+1
2022-09-27
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
2
-2
/
+8
2022-09-27
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
1
-0
/
+18
2022-09-27
mm: multi-gen LRU: debugfs interface
Yu Zhao
1
-0
/
+1
2022-09-27
mm: multi-gen LRU: thrashing prevention
Yu Zhao
1
-0
/
+2
2022-09-27
mm: multi-gen LRU: kill switch
Yu Zhao
3
-3
/
+36
2022-09-27
mm: multi-gen LRU: support page table walks
Yu Zhao
4
-1
/
+140
2022-09-27
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
3
-0
/
+42
2022-09-27
mm: multi-gen LRU: minimal implementation
Yu Zhao
3
-1
/
+81
2022-09-27
mm: multi-gen LRU: groundwork
Yu Zhao
5
-7
/
+291
2022-09-27
Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...
Yu Zhao
1
-1
/
+8
2022-09-27
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
1
-2
/
+2
2022-09-27
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
1
-0
/
+13
2022-09-27
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
2
-8
/
+12
2022-09-27
mm/swap: cache swap migration A/D bits support
Peter Xu
2
-6
/
+3
[next]