aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-12proc: commit to genradixKent Overstreet
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner
2019-02-28proc: Add fs_context support to procfsDavid Howells
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner
2019-02-12mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs
2019-01-08procfs: add smack subdir to attrsCasey Schaufler
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds