summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin2015-02-101-3/+0
* Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-161-0/+7
|\
| * tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)2014-12-151-0/+7
* | kernel: add panic_on_warnPrarit Bhargava2014-12-101-0/+9
* | sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-281-1/+2
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-9/+0
|\
| * rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-161-9/+0
* | mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-7/+0
|/
* mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-08-061-6/+3
* kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-231-0/+11
* mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-06-231-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-06-191-4/+0
|\
| * sparc64: fix sparse warning in tsb.cSam Ravnborg2014-05-181-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-2/+2
|\ \
| * | ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-2/+2
| |/
* | sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
* | sysctl: allow for strict write position handlingKees Cook2014-06-061-2/+67
* | sysctl: refactor sysctl string writing logicKees Cook2014-06-061-7/+4
* | sysctl: clean up char buffer argumentsKees Cook2014-06-061-7/+7
* | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-0/+5
|\ \
| * | x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-051-0/+5
| |/
* | kobject: Make support for uevent_helper optional.Michael Marineau2014-04-251-2/+2
|/
* hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2014-04-071-0/+6
* drop_caches: add some documentation and info messageDave Hansen2014-04-031-2/+2
* Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-12/+0
|\
| * block: remove old blk_iopoll_enabled variableJens Axboe2014-03-131-12/+0
* | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-021-5/+35
|\ \ | |/
| * 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/numa, mm: Remove p->numa_migrate_deferredRik van Riel2014-01-281-7/+0
|/
* 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
OpenPOWER on IntegriCloud