index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_sysctl.c
Commit message (
Expand
)
Author
Age
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-18
*
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
2019-07-16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-02
|
\
|
*
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
2019-04-26
*
|
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2019-04-12
*
|
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
*
|
bpf: Sysctl hook
Andrey Ignatov
2019-04-12
|
/
*
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
2019-03-29
*
proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
Ivan Delalande
2018-12-13
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
*
switch the rest of procfs lookups to d_splice_alias()
Al Viro
2018-05-26
*
fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()
Waiman Long
2018-04-11
*
fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()
Danilo Krummrich
2018-04-11
*
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
Danilo Krummrich
2018-04-11
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
*
fs: annotate ->poll() instances
Al Viro
2017-11-27
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-07-13
|
\
|
*
sysctl: add unsigned int range support
Luis R. Rodriguez
2017-07-12
|
*
sysctl: simplify unsigned int support
Luis R. Rodriguez
2017-07-12
|
*
sysctl: fix lax sysctl_check_table() sanity check
Luis R. Rodriguez
2017-07-12
*
|
proc: Fix proc_sys_prune_dcache to hold a sb reference
Eric W. Biederman
2017-07-11
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-05-05
|
\
|
*
sysctl: Remove dead register_sysctl_root
Eric W. Biederman
2017-04-17
*
|
sysctl: add sanity check for proc_douintvec
Liping Zhang
2017-04-07
|
/
*
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
|
\
|
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
*
|
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
|
/
*
proc/sysctl: Don't grab i_lock under sysctl_lock.
Eric W. Biederman
2017-02-21
*
proc/sysctl: prune stale dentries during unregistering
Konstantin Khlebnikov
2017-02-12
*
sysctl: Drop reference added by grab_header in proc_sys_readdir
Zhou Chengming
2017-01-09
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
|
\
|
*
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
|
\
\
|
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-10-06
|
\
\
|
*
|
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
2016-08-08
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
|
\
|
|
*
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2016-08-07
|
|
\
|
|
*
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-07-31
|
*
|
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-08-06
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
qstr: constify instances in procfs
Al Viro
2016-07-30
*
|
|
net: make net namespace sysctls belong to container's owner
Dmitry Torokhov
2016-08-15
|
/
/
*
/
vfs: make the string hashes salt the hash
Linus Torvalds
2016-06-10
|
/
*
switch all procfs directories ->iterate_shared()
Al Viro
2016-05-02
*
proc_sys_fill_cache(): switch to d_alloc_parallel()
Al Viro
2016-05-02
*
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-29
*
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
2015-07-01
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
*
sysctl: remove typedef ctl_table
Joe Perches
2014-08-08
[next]