summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-11/+11
| |/ |/|
* | block: fix linkage problem with blk_iopoll and !CONFIG_BLOCKJens Axboe2009-09-151-0/+4
|/
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-141-1/+9
|\
| * block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-111-1/+9
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-8/+16
|\ \
| * | sched: Turn off child_runs_firstMike Galbraith2009-09-091-8/+8
| * | sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-041-0/+8
| |/
* | Security/SELinux: includecheck fix kernel/sysctl.cJaswinder Singh Rajput2009-09-071-1/+0
|/
* Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+4
* 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
OpenPOWER on IntegriCloud