summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-0/+9
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-117/+176
2019-03-12proc: commit to genradixKent Overstreet-28/+15
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan-9/+10
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+56
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-62/+68
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan-10/+10
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan-28/+32
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang-3/+3
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu-8/+8
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu-8/+8
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V-3/+5
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V-2/+2
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand-2/+2
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+26
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner-0/+9
2019-02-28proc: Add fs_context support to procfsDavid Howells-68/+129
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells-54/+52
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko-4/+0
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner-1/+24
2019-02-12mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil-8/+14
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar-1/+24
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner-3/+26
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova-1/+1
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan-1/+24
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs-3/+3
2019-01-08procfs: add smack subdir to attrsCasey Schaufler-9/+56
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan-2/+4
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan-3/+1
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers-0/+1
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon-3/+9
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko-0/+10
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse-2/+5
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande-7/+6
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+18
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-3/+3
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-1/+1
2018-10-26mm: zero-seek shrinkersJohannes Weiner-0/+3
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner-3/+0
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka-8/+8
2018-10-26mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka-1/+3
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+28