aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+13
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+11
2020-01-20x86/resctrl: Add task resctrl information displayGravatar Chen Yu 2-0/+11
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsGravatar Andrei Vagin 1-0/+94
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeGravatar Dmitry Safonov 1-0/+3
2020-01-14ns: Introduce Time NamespaceGravatar Andrei Vagin 1-0/+4
2019-12-11sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueGravatar Flavio Leitner 1-2/+2
2019-12-08namei: allow nd_jump_link() to produce errorsGravatar Aleksa Sarai 2-7/+10
2019-12-08nsfs: clean-up ns_get_path() signature to return intGravatar Aleksa Sarai 1-3/+3
2019-12-04fs/proc/Kconfig: fix indentationGravatar Krzysztof Kozlowski 1-4/+4
2019-12-04fs/proc/internal.h: shuffle "struct pde_opener"Gravatar Alexey Dobriyan 1-1/+1
2019-12-04fs/proc/generic.c: delete useless "len" variableGravatar Alexey Dobriyan 1-4/+2
2019-12-04proc: change ->nlink under proc_subdir_lockGravatar Alexey Dobriyan 1-16/+15
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-11-21procfs: Use all-in-one vtime aware kcpustat accessorGravatar Frederic Weisbecker 1-25/+31
2019-11-13time: Rename tsk->real_start_time to ->start_boottimeGravatar Peter Zijlstra 1-1/+1
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesGravatar Ingo Molnar 2-14/+18
2019-10-29procfs: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMGravatar Frederic Weisbecker 1-2/+2
2019-10-19proc/meminfo: fix output alignmentGravatar Kirill A. Shutemov 1-2/+2
2019-10-19fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cGravatar David Hildenbrand 1-12/+16
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+6
2019-09-24mm,thp: stats for file backed THPGravatar Song Liu 2-1/+7
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-4/+0
2019-09-24mm: introduce compound_nr()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-38/+42
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-4/+4
2019-09-07pagewalk: separate function pointers from iterator dataGravatar Christoph Hellwig 1-37/+41
2019-09-07mm: split out a new pagewalk.h header from mm.hGravatar Christoph Hellwig 1-1/+1
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-2/+1
2019-08-19lockdown: Print current->comm in restriction messagesGravatar Matthew Garrett 1-2/+3
2019-08-19lockdown: Lock down /proc/kcoreGravatar David Howells 1-0/+5
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeGravatar Thiago Jung Bauermann 1-4/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+3
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-0/+4
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityGravatar Yang Shi 1-1/+2
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-11/+32
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Gravatar Radoslaw Burny 1-0/+4
2019-07-16fs/proc/inode.c: use typeof_member() macroGravatar Alexey Dobriyan 1-10/+17
2019-07-16vmcore: add a kernel parameter novmcoreddGravatar Kairui Song 2-1/+11
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 1-1/+1
2019-07-16Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Gravatar Linus Torvalds 1-57/+75
2019-07-16/proc/<pid>/cmdline: add back the setproctitle() special caseGravatar Linus Torvalds 1-4/+77
2019-07-16/proc/<pid>/cmdline: remove all the special casesGravatar Linus Torvalds 1-63/+8
2019-07-15docs: admin-guide: move sysctl directory to itGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+1
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskGravatar Shakeel Butt 1-2/+1
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkGravatar Shakeel Butt 1-1/+1
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoGravatar Roman Gushchin 1-1/+1
2019-07-12mm: smaps: split PSS into componentsGravatar Luigi Semenzato 1-30/+62
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/map_filesGravatar Konstantin Khlebnikov 1-6/+22