aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] NMI trigger switch support for debugging(updated)Akiyama Nobuyuki1-0/+16
2004-08-12[PATCH] ppc32: Fix warning on CONFIG_PPC32 && CONFIG_6xxTom Rini1-1/+1
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds1-50/+50
2004-07-30[PATCH] sparse: misc cleanupsAlexander Viro1-1/+1
2004-07-28[PATCH] fix for buffer limit for long in sysctl.cStéphane Eranian1-2/+2
2004-07-01[PATCH] Remaining sparse warnings in allnoconfigMika Kukkonen1-1/+1
2004-06-23[PATCH] vm: vfs shrinkage tuningAndrew Morton1-0/+12
2004-06-17[PATCH] RLIM: remove unused queued_signals global accountingChris Wright1-18/+0
2004-06-12[PATCH] fix modprobe_path and hotplug_path sizes and sysctlAndrew Morton1-2/+2
2004-06-08[PATCH] kernel/sysctl annotations for sparseRandy Dunlap1-11/+11
2004-06-08[PATCH] fix uts sysctl write sizeAndrew Morton1-5/+5
2004-05-29[PATCH] sparse: kernel/sysctl.c annotation and cleanupAlexander Viro1-30/+30
2004-05-10[PATCH] Add sysctl to define a hugetlb-capable groupAndrew Morton1-0/+8
2004-04-26[PATCH] s390: no timer interrupts in idle.Andrew Morton1-0/+12
2004-04-12Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-3/+25
2004-04-11[PATCH] hugetlb consolidationAndrew Morton1-2/+4
2004-04-11[PATCH] laptop modeAndrew Morton1-0/+20
2004-04-11[PATCH] Fix page allocator lower zone protection for NUMAAndrew Morton1-1/+1
2004-04-03Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+9
2004-04-02[SPARC]: Add sysctl to control serial console power-off restrictions.Eric Brower1-0/+9
2004-03-31[PATCH] Replace MAX_MAP_COUNT with /proc/sys/vm/max_map_countAndrew Morton1-0/+8
2004-03-20[PATCH] Add missing uacccess checks for sysctl.cAndrew Morton1-6/+8
2004-02-24[PATCH] add syscalls.hAndrew Morton1-1/+1
2004-02-24[PATCH] remove unneeded check from sys_sysctl()Andrew Morton1-3/+0
2004-02-24[PATCH] Report NGROUPS_MAX via a sysctl (read-only)Andrew Morton1-0/+11
2004-02-22[PATCH] add range checking to sys_sysctl()Andrew Morton1-17/+3
2004-02-22[PATCH] dynamic pty allocationAndrew Morton1-0/+11
2004-02-18[PATCH] aio sysctl parmsAndrew Morton1-0/+16
2004-02-09[PATCH] Remove duplicated HPPA bits in kernel/sysctl.cAndrew Morton1-6/+0
2004-02-03[PATCH] printk_ratelimit() tweaksAndrew Morton1-1/+0
2004-01-19[NET]: Add proc_dointvec_userhz_jiffies, use it for proper handling of neighb...Hideaki Yoshifuji1-122/+205
2004-01-18[PATCH] parintk_ratelimit fixAndrew Morton1-0/+2
2004-01-18[PATCH] generalise net_ratelimit (printk_ratelimit)Andrew Morton1-0/+18
2003-10-01[PATCH] check permission in ->open for /proc/sys/Andrew Morton1-13/+17
2003-10-01o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sysctl.cArnaldo Carvalho de Melo1-0/+17
2003-09-08[PATCH] sparse fix sysctlAndries E. Brouwer1-1/+1
2003-09-03[PATCH] Don't #ifdef prototypesRussell King1-0/+1
2003-08-01[PATCH] janitor: don't init statics to 0Randy Dunlap1-1/+1
2003-07-12[PATCH] new sysctl checking accesses userspace directlyPetr Vandrovec1-4/+12
2003-07-11[PATCH] Deprecate numerical sysctlAndi Kleen1-1/+10
2003-07-10[PATCH] Add two sysctls for PA-RISCMatthew Wilcox1-0/+29
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-2/+2
2003-06-14[PATCH] make pid_max readableAndrew Morton1-1/+1
2003-06-05[PATCH] /proc/sys/vm/min_free_kbytesAndrew Morton1-0/+11
2003-06-03[PATCH] C99 struct initializers for kernel filesArt Haas1-150/+566
2003-06-02[PATCH] dirty_writeback_centisecs fixesAndrew Morton1-15/+1
2003-05-11Add user pointer annotations to core sysctl files.Linus Torvalds1-34/+34
2003-04-09Annotate sysct with user pointer annotationsLinus Torvalds1-25/+26
2003-04-08[PATCH] Allow panics and reboots at oops time.Andrew Morton1-0/+2
2003-03-23[PATCH] don't include swap.h in mm.hChristoph Hellwig1-0/+1
2003-02-06[PATCH] LSM: Add LSM sysctl hook to 2.5.59Stephen D. Smalley1-0/+5
2002-12-14[PATCH] move console_loglevel scalars to array (resend)Randy Dunlap1-0/+1
2002-12-14[PATCH] Add /proc/sys/vm/lower_zone_protectionAndrew Morton1-1/+7
2002-11-10[PATCH] hugetlb: remove sysctl.c intrusionAndrew Morton1-12/+2
2002-10-12[PATCH] rename /proc/sys/vm/dirty_async_ratio to dirty_ratioAndrew Morton1-2/+2
2002-10-12[PATCH] reduced and tunable swappinessAndrew Morton1-0/+3
2002-10-12[PATCH] configurable corenameAlan Cox1-0/+3
2002-10-09[PATCH] adjust PPC sysctlsPaul Mackerras1-5/+3
2002-09-19[PATCH] hugetlbpages cleanupAndrew Morton1-6/+6
2002-09-19[PATCH] remove /proc/sys/vm/dirty_sync_threshAndrew Morton1-3/+0
2002-09-15[PATCH] hugetlb pagesAndrew Morton1-0/+13
2002-09-04[PATCH] pid-max-2.5.33-A0Ingo Molnar1-0/+3
2002-07-31Merge with Rusty 'trivial' RussellLinus Torvalds1-3/+3
2002-07-31[PATCH] designated initializer patches forArt Haas1-3/+3
2002-07-29VM: remove unused /proc/sys/vm/kswapd and swapctl.hChristoph Hellwig1-3/+0
2002-07-28[PATCH] strict overcommitAndrew Morton1-0/+4
2002-07-04[PATCH] pdflush cleanupAndrew Morton1-8/+34
2002-06-17[PATCH] writeback tunablesAndrew Morton1-0/+14
2002-06-02[PATCH] fix for /proc operation:Kazuto Miyoshi1-8/+4
2002-04-29[PATCH] writeback from address spacesAndrew Morton1-4/+0
2002-04-02[PATCH] Various typo fixes.Dave Jones1-3/+3
2002-04-02[PATCH] conditional system call cleanupAlexander Viro1-2/+0
2002-02-19adds simple support for atomically-mapped PTEs. On highmem systems this enabl...Ingo Molnar1-4/+0
2002-02-05[PATCH] (2/2) inode trimmingAlexander Viro1-1/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-0/+1
2002-02-04v2.5.0.8 -> v2.5.0.9Linus Torvalds1-1/+2
2002-02-04v2.4.10.4 -> v2.4.10.5Linus Torvalds1-2/+0
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+2
2002-02-04v2.4.9.11 -> v2.4.9.12Linus Torvalds1-0/+3
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds1-6/+0
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-0/+3
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-5/+3
2002-02-04v2.4.7.7 -> v2.4.7.8Linus Torvalds1-4/+0
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-2/+2
2002-02-04v2.4.1.4 -> v2.4.2Linus Torvalds1-17/+199
2002-02-04v2.4.1.3 -> v2.4.1.4Linus Torvalds1-1/+3
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04v2.4.1.1 -> v2.4.1.2Linus Torvalds1-3/+0
2002-02-04Import changesetLinus Torvalds1-0/+1309