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
2023-04-27
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-6
/
+12
2023-04-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+1
2023-04-25
Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
7
-852
/
+5
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+4
2023-04-25
Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-40
/
+0
2023-04-24
Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-4
/
+0
2023-04-24
Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2023-04-24
Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+4
2023-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-88
/
+214
2023-04-19
mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages
Mel Gorman
1
-0
/
+3
2023-04-19
mm/mmap: regression fix for unmapped_area{_topdown}
Liam R. Howlett
1
-5
/
+43
2023-04-19
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
2
-10
/
+49
2023-04-19
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
2
-10
/
+23
2023-04-19
mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
Tetsuo Handa
1
-0
/
+16
2023-04-16
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
1
-2
/
+10
2023-04-16
mm/mempolicy: fix use-after-free of VMA iterator
Liam R. Howlett
1
-55
/
+49
2023-04-16
mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
Naoya Horiguchi
1
-2
/
+3
2023-04-16
mm/mprotect: fix do_mprotect_pkey() return on error
Liam R. Howlett
1
-1
/
+1
2023-04-16
mm/khugepaged: check again on anon uffd-wp during isolation
Peter Xu
1
-0
/
+4
2023-04-16
mm/userfaultfd: fix uffd-wp handling for THP migration entries
David Hildenbrand
1
-2
/
+12
2023-04-16
mm: swap: fix performance regression on sparsetruncate-tiny
Qi Zheng
1
-1
/
+1
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
2
-6
/
+12
2023-04-13
mm: Fix copy_from_user_nofault().
Alexei Starovoitov
2
-6
/
+12
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
1
-3
/
+1
2023-04-06
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Rongwei Wang
1
-1
/
+2
2023-04-06
mm: take a page reference when removing device exclusive entries
Alistair Popple
1
-1
/
+15
2023-04-06
mm: vmalloc: avoid warn_alloc noise caused by fatal signal
Yafang Shao
1
-3
/
+5
2023-04-06
mm/hugetlb: fix uffd wr-protection for CoW optimization path
Peter Xu
1
-2
/
+12
2023-04-06
mm: enable maple tree RCU mode by default
Liam R. Howlett
1
-1
/
+2
2023-04-05
mm: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-03-30
iov_iter: add iter_iov_addr() and iter_iov_len() helpers
Jens Axboe
1
-5
/
+4
2023-03-29
Merge branch 'slab/for-6.4/slob-removal' into slab/for-next
Vlastimil Babka
5
-848
/
+1
2023-03-29
Merge branch 'slab/for-6.4/trivial' into slab/for-next
Vlastimil Babka
2
-4
/
+4
2023-03-29
mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
Vlastimil Babka
1
-4
/
+1
2023-03-29
mm/slob: remove slob.c
Vlastimil Babka
1
-757
/
+0
2023-03-29
mm/slab: remove CONFIG_SLOB code from slab common code
Vlastimil Babka
2
-63
/
+0
2023-03-29
mm/slob: remove CONFIG_SLOB
Vlastimil Babka
2
-24
/
+0
2023-03-29
mm: kfence: fix handling discontiguous page
Muchun Song
1
-2
/
+2
2023-03-29
mm: kfence: fix PG_slab and memcg_data clearing
Muchun Song
1
-15
/
+15
2023-03-27
mm,kfence: decouple kfence from page granularity mapping judgement
Zhenhua Huang
1
-0
/
+4
2023-03-25
Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...
Linus Torvalds
7
-18
/
+45
2023-03-24
Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-03-24
kfence: avoid passing -g for test
Marco Elver
1
-1
/
+1
2023-03-24
mm: kfence: fix using kfence_metadata without initialization in show_object()
Muchun Song
1
-2
/
+8
2023-03-24
Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
Peter Collingbourne
1
-1
/
+2
2023-03-24
mm/ksm: fix race with VMA iteration and mm_struct teardown
Liam R. Howlett
1
-2
/
+9
2023-03-24
mm: fix error handling for map_deny_write_exec
Joey Gouly
1
-1
/
+1
2023-03-24
mm: deduplicate error handling for map_deny_write_exec
Joey Gouly
1
-6
/
+1
2023-03-24
mm, vmalloc: fix high order __GFP_NOFAIL allocations
Michal Hocko
1
-5
/
+23
[next]