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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
mm: lru_cache_disable: use synchronize_rcu_expedited
Marcelo Tosatti
1
-1
/
+1
2022-06-29
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
3
-2
/
+14
2022-06-29
filemap: Fix serialization adding transparent huge pages to page cache
Alistair Popple
1
-0
/
+2
2022-06-29
mm/slub: add missing TID updates on slab deactivation
Jann Horn
1
-0
/
+2
2022-06-29
filemap: Handle sibling entries in filemap_get_read_batch()
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-06-22
init: Initialize noop_backing_dev_info early
Jan Kara
1
-9
/
+2
2022-06-14
mm/huge_memory: Fix xarray node memory leak
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-06-14
filemap: Cache the value of vm_flags
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-06-09
mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
Miaohe Lin
1
-1
/
+1
2022-06-09
hugetlb: fix huge_pmd_unshare address update
Mike Kravetz
1
-1
/
+8
2022-06-09
mm/page_alloc: always attempt to allocate at least one page during bulk alloc...
Mel Gorman
1
-2
/
+2
2022-06-09
mm/page_owner: use strscpy() instead of strlcpy()
Eric Dumazet
1
-1
/
+1
2022-06-09
Revert "mm/cma.c: remove redundant cma_mutex lock"
Dong Aisheng
1
-1
/
+3
2022-06-09
mm, compaction: fast_find_migrateblock() should return pfn in the target zone
Rei Yamamoto
1
-0
/
+2
2022-06-06
zsmalloc: fix races between asynchronous zspage free and page migration
Sultan Alsawaf
1
-4
/
+33
2022-05-30
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-0
/
+32
2022-05-13
Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
4
-16
/
+18
2022-05-10
mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool
Hyeonggon Yoo
1
-0
/
+10
2022-05-10
mm: mremap: fix sign for EFAULT error return value
Niels Dossche
1
-1
/
+1
2022-05-05
mm/readahead: Fix readahead with large folios
Matthew Wilcox (Oracle)
1
-6
/
+9
2022-04-29
mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
Naoya Horiguchi
1
-1
/
+1
2022-04-29
mm/huge_memory: do not overkill when splitting huge_zero_page
Xu Yu
1
-1
/
+6
2022-04-29
Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
Xu Yu
1
-13
/
+0
2022-04-27
kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...
Zqiang
1
-0
/
+7
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
1
-0
/
+2
2022-04-24
kvmalloc: use vmalloc_huge for vmalloc allocations
Linus Torvalds
1
-2
/
+9
2022-04-24
page_alloc: use vmalloc_huge for large system hash
Song Liu
1
-1
/
+1
2022-04-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
8
-73
/
+200
2022-04-22
mm/vmalloc: huge vmalloc backing pages should be split rather than compound
Nicholas Piggin
1
-15
/
+21
2022-04-22
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
1
-1
/
+13
2022-04-22
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
1
-14
/
+40
2022-04-22
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-8
/
+0
2022-04-22
userfaultfd: mark uffd_wp regardless of VM_WRITE flag
Nadav Amit
1
-6
/
+9
2022-04-22
memcg: sync flush only if periodic flush is delayed
Shakeel Butt
2
-2
/
+12
2022-04-22
mm/memory-failure.c: skip huge_zero_page in memory_failure()
Xu Yu
1
-0
/
+13
2022-04-22
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
2
-42
/
+113
2022-04-19
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
1
-7
/
+10
2022-04-16
mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
Patrick Wang
1
-4
/
+4
2022-04-16
mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
Omar Sandoval
1
-11
/
+0
2022-04-16
hugetlb: do not demote poisoned hugetlb pages
Mike Kravetz
1
-7
/
+10
2022-04-16
mm: compaction: fix compiler warning when CONFIG_COMPACTION=n
Charan Teja Kalla
1
-5
/
+5
2022-04-16
mm: fix unexpected zeroed page mapping with zram swap
Minchan Kim
1
-54
/
+0
2022-04-16
mm, page_alloc: fix build_zonerefs_node()
Juergen Gross
1
-1
/
+1
2022-04-16
mm, kfence: support kmem_dump_obj() for KFENCE objects
Marco Elver
8
-25
/
+81
2022-04-16
kasan: fix hw tags enablement when KUNIT tests are disabled
Vincenzo Frascino
2
-6
/
+9
2022-04-16
mm/secretmem: fix panic when growing a memfd_secret
Axel Rasmussen
1
-0
/
+17
2022-04-16
tmpfs: fix regressions from wider use of ZERO_PAGE
Hugh Dickins
2
-17
/
+20
2022-04-10
Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2022-04-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-8
/
+6
2022-04-09
mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"
Andrew Morton
1
-6
/
+0
[next]