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
starfive-6.6.48-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
2012-01-25
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
1
-102
/
+295
2012-01-25
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
1
-1
/
+10
2012-01-25
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
1
-199
/
+143
2012-01-25
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
1
-0
/
+3
2012-01-25
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
1
-36
/
+62
2012-01-25
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
1
-26
/
+76
2012-01-25
sysctl: Normalize the root_table data structure.
Eric W. Biederman
1
-4
/
+11
2012-01-25
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
1
-3
/
+13
2012-01-25
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
1
-8
/
+17
2012-01-25
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
1
-9
/
+19
2012-01-25
sysctl: A more obvious version of grab_header.
Eric W. Biederman
1
-4
/
+4
2012-01-25
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
1
-11
/
+1
2012-01-25
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
1
-136
/
+86
2012-01-25
sysctl: register only tables of sysctl files
Eric W. Biederman
1
-18
/
+147
2012-01-25
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
1
-0
/
+9
2012-01-25
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
1
-10
/
+84
2012-01-25
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
1
-3
/
+8
2012-01-25
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
1
-3
/
+8
2012-01-25
sysctl: Implement retire_sysctl_set
Eric W. Biederman
1
-0
/
+4
2012-01-25
sysctl: Make the directories have nlink == 1
Eric W. Biederman
1
-1
/
+0
2012-01-25
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
2
-0
/
+625
2012-01-25
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
1
-1
/
+2
2012-01-25
sysctl: remove impossible condition check
Lucas De Marchi
1
-12
/
+2
2012-01-23
proc: clear_refs: do not clear reserved pages
Will Deacon
1
-0
/
+3
2012-01-20
Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...
Linus Torvalds
1
-0
/
+2
2012-01-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+1
2012-01-18
proc: clean up and fix /proc/<pid>/mem handling
Linus Torvalds
1
-106
/
+39
2012-01-18
audit: only allow tasks to set their loginuid if it is -1
Eric Paris
1
-3
/
+0
2012-01-18
audit: remove task argument to audit_set_loginuid
Eric Paris
1
-1
/
+1
2012-01-16
sched/accounting, proc: Fix /proc/stat interrupts sum
Russell King
1
-0
/
+2
2012-01-15
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-1
/
+1
2012-01-13
c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4
Cyrill Gorcunov
1
-2
/
+5
2012-01-13
proc: fix null pointer deref in proc_pid_permission()
Xiaotian Feng
1
-0
/
+2
2012-01-11
procfs: add hidepid= and gid= mount options
Vasiliy Kulikov
3
-4
/
+94
2012-01-11
procfs: parse mount options
Vasiliy Kulikov
3
-2
/
+64
2012-01-11
procfs: introduce the /proc/<pid>/map_files/ directory
Pavel Emelyanov
1
-0
/
+355
2012-01-11
procfs: make proc_get_link to use dentry instead of inode
Cyrill Gorcunov
1
-10
/
+10
2012-01-11
tracepoint: add tracepoints for debugging oom_score_adj
KAMEZAWA Hiroyuki
1
-0
/
+3
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
5
-122
/
+6
2012-01-07
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
Al Viro
3
-6
/
+6
2012-01-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-41
/
+41
2012-01-06
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
1
-1
/
+1
2012-01-04
vfs: trim includes a bit
Al Viro
1
-1
/
+0
2012-01-04
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
Al Viro
1
-114
/
+0
2012-01-04
switch procfs to umode_t use
Al Viro
3
-6
/
+6
2012-01-04
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-1
/
+0
2011-12-30
procfs: do not confuse jiffies with cputime64_t
Andreas Schwab
1
-2
/
+2
2011-12-19
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Martin Schwidefsky
2
-30
/
+26
2011-12-15
[S390] fix cputime overflow in uptime_proc_show
Martin Schwidefsky
1
-2
/
+7
2011-12-15
[S390] cputime: add sparse checking and cleanup
Martin Schwidefsky
3
-20
/
+19
[prev]
[next]