Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-08-15 | x86: Add entry trampolines to kcore | Adrian Hunter | 1 | -2/+5 |
2018-07-14 | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* | Vlastimil Babka | 1 | -1/+2 |
2018-07-01 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+10 |
2018-06-28 | proc: add proc_seq_release | Chunyu Hu | 1 | -1/+10 |
2018-06-20 | proc: fix missing final NUL in get_mm_cmdline() rewrite | Linus Torvalds | 1 | -5/+23 |
2018-06-16 | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 5 | -12/+134 |
2018-06-15 | proc: Make inline name size calculation automatic | David Howells | 4 | -12/+16 |
2018-06-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -6/+3 |
2018-06-15 | proc: skip branch in /proc/*/* lookup | Alexey Dobriyan | 1 | -6/+3 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2 | -2/+3 |
2018-06-10 | Merge branch 'proc-cmdline' | Linus Torvalds | 1 | -112/+99 |
2018-06-08 | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+3 |
2018-06-08 | fix proc_fill_cache() in case of d_alloc_parallel() failure | Al Viro | 1 | -3/+3 |
2018-06-08 | proc: use "unsigned int" for /proc/*/stack | Alexey Dobriyan | 1 | -1/+2 |
2018-06-08 | proc: use "unsigned int" for sigqueue length | Alexey Dobriyan | 1 | -1/+1 |
2018-06-08 | proc: use "unsigned int" in proc_fill_cache() | Alexey Dobriyan | 3 | -5/+5 |
2018-06-08 | proc: smaller RCU section in ->getattr() | Alexey Dobriyan | 1 | -1/+1 |
2018-06-08 | proc: deduplicate /proc/*/cmdline implementation | Alexey Dobriyan | 1 | -33/+20 |
2018-06-08 | proc: simpler iterations for /proc/*/cmdline | Alexey Dobriyan | 1 | -19/+14 |
2018-06-08 | proc: somewhat simpler code for /proc/*/cmdline | Alexey Dobriyan | 1 | -15/+9 |
2018-06-08 | proc: more "unsigned int" in /proc/*/cmdline | Alexey Dobriyan | 1 | -17/+12 |
2018-06-08 | mm: mark pages in use for page tables | Matthew Wilcox | 1 | -0/+2 |