summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15procfs: delete duplicated words + other fixesRandy Dunlap
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-11-20seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu
2020-11-02mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao
2020-07-19proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREAdrian Reber
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-24proc: Use PIDTYPE_TGID in next_tgidEric W. Biederman
2020-04-24proc: modernize proc to support multiple private instancesEric W. Biederman
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman
2020-04-22proc: use named enums for better readabilityAlexey Gladkov
2020-04-22proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-03-25proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-20x86/resctrl: Add task resctrl information displayChen Yu
2020-01-18apparmor: add proc subdir to attrsJohn Johansen
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin
2019-12-08namei: allow nd_jump_link() to produce errorsAleksa Sarai
2019-07-16Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds
2019-07-16/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds
2019-07-16/proc/<pid>/cmdline: remove all the special casesLinus Torvalds
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner
2019-06-12proc: Add /proc/<pid>/arch_statusAubrey Li
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-29proc: prevent changes to overridden credentialsPaul Moore
2019-04-29proc: Simplify task stack retrievalThomas Gleixner