aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-23/+0
2009-05-02mm: prevent divide error for small values of vm_dirty_bytesAndrea Righi1-1/+4
2009-04-13mm: move the scan_unevictable_pages sysctl to the vm tablePeter Zijlstra1-10/+10
2009-04-07Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+14
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale1-0/+23
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar1-13/+17
2009-04-06kernel/sysctl.c: avoid annoying warningsLinus Torvalds1-2/+2
2009-04-03Make the slow work pool configurableDavid Howells1-0/+9
2009-04-02sysctl: fix suid_dumpable and lease-break-time sysctlsMatthew Wilcox1-9/+6
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan1-1/+1
2009-02-12softlockup: move 'one' to the softlockup section in sysctl.cIngo Molnar1-1/+3
2009-02-12Merge branch 'linus' into core/softlockupIngo Molnar1-4/+14
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener1-2/+3
2009-01-22Merge branch 'core/debugobjects' into core/urgentThomas Gleixner1-2/+11
2009-01-16softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines1-1/+14
2009-01-15[IA64] dump stack on kernel unaligned warningsDoug Chapman1-0/+9
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-2/+2
2009-01-14softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines1-1/+1
2009-01-08NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt1-0/+14
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-5/+22
2008-12-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+21
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+20
2008-12-18trace: add a way to enable or disable the stack tracerSteven Rostedt1-0/+10
2008-12-04sparc64: Add tsb-ratio sysctl.David S. Miller1-0/+14
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar1-0/+10
2008-12-04Merge branch 'master' into nextJames Morris1-0/+10
2008-12-01epoll: introduce resource usage limitsDavide Libenzi1-0/+10
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-1/+1
2008-11-04ftrace: sysctl typoPeter Zijlstra1-1/+1
2008-10-31Merge branch 'linus' into tracing/ftraceIngo Molnar1-1/+1
2008-10-27ftrace: ftrace dump on oops controlSteven Rostedt1-0/+10
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar1-0/+10
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+10
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar1-1/+1
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-1/+1
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-0/+10
2008-10-20sched: optimize group load balancerPeter Zijlstra1-0/+10
2008-10-16Configure out AIO supportThomas Petazzoni1-0/+2
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-16/+13
2008-10-16Make the taint flags reliableAndi Kleen1-39/+28
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+5
2008-10-13Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-11/+0
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan1-11/+0
2008-09-29Configure out file locking featuresThomas Petazzoni1-1/+5
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller1-0/+1
2008-09-11sysctl: Use header file for sysctl knob declarations on sparc.David S. Miller1-3/+1
2008-09-11sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.David S. Miller1-2/+2
2008-09-04forgotten refcount on sysctl root tableAl Viro1-0/+1
2008-07-27lost sysctl fixAl Viro1-7/+9
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-5/+5