summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | proc: use seq_puts() everywhereAlexey Dobriyan2019-03-053-10/+10
| * | | proc: read kernel cpu stat pointer onceAlexey Dobriyan2019-03-051-28/+32
| * | | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-053-3/+3
| * | | fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-03-051-8/+8
| * | | fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu2019-03-051-8/+8
| * | | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-3/+5
| * | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
| * | | mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-051-2/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-113-1/+24
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-3/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-143-1/+24
| |\ \ \ | | | |/ | | |/|
| * | | proc/stat: Make the interrupt statistics more efficientThomas Gleixner2019-02-101-3/+26
| | |/ | |/|
* | | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-211-4/+0
* | | mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-121-8/+14
| |/ |/|
* | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-013-1/+24
|/
* fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-041-2/+4
* fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan2019-01-041-3/+1
* fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers2019-01-041-0/+1
* fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-041-3/+9
* mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2018-12-281-0/+10
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-0/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-2/+5
* /proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2018-12-281-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-131-7/+6
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+18
|\
| * fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+18
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+3
* | fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-311-1/+1
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\ \
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* | | mm: zero-seek shrinkersJohannes Weiner2018-10-261-0/+3
* | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-3/+0
* | | mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-261-8/+8
* | | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-261-1/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-6/+28
|\ \ \
| * | | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2018-10-091-0/+10
| * | | kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang2018-10-061-6/+18
| |/ /
* / / proc: restrict kernel stack dumps to rootJann Horn2018-10-051-0/+14
|/ /
* / fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet2018-09-201-0/+1
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-2/+5
|\
| * x86: Add entry trampolines to kcoreAdrian Hunter2018-08-141-2/+5
* | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-231-0/+2
* | proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-222-2/+17
* | proc/kcore: optimize multiple page readsOmar Sandoval2018-08-221-3/+11
* | proc/kcore: clean up ELF header generationOmar Sandoval2018-08-221-209/+141
* | proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* | proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44