..
array.c
seccomp: Fix CONFIG tests for Seccomp_filters
2021-05-14 09:50:24 +02:00
base.c
proc: Avoid mixing integer types in mem_rw()
2021-07-28 14:35:42 +02:00
bootconfig.c
proc: bootconfig: Add null pointer check
2022-04-08 14:40:42 +02:00
cmdline.c
proc: introduce proc_create_single{,_data}
2018-05-16 07:23:35 +02:00
consoles.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
2019-05-30 11:29:21 -07:00
cpuinfo.c
proc/cpuinfo: switch to ->read_iter
2020-11-06 10:05:18 -08:00
devices.c
block: move block-related definitions out of fs.h
2020-06-24 09:16:02 -06:00
fd.c
proc: use "unsigned int" in proc_fill_cache()
2018-06-07 17:34:38 -07:00
fd.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
generic.c
proc: fix dentry/inode overinstantiating under /proc/${pid}/net
2022-06-09 10:21:17 +02:00
inode.c
proc: wire up generic_file_splice_read for iter ops
2020-11-06 10:05:18 -08:00
internal.h
proc: fix lookup in /proc/net subdirectories after setns(2)
2020-12-30 11:53:56 +01:00
interrupts.c
proc: introduce proc_create_seq{,_data}
2018-05-16 07:23:35 +02:00
Kconfig
treewide: replace '---help---' in Kconfig files with 'help'
2020-06-14 01:57:21 +09:00
kcore.c
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
2022-05-15 20:00:09 +02:00
kmsg.c
proc: faster open/read/close with "permanent" files
2020-04-07 10:43:42 -07:00
loadavg.c
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
2018-10-26 16:26:32 -07:00
Makefile
proc: bootconfig: Add /proc/bootconfig to show boot config list
2020-01-13 13:19:39 -05:00
meminfo.c
proc/meminfo: avoid open coded reading of vm_committed_as
2020-08-07 11:33:26 -07:00
namespaces.c
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
2020-01-29 11:20:24 -08:00
nommu.c
mm: don't include asm/pgtable.h if linux/mm.h is already included
2020-06-09 09:39:13 -07:00
page.c
mm: Add PG_arch_2 page flag
2020-09-04 12:46:06 +01:00
proc_net.c
proc: fix dentry/inode overinstantiating under /proc/${pid}/net
2022-06-09 10:21:17 +02:00
proc_sysctl.c
proc: use kvzalloc for our kernel buffer
2021-03-04 11:38:21 +01:00
proc_tty.c
tty: replace ->proc_fops with ->proc_show
2018-05-16 07:24:30 +02:00
root.c
proc: s_fs_info may be NULL when proc_kill_sb is called
2020-06-10 14:54:54 -05:00
self.c
Revert "proc: don't allow async path resolution of /proc/self components"
2023-01-04 11:39:24 +01:00
softirqs.c
proc: introduce proc_create_single{,_data}
2018-05-16 07:23:35 +02:00
stat.c
fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
2021-11-18 14:03:56 +01:00
task_mmu.c
mm: /proc/pid/smaps_rollup: fix no vma's null-deref
2022-10-30 09:41:19 +01:00
task_nommu.c
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
2020-06-09 09:39:14 -07:00
thread_self.c
Revert "proc: don't allow async path resolution of /proc/thread-self components"
2023-01-04 11:39:24 +01:00
uptime.c
fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
2021-11-18 14:03:56 +01:00
util.c
fs/proc/util.c: include fs/proc/internal.h for name_to_int()
2019-01-04 13:13:45 -08:00
version.c
proc: introduce proc_create_single{,_data}
2018-05-16 07:23:35 +02:00
vmcore.c
proc/vmcore: fix clearing user buffer by properly using clear_user()
2021-12-01 09:19:02 +01:00