summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan
2019-07-16vmcore: add a kernel parameter novmcoreddKairui Song
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
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-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus 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-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin
2019-07-12mm: smaps: split PSS into componentsLuigi Semenzato
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-08Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-06-29fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner
2019-06-20fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang
2019-06-12proc: Add /proc/<pid>/arch_statusAubrey Li
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara
2019-05-25procfs: set ->user_ns before calling ->get_tree()Al Viro
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01procfs: switch to ->free_inode()Al Viro
2019-04-29proc: prevent changes to overridden credentialsPaul Moore
2019-04-29proc: Simplify task stack retrievalThomas Gleixner
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing