| Commit message (Expand) | Author | Age |
... | |
* | | coredump: warn about unsafe suid_dumpable / core_pattern combo | Kees Cook | 2012-07-30 |
|/ |
|
* | sysctl: fix write access to dmesg_restrict/kptr_restrict | Kees Cook | 2012-04-05 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-28 |
|\ |
|
| * | sysctl: use bitmap library functions | Akinobu Mita | 2012-03-28 |
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 |
|\ \
| |/
|/| |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 |
| * | Disintegrate asm/system.h for Sparc | David Howells | 2012-03-28 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 2012-03-23 |
|\ \
| |/
|/| |
|
| * | sysctl: Move the implementation into fs/proc/proc_sysctl.c | Eric W. Biederman | 2012-01-24 |
| * | sysctl: Register the base sysctl table like any other sysctl table. | Eric W. Biederman | 2012-01-24 |
| * | sysctl: Consolidate !CONFIG_SYSCTL handling | Eric W. Biederman | 2012-01-24 |
* | | security: trim security.h | Al Viro | 2012-02-13 |
|/ |
|
* | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 |
* | Merge branch 'akpm' (Andrew's incoming) | Linus Torvalds | 2011-10-31 |
|\ |
|
| * | kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel | Dan Ballard | 2011-10-31 |
* | | [S390] sparse: fix sparse warnings about missing prototypes | Martin Schwidefsky | 2011-10-30 |
|/ |
|
* | sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth | Paul Turner | 2011-08-14 |
* | sysctl,rcu: Convert call_rcu(free_head) to kfree | Paul E. McKenney | 2011-07-20 |
* | perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI | Vince Weaver | 2011-06-04 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-05-25 |
|\ |
|
| * | arch/tile: support signal "exception-trace" hook | Chris Metcalf | 2011-05-19 |
* | | Merge branch 'next' into for-linus | James Morris | 2011-05-24 |
|\ \ |
|
| * | | capabilites: allow the application of capability limits to usermode helpers | Eric Paris | 2011-04-03 |
| |/ |
|
* / | watchdog: Disable watchdog when thresh is zero | Mandeep Singh Baines | 2011-05-23 |
|/ |
|
* | sysctl: restrict write access to dmesg_restrict | Richard Weinberger | 2011-03-23 |
* | sysctl: add some missing input constraint checks | Petr Holasek | 2011-03-23 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-16 |
|\ |
|
| * | Merge branch 'next' into for-linus | James Morris | 2011-03-15 |
| |\ |
|
| | * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2011-03-07 |
| | |\ |
|
| | | * | security: remove unused security_sysctl hook | Lucian Adrian Grijincu | 2011-02-01 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-15 |
|\ \ \ \ |
|
| * | | | | sched, autogroup, sysctl: Use proc_dointvec_minmax() instead | Yong Zhang | 2011-02-23 |
| * | | | | Merge commit 'v2.6.38-rc5' into sched/core | Ingo Molnar | 2011-02-16 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sched: Use a buddy to implement yield_task_fair() | Rik van Riel | 2011-02-03 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-03-15 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | perf: Optimize throttling code | Peter Zijlstra | 2011-02-16 |
| | |/ /
| |/| | |
|
* / | | | unfuck proc_sysctl ->d_compare() | Al Viro | 2011-03-08 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2011-01-26 |
|\ \ \
| |/ /
|/| | |
|
| * | | Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent | Andy Whitcroft | 2011-01-24 |
* | | | sysctl: remove obsolete comments | Jovi Zhang | 2011-01-13 |
* | | | sysctl: fix #ifdef guard comment | Jovi Zhang | 2011-01-13 |
* | | | kptr_restrict for hiding kernel pointers from unprivileged users | Dan Rosenberg | 2011-01-13 |
| |/
|/| |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 |
|\ \ |
|
| * | | sched: Add 'autogroup' scheduling feature: automated per session task groups | Mike Galbraith | 2010-11-30 |
| * | | Merge commit 'v2.6.37-rc3' into sched/core | Ingo Molnar | 2010-11-26 |
| |\ \ |
|
| * | | | sched: Add sysctl_sched_shares_window | Paul Turner | 2010-11-18 |
| * | | | sched: Rewrite tg_shares_up) | Peter Zijlstra | 2010-11-18 |
* | | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2010-12-09 |
* | | | | Merge commit 'v2.6.37-rc3' into perf/core | Ingo Molnar | 2010-11-26 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK | Joe Perches | 2010-11-16 |
| |/ / |
|