summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-6/+10
* stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+6
|\
| * seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+1
|\ \
| * | procfs: delete duplicated words + other fixesRandy Dunlap2020-12-151-1/+1
| |/
* / exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-5/+5
|/
* mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock2020-11-021-0/+2
* io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-171-0/+4
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-2/+1
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-1/+10
* proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-4/+4
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-071-0/+13
|\
| * apparmor: add proc subdir to attrsJohn Johansen2020-01-181-0/+13
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-33/+41
|\ \
| * | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-5/+5
| * | proc: Use PIDTYPE_TGID in next_tgidEric W. Biederman2020-04-241-14/+2
| * | proc: modernize proc to support multiple private instancesEric W. Biederman2020-04-241-14/+34
| |\ \
| | * | proc: use named enums for better readabilityAlexey Gladkov2020-04-221-1/+1
| | * | proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov2020-04-221-0/+15
| | * | proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-221-13/+18
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-251-1/+0
|\| | |
| * | | proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-1/+0
| |/ /
* / / proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+13
|/ /
* | proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-5/+5
* | proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-2/+2
* | proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-3/+3
* | proc: Use a list of inodes to flush from procEric W. Biederman2020-02-241-75/+36
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-2/+1
|\ \
| * | namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-081-2/+1
| |/
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-0/+7
|\ \
| * | x86/resctrl: Add task resctrl information displayChen Yu2020-01-201-0/+7
| |/
* / fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+94
|/
* Merge branch 'proc-cmdline' (/proc/<pid>/cmdline fixes)Linus Torvalds2019-07-161-57/+75
|\
| * /proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds2019-07-161-4/+77
| * /proc/<pid>/cmdline: remove all the special casesLinus Torvalds2019-07-161-63/+8
* | oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-121-2/+1
* | mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-121-1/+1
* | proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-121-6/+22
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+6
|\ \ | |/ |/|
| * proc: Add /proc/<pid>/arch_statusAubrey Li2019-06-121-0/+6
* | proc: remove useless d_is_dir() checkChristian Brauner2019-06-271-2/+1
|/
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-141-1/+1
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-0/+5
|\
| * proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5