aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)1-8/+9
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing1-1/+1
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song1-0/+27
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+9
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-117/+176
2019-03-12proc: commit to genradixKent Overstreet1-28/+15
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan1-9/+10
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-3/+3
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-9/+56
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-62/+68
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan3-10/+10
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan1-28/+32
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang3-3/+3
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu1-8/+8
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu1-8/+8
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-3/+5
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand1-2/+2
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+26
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-0/+9
2019-02-28proc: Add fs_context support to procfsDavid Howells3-68/+129
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells3-54/+52
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko1-4/+0
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner3-1/+24
2019-02-12mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil1-8/+14
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar3-1/+24
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner1-3/+26
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-1/+1
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan3-1/+24
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs1-3/+3
2019-01-08procfs: add smack subdir to attrsCasey Schaufler2-9/+56
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan1-2/+4
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan1-3/+1
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers1-0/+1
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon1-3/+9
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko1-0/+10
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-2/+5
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande1-7/+6
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+18
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+3
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-0/+3