aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-05sysctl: fix write access to dmesg_restrict/kptr_restrictGravatar Kees Cook 1-4/+4
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-5/+3
2012-03-28sysctl: use bitmap library functionsGravatar Akinobu Mita 1-5/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+3
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-28Disintegrate asm/system.h for SparcGravatar David Howells 1-0/+3
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlGravatar Linus Torvalds 1-498/+3
2012-02-14security: trim security.hGravatar Al Viro 1-0/+1
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cGravatar Eric W. Biederman 1-464/+0
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Gravatar Eric W. Biederman 1-9/+4
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingGravatar Eric W. Biederman 1-26/+0
2011-12-05x86: Panic on detection of stack overflowGravatar Mitsuo Hayasaka 1-0/+9
2011-10-31Merge branch 'akpm' (Andrew's incoming)Gravatar Linus Torvalds 1-0/+9
2011-10-31kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelGravatar Dan Ballard 1-0/+9
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesGravatar Martin Schwidefsky 1-8/+0
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthGravatar Paul Turner 1-0/+10
2011-07-20sysctl,rcu: Convert call_rcu(free_head) to kfreeGravatar Paul E. McKenney 1-8/+3
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIGravatar Vince Weaver 1-0/+6
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-1/+1
2011-05-24Merge branch 'next' into for-linusGravatar James Morris 1-0/+6
2011-05-23watchdog: Disable watchdog when thresh is zeroGravatar Mandeep Singh Baines 1-4/+8
2011-05-19arch/tile: support signal "exception-trace" hookGravatar Chris Metcalf 1-1/+1
2011-04-04capabilites: allow the application of capability limits to usermode helpersGravatar Eric Paris 1-0/+6
2011-03-23sysctl: restrict write access to dmesg_restrictGravatar Richard Weinberger 1-1/+17
2011-03-23sysctl: add some missing input constraint checksGravatar Petr Holasek 1-4/+13
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-5/+0
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+1
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-03-16Merge branch 'next' into for-linusGravatar James Morris 1-5/+0
2011-03-08unfuck proc_sysctl ->d_compare()Gravatar Al Viro 1-5/+10
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-5/+0
2011-02-23sched, autogroup, sysctl: Use proc_dointvec_minmax() insteadGravatar Yong Zhang 1-1/+1
2011-02-16Merge commit 'v2.6.38-rc5' into sched/coreGravatar Ingo Molnar 1-1/+2
2011-02-16perf: Optimize throttling codeGravatar Peter Zijlstra 1-1/+1
2011-02-03sched: Use a buddy to implement yield_task_fair()Gravatar Rik van Riel 1-7/+0
2011-02-01security: remove unused security_sysctl hookGravatar Lucian Adrian Grijincu 1-5/+0
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+2
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentGravatar Andy Whitcroft 1-1/+2
2011-01-13sysctl: remove obsolete commentsGravatar Jovi Zhang 1-17/+0
2011-01-13sysctl: fix #ifdef guard commentGravatar Jovi Zhang 1-2/+2
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersGravatar Dan Rosenberg 1-0/+10
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-19/+18
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsGravatar Don Zickus 1-0/+16
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsGravatar Mike Galbraith 1-0/+11
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreGravatar Ingo Molnar 1-1/+1
2010-11-26Merge commit 'v2.6.37-rc3' into perf/coreGravatar Ingo Molnar 1-1/+1
2010-11-18sched: Add sysctl_sched_shares_windowGravatar Paul Turner 1-0/+7
2010-11-18sched: Rewrite tg_shares_up)Gravatar Peter Zijlstra 1-19/+0
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogGravatar Don Zickus 1-16/+0
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKGravatar Joe Perches 1-1/+1