summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorLines
2008-07-27lost sysctl fixAl Viro-7/+9
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-5/+5
2008-07-26[PATCH] sanitize proc_sysctlAl Viro-0/+15
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro-0/+63
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro-1/+36
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro-10/+31
2008-07-25printk ratelimiting rewriteDave Young-2/+2
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen-3/+5
2008-07-24mm/vmstat.c: proper externsAdrian Bunk-1/+1
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+16
2008-07-22remove CONFIG_KMOD from core kernel codeJohannes Berg-2/+2
2008-07-18softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto-1/+1
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar-12/+19
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar-0/+13
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-12/+0
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar-0/+11
2008-07-10Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King-12/+0
2008-06-27sched: update shares on wakeupPeter Zijlstra-0/+8
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney-0/+13
2008-05-25softlockup: fix softlockup_thresh fixIngo Molnar-1/+1
2008-05-25softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich-4/+5
2008-05-25softlockup: allow panic on lockupIngo Molnar-0/+11
2008-05-23ftrace: add ftrace_enabled sysctl to disable mcount functionSteven Rostedt-0/+11
2008-05-16[PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro-1/+4
2008-05-12dyntick: Remove last reminants of dyntick supportRussell King-12/+0
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov-7/+18
2008-04-29sysctl: clean from unneeded extern and forward declarationsPavel Emelyanov-76/+68
2008-04-29sysctl: allow embedded targets to disable sysctl_check.cHolger Schurig-2/+8
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells-0/+9
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra-2/+2
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar-11/+0
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra-18/+0
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan-2/+2
2008-02-13sched: rt-group: interfacePeter Zijlstra-16/+16
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches-10/+10
2008-02-08Nuke duplicate header from sysctl.cJesper Juhl-1/+0
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov-1/+1
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan-1/+1
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes-0/+9
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet-0/+8
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn-35/+0
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana-1/+17
2008-02-01[AUDIT] break large execve argument logging into smaller messagesEric Paris-11/+0
2008-01-30x86: various changes and cleanups to in_p/out_p delay detailsIngo Molnar-0/+9
2008-01-28[NET]: Remove the empty net_tablePavel Emelyanov-8/+0
2008-01-28sysctl: Infrastructure for per namespace sysctlsEric W. Biederman-11/+82
2008-01-28sysctl: Remember the ctl_table we passed to register_sysctl_pathsEric W. Biederman-0/+1
2008-01-28sysctl: Add register_sysctl_paths functionEric W. Biederman-15/+74
2008-01-25softlockup: fix signednessIngo Molnar-8/+8
2008-01-25sched: latencytop supportArjan van de Ven-0/+10