summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
2011-11-30mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2011-07-20sysctl,rcu: Convert call_rcu(free_head) to kfreePaul E. McKenney
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIVince Weaver
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-05-24Merge branch 'next' into for-linusJames Morris
2011-05-23watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf
2011-04-04capabilites: allow the application of capability limits to usermode helpersEric Paris
2011-03-23sysctl: restrict write access to dmesg_restrictRichard Weinberger
2011-03-23sysctl: add some missing input constraint checksPetr Holasek
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-16Merge branch 'next' into for-linusJames Morris
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-23sched, autogroup, sysctl: Use proc_dointvec_minmax() insteadYong Zhang
2011-02-16Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar
2011-02-16perf: Optimize throttling codePeter Zijlstra
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel
2011-02-01security: remove unused security_sysctl hookLucian Adrian Grijincu
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft
2011-01-13sysctl: remove obsolete commentsJovi Zhang
2011-01-13sysctl: fix #ifdef guard commentJovi Zhang
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar
2010-11-26Merge commit 'v2.6.37-rc3' into perf/coreIngo Molnar
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim
2010-10-26fs: allow for more than 2^31 filesEric Dumazet
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner
2010-10-25fs: allow for more than 2^31 filesEric Dumazet
2010-10-07sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-09oom: move sysctl declarations to oom.hDavid Rientjes
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-08-05hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NETIan Abbott
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar