summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-2/+5
|\
| * hung_task: Display every hung task warningAaron Tomlin2014-01-251-3/+5
| * sysctl: Add neg_one as a standard constraintAaron Tomlin2014-01-251-0/+1
* | kexec: add sysctl to disable kexec_loadKees Cook2014-01-231-0/+13
* | numa: add a sysctl for numa_balancingAndi Kleen2014-01-231-0/+9
* | mm: add overcommit_kbytes sysctl variableJerome Marchand2014-01-211-3/+8
|/
* sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-131-14/+0
* sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-131-0/+14
* sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li2013-12-171-7/+0
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-2/+3
|\
| * Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-061-7/+14
| |\
| * | hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan2013-09-231-2/+3
* | | kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...Chen Gang2013-11-131-1/+4
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-7/+14
|\ \ \ | | |/ | |/|
| * | sched/numa: Skip some page migrations after a shared faultRik van Riel2013-10-091-0/+7
| * | sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-091-7/+0
| * | sched/numa: Favour moving tasks towards the preferred nodeMel Gorman2013-10-091-0/+7
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-121-0/+1
|\ \
| * | perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen2013-10-041-0/+1
| |/
* / sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings2013-10-161-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-3/+3
|\
| * fs: bump inode and dentry counters to longGlauber Costa2013-09-101-3/+3
* | mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi2013-09-111-1/+1
|/
* sysctl: range checking in do_proc_dointvec_ms_jiffies_convFrancesco Fusco2013-07-261-1/+5
* Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-121-0/+7
|\
| * Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-111-0/+7
| |\
| | * tracing: Disable tracing on warningSteven Rostedt (Red Hat)2013-06-191-0/+7
* | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-101-2/+2
|\ \ \ | |/ / |/| |
| * | watchdog: Rename confusing state variableFrederic Weisbecker2013-06-201-2/+2
| |/
* | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-231-0/+9
* | watchdog: Disallow setting watchdog_thresh to -1Li Zefan2013-05-281-2/+1
|/
* mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker2013-04-291-0/+7
* mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker2013-04-291-0/+7
* fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett2013-04-291-1/+0
* Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-021-0/+5
|\
| * sysctl: Enable PARISC "unaligned-trap" to be used cross-archVineet Gupta2013-02-151-0/+5
* | coredump: remove redundant defines for dumpable statesKees Cook2013-02-271-1/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/
* | page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2013-02-231-1/+0
* | Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-211-2/+7
|\ \
| * | sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta2013-01-091-2/+7
| |/
* | sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-071-0/+7
* | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
|/
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-2/+43
|\
| * mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-111-0/+7
| * mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra2012-12-111-0/+7
| * mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2012-12-111-0/+7
| * mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-2/+22
* | sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+2
|/