aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-12sysctl extern cleanup: lockdepGravatar Dave Young 1-3/+3
2010-03-12sysctl extern cleanup: rtmutexGravatar Dave Young 1-4/+3
2010-03-12sysctl extern cleanup: acctGravatar Dave Young 1-4/+3
2010-03-12sysctl extern cleanup: sgGravatar Dave Young 1-4/+3
2010-03-12sysctl extern cleanup: moduleGravatar Dave Young 1-4/+0
2010-03-12sysctl extern cleanup: rcuGravatar Dave Young 1-3/+0
2010-03-12sysctl extern cleanup: signalGravatar Dave Young 1-1/+1
2010-03-12sysctl extern cleanup: C_A_DGravatar Dave Young 1-1/+0
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+12
2010-03-01sparc: Support show_unhandled_signals.Gravatar David S. Miller 1-1/+1
2010-02-25kprobes: Jump optimization sysctl interfaceGravatar Masami Hiramatsu 1-0/+12
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+2
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...Gravatar WANG Cong 1-1/+1
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsGravatar David Howells 1-0/+2
2009-12-15'sysctl_max_map_count' should be non-negativeGravatar Amerigo Wang 1-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyGravatar Lee Schermerhorn 1-2/+13
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+19
2009-12-09sched: Update normalized values on user updates via procGravatar Christian Ehrhardt 1-5/+9
2009-12-09sched: Make tunable scaling style configurableGravatar Christian Ehrhardt 1-0/+14
2009-12-09sched: Remove sysctl.sched_featuresGravatar Peter Zijlstra 1-8/+0
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-748/+145
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-133/+133
2009-11-12sysctl: Remove the last of the generic binary sysctl supportGravatar Eric W. Biederman 1-44/+0
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeGravatar Eric W. Biederman 1-22/+7
2009-11-11sysctl: Remove references to ctl_name and strategy from the generic sysctl tableGravatar Eric W. Biederman 1-188/+7
2009-11-11sysctl: Neuter the generic sysctl strategy routines.Gravatar Eric W. Biederman 1-198/+0
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Gravatar Eric W. Biederman 1-165/+0
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-0/+25
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-45/+33
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesGravatar Neil Horman 1-0/+9
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-09-23printk: add printk_delay to make messages readable for some scenariosGravatar Dave Young 1-0/+14
2009-09-22printk: Remove ratelimit.h from kernel.hGravatar Ingo Molnar 1-0/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-11/+11
2009-09-16HWPOISON: The high level memory error handler in the VM v7Gravatar Andi Kleen 1-0/+25
2009-09-15block: fix linkage problem with blk_iopoll and !CONFIG_BLOCKGravatar Jens Axboe 1-0/+4
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+9
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+16
2009-09-11block: add blk-iopoll, a NAPI like approach for block devicesGravatar Jens Axboe 1-1/+9
2009-09-09sched: Turn off child_runs_firstGravatar Mike Galbraith 1-8/+8
2009-09-07Security/SELinux: includecheck fix kernel/sysctl.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-04sched: Scale down cpu_power due to RT tasksGravatar Peter Zijlstra 1-0/+8
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrGravatar Eric Paris 1-3/+4
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+8
2009-06-25x86: Add sysctl to allow panic on IOCK NMI errorGravatar Kurt Garloff 1-0/+8
2009-06-23timers: Fix timer_migration interface which accepts any number as inputGravatar Arun R Bharadwaj 1-1/+4
2009-06-18sysctl.c: remove unused variableGravatar Sukanto Ghosh 1-3/+1
2009-06-16Merge branch 'akpm'Gravatar Linus Torvalds 1-2/+0
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 1-2/+0