Age | Commit message (Expand) | Author | Files | Lines |
2019-01-05 | fs/proc/base.c: slightly faster /proc/*/limits | Alexey Dobriyan | 1 | -2/+4 |
2019-01-05 | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() | Alexey Dobriyan | 1 | -3/+1 |
2019-01-05 | fs/proc/util.c: include fs/proc/internal.h for name_to_int() | Eric Biggers | 1 | -0/+1 |
2019-01-05 | fs/proc/base.c: use ns_capable instead of capable for timerslack_ns | Benjamin Gordon | 1 | -3/+9 |
2018-12-28 | mm, proc: report PR_SET_THP_DISABLE in proc | Michal Hocko | 1 | -0/+10 |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 1 | -0/+2 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -2/+5 |
2018-12-28 | /proc/kpagecount: return 0 for special pages that are never mapped | Anthony Yznaga | 1 | -1/+1 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-14 | proc/sysctl: don't return ENOMEM on lookup when a table is unregistering | Ivan Delalande | 1 | -7/+6 |
2018-11-01 | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+18 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 3 | -3/+3 |
2018-10-31 | fs/proc/vmcore.c: Convert to use vmf_error() | Souptick Joarder | 1 | -1/+1 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+1 |
2018-10-27 | mm: zero-seek shrinkers | Johannes Weiner | 1 | -0/+3 |
2018-10-27 | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 1 | -3/+0 |
2018-10-27 | mm, proc: add KReclaimable to /proc/meminfo | Vlastimil Babka | 1 | -8/+8 |
2018-10-27 | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() | Vlastimil Babka | 1 | -1/+3 |
2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+28 |
2018-10-09 | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() | Borislav Petkov | 1 | -0/+10 |
2018-10-06 | kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled | Lianbo Jiang | 1 | -6/+18 |
2018-10-06 | proc: restrict kernel stack dumps to root | Jann Horn | 1 | -0/+14 |
2018-09-30 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -1/+1 |
2018-09-20 | fs/proc/kcore.c: fix invalid memory access in multi-page read optimization | Dominique Martinet | 1 | -0/+1 |
2018-09-04 | fs/proc: Show STACKLEAK metrics in the /proc file system | Alexander Popov | 1 | -0/+18 |
2018-08-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+5 |
2018-08-24 | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds | Arnd Bergmann | 1 | -0/+2 |
2018-08-22 | proc/kcore: add vmcoreinfo note to /proc/kcore | Omar Sandoval | 2 | -2/+17 |
2018-08-22 | proc/kcore: optimize multiple page reads | Omar Sandoval | 1 | -3/+11 |
2018-08-22 | proc/kcore: clean up ELF header generation | Omar Sandoval | 1 | -209/+141 |
2018-08-22 | proc/kcore: hold lock during read | Omar Sandoval | 1 | -30/+40 |
2018-08-22 | proc/kcore: fix memory hotplug vs multiple opens race | Omar Sandoval | 1 | -49/+44 |
2018-08-22 | proc/kcore: replace kclist_lock rwlock with rwsem | Omar Sandoval | 1 | -10/+10 |
2018-08-22 | proc/kcore: don't grab lock for memory hotplug notifier | Omar Sandoval | 1 | -4/+2 |
2018-08-22 | proc/kcore: don't grab lock for kclist_add() | Omar Sandoval | 1 | -4/+3 |
2018-08-22 | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries | James Morse | 1 | -1/+3 |
2018-08-22 | fs/proc/vmcore.c: use new typedef vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-08-22 | proc: use "unsigned int" in /proc/stat hook | Alexey Dobriyan | 1 | -1/+1 |
2018-08-22 | proc: spread "const" a bit | Alexey Dobriyan | 1 | -2/+2 |
2018-08-22 | proc: use macro in /proc/latency hook | Alexey Dobriyan | 1 | -1/+1 |
2018-08-22 | proc: save 2 atomic ops on write to "/proc/*/attr/*" | Alexey Dobriyan | 1 | -19/+19 |
2018-08-22 | proc: put task earlier in /proc/*/fail-nth | Alexey Dobriyan | 1 | -3/+1 |
2018-08-22 | proc: smaller readlock section in readdir("/proc") | Alexey Dobriyan | 1 | -2/+2 |
2018-08-22 | fs/proc/uptime.c: use ktime_get_boottime_ts64 | Arnd Bergmann | 1 | -2/+2 |
2018-08-22 | proc: fixup PDE allocation bloat | Alexey Dobriyan | 2 | -12/+11 |
2018-08-22 | /proc/meminfo: add percpu populated pages count | Dennis Zhou (Facebook) | 1 | -0/+2 |
2018-08-22 | mm: /proc/pid/smaps_rollup: convert to single value seq_file | Vlastimil Babka | 2 | -60/+96 |
2018-08-22 | mm: /proc/pid/smaps: factor out common stats printing | Vlastimil Babka | 1 | -22/+29 |
2018-08-22 | mm: /proc/pid/smaps: factor out mem stats gathering | Vlastimil Babka | 1 | -24/+31 |
2018-08-22 | mm: /proc/pid/*maps remove is_pid and related wrappers | Vlastimil Babka | 4 | -144/+18 |