aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-281-0/+8
|\
| * x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2009-06-251-0/+8
* | timers: Fix timer_migration interface which accepts any number as inputArun R Bharadwaj2009-06-231-1/+4
|/
* sysctl.c: remove unused variableSukanto Ghosh2009-06-181-3/+1
* Merge branch 'akpm'Linus Torvalds2009-06-161-2/+0
|\
| * mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-2/+0
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-161-0/+12
|\ \ | |/ |/|
| * kmemcheck: add the kmemcheck coreVegard Nossum2009-06-131-0/+12
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-0/+8
|\ \ | |/ |/|
| * timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-131-0/+8
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-0/+27
|\ \
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-0/+8
| |\ \
| * | | perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra2009-06-111-3/+3
| * | | perf_counter: More paranoia settingsPeter Zijlstra2009-06-111-3/+3
| * | | perf_counter: Generic per counter interrupt throttlePeter Zijlstra2009-05-251-0/+8
| * | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-24/+4
| |\ \ \
| * | | | perf_counter: provide an mlock thresholdPeter Zijlstra2009-05-051-0/+8
| * | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-10/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf_counter: sysctl for system wide perf countersPeter Zijlstra2009-04-091-0/+11
* | | | | Merge branch 'next' into for-linusJames Morris2009-06-111-2/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-041-2/+0
| * | | | Merge branch 'master' into nextJames Morris2009-05-221-23/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into nextJames Morris2009-05-081-19/+64
| |\ \ \ \
| * | | | | modules: sysctl to block module loadingKees Cook2009-04-031-0/+12
* | | | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-111-0/+8
| | |_|_|/ | |/| | |
* | | | | Revert "mm: add /proc controls for pdflush threads"Jens Axboe2009-05-151-23/+0
| |_|/ / |/| | |
* | | | mm: prevent divide error for small values of vm_dirty_bytesAndrea Righi2009-05-021-1/+4
|/ / /
* | | mm: move the scan_unevictable_pages sysctl to the vm tablePeter Zijlstra2009-04-131-10/+10
| |/ |/|
* | Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-04-071-1/+14
|\ \
| * \ Merge branch 'linus' into core/softlockupIngo Molnar2009-04-071-13/+17
| |\ \
| * | | softlockup: move 'one' to the softlockup section in sysctl.cIngo Molnar2009-02-121-1/+3
| * | | Merge branch 'linus' into core/softlockupIngo Molnar2009-02-121-4/+14
| |\ \ \ | | | |/ | | |/|
| * | | softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines2009-01-161-1/+14
* | | | mm: add /proc controls for pdflush threadsPeter W Morreale2009-04-071-0/+23
| |_|/ |/| |
* | | kernel/sysctl.c: avoid annoying warningsLinus Torvalds2009-04-061-2/+2
* | | Make the slow work pool configurableDavid Howells2009-04-031-0/+9
* | | sysctl: fix suid_dumpable and lease-break-time sysctlsMatthew Wilcox2009-04-021-9/+6
* | | mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan2009-04-011-1/+1
| |/ |/|
* | mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener2009-02-111-2/+3
* | Merge branch 'core/debugobjects' into core/urgentThomas Gleixner2009-01-221-2/+11
|\ \ | |/ |/|
| * [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-151-0/+9
| * [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-141-2/+2
* | softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines2009-01-141-1/+1
|/
* NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt2009-01-081-0/+14
* mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes2009-01-061-5/+22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-12-281-1/+21
|\
| * Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-0/+20
| |\
| | * trace: add a way to enable or disable the stack tracerSteven Rostedt2008-12-181-0/+10
| | * Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-041-0/+10
| | |\