summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche-1/+4
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+12
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-6/+12
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-66/+236
2025-01-27virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand-0/+1
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...David Hildenbrand-0/+174
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand-8/+1
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand-19/+2
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand-10/+16
2025-01-27fs/proc/vmcore: prefix all pr_* with "vmcore:"David Hildenbrand-1/+3
2025-01-27fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand-23/+34
2025-01-27fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand-9/+8
2025-01-27fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand-7/+8
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+11
2025-01-25ksm: add ksm involvement information for each processxu xin-0/+11
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.kcore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-40/+41
2025-01-12fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel-0/+2
2025-01-04fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao-1/+1
2024-12-30fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand-1/+1
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik-1/+1
2024-12-05fs/proc/vmcore.c: fix warning when CONFIG_MMU=nAndrew Morton-28/+28
2024-12-02proc/kcore: use percpu_rw_semaphore for kclist_lockOmar Sandoval-5/+5
2024-12-02proc/kcore: don't walk list on every readOmar Sandoval-35/+35
2024-12-02proc/kcore: mark proc entry as permanentOmar Sandoval-0/+1
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2024-11-26Merge branch 'ovl.fixes'Christian Brauner-54/+61
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+15
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-54/+61
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa-0/+1
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-10/+3
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds-1/+3
2024-11-14fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter-1/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas-1/+1
2024-11-11mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar-1/+1
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton-4/+5
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds-4/+5
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi-4/+5
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang-1/+1
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner-2/+2
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac-5/+5
2024-11-05get rid of __get_task_comm()Yafang Shao-1/+1
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes-12/+14
2024-10-31sysctl: Reduce dput(child) calls in proc_sys_fill_cache()Markus Elfring-4/+4
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-10-18proc: Fix W=1 build kernel-doc warningThorsten Blum-1/+1