aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAge
* proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds2017-12-06
* proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds2017-11-27
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-23
|\
| * mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-30
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-13
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-06
* sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-10
* fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-07-14
* fault-inject: simplify access check for fail-nthAkinobu Mita2017-07-14
* fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-07-14
* fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-07-14
* fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-07-14
* fault-inject: support systematic fault injectionDmitry Vyukov2017-07-12
* "Yes, people use FOLL_FORCE ;)"Linus Torvalds2017-05-30
* proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds2017-05-09
* livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf2017-03-08
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
|/
* mm: use mmget_not_zero() helperVegard Nossum2017-02-27
* mm: add new mmgrab() helperVegard Nossum2017-02-27
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-24
* proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan2017-02-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-23
|\
| * proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-23
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-21
|\ \
| * | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-09
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-20
|\ \
| * | timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre2017-01-27
| |/
* / proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-01-24
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-14
|\
| * audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-03
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-14
|\ \
| * \ Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2016-11-23
| |\ \
| | * | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-14
* | | | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-12
* | | | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-12
* | | | proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-12
* | | | proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-12
|/ / /
* | | proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-27
* | | proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-24
|/ /
* | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/