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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
mm: add folio dtor and order setter functions
Sidhartha Kumar
1
-0
/
+23
2022-12-12
folio-compat: remove lru_cache_add()
Vishal Moola (Oracle)
1
-1
/
+0
2022-12-12
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
1
-1
/
+1
2022-12-12
mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
Feiyang Chen
1
-0
/
+6
2022-12-12
LoongArch: add sparse memory vmemmap support
Feiyang Chen
1
-0
/
+2
2022-12-12
include/linux/pgtable.h: : remove redundant pte variable
zhang songyi
1
-3
/
+1
2022-12-12
mm/khugepaged: add tracepoint to collapse_file()
Gautam Menghani
1
-0
/
+38
2022-12-12
mm/gup: remove FOLL_MIGRATION
David Hildenbrand
1
-1
/
+0
2022-12-12
mm/pagewalk: add walk_page_range_vma()
David Hildenbrand
1
-0
/
+3
2022-12-12
mm: remove VM_FAULT_WRITE
David Hildenbrand
1
-3
/
+0
2022-12-12
mm/pagewalk: don't trigger test_walk() in walk_page_vma()
David Hildenbrand
1
-0
/
+2
2022-12-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2
-3
/
+6
2022-12-10
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
1
-0
/
+1
2022-12-10
mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
David Hildenbrand
1
-3
/
+5
2022-12-01
s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()
Anshuman Khandual
1
-1
/
+1
2022-12-01
mm/thp: rename pmd_to_page() as pmd_pgtable_page()
Anshuman Khandual
1
-3
/
+3
2022-12-01
mm: add bdi_set_min_ratio_no_scale() function
Stefan Roesch
1
-0
/
+1
2022-12-01
mm: add bdi_set_max_ratio_no_scale() function
Stefan Roesch
1
-0
/
+1
2022-12-01
mm: add bdi_set_min_bytes() function
Stefan Roesch
1
-0
/
+1
2022-12-01
mm: add bdi_get_min_bytes() function
Stefan Roesch
1
-0
/
+1
2022-12-01
mm: add bdi_set_max_bytes() function
Stefan Roesch
1
-0
/
+1
2022-12-01
mm: add bdi_get_max_bytes() function
Stefan Roesch
1
-0
/
+1
2022-12-01
mm: use part per 1000000 for bdi ratios
Stefan Roesch
1
-0
/
+3
2022-12-01
mm: add bdi_set_strict_limit() function
Stefan Roesch
1
-0
/
+1
2022-12-01
folio-compat: remove try_to_release_page()
Vishal Moola (Oracle)
1
-1
/
+0
2022-12-01
mm/gup: reliable R/O long-term pinning in COW mappings
David Hildenbrand
1
-3
/
+24
2022-12-01
mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
David Hildenbrand
1
-4
/
+4
2022-12-01
mm: anonymous shared memory naming
Pasha Tatashin
2
-14
/
+14
2022-12-01
mm: shrinkers: add missing includes for undeclared types
T.J. Mercier
1
-0
/
+3
2022-12-01
zram: add size class equals check into recompression
Alexey Romanov
1
-0
/
+2
2022-12-01
mm: delay page_remove_rmap() until after the TLB has been flushed
Linus Torvalds
1
-2
/
+29
2022-12-01
mm: mmu_gather: prepare to gather encoded page pointers with flags
Linus Torvalds
2
-5
/
+6
2022-12-01
mm: teach release_pages() to take an array of encoded page pointers too
Linus Torvalds
1
-2
/
+19
2022-12-01
mm: introduce 'encoded' page pointers with embedded extra bits
Linus Torvalds
1
-1
/
+33
2022-12-01
mm: remove unused savedwrite infrastructure
David Hildenbrand
1
-24
/
+0
2022-12-01
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-0
/
+2
2022-12-01
mm/mprotect: factor out check whether manual PTE write upgrades are required
David Hildenbrand
1
-2
/
+14
2022-12-01
mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped
Hugh Dickins
2
-10
/
+22
2022-12-01
mm,thp,rmap: subpages_mapcount of PTE-mapped subpages
Hugh Dickins
2
-25
/
+36
2022-12-01
mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts
Hugh Dickins
1
-8
/
+6
2022-12-01
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
4
-47
/
+82
2022-12-01
mm,hugetlb: use folio fields in second tail page
Hugh Dickins
3
-64
/
+64
2022-12-01
mm: use pte markers for swap errors
Peter Xu
2
-17
/
+15
2022-12-01
mm: always compile in pte markers
Peter Xu
2
-38
/
+3
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
[next]