summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorLines
2006-11-06[PATCH] sysctl: allow a zero ctl_name in the middle of a sysctl tableEric W. Biederman-3/+5
2006-11-06[PATCH] Improve the removed sysctl warningsEric W. Biederman-1/+21
2006-10-20[PATCH] cad_pid sysctl with PROC_FS=nRandy Dunlap-0/+4
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater-3/+27
2006-10-02[PATCH] IPC namespace - sysctlsKirill Korotaev-28/+88
2006-10-02[PATCH] namespaces: utsname: sysctlSerge E. Hallyn-19/+119
2006-10-02[PATCH] make kernel/sysctl.c:_proc_do_string() staticAdrian Bunk-2/+3
2006-10-02[PATCH] proc: sysctl: add _proc_do_string helperSam Vilain-29/+36
2006-10-01[PATCH] Support piping into commands in /proc/sys/kernel/core_patternAndi Kleen-1/+1
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen-7/+4
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu-1/+1
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman-75/+38
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds-3/+20
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter-0/+11
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus-0/+8
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus-0/+11
2006-09-26[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus-3/+1
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter-0/+11
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-1/+0
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter-9/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar-0/+15
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar-0/+12
2006-06-26[PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen-0/+11
2006-06-25[PATCH] Get rid of /proc/sys/procStephen Hemminger-11/+0
2006-06-23[PATCH] CONFIG_NET=n build fixAndrew Morton-1/+1
2006-06-23[PATCH] support for panic at OOMKAMEZAWA Hiroyuki-0/+9
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis-2/+2
2006-03-24[PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_convBart Samwel-0/+4
2006-03-24[PATCH] Represent laptop_mode as jiffies internallyBart Samwel-3/+2
2006-03-24[PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel-5/+5
2006-03-08[PATCH] fix file countingDipankar Sarma-1/+4
2006-03-02[PATCH] fix acpi_video_flags on x86-64Stefan Seyfried-1/+1
2006-02-28[IA64] sysctl option to silence unaligned trap warningsJes Sorensen-0/+14
2006-02-20[PATCH] Fix undefined symbols for nommu architectureLuke Yang-0/+2
2006-02-20[PATCH] suspend-to-ram: allow video options to be set at runtimePavel Machek-4/+12
2006-02-17[PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen-2/+0
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter-0/+9
2006-02-01[PATCH] zone_reclaim: minor fixesChristoph Lameter-1/+2
2006-01-18[PATCH] Zone reclaim: proc overrideChristoph Lameter-0/+11
2006-01-14[PATCH] s390: spinlock fixesMartin Schwidefsky-1/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap-0/+1
2006-01-08[PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth-0/+12
2006-01-08[PATCH] drop-pagecacheAndrew Morton-0/+10
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky-3/+3
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers-2/+2
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers-3/+1
2005-12-31sysctl: make sure to terminate strings with a NULLinus Torvalds-10/+15
2005-12-30[PATCH] Fix false old value return of sysctlYi Yang-1/+1
2005-12-30sysctl: don't overflow the user-supplied buffer with '\0'Linus Torvalds-3/+1