aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe2010-06-031-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-251-1/+3
|\
| * proc_dointvec: write a single valueJ. R. Okajima2010-05-251-1/+3
* | mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-251-0/+15
* | mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-251-0/+10
* | Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-05-211-0/+9
|\ \
| * \ Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-164/+415
| |\ \ | | |/
| * | pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe2010-05-211-0/+9
* | | sysctl: fix kernel-doc notation and typosRandy Dunlap2010-05-211-19/+19
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-161/+390
|\ \
| * | sysctl: add proc_do_large_bitmapOctavian Purdila2010-05-151-0/+161
| * | sysctl: refactor integer handling proc codeAmerigo Wang2010-05-151-161/+229
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-201-1/+22
|\ \
| * | Input: implement SysRq as a separate input handlerDmitry Torokhov2010-04-131-1/+22
| |/
* | [S390] debug: enable exception-trace debug facilityHeiko Carstens2010-05-171-2/+3
|/
* sysctl extern cleanup: lockdepDave Young2010-03-121-3/+3
* sysctl extern cleanup: rtmutexDave Young2010-03-121-4/+3
* sysctl extern cleanup: acctDave Young2010-03-121-4/+3
* sysctl extern cleanup: sgDave Young2010-03-121-4/+3
* sysctl extern cleanup: moduleDave Young2010-03-121-4/+0
* sysctl extern cleanup: rcuDave Young2010-03-121-3/+0
* sysctl extern cleanup: signalDave Young2010-03-121-1/+1
* sysctl extern cleanup: C_A_DDave Young2010-03-121-1/+0
* Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-051-0/+12
|\
| * kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-251-0/+12
* | sparc: Support show_unhandled_signals.David S. Miller2010-03-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-12-171-0/+2
|\
| * NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells2009-12-171-0/+2
* | kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong2009-12-171-1/+1
|/
* 'sysctl_max_map_count' should be non-negativeAmerigo Wang2009-12-151-1/+2
* hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn2009-12-151-2/+13
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-121-11/+19
|\
| * sched: Update normalized values on user updates via procChristian Ehrhardt2009-12-091-5/+9
| * sched: Make tunable scaling style configurableChristian Ehrhardt2009-12-091-0/+14
| * sched: Remove sysctl.sched_featuresPeter Zijlstra2009-12-091-8/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-748/+145
|\ \ | |/ |/|
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-133/+133
| * sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman2009-11-121-44/+0
| * sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman2009-11-111-22/+7
| * sysctl: Remove references to ctl_name and strategy from the generic sysctl tableEric W. Biederman2009-11-111-188/+7
| * sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman2009-11-111-198/+0
| * sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman2009-11-061-165/+0
* | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-051-0/+3
|\ \ | |/ |/|
| * printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-0/+3
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+25
|\ \
| * | HWPOISON: The high level memory error handler in the VM v7Andi Kleen2009-09-161-0/+25
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-45/+33
* | | exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman2009-09-241-0/+9
* | | headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* | | printk: add printk_delay to make messages readable for some scenariosDave Young2009-09-231-0/+14