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
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-21
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+1
2024-05-20
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+4
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-83
/
+92
2024-05-18
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+9
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-22
/
+21
2024-05-12
fs/proc: fix softlockup in __read_vmcore
Rik van Riel
1
-0
/
+2
2024-05-06
mm: simplify thp_vma_allowable_order
Matthew Wilcox
1
-2
/
+2
2024-05-06
fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios
David Hildenbrand
1
-6
/
+7
2024-05-06
fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
David Hildenbrand
1
-3
/
+4
2024-05-06
fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
Ryan Roberts
1
-9
/
+13
2024-05-06
fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
Ryan Roberts
1
-1
/
+1
2024-05-02
proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
Tyler Hicks (Microsoft)
1
-22
/
+20
2024-04-26
vmcore: replace strncpy with strscpy_pad
Justin Stitt
1
-3
/
+2
2024-04-26
proc: convert smaps_pmd_entry to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-26
proc: pass a folio to smaps_page_accumulate()
Matthew Wilcox (Oracle)
1
-6
/
+5
2024-04-26
proc: convert smaps_page_accumulate to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2024-04-26
proc: convert gather_stats to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2024-04-26
proc: convert smaps_account() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+9
2024-04-26
proc: convert clear_refs_pte_range to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-04-26
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-1
/
+2
2024-04-26
proc: refactor pde_get_unmapped_area as prep
Rick Edgecombe
1
-6
/
+3
2024-04-26
mm: add is_huge_zero_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-26
proc: rewrite stable_page_flags()
Matthew Wilcox (Oracle)
1
-32
/
+37
2024-04-26
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
1
-2
/
+1
2024-04-25
mm: support page_mapcount() on page_has_type() pages
Matthew Wilcox (Oracle)
1
-5
/
+2
2024-04-24
sysctl: drop now unnecessary out-of-bounds check
Thomas Weißschuh
1
-5
/
+2
2024-04-24
sysctl: move sysctl type to ctl_table_header
Thomas Weißschuh
1
-4
/
+6
2024-04-24
sysctl: drop sysctl_is_perm_empty_ctl_table
Thomas Weißschuh
1
-5
/
+3
2024-04-24
sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
Thomas Weißschuh
1
-1
/
+1
2024-04-15
close_on_exec(): pass files_struct instead of fdtable
Al Viro
1
-3
/
+1
2024-04-09
fs/proc: Skip bootloader comment if no embedded kernel parameters
Masami Hiramatsu
1
-1
/
+1
2024-04-09
fs/proc: remove redundant comments from /proc/bootconfig
Zhenhua Huang
1
-6
/
+6
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-1
/
+1
2024-03-26
fs: Add kernel-doc comments to proc_create_net_data_write()
Yang Li
1
-0
/
+1
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-11
/
+10
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-02-27
proc: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-25
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-14
/
+9
2024-02-25
procfs: make freeing proc_fs_info rcu-delayed
Al Viro
1
-1
/
+1
2024-02-25
procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
Al Viro
2
-13
/
+8
2024-02-24
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
2
-2
/
+2
2024-02-22
fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr
Hui Zhu
1
-7
/
+6
2024-02-22
proc: use pfn_swap_entry_folio where obvious
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-02-08
fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
Oleg Nesterov
1
-26
/
+32
2024-02-08
fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...
Oleg Nesterov
1
-4
/
+6
2024-01-17
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
1
-15
/
+9
2024-01-17
Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-11
/
+13
2024-01-13
fs/proc/task_mmu: move mmu notification mechanism inside mm lock
Muhammad Usama Anjum
1
-11
/
+13
2024-01-12
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-12
/
+2
2024-01-11
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-3
/
+7
[next]