Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2019-03-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+26 |
2019-02-21 | proc, oom: do not report alien mms when setting oom_score_adj | Michal Hocko | 1 | -4/+0 |
2019-02-14 | Merge branch 'linus' into irq/core | Thomas Gleixner | 3 | -1/+24 |
2019-02-12 | mm: proc: smaps_rollup: fix pss_locked calculation | Sandeep Patil | 1 | -8/+14 |
2019-02-11 | Merge tag 'v5.0-rc6' into sched/core, to pick up fixes | Ingo Molnar | 3 | -1/+24 |
2019-02-10 | proc/stat: Make the interrupt statistics more efficient | Thomas Gleixner | 1 | -3/+26 |
2019-02-04 | sched/core: Convert sighand_struct.count to refcount_t | Elena Reshetova | 1 | -1/+1 |
2019-02-01 | proc: fix /proc/net/* after setns(2) | Alexey Dobriyan | 3 | -1/+24 |
2019-01-04 | fs/proc/base.c: slightly faster /proc/*/limits | Alexey Dobriyan | 1 | -2/+4 |
2019-01-04 | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() | Alexey Dobriyan | 1 | -3/+1 |
2019-01-04 | fs/proc/util.c: include fs/proc/internal.h for name_to_int() | Eric Biggers | 1 | -0/+1 |
2019-01-04 | 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-13 | 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-26 | mm: zero-seek shrinkers | Johannes Weiner | 1 | -0/+3 |
2018-10-26 | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 1 | -3/+0 |
2018-10-26 | mm, proc: add KReclaimable to /proc/meminfo | Vlastimil Babka | 1 | -8/+8 |
2018-10-26 | 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-05 | proc: restrict kernel stack dumps to root | Jann Horn | 1 | -0/+14 |
2018-09-29 | 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-23 | 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 |