Commit Graph

1012 Commits (9455e34cb2ded22e01abb6daa65ba1caeed8d7fe)

Author SHA1 Message Date
Linus Torvalds 0640113be2 vfs: Fix /proc/<tid>/fdinfo/<fd> file handling 13 years ago
Cyrill Gorcunov 5b172087f9 c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat 13 years ago
Cyrill Gorcunov 818411616b fs, proc: introduce /proc/<pid>/task/<tid>/children entry 13 years ago
Konstantin Khlebnikov bca1554373 proc/smaps: show amount of nonlinear ptes in vma 13 years ago
Konstantin Khlebnikov b1d4d9e0cb proc/smaps: carefully handle migration entries 13 years ago
Konstantin Khlebnikov 052fb0d635 proc: report file/anon bit in /proc/pid/pagemap 13 years ago
Jan Engelhardt 715be1fce0 procfs: use more apprioriate types when dumping /proc/N/stat 13 years ago
Alexey Dobriyan af5e617143 proc: pass "fd" by value in /proc/*/{fd,fdinfo} code 13 years ago
Alexey Dobriyan f05ed3f1ab proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path 13 years ago
Cong Wang 2344bec788 proc: use mm_access() instead of ptrace_may_access() 13 years ago
Cong Wang e7dcd9990e proc: remove mm_for_maps() 13 years ago
Cong Wang b409e578d9 proc: clean up /proc/<pid>/environ handling 13 years ago
David Rientjes a7f638f999 mm, oom: normalize oom scores to oom_score_adj scale only for userspace 13 years ago
Sasha Levin 08fa29d916 mm: fix NULL ptr deref when walking hugepages 13 years ago
Linus Torvalds 30a08bf2d3 proc: move fd symlink i_mode calculations into tid_fd_revalidate() 13 years ago
Cyrill Gorcunov eb94cd96e0 fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entries 13 years ago
Eric W. Biederman 091bd3ea4e userns: Convert sysctl permission checks to use kuid and kgids. 13 years ago
Eric W. Biederman dcb0f22282 userns: Convert proc to use kuid/kgid where appropriate 13 years ago
Konstantin Khlebnikov 16fbdce62d proc/pid/pagemap: correctly report non-present ptes and holes between vmas 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Eric W. Biederman ae2975bc34 userns: Convert group_info values from gid_t to kgid_t. 13 years ago
Eric W. Biederman 22d917d80e userns: Rework the user_namespace adding uid/gid mapping support 13 years ago
Will Deacon 63f61a6f46 revert "proc: clear_refs: do not clear reserved pages" 13 years ago
Vasiliy Kulikov 99663be772 proc: fix mount -t proc -o AAA 13 years ago
Martin Schwidefsky cb85a6ed67 proc: stats: Use arch_idle_time for idle and iowait times if available 13 years ago
Naoya Horiguchi 10bdfb5ef7 pagemap: remove remaining unneeded spin_lock() 13 years ago
Andrew Morton 4c619aa0ba fs/proc/namespaces.c: prevent crash when ns_entries[] is empty 13 years ago
Andrea Arcangeli 45f83cefe3 mm: thp: fix up pmd_trans_unstable() locations 13 years ago
KAMEZAWA Hiroyuki 3748b2f15b procfs: fix /proc/statm 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
Pravin B Shelar 1b26c9b334 proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). 13 years ago
KAMEZAWA Hiroyuki bda7bad62b procfs: speed up /proc/pid/stat, statm 13 years ago
KAMEZAWA Hiroyuki 1ac101a5d6 procfs: add num_to_str() to speed up /proc/stat 13 years ago
Eric Dumazet 59a32e2ce5 proc: speed up /proc/stat handling 13 years ago
Djalal Harouni b908243c54 fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static 13 years ago
Lucas De Marchi 4e474a00d7 sysctl: protect poll() in entries that may go away 13 years ago
Siddhesh Poyarekar b76437579d procfs: mark thread stack correctly in proc/<pid>/maps 13 years ago
Naoya Horiguchi 092b50bacd pagemap: introduce data structure for pagemap entry 13 years ago
Naoya Horiguchi e873c49fbf pagemap: export KPF_THP 13 years ago
Naoya Horiguchi 025c5b2451 thp: optimize away unnecessary page table locking 13 years ago
Naoya Horiguchi 5aaabe831e pagemap: avoid splitting thp when reading /proc/pid/pagemap 13 years ago
Andrea Arcangeli 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro 6b4231e2f9 procfs: clean proc_fill_super() up 13 years ago
Laura Vasilescu f1f996b66c kcore: fix spelling in read_kcore() comment 13 years ago
Hiroshi Shimamoto 2e5b5b3a1b sched: Clean up parameter passing of proc_sched_autogroup_set_nice() 13 years ago
Mahesh Salgaonkar 1625739376 fadump: Introduce cleanup routine to invalidate /proc/vmcore. 13 years ago
David Howells 1dce27c5aa Wrap accesses to the fd_sets in struct fdtable 13 years ago
Al Viro 4040153087 security: trim security.h 13 years ago
Christopher Yeoh 8cdb878dcb Fix race in process_vm_rw_core 13 years ago