aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe1-4/+4
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2010-05-25proc_dointvec: write a single valueJ. R. Okajima1-1/+3
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-0/+15
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+10
2010-05-21Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+9
2010-05-21sysctl: fix kernel-doc notation and typosRandy Dunlap1-19/+19
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-164/+415
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe1-0/+9
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-161/+390
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+22
2010-05-17[S390] debug: enable exception-trace debug facilityHeiko Carstens1-2/+3
2010-05-15sysctl: add proc_do_large_bitmapOctavian Purdila1-0/+161
2010-05-15sysctl: refactor integer handling proc codeAmerigo Wang1-161/+229
2010-04-13Input: implement SysRq as a separate input handlerDmitry Torokhov1-1/+22
2010-03-12sysctl extern cleanup: lockdepDave Young1-3/+3
2010-03-12sysctl extern cleanup: rtmutexDave Young1-4/+3
2010-03-12sysctl extern cleanup: acctDave Young1-4/+3
2010-03-12sysctl extern cleanup: sgDave Young1-4/+3
2010-03-12sysctl extern cleanup: moduleDave Young1-4/+0
2010-03-12sysctl extern cleanup: rcuDave Young1-3/+0
2010-03-12sysctl extern cleanup: signalDave Young1-1/+1
2010-03-12sysctl extern cleanup: C_A_DDave Young1-1/+0
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+12
2010-03-01sparc: Support show_unhandled_signals.David S. Miller1-1/+1
2010-02-25kprobes: Jump optimization sysctl interfaceMasami Hiramatsu1-0/+12
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+2
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negative.patchWANG Cong1-1/+1
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+2
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-2/+13
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+19
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt1-5/+9
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt1-0/+14
2009-12-09sched: Remove sysctl.sched_featuresPeter Zijlstra1-8/+0
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-748/+145
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-133/+133
2009-11-12sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman1-44/+0
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman1-22/+7
2009-11-11sysctl: Remove references to ctl_name and strategy from the generic sysctl tableEric W. Biederman1-188/+7
2009-11-11sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman1-198/+0
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman1-165/+0
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+25
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-45/+33
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman1-0/+9
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young1-0/+14
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar1-0/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-11/+11