summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2024-12-05fs/proc/vmcore.c: fix warning when CONFIG_MMU=nAndrew Morton1-28/+28
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-11-26Merge branch 'ovl.fixes'Christian Brauner2-54/+61
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2-6/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-13/+15
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-54/+61
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-10/+3
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2024-11-14fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter1-1/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-1/+1
2024-11-11mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar1-1/+1
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-4/+5
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+5
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner1-2/+2
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-11-05get rid of __get_task_comm()Yafang Shao1-1/+1
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes1-12/+14
2024-10-31sysctl: Reduce dput(child) calls in proc_sys_fill_cache()Markus Elfring1-4/+4
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-10-18proc: Fix W=1 build kernel-doc warningThorsten Blum1-1/+1
2024-10-17fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das1-6/+10
2024-10-16fs/procfs: Switch to irq_get_nr_irqs()Bart Van Assche2-4/+4
2024-10-10sysctl: Convert locking comments to lockdep assertionsThomas Weißschuh1-4/+10
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-09sysctl: make internal ctl_tables constThomas Weißschuh1-2/+2
2024-10-09sysctl: allow registration of const struct ctl_tableThomas Weißschuh1-3/+3
2024-10-09sysctl: move internal interfaces to const struct ctl_tableThomas Weißschuh2-41/+42
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro1-9/+3
2024-10-04mm: Introduce ARCH_HAS_USER_SHADOW_STACKMark Brown1-1/+1
2024-09-24Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+8
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2-38/+8
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+5
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2024-09-17proc: use __auto_type moreAlexey Dobriyan1-23/+8
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+85
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+24
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-8/+6
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy1-1/+3
2024-09-12proc: store cookie in private dataChristian Brauner1-6/+24
2024-09-09proc: fold kmalloc() + strcpy() into kmemdup()Alexey Dobriyan1-2/+2