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-07-04
mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
Roman Gushchin
1
-0
/
+23
2022-07-04
mm/mempolicy: fix get_nodes out of bound access
Tianyu Li
1
-1
/
+1
2022-07-04
mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...
Baolin Wang
1
-2
/
+0
2022-07-04
kasan: fix zeroing vmalloc memory with HW_TAGS
Andrey Konovalov
2
-14
/
+28
2022-07-04
mm: introduce clear_highpage_kasan_tagged
Andrey Konovalov
1
-6
/
+2
2022-07-04
mm: rename kernel_init_free_pages to kernel_init_pages
Andrey Konovalov
1
-3
/
+3
2022-07-04
mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'
SeongJae Park
1
-2
/
+2
2022-07-04
mm/damon/reclaim: make 'enabled' checking timer simpler
SeongJae Park
1
-8
/
+1
2022-07-04
mm/damon/sysfs: deduplicate inputs applying
SeongJae Park
1
-35
/
+24
2022-07-04
mm/damon/reclaim: deduplicate 'commit_inputs' handling
SeongJae Park
1
-13
/
+14
2022-07-04
mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
SeongJae Park
2
-15
/
+8
2022-07-04
mm/migration: fix potential pte_unmap on an not mapped pte
Miaohe Lin
2
-6
/
+21
2022-07-04
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
6
-13
/
+13
2022-07-04
mm/migration: remove unneeded lock page and PageMovable check
Miaohe Lin
1
-7
/
+2
2022-07-04
mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()
Yang Shi
1
-1
/
+1
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
11
-17
/
+17
2022-06-27
Merge branch 'master' into mm-stable
akpm
16
-40
/
+98
2022-06-27
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
8
-6
/
+31
2022-06-23
filemap: Fix serialization adding transparent huge pages to page cache
Alistair Popple
1
-0
/
+2
2022-06-23
mm: Clear page->private when splitting or migrating a page
Matthew Wilcox (Oracle)
2
-0
/
+2
2022-06-20
filemap: Handle sibling entries in filemap_get_read_batch()
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-06-20
filemap: Correct the conditions for marking a folio as accessed
Matthew Wilcox (Oracle)
1
-3
/
+10
2022-06-20
Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+36
2022-06-17
Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+2
2022-06-17
mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...
Waiman Long
1
-1
/
+27
2022-06-17
mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lock
Waiman Long
1
-0
/
+14
2022-06-17
mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()
Waiman Long
1
-10
/
+8
2022-06-17
mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compo...
Gautam Menghani
1
-1
/
+1
2022-06-17
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
2
-22
/
+51
2022-06-17
mm/memremap: fix memunmap_pages() race with get_dev_pagemap()
Miaohe Lin
1
-1
/
+1
2022-06-17
mm: kmemleak: check physical address when scan
Patrick Wang
1
-3
/
+14
2022-06-17
mm: kmemleak: add rbtree and store physical address for objects allocated wit...
Patrick Wang
1
-42
/
+91
2022-06-17
mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
Patrick Wang
1
-9
/
+31
2022-06-17
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
2
-24
/
+10
2022-06-17
mm/memremap: fix wrong function name above memremap_pages()
Miaohe Lin
1
-2
/
+2
2022-06-17
mm/mempool: use might_alloc()
Daniel Vetter
1
-1
/
+1
2022-06-17
mm/slab: delete cache_alloc_debugcheck_before()
Daniel Vetter
1
-10
/
+0
2022-06-17
mm/page_alloc: use might_alloc()
Daniel Vetter
1
-4
/
+1
2022-06-17
mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...
Qi Zheng
1
-28
/
+27
2022-06-17
mm/vmalloc: add code comment for find_vmap_area_exceed_addr()
Baoquan He
1
-2
/
+3
2022-06-17
mm/vmalloc: fix typo in local variable name
Baoquan He
1
-6
/
+6
2022-06-17
mm/vmalloc: remove the redundant boundary check
Baoquan He
1
-4
/
+2
2022-06-17
mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()
Baoquan He
1
-17
/
+6
2022-06-17
mm/memory_hotplug: drop 'reason' argument from check_pfn_span()
Anshuman Khandual
1
-11
/
+9
2022-06-17
mm/shmem.c: clean up comment of shmem_swapin_folio
Miaohe Lin
1
-5
/
+5
2022-06-17
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2
-2
/
+34
2022-06-17
mm: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
1
-2
/
+2
2022-06-17
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
3
-2
/
+14
2022-06-17
mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
Yang Yang
1
-1
/
+1
2022-06-17
mm/kfence: select random number before taking raw lock
Jason A. Donenfeld
1
-2
/
+5
[next]