| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl: allow for strict write position handling | Kees Cook | 2014-06-06 | 1 | -0/+21 |
* | hung_task: check the value of "sysctl_hung_task_timeout_sec" | Liu Hua | 2014-04-07 | 1 | -0/+1 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-04-06 | 1 | -0/+2 |
|\ |
|
| * | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers | 2014-03-13 | 1 | -0/+2 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-03-31 | 1 | -9/+1 |
|\ \ |
|
| * \ | Merge branch 'linus' into sched/core, to resolve conflicts | Ingo Molnar | 2014-02-02 | 1 | -1/+56 |
| |\ \
| | |/ |
|
| * | | sched/numa, mm: Remove p->numa_migrate_deferred | Rik van Riel | 2014-01-28 | 1 | -9/+1 |
* | | | Merge branch 'core/urgent' into core/locking | Ingo Molnar | 2014-02-27 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | hung_task/Documentation: Fix hung_task_warnings description | Aaron Tomlin | 2014-01-31 | 1 | -2/+3 |
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-01-31 | 1 | -0/+42 |
|\ \ \
| |/ / |
|
| * | | hung_task: Display every hung task warning | Aaron Tomlin | 2014-01-25 | 1 | -0/+42 |
| |/ |
|
* | | kexec: add sysctl to disable kexec_load | Kees Cook | 2014-01-23 | 1 | -1/+14 |
|/ |
|
* | sched/numa: Drop sysctl_numa_balancing_settle_count sysctl | Wanpeng Li | 2013-12-17 | 1 | -5/+0 |
* | vsprintf: check real user/group id for %pK | Ryan Mallon | 2013-11-13 | 1 | -7/+18 |
* | sched/numa: Skip some page migrations after a shared fault | Rik van Riel | 2013-10-09 | 1 | -1/+9 |
* | sched/numa: Remove the numa_balancing_scan_period_reset sysctl | Mel Gorman | 2013-10-09 | 1 | -8/+3 |
* | sched/numa: Favour moving tasks towards the preferred node | Mel Gorman | 2013-10-09 | 1 | -1/+7 |
* | sched/numa: Set the scan rate proportional to the memory usage of the task be... | Mel Gorman | 2013-10-09 | 1 | -5/+6 |
* | mm: numa: Document automatic NUMA balancing sysctls | Mel Gorman | 2013-10-09 | 1 | -0/+66 |
* | coredump: add new %P variable in core_pattern | Stéphane Graber | 2013-09-11 | 1 | -0/+1 |
* | perf: Drop sample rate when sampling is too slow | Dave Hansen | 2013-06-23 | 1 | -0/+26 |
* | watchdog: Remove softlockup_thresh from Documentation | Li Zefan | 2013-05-28 | 1 | -10/+0 |
* | watchdog: Document watchdog_thresh sysctl | Li Zefan | 2013-05-28 | 1 | -0/+14 |
* | Documentation/sysctl/kernel.txt: document /proc/sys/shmall | Carlos Alberto Lopez Perez | 2013-01-04 | 1 | -0/+13 |
* | ipc: add sysctl to specify desired next object id | Stanislav Kinsbursky | 2013-01-04 | 1 | -0/+19 |
* | coredump: add support for %d=__get_dumpable() in core name | Oleg Nesterov | 2012-10-06 | 1 | -0/+2 |
* | Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt | Larry Finger | 2012-02-06 | 1 | -0/+2 |
* | sysctl: add the kernel.ns_last_pid control | Pavel Emelyanov | 2012-01-12 | 1 | -0/+8 |
* | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 | 1 | -0/+14 |
* | kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel | Dan Ballard | 2011-10-31 | 1 | -0/+8 |
* | ipc: introduce shm_rmid_forced sysctl | Vasiliy Kulikov | 2011-07-26 | 1 | -0/+22 |
* | Documentation: refresh sysctl/kernel.txt | Borislav Petkov | 2011-07-23 | 1 | -105/+110 |
* | coredump: add support for exe_file in core name | Jiri Slaby | 2011-05-26 | 1 | -1/+2 |
* | Documentation: default_message_level is a typo | Paul Bolle | 2011-02-11 | 1 | -1/+1 |
* | kptr_restrict for hiding kernel pointers from unprivileged users | Dan Rosenberg | 2011-01-13 | 1 | -0/+14 |
* | syslog: check cap_syslog when dmesg_restrict | Serge E. Hallyn | 2010-12-09 | 1 | -1/+1 |
* | Restrict unprivileged access to kernel syslog | Dan Rosenberg | 2010-11-12 | 1 | -0/+14 |
* | doc: Add documentation for bootloader_{type,version} | H. Peter Anvin | 2009-12-11 | 1 | -0/+31 |
* | docs: fix core_pipe_limit info | Randy Dunlap | 2009-11-09 | 1 | -3/+3 |
* | exec: let do_coredump() limit the number of concurrent dumps to pipes | Neil Horman | 2009-09-24 | 1 | -0/+22 |
* | printk: add printk_delay to make messages readable for some scenarios | Dave Young | 2009-09-23 | 1 | -0/+8 |
* | trivial: doc: document missing value 2 for randomize-va-space | Horst Schirmeier | 2009-09-21 | 1 | -13/+17 |
* | [S390] add call home support | Hans-Joachim Picht | 2009-09-11 | 1 | -0/+16 |
* | Merge branch 'master' into next | James Morris | 2009-05-08 | 1 | -0/+53 |
|\ |
|
| * | documentation: update Documentation/filesystem/proc.txt and Documentation/sys... | Shen Feng | 2009-04-02 | 1 | -0/+53 |
* | | modules: sysctl to block module loading | Kees Cook | 2009-04-03 | 1 | -0/+11 |
|/ |
|
* | Document kernel taint flags properly | Greg Kroah-Hartman | 2008-10-29 | 1 | -7/+17 |
* | Staging: add TAINT_CRAP for all drivers/staging code | Greg Kroah-Hartman | 2008-10-10 | 1 | -0/+1 |
* | Documentation/sysctl/kernel.txt: fix softlockup_thresh description | Andrew Morton | 2008-09-23 | 1 | -3/+4 |
* | Documentation: sysctl/kernel.txt: fix documentation reference | Michael Opdenacker | 2008-02-13 | 1 | -1/+1 |