| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | sched: Remove sysctl.sched_features | Peter Zijlstra | 2009-12-09 | 1 | -8/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 1 | -748/+145 |
|\ \
| |/
|/| |
|
| * | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2009-11-18 | 1 | -133/+133 |
| * | sysctl: Remove the last of the generic binary sysctl support | Eric W. Biederman | 2009-11-12 | 1 | -44/+0 |
| * | sysctl: Don't look at ctl_name and strategy in the generic code | Eric W. Biederman | 2009-11-11 | 1 | -22/+7 |
| * | sysctl: Remove references to ctl_name and strategy from the generic sysctl table | Eric W. Biederman | 2009-11-11 | 1 | -188/+7 |
| * | sysctl: Neuter the generic sysctl strategy routines. | Eric W. Biederman | 2009-11-11 | 1 | -198/+0 |
| * | sysctl: Separate the binary sysctl logic into it's own file. | Eric W. Biederman | 2009-11-06 | 1 | -165/+0 |
* | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-05 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | printk: Remove ratelimit.h from kernel.h | Ingo Molnar | 2009-09-22 | 1 | -0/+3 |
* | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 1 | -0/+25 |
|\ \ |
|
| * | | HWPOISON: The high level memory error handler in the VM v7 | Andi Kleen | 2009-09-16 | 1 | -0/+25 |
* | | | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 1 | -45/+33 |
* | | | exec: let do_coredump() limit the number of concurrent dumps to pipes | Neil Horman | 2009-09-24 | 1 | -0/+9 |
* | | | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 1 | -1/+0 |
* | | | printk: add printk_delay to make messages readable for some scenarios | Dave Young | 2009-09-23 | 1 | -0/+14 |
* | | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -11/+11 |
| |/
|/| |
|
* | | block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK | Jens Axboe | 2009-09-15 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-14 | 1 | -1/+9 |
|\ |
|
| * | block: add blk-iopoll, a NAPI like approach for block devices | Jens Axboe | 2009-09-11 | 1 | -1/+9 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 | 1 | -8/+16 |
|\ \ |
|
| * | | sched: Turn off child_runs_first | Mike Galbraith | 2009-09-09 | 1 | -8/+8 |
| * | | sched: Scale down cpu_power due to RT tasks | Peter Zijlstra | 2009-09-04 | 1 | -0/+8 |
| |/ |
|
* / | Security/SELinux: includecheck fix kernel/sysctl.c | Jaswinder Singh Rajput | 2009-09-07 | 1 | -1/+0 |
|/ |
|
* | Security/SELinux: seperate lsm specific mmap_min_addr | Eric Paris | 2009-08-17 | 1 | -3/+4 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-06-28 | 1 | -0/+8 |
|\ |
|
| * | x86: Add sysctl to allow panic on IOCK NMI error | Kurt Garloff | 2009-06-25 | 1 | -0/+8 |
* | | timers: Fix timer_migration interface which accepts any number as input | Arun R Bharadwaj | 2009-06-23 | 1 | -1/+4 |
|/ |
|
* | sysctl.c: remove unused variable | Sukanto Ghosh | 2009-06-18 | 1 | -3/+1 |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 1 | -2/+0 |
|\ |
|
| * | mm: remove CONFIG_UNEVICTABLE_LRU config option | KOSAKI Motohiro | 2009-06-16 | 1 | -2/+0 |
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | kmemcheck: add the kmemcheck core | Vegard Nossum | 2009-06-13 | 1 | -0/+12 |
* | | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2009-06-15 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | timers: /proc/sys sysctl hook to enable timer migration | Arun R Bharadwaj | 2009-05-13 | 1 | -0/+8 |
* | | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-11 | 1 | -0/+27 |
|\ \ |
|
| * \ | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-11 | 1 | -0/+8 |
| |\ \ |
|
| * | | | perf_counter: Rename perf_counter_limit sysctl | Peter Zijlstra | 2009-06-11 | 1 | -3/+3 |
| * | | | perf_counter: More paranoia settings | Peter Zijlstra | 2009-06-11 | 1 | -3/+3 |
| * | | | perf_counter: Generic per counter interrupt throttle | Peter Zijlstra | 2009-05-25 | 1 | -0/+8 |
| * | | | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar | 2009-05-18 | 1 | -24/+4 |
| |\ \ \ |
|
| * | | | | perf_counter: provide an mlock threshold | Peter Zijlstra | 2009-05-05 | 1 | -0/+8 |
| * | | | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-29 | 1 | -10/+10 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | perf_counter: sysctl for system wide perf counters | Peter Zijlstra | 2009-04-09 | 1 | -0/+11 |
* | | | | | Merge branch 'next' into for-linus | James Morris | 2009-06-11 | 1 | -2/+12 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | security: use mmap_min_addr indepedently of security models | Christoph Lameter | 2009-06-04 | 1 | -2/+0 |
| * | | | | Merge branch 'master' into next | James Morris | 2009-05-22 | 1 | -23/+0 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'master' into next | James Morris | 2009-05-08 | 1 | -19/+64 |
| |\ \ \ \ |
|
| * | | | | | modules: sysctl to block module loading | Kees Cook | 2009-04-03 | 1 | -0/+12 |
* | | | | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-10 | 1 | -0/+8 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|