aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13sysctl: remove obsolete commentsJovi Zhang1-17/+0
2011-01-13sysctl: fix #ifdef guard commentJovi Zhang1-2/+2
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg1-0/+10
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-19/+18
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-0/+16
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-0/+11
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar1-1/+1
2010-11-26Merge commit 'v2.6.37-rc3' into perf/coreIngo Molnar1-1/+1
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner1-0/+7
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra1-19/+0
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus1-16/+0
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches1-1/+1
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg1-0/+9
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim1-2/+0
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-3/+3
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-1/+1
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-2/+2
2010-10-25fs: allow for more than 2^31 filesEric Dumazet1-3/+3
2010-10-07sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet1-1/+1
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen1-4/+1
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-3/+4
2010-08-09oom: move sysctl declarations to oom.hDavid Rientjes1-3/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-08-05hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NETIan Abbott1-1/+1
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-22/+33
2010-07-28sysctl extern cleanup: inotifyDave Young1-3/+3
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan1-0/+1
2010-07-23slow-work: kill itTejun Heo1-8/+0
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe1-4/+4
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2010-05-25proc_dointvec: write a single valueJ. R. Okajima1-1/+3
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-0/+15
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+10
2010-05-21Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+9
2010-05-21sysctl: fix kernel-doc notation and typosRandy Dunlap1-19/+19
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-164/+415
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe1-0/+9
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-161/+390
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+22
2010-05-17[S390] debug: enable exception-trace debug facilityHeiko Carstens1-2/+3
2010-05-15sysctl: add proc_do_large_bitmapOctavian Purdila1-0/+161
2010-05-15sysctl: refactor integer handling proc codeAmerigo Wang1-161/+229
2010-05-12lockup_detector: Remove old softlockup codeDon Zickus1-12/+10
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus1-9/+0
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-6/+15
2010-05-12Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker1-25/+26
2010-04-13Input: implement SysRq as a separate input handlerDmitry Torokhov1-1/+22
2010-03-12sysctl extern cleanup: lockdepDave Young1-3/+3