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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-121
/
+0
2022-05-10
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
2
-0
/
+31
2022-05-10
mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...
David Hildenbrand
1
-0
/
+39
2022-05-10
mm: support GUP-triggered unsharing of anonymous pages
David Hildenbrand
1
-0
/
+8
2022-05-10
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
1
-2
/
+2
2022-05-10
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
3
-4
/
+76
2022-05-10
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
1
-1
/
+38
2022-05-10
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
1
-1
/
+2
2022-05-10
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-05-10
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2022-05-10
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
1
-4
/
+18
2022-05-10
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
2
-5
/
+49
2022-05-10
mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
David Hildenbrand
1
-0
/
+4
2022-04-30
kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t
Andrey Konovalov
1
-4
/
+4
2022-04-29
mm: compaction: remove unneeded return value of kcompactd_run
Miaohe Lin
1
-3
/
+2
2022-04-29
mm/vmstat: add events for ksm cow
Yang Yang
1
-0
/
+3
2022-04-29
ksm: count ksm merging pages for each process
xu xin
1
-0
/
+7
2022-04-29
include/linux/swapops.h: remove stub for non_swap_entry()
Peter Xu
1
-8
/
+0
2022-04-29
mm/sparse-vmemmap: improve memory savings for compound devmaps
Joao Martins
1
-1
/
+1
2022-04-29
mm/sparse-vmemmap: add a pgmap argument to section activation
Joao Martins
2
-2
/
+6
2022-04-29
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
3
-5
/
+5
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
1
-6
/
+6
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
Muchun Song
1
-1
/
+1
2022-04-29
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
1
-4
/
+0
2022-04-29
mm: simplify follow_invalidate_pte()
Muchun Song
1
-3
/
+0
2022-04-29
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
1
-0
/
+3
2022-04-29
mm: untangle config dependencies for demote-on-reclaim
Oscar Salvador
1
-19
/
+15
2022-04-29
Revert "mm/memory-failure.c: fix race with changing page compound again"
Naoya Horiguchi
2
-2
/
+0
2022-04-29
mm/memcontrol.c: make cgroup_memory_noswap static
Lu Jialin
1
-4
/
+0
2022-04-29
mm: shmem: make shmem_init return void
Miaohe Lin
1
-1
/
+1
2022-04-28
Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
7
-15
/
+22
2022-04-28
Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Abeni
2
-1
/
+2
2022-04-28
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+1
2022-04-27
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
1
-1
/
+1
2022-04-27
Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+2
2022-04-27
net: Use this_cpu_inc() to increment net->core_stats
Sebastian Andrzej Siewior
1
-12
/
+9
2022-04-26
Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-04-26
Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted
Luiz Augusto von Dentz
1
-1
/
+1
2022-04-26
Bluetooth: hci_event: Fix checking for invalid handle on error status
Luiz Augusto von Dentz
1
-0
/
+1
2022-04-26
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
1
-0
/
+1
2022-04-25
tcp: make sure treq->af_specific is initialized
Eric Dumazet
1
-0
/
+1
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-0
/
+1
2022-04-25
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
2
-2
/
+2
2022-04-23
Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-266
/
+0
2022-04-23
Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+21
2022-04-23
Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-266
/
+0
2022-04-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+25
2022-04-23
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
1
-0
/
+6
2022-04-22
Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+4
2022-04-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-0
/
+28
[next]