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
2016-10-28
proc: fix NULL dereference when reading /proc/<pid>/auxv
Leon Yu
1
-0
/
+3
2016-10-25
proc: don't use FOLL_FORCE for reading cmdline and environment
Linus Torvalds
1
-10
/
+8
2016-10-22
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-41
/
+25
2016-10-20
fs/proc: Stop trying to report thread stacks
Andy Lutomirski
2
-37
/
+20
2016-10-20
fs/proc: Stop reporting eip and esp in /proc/PID/stat
Andy Lutomirski
1
-4
/
+5
2016-10-19
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-6
/
+13
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-6
/
+5
2016-10-11
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-11
/
+20
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-28
/
+35
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
3
-3
/
+3
2016-10-08
cred: simpler, 1D supplementary groups
Alexey Dobriyan
1
-1
/
+1
2016-10-08
mm, proc: fix region lost in /proc/self/smaps
Robert Ho
1
-3
/
+5
2016-10-08
proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self
John Stultz
1
-15
/
+19
2016-10-08
proc: add LSM hook checks to /proc/<tid>/timerslack_ns
John Stultz
1
-0
/
+10
2016-10-08
proc: relax /proc/<tid>/timerslack_ns capability requirements
John Stultz
1
-14
/
+20
2016-10-08
meminfo: break apart a very long seq_printf with #ifdefs
Joe Perches
1
-116
/
+95
2016-10-08
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
Joe Perches
2
-120
/
+107
2016-10-08
proc: faster /proc/*/status
Alexey Dobriyan
1
-40
/
+47
2016-10-08
fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...
James Morse
1
-1
/
+1
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-7
/
+7
2016-10-06
proc: switch auxv to use of __mem_open()
Al Viro
1
-19
/
+26
2016-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-0
/
+20
2016-09-30
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
1
-11
/
+20
2016-09-28
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
5
-5
/
+5
2016-09-28
fs: proc: Delete inode time initializations in proc_alloc_inode()
Deepa Dinamani
1
-1
/
+0
2016-09-28
proc: unsigned file descriptors
Alexey Dobriyan
3
-6
/
+6
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+20
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
3
-3
/
+3
2016-09-20
fs/proc/kcore.c: Add bounce buffer for ktext data
Jiri Olsa
1
-1
/
+6
2016-09-20
fs/proc/kcore.c: Make bounce buffer global for read
Jiri Olsa
1
-10
/
+14
2016-09-15
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2
-6
/
+3
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+3
2016-09-10
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2016-09-10
mm: fix show_smap() for zone_device-pmd ranges
Dan Williams
1
-0
/
+2
2016-09-02
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-6
/
+1
2016-08-31
mm: introduce get_task_exe_file
Mateusz Guzik
1
-6
/
+1
2016-08-18
proc: Fix return address printk conversion specifer in /proc/<pid>/stack
Josh Poimboeuf
1
-1
/
+1
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+3
2016-08-15
net: make net namespace sysctls belong to container's owner
Dmitry Torokhov
1
-0
/
+5
2016-08-15
proc: make proc entries inherit ownership from parent
Dmitry Torokhov
2
-0
/
+15
2016-08-12
proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
Mel Gorman
1
-1
/
+1
2016-08-08
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
1
-7
/
+7
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-08-03
fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2
Geert Uytterhoeven
1
-1
/
+1
2016-08-03
fs/proc/task_mmu.c: suppress compilation warnings with W=1
Valdis Kletnieks
1
-0
/
+1
2016-08-03
procfs: avoid 32-bit time_t in /proc/*/stat
Arnd Bergmann
1
-6
/
+4
2016-08-03
proc_oom_score: remove tasklist_lock and pid_alive()
Oleg Nesterov
1
-5
/
+2
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
1
-1
/
+1
2016-07-30
qstr: constify instances in procfs
Al Viro
1
-1
/
+1
[next]