aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAge
...
| * | | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-14
| |\ \ \ | | | |/ | | |/|
| * | | proc/stat: Make the interrupt statistics more efficientThomas Gleixner2019-02-10
| | |/ | |/|
* | | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-21
* | | mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-12
| |/ |/|
* | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-01
|/
* fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-04
* fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan2019-01-04
* fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers2019-01-04
* fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-04
* mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2018-12-28
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-28
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-28
* /proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2018-12-28
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-13
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-01
|\
| * fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-04
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* | fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-31
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\ \
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-29
* | | mm: zero-seek shrinkersJohannes Weiner2018-10-26
* | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-26
* | | mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-26
* | | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-26
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-23
|\ \ \
| * | | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2018-10-09
| * | | kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang2018-10-06
| |/ /
* / / proc: restrict kernel stack dumps to rootJann Horn2018-10-05
|/ /
* / fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet2018-09-20
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-26
|\
| * x86: Add entry trampolines to kcoreAdrian Hunter2018-08-14
* | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-23
* | proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-22
* | proc/kcore: optimize multiple page readsOmar Sandoval2018-08-22
* | proc/kcore: clean up ELF header generationOmar Sandoval2018-08-22
* | proc/kcore: hold lock during readOmar Sandoval2018-08-22
* | proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-22
* | proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-22
* | proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-22
* | proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-22
* | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-08-22
* | fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder2018-08-22
* | proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan2018-08-22
* | proc: spread "const" a bitAlexey Dobriyan2018-08-22
* | proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-22
* | proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-22
* | proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-22
* | proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-22
* | fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann2018-08-22