aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke2007-10-161-0/+8
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+8
* sched: speed up and simplify vslice calculationsPeter Zijlstra2007-10-151-6/+3
* sched: remove wait_runtime limitIngo Molnar2007-10-151-11/+0
* sched: remove stat_granIngo Molnar2007-10-151-11/+0
* minimal build fixes for uml (fallout from x86 merge)Al Viro2007-10-131-1/+1
* [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-121-1/+1
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-191-0/+8
* sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-251-2/+2
* sched: adaptive scheduler granularityPeter Zijlstra2007-08-251-0/+11
* sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctlsPeter Zijlstra2007-08-251-9/+9
* Remove double inclusion of linux/capability.hChristian Heim2007-08-191-1/+0
* Fix missing numa_zonelist_order sysctlLee Schermerhorn2007-08-111-1/+1
* ACPI: restore CONFIG_ACPI_SLEEPLen Brown2007-07-291-1/+1
* ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2007-07-251-1/+1
* x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani2007-07-221-0/+10
* kernel/sysctl.c: finish off the warning commentsAndrew Morton2007-07-191-1/+4
* lockstat: core infrastructurePeter Zijlstra2007-07-191-0/+22
* coredump masking: bound suid_dumpable sysctlKawai, Hidehiro2007-07-191-1/+5
* audit: rework execve auditPeter Zijlstra2007-07-191-0/+11
* PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek2007-07-191-1/+1
* Add common orderly_poweroff()Jeremy Fitzhardinge2007-07-181-0/+10
* proper prototype for proc_nr_files()Adrian Bunk2007-07-171-3/+1
* Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman2007-07-171-0/+8
* Remove duplicate comments from sysctl.cLinus Torvalds2007-07-161-8/+0
* sysctl.c: add text telling people to use CTL_UNNUMBEREDAndrew Morton2007-07-161-1/+20
* vdso: print fatal signalsIngo Molnar2007-07-161-0/+9
* change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-0/+11
* security: Protection for exploiting null dereference using mmapEric Paris2007-07-111-0/+10
* sched: add CFS debug sysctlsIngo Molnar2007-07-091-0/+80
* make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename ...Dan Aloni2007-05-171-1/+1
* Make vm statistics update interval configurableChristoph Lameter2007-05-091-0/+12
* proc: maps protectionKees Cook2007-05-081-0/+11
* Allow reading tainted flag as userBastian Blank2007-04-241-1/+1
* sysctl: Support vdso_enabled sysctl on SH.Paul Mundt2007-03-051-1/+2
* [PATCH] fix the SYSCTL=n compilationAdrian Bunk2007-03-011-2/+1
* [PATCH] sysctl: add a parent entry to ctl_table and set the parent entryEric W. Biederman2007-02-141-0/+18
* [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-141-182/+0
* [PATCH] sysctl: allow sysctl_perm to be called from outside of sysctl.cEric W. Biederman2007-02-141-5/+5
* [PATCH] sysctl: factor out sysctl_head_next from do_sysctlEric W. Biederman2007-02-141-17/+43
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-7/+2
* [PATCH] sysctl: remove support for directory strategy routinesEric W. Biederman2007-02-141-8/+0
* [PATCH] sysctl: remove support for CTL_ANYEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entryEric W. Biederman2007-02-141-0/+14
* [PATCH] sysctl: move SYSV IPC sysctls to their own fileEric W. Biederman2007-02-141-176/+0
* [PATCH] sysctl: move utsname sysctls to their own fileEric W. Biederman2007-02-141-117/+0
* [PATCH] sysctl: move init_irq_proc into init/main where it belongsEric W. Biederman2007-02-141-3/+0
* [PATCH] _proc_do_string(): fix short readsOleg Nesterov2007-02-111-4/+12
* [PATCH] sysctl warning fixAndrew Morton2007-02-111-0/+2
* [PATCH] Add TAINT_USER and ability to set taint flags from userspaceTheodore Ts'o2007-02-111-2/+25