开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
2025-02-17
procfs: fix a locking bug in a vmcore_add_device_dump() error path
Bart Van Assche
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2025-01-27
virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
David Hildenbrand
2025-01-27
fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...
David Hildenbrand
2025-01-27
fs/proc/vmcore: factor out freeing a list of vmcore ranges
David Hildenbrand
2025-01-27
fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
David Hildenbrand
2025-01-27
fs/proc/vmcore: move vmcore definitions out of kcore.h
David Hildenbrand
2025-01-27
fs/proc/vmcore: prefix all pr_* with "vmcore:"
David Hildenbrand
2025-01-27
fs/proc/vmcore: disallow vmcore modifications while the vmcore is open
David Hildenbrand
2025-01-27
fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
David Hildenbrand
2025-01-27
fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
David Hildenbrand
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
ksm: add ksm involvement information for each process
xu xin
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-01-20
Merge tag 'vfs-6.14-rc1.kcore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-12
fs/proc: fix softlockup in __read_vmcore (part 2)
Rik van Riel
2025-01-04
fs/proc: do_task_stat: Fix ESP not readable during coredump
Nam Cao
2024-12-30
fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit
David Hildenbrand
2024-12-22
vfs: support caching symlink lengths in inodes
Mateusz Guzik
2024-12-05
fs/proc/vmcore.c: fix warning when CONFIG_MMU=n
Andrew Morton
2024-12-02
proc/kcore: use percpu_rw_semaphore for kclist_lock
Omar Sandoval
2024-12-02
proc/kcore: don't walk list on every read
Omar Sandoval
2024-12-02
proc/kcore: mark proc entry as permanent
Omar Sandoval
2024-11-27
Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-26
Merge branch 'ovl.fixes'
Christian Brauner
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-22
Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-22
fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...
Jiri Olsa
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-16
Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-11-14
fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
Dan Carpenter
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
2024-11-11
mm: zswap: modify zswap_stored_pages to be atomic_long_t
Kanchana P Sridhar
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-10
Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-11-07
fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
Qi Xi
2024-11-07
proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
David Wang
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
2024-11-06
fs/proc/kcore.c: fix coccinelle reported ERROR instances
Mirsad Todorovac
2024-11-05
get rid of __get_task_comm()
Yafang Shao
2024-11-05
mm: refactor mm_access() to not return NULL
Lorenzo Stoakes
2024-10-31
sysctl: Reduce dput(child) calls in proc_sys_fill_cache()
Markus Elfring
2024-10-21
Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-10-18
proc: Fix W=1 build kernel-doc warning
Thorsten Blum
[next]