summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-251-1/+1
|\
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-191-1/+1
* | Merge branch 'next' into for-linusJames Morris2011-05-241-0/+6
|\ \
| * | capabilites: allow the application of capability limits to usermode helpersEric Paris2011-04-041-0/+6
| |/
* | watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines2011-05-231-4/+8
|/
* sysctl: restrict write access to dmesg_restrictRichard Weinberger2011-03-231-1/+17
* sysctl: add some missing input constraint checksPetr Holasek2011-03-231-4/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-5/+0
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-161-5/+0
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-5/+0
| | |\
| | | * security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-011-5/+0
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-151-8/+1
|\ \ \ \
| * | | | sched, autogroup, sysctl: Use proc_dointvec_minmax() insteadYong Zhang2011-02-231-1/+1
| * | | | Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar2011-02-161-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched: Use a buddy to implement yield_task_fair()Rik van Riel2011-02-031-7/+0
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-151-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | perf: Optimize throttling codePeter Zijlstra2011-02-161-1/+1
| | |/ / | |/| |
* | | | unfuck proc_sysctl ->d_compare()Al Viro2011-03-081-5/+10
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-261-1/+2
|\ \ \ | |/ / |/| |
| * | Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft2011-01-241-1/+2
* | | sysctl: remove obsolete commentsJovi Zhang2011-01-131-17/+0
* | | sysctl: fix #ifdef guard commentJovi Zhang2011-01-131-2/+2
* | | kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg2011-01-131-0/+10
| |/ |/|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-19/+18
|\ \
| * | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-301-0/+11
| * | Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar2010-11-261-1/+1
| |\ \
| * | | sched: Add sysctl_sched_shares_windowPaul Turner2010-11-181-0/+7
| * | | sched: Rewrite tg_shares_up)Peter Zijlstra2010-11-181-19/+0
* | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-101-0/+16
* | | | Merge commit 'v2.6.37-rc3' into perf/coreIngo Molnar2010-11-261-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches2010-11-161-1/+1
| |/ /
* | | x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus2010-11-181-16/+0
|/ /
* | Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-121-0/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-3/+3
|\
| * fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig2010-10-251-1/+1
| * fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-251-2/+2
| * fs: allow for more than 2^31 filesEric Dumazet2010-10-251-3/+3
* | printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim2010-10-261-2/+0
* | fs: allow for more than 2^31 filesEric Dumazet2010-10-261-3/+3
|/
* sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet2010-10-071-1/+1
* gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen2010-09-051-4/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-3/+4
|\
| * sysctl extern cleanup: inotifyDave Young2010-07-281-3/+3
| * dnotify: move dir_notify_enable declarationAlexey Dobriyan2010-07-281-0/+1
* | oom: move sysctl declarations to oom.hDavid Rientjes2010-08-091-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-8/+0
|\ \
| * | slow-work: kill itTejun Heo2010-07-231-8/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+1
|\ \
| * | hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NETIan Abbott2010-08-051-1/+1
| |/
* | Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-051-22/+33
|\ \ | |/ |/|
OpenPOWER on IntegriCloud