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
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-10-18
proc: Fix W=1 build kernel-doc warning
Thorsten Blum
1
-1
/
+1
2024-10-17
fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initialization
Brahmajit Das
1
-6
/
+10
2024-10-09
fs/proc/kcore.c: allow translation of physical memory addresses
Alexander Gordeev
1
-2
/
+34
2024-09-24
Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+8
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-38
/
+8
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-9
/
+5
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2024-09-17
proc: use __auto_type more
Alexey Dobriyan
1
-23
/
+8
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+5
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+8
2024-09-16
Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-13
/
+85
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-6
/
+24
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
3
-8
/
+6
2024-09-13
mm: Define VM_DROPPABLE for powerpc/32
Christophe Leroy
1
-1
/
+3
2024-09-12
proc: store cookie in private data
Christian Brauner
1
-6
/
+24
2024-09-09
proc: fold kmalloc() + strcpy() into kmemdup()
Alexey Dobriyan
1
-2
/
+2
2024-09-09
proc: Fix typo in the comment
Yan Zhen
2
-2
/
+2
2024-09-04
proc: Add nbcon support for /proc/consoles
John Ogness
1
-2
/
+3
2024-09-04
proc: consoles: Add notation to c_start/c_stop
John Ogness
1
-0
/
+2
2024-09-04
mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
Joey Gouly
1
-0
/
+2
2024-09-04
x86: remove PG_uncached
Matthew Wilcox (Oracle)
1
-5
/
+3
2024-09-04
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-09-04
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-09-02
sysctl: avoid spurious permanent empty tables
Thomas Weißschuh
1
-3
/
+8
2024-09-02
fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
Andrii Nakryiko
1
-15
/
+0
2024-09-02
mm: remove PG_error
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
1
-6
/
+4
2024-08-30
Merge patch series "proc: restrict overmounting of ephemeral entities"
Christian Brauner
3
-10
/
+23
2024-08-30
proc: block mounting on top of /proc/<pid>/fdinfo/*
Christian Brauner
1
-2
/
+2
2024-08-30
proc: block mounting on top of /proc/<pid>/fd/*
Christian Brauner
1
-2
/
+2
2024-08-30
proc: block mounting on top of /proc/<pid>/map_files/*
Christian Brauner
1
-2
/
+2
2024-08-30
proc: add proc_splice_unmountable()
Christian Brauner
1
-0
/
+13
2024-08-30
proc: proc_readfdinfo() -> proc_fdinfo_iterate()
Christian Brauner
1
-2
/
+2
2024-08-30
proc: proc_readfd() -> proc_fd_iterate()
Christian Brauner
1
-2
/
+2
2024-08-30
proc: add config & param to block forcing mem writes
Adrian Ratiu
1
-1
/
+60
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
1
-4
/
+5
2024-07-29
posix-timers: Convert timer list to hlist
Thomas Gleixner
1
-3
/
+3
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-128
/
+450
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-0
/
+1
2024-07-17
Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-32
/
+38
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+3
2024-07-13
kpageflags: detect isolated KPF_THP folios
Ran Xiaokai
1
-12
/
+9
2024-07-13
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-5
/
+5
2024-07-13
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
1
-2
/
+25
2024-07-13
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
1
-0
/
+235
2024-07-13
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
1
-54
/
+71
2024-07-04
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
1
-4
/
+4
[next]