index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
[next]