summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | 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
* | | mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-1/+1
* | | mm: smaps: split PSS into componentsLuigi Semenzato2019-07-121-30/+62
* | | proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-121-6/+22
* | | proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov2019-07-121-1/+4
* | | proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov2019-07-121-1/+3
* | | proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov2019-07-121-2/+6
* | | proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov2019-07-122-2/+10
* | | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-1/+1
|\ \ \
| * | | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-1/+1
* | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-3/+3
|\ \ \ \
OpenPOWER on IntegriCloud