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
2012-03-22
pagemap: export KPF_THP
Naoya Horiguchi
1
-0
/
+2
2012-03-22
thp: optimize away unnecessary page table locking
Naoya Horiguchi
1
-48
/
+25
2012-03-22
pagemap: avoid splitting thp when reading /proc/pid/pagemap
Naoya Horiguchi
1
-4
/
+48
2012-03-22
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-0
/
+9
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+3
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+2
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-12
/
+3
2012-03-21
procfs: clean proc_fill_super() up
Al Viro
1
-4
/
+3
2012-03-20
kcore: fix spelling in read_kcore() comment
Laura Vasilescu
1
-1
/
+1
2012-03-02
sched: Clean up parameter passing of proc_sched_autogroup_set_nice()
Hiroshi Shimamoto
1
-2
/
+1
2012-02-23
fadump: Introduce cleanup routine to invalidate /proc/vmcore.
Mahesh Salgaonkar
1
-0
/
+23
2012-02-19
Wrap accesses to the fd_sets in struct fdtable
David Howells
1
-1
/
+1
2012-02-14
security: trim security.h
Al Viro
1
-0
/
+2
2012-02-03
Fix race in process_vm_rw_core
Christopher Yeoh
1
-20
/
+0
2012-02-02
sysctl: Don't call sysctl_follow_link unless we are a link.
Eric W. Biederman
1
-12
/
+12
2012-02-02
sysctl: Comments to make the code clearer.
Eric W. Biederman
1
-0
/
+16
2012-02-02
sysctl: Correct error return from get_subdir
Eric W. Biederman
1
-1
/
+4
2012-02-02
sysctl: An easier to read version of find_subdir
Eric W. Biederman
1
-3
/
+3
2012-02-02
proc: make sure mem_open() doesn't pin the target's memory
Oleg Nesterov
1
-1
/
+13
2012-02-02
proc: unify mem_read() and mem_write()
Oleg Nesterov
1
-58
/
+32
2012-02-02
proc: mem_release() should check mm != NULL
Oleg Nesterov
1
-2
/
+2
2012-01-31
sysctl: fix memset parameters in setup_sysctl_set()
Dan Carpenter
1
-1
/
+1
2012-01-31
sysctl: remove an unused variable
Dan Carpenter
1
-2
/
+0
2012-01-25
sysctl: Add register_sysctl for normal sysctl users
Eric W. Biederman
1
-0
/
+17
2012-01-25
sysctl: Index sysctl directories with rbtrees.
Eric W. Biederman
1
-90
/
+134
2012-01-25
sysctl: Make the header lists per directory.
Eric W. Biederman
1
-17
/
+11
2012-01-25
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
1
-9
/
+11
2012-01-25
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
1
-18
/
+12
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
[prev]
[next]