summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-046-76/+79
* mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+2
* fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand2020-02-041-3/+27
* Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-10/+13
|\
| * namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-082-7/+10
| * nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-081-3/+3
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-0/+11
|\ \
| * | x86/resctrl: Add task resctrl information displayChen Yu2020-01-202-0/+11
* | | fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+94
* | | fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry Safonov2020-01-141-0/+3
* | | ns: Introduce Time NamespaceAndrei Vagin2020-01-141-0/+4
|/ /
* | sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueFlavio Leitner2019-12-111-2/+2
|/
* fs/proc/Kconfig: fix indentationKrzysztof Kozlowski2019-12-041-4/+4
* fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan2019-12-041-1/+1
* fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan2019-12-041-4/+2
* proc: change ->nlink under proc_subdir_lockAlexey Dobriyan2019-12-041-16/+15
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-1/+1
|\
| * time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
* | procfs: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker2019-11-211-25/+31
* | Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-112-14/+18
|\ \ | |/
| * proc/meminfo: fix output alignmentKirill A. Shutemov2019-10-191-2/+2
| * fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand2019-10-191-12/+16
* | procfs: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker2019-10-291-2/+2
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+6
|\
| * lockdown: Print current->comm in restriction messagesMatthew Garrett2019-08-191-2/+3
| * lockdown: Lock down /proc/kcoreDavid Howells2019-08-191-0/+5
* | mm,thp: stats for file backed THPSong Liu2019-09-242-1/+7
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-4/+0
* | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-38/+42
|\ \
| * | pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-37/+41
| * | mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
* | | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-4/+4
|\ \ \
| * | | fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann2019-08-091-4/+4
| |/ /
* | | new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
|/ /
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+3
|\ \
| * | procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-251-4/+3
* | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-0/+4
* | | mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-181-1/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-174-11/+32
|\ \ \
| * | | fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-161-0/+4
| * | | fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan2019-07-161-10/+17
| * | | vmcore: add a kernel parameter novmcoreddKairui Song2019-07-162-1/+11
* | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
|\ \ \ \
| * | | | docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab2019-07-151-1/+1
| |/ / /
* | | | 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
| | |/ | |/|
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-1/+1
|\ \ \
| * | | mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-1/+1
| |/ /
OpenPOWER on IntegriCloud