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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
bootmem: Use page->index instead of page->freelist
Matthew Wilcox (Oracle)
2
-5
/
+4
2022-01-06
zsmalloc: Stop using slab fields in struct page
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-06
mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
Vlastimil Babka
2
-2
/
+8
2022-01-06
mm/slub: Simplify struct slab slabs field definition
Vlastimil Babka
1
-4
/
+0
2022-01-06
mm/sl*b: Differentiate struct slab fields by sl*b implementations
Vlastimil Babka
2
-14
/
+43
2022-01-06
mm/kfence: Convert kfence_guarded_alloc() to struct slab
Vlastimil Babka
2
-9
/
+9
2022-01-06
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
8
-24
/
+37
2022-01-06
mm/slob: Convert SLOB to use struct slab and struct folio
Matthew Wilcox (Oracle)
1
-24
/
+27
2022-01-06
mm/memcg: Convert slab objcgs from struct page to struct slab
Vlastimil Babka
2
-48
/
+80
2022-01-06
mm: Convert struct page to struct slab in functions used by other subsystems
Vlastimil Babka
9
-17
/
+17
2022-01-06
mm/slab: Finish struct page to struct slab conversion
Vlastimil Babka
1
-10
/
+10
2022-01-06
mm/slab: Convert most struct page to struct slab by spatch
Vlastimil Babka
1
-180
/
+180
2022-01-06
mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
Vlastimil Babka
1
-25
/
+28
2022-01-06
mm/slub: Finish struct page to struct slab conversion
Vlastimil Babka
1
-53
/
+52
2022-01-06
mm/slub: Convert most struct page to struct slab by spatch
Vlastimil Babka
1
-436
/
+436
2022-01-06
mm/slub: Convert pfmemalloc_match() to take a struct slab
Matthew Wilcox (Oracle)
1
-19
/
+6
2022-01-06
mm/slub: Convert __free_slab() to use struct slab
Vlastimil Babka
1
-14
/
+13
2022-01-06
mm/slub: Convert alloc_slab_page() to return a struct slab
Vlastimil Babka
1
-10
/
+16
2022-01-06
mm/slub: Convert print_page_info() to print_slab_info()
Matthew Wilcox (Oracle)
1
-6
/
+7
2022-01-06
mm/slub: Convert __slab_lock() and __slab_unlock() to struct slab
Vlastimil Babka
1
-7
/
+11
2022-01-06
mm/slub: Convert kfree() to use a struct slab
Matthew Wilcox (Oracle)
1
-13
/
+16
2022-01-06
mm/slub: Convert detached_freelist to use a struct slab
Matthew Wilcox (Oracle)
1
-14
/
+17
2022-01-06
mm: Convert check_heap_object() to use struct slab
Matthew Wilcox (Oracle)
4
-18
/
+30
2022-01-06
mm: Use struct slab in kmem_obj_info()
Matthew Wilcox (Oracle)
5
-23
/
+24
2022-01-06
mm: Convert __ksize() to struct slab
Matthew Wilcox (Oracle)
2
-11
/
+9
2022-01-06
mm: Convert virt_to_cache() to use struct slab
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-01-06
mm: Convert [un]account_slab_page() to struct slab
Matthew Wilcox (Oracle)
3
-13
/
+12
2022-01-06
mm: Split slab into its own type
Matthew Wilcox (Oracle)
2
-4
/
+171
2022-01-06
mm/slub: Make object_err() static
Vlastimil Babka
1
-15
/
+15
2022-01-06
mm/slab: Dissolve slab_map_pages() in its caller
Vlastimil Babka
1
-13
/
+2
2021-12-12
Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-12-11
mm: bdi: initialize bdi_min_ratio when bdi is unregistered
Manjong Lee
1
-0
/
+7
2021-12-11
hugetlbfs: fix issue of preallocation of gigantic pages can't work
Zhenguo Yao
1
-1
/
+1
2021-12-11
mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()
Waiman Long
1
-53
/
+53
2021-12-11
mm/slub: fix endianness bug for alloc/free_traces attributes
Gerald Schaefer
1
-6
/
+9
2021-12-11
mm/damon/vaddr-test: remove unnecessary variables
SeongJae Park
1
-8
/
+0
2021-12-11
mm/damon/vaddr-test: split a test function having >1024 bytes frame size
SeongJae Park
1
-37
/
+40
2021-12-11
mm/damon/vaddr: remove an unnecessary warning message
SeongJae Park
1
-1
/
+0
2021-12-11
mm/damon/core: remove unnecessary error messages
SeongJae Park
1
-9
/
+2
2021-12-11
mm/damon/dbgfs: remove an unnecessary error message
SeongJae Park
1
-3
/
+1
2021-12-11
mm/damon/core: use better timer mechanisms selection threshold
SeongJae Park
1
-1
/
+2
2021-12-11
mm/damon/core: fix fake load reports due to uninterruptible sleeps
SeongJae Park
1
-3
/
+3
2021-12-11
filemap: remove PageHWPoison check from next_uptodate_page()
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-12-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-0
/
+3
2021-12-06
percpu: km: ensure it is used with NOMMU (either UP or SMP)
Vladimir Murzin
1
-1
/
+1
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
3
-0
/
+3
2021-11-25
Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
4
-5
/
+4
2021-11-22
hugetlbfs: flush before unlock on move_hugetlb_page_tables()
Nadav Amit
1
-1
/
+1
2021-11-22
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
1
-4
/
+19
2021-11-20
kmap_local: don't assume kmap PTEs are linear arrays in memory
Ard Biesheuvel
2
-11
/
+24
[next]