aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Gravatar Liu Hua 1-0/+6
2014-04-03drop_caches: add some documentation and info messageGravatar Dave Hansen 1-2/+2
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2014-03-13block: remove old blk_iopoll_enabled variableGravatar Jens Axboe 1-12/+0
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-5/+35
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+5
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredGravatar Rik van Riel 1-7/+0
2014-01-25hung_task: Display every hung task warningGravatar Aaron Tomlin 1-3/+5
2014-01-25sysctl: Add neg_one as a standard constraintGravatar Aaron Tomlin 1-0/+1
2014-01-23kexec: add sysctl to disable kexec_loadGravatar Kees Cook 1-0/+13
2014-01-23numa: add a sysctl for numa_balancingGravatar Andi Kleen 1-0/+9
2014-01-21mm: add overcommit_kbytes sysctl variableGravatar Jerome Marchand 1-3/+8
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsGravatar Peter Zijlstra 1-14/+0
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksGravatar Dario Faggioli 1-0/+14
2013-12-17sched/numa: Drop sysctl_numa_balancing_settle_count sysctlGravatar Wanpeng Li 1-7/+0
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+3
2013-11-13kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...Gravatar Chen Gang 1-1/+4
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+14
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Gravatar Ingo Molnar 1-7/+14
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigGravatar Ben Hutchings 1-1/+1
2013-10-09sched/numa: Skip some page migrations after a shared faultGravatar Rik van Riel 1-0/+7
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlGravatar Mel Gorman 1-7/+0
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeGravatar Mel Gorman 1-0/+7
2013-10-04perf: Enforce 1 as lower limit for perf_event_max_sample_rateGravatar Knut Petersen 1-0/+1
2013-09-23hung_task: Change sysctl_hung_task_check_count to 'int'Gravatar Li Zefan 1-2/+3
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableGravatar Naoya Horiguchi 1-1/+1
2013-09-10fs: bump inode and dentry counters to longGravatar Glauber Costa 1-3/+3
2013-07-26sysctl: range checking in do_proc_dointvec_ms_jiffies_convGravatar Francesco Fusco 1-1/+5
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 1-0/+7
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+7
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-2/+2
2013-06-23perf: Drop sample rate when sampling is too slowGravatar Dave Hansen 1-0/+9
2013-06-20watchdog: Rename confusing state variableGravatar Frederic Weisbecker 1-2/+2
2013-06-19tracing: Disable tracing on warningGravatar Steven Rostedt (Red Hat) 1-0/+7
2013-05-28watchdog: Disallow setting watchdog_thresh to -1Gravatar Li Zefan 1-2/+1
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobGravatar Andrew Shewmaker 1-0/+7
2013-04-29mm: limit growth of 3% hardcoded other user reserveGravatar Andrew Shewmaker 1-0/+7
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nGravatar Josh Triplett 1-1/+0
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2013-02-27coredump: remove redundant defines for dumpable statesGravatar Kees Cook 1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryGravatar Paul Szabo 1-1/+0
2013-02-21Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+7
2013-02-15sysctl: Enable PARISC "unaligned-trap" to be used cross-archGravatar Vineet Gupta 1-0/+5
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceGravatar Clark Williams 1-0/+7
2013-02-07sched: Move sched.h sysctl bits into separate headerGravatar Clark Williams 1-0/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2013-01-09sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archGravatar Vineet Gupta 1-2/+7