index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
2012-01-24
1
-9
/
+11
|
*
|
|
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
2012-01-24
1
-18
/
+12
|
*
|
|
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
2012-01-24
1
-102
/
+295
|
*
|
|
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
2012-01-24
1
-1
/
+10
|
*
|
|
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
2012-01-24
1
-199
/
+143
|
*
|
|
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
2012-01-24
1
-0
/
+3
|
*
|
|
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
2012-01-24
1
-36
/
+62
|
*
|
|
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
2012-01-24
1
-26
/
+76
|
*
|
|
sysctl: Normalize the root_table data structure.
Eric W. Biederman
2012-01-24
1
-4
/
+11
|
*
|
|
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
2012-01-24
1
-3
/
+13
|
*
|
|
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
2012-01-24
1
-8
/
+17
|
*
|
|
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
2012-01-24
1
-9
/
+19
|
*
|
|
sysctl: A more obvious version of grab_header.
Eric W. Biederman
2012-01-24
1
-4
/
+4
|
*
|
|
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
2012-01-24
1
-11
/
+1
|
*
|
|
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
2012-01-24
1
-136
/
+86
|
*
|
|
sysctl: register only tables of sysctl files
Eric W. Biederman
2012-01-24
1
-18
/
+147
|
*
|
|
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
2012-01-24
1
-0
/
+9
|
*
|
|
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
2012-01-24
1
-10
/
+84
|
*
|
|
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
2012-01-24
1
-3
/
+8
|
*
|
|
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
2012-01-24
1
-3
/
+8
|
*
|
|
sysctl: Implement retire_sysctl_set
Eric W. Biederman
2012-01-24
1
-0
/
+4
|
*
|
|
sysctl: Make the directories have nlink == 1
Eric W. Biederman
2012-01-24
1
-1
/
+0
|
*
|
|
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
2012-01-24
2
-0
/
+625
|
*
|
|
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
2012-01-24
1
-1
/
+2
|
*
|
|
sysctl: remove impossible condition check
Lucas De Marchi
2012-01-24
1
-12
/
+2
*
|
|
|
proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().
Pravin B Shelar
2012-03-23
1
-1
/
+1
*
|
|
|
procfs: speed up /proc/pid/stat, statm
KAMEZAWA Hiroyuki
2012-03-23
1
-55
/
+64
*
|
|
|
procfs: add num_to_str() to speed up /proc/stat
KAMEZAWA Hiroyuki
2012-03-23
1
-28
/
+27
*
|
|
|
proc: speed up /proc/stat handling
Eric Dumazet
2012-03-23
1
-2
/
+5
*
|
|
|
fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static
Djalal Harouni
2012-03-23
1
-2
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-03-22
5
-116
/
+333
|
\
\
\
|
*
|
|
procfs: mark thread stack correctly in proc/<pid>/maps
Siddhesh Poyarekar
2012-03-21
4
-61
/
+239
|
*
|
|
pagemap: introduce data structure for pagemap entry
Naoya Horiguchi
2012-03-21
1
-31
/
+38
|
*
|
|
pagemap: export KPF_THP
Naoya Horiguchi
2012-03-21
1
-0
/
+2
|
*
|
|
thp: optimize away unnecessary page table locking
Naoya Horiguchi
2012-03-21
1
-48
/
+25
|
*
|
|
pagemap: avoid splitting thp when reading /proc/pid/pagemap
Naoya Horiguchi
2012-03-21
1
-4
/
+48
|
*
|
|
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
2012-03-21
1
-0
/
+9
*
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-03-21
1
-0
/
+23
|
\
\
\
\
|
*
|
|
|
fadump: Introduce cleanup routine to invalidate /proc/vmcore.
Mahesh Salgaonkar
2012-02-23
1
-0
/
+23
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
1
-13
/
+3
|
\
\
\
\
|
*
|
|
|
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
1
-12
/
+3
|
*
|
|
|
procfs: clean proc_fill_super() up
Al Viro
2012-03-20
1
-4
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2012-03-21
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
security: trim security.h
Al Viro
2012-02-14
1
-0
/
+2
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-03-20
1
-1
/
+1
|
\
\
\
|
*
|
|
kcore: fix spelling in read_kcore() comment
Laura Vasilescu
2012-03-20
1
-1
/
+1
|
|
/
/
*
|
|
sched: Clean up parameter passing of proc_sched_autogroup_set_nice()
Hiroshi Shimamoto
2012-03-02
1
-2
/
+1
|
/
/
*
|
Fix race in process_vm_rw_core
Christopher Yeoh
2012-02-02
1
-20
/
+0
*
|
proc: make sure mem_open() doesn't pin the target's memory
Oleg Nesterov
2012-02-01
1
-1
/
+13
*
|
proc: unify mem_read() and mem_write()
Oleg Nesterov
2012-02-01
1
-58
/
+32
[prev]
[next]