aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableGravatar Naoya Horiguchi 1-1/+1
2013-09-10fs: bump inode and dentry counters to longGravatar Glauber Costa 1-3/+3
2013-07-26sysctl: range checking in do_proc_dointvec_ms_jiffies_convGravatar Francesco Fusco 1-1/+5
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 1-0/+7
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+7
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-2/+2
2013-06-23perf: Drop sample rate when sampling is too slowGravatar Dave Hansen 1-0/+9
2013-06-20watchdog: Rename confusing state variableGravatar Frederic Weisbecker 1-2/+2
2013-06-19tracing: Disable tracing on warningGravatar Steven Rostedt (Red Hat) 1-0/+7
2013-05-28watchdog: Disallow setting watchdog_thresh to -1Gravatar Li Zefan 1-2/+1
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobGravatar Andrew Shewmaker 1-0/+7
2013-04-29mm: limit growth of 3% hardcoded other user reserveGravatar Andrew Shewmaker 1-0/+7
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nGravatar Josh Triplett 1-1/+0
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2013-02-27coredump: remove redundant defines for dumpable statesGravatar Kees Cook 1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryGravatar Paul Szabo 1-1/+0
2013-02-21Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+7
2013-02-15sysctl: Enable PARISC "unaligned-trap" to be used cross-archGravatar Vineet Gupta 1-0/+5
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceGravatar Clark Williams 1-0/+7
2013-02-07sched: Move sched.h sysctl bits into separate headerGravatar Clark Williams 1-0/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2013-01-09sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archGravatar Vineet Gupta 1-2/+7
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+43
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateGravatar Mel Gorman 1-0/+7
2012-12-11mm: sched: numa: Implement slow start for working set samplingGravatar Peter Zijlstra 1-0/+7
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rateGravatar Peter Zijlstra 1-0/+7
2012-12-11mm: numa: Add fault driven placement and migrationGravatar Peter Zijlstra 1-2/+22
2012-11-28sysctl: remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-2/+2
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryGravatar Catalin Marinas 1-2/+1
2012-10-06coredump: make core dump functionality optionalGravatar Alex Kelly 1-1/+11
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2012-09-17arm64: Add support for /proc/sys/debug/exception-traceGravatar Catalin Marinas 1-1/+1
2012-09-04sched: Add time unit suffix to sched sysctl knobsGravatar Namhyung Kim 1-3/+3
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+18
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsGravatar Wanpeng Li 1-5/+3
2012-07-30sysctl: suppress kmemleak messagesGravatar Steven Rostedt 1-1/+5
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboGravatar Kees Cook 1-2/+35
2012-07-29fs: add link restrictionsGravatar Kees Cook 1-0/+18
2012-04-05sysctl: fix write access to dmesg_restrict/kptr_restrictGravatar Kees Cook 1-4/+4
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-5/+3
2012-03-28sysctl: use bitmap library functionsGravatar Akinobu Mita 1-5/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+3
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-28Disintegrate asm/system.h for SparcGravatar David Howells 1-0/+3
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlGravatar Linus Torvalds 1-498/+3
2012-02-14security: trim security.hGravatar Al Viro 1-0/+1
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cGravatar Eric W. Biederman 1-464/+0
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Gravatar Eric W. Biederman 1-9/+4