aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c
AgeCommit message (Expand)Author
2014-12-10kernel: add panic_on_warnPrarit Bhargava
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28net_dma: simple removalDan Williams
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear
2013-11-13kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Chen Gang
2013-06-26kernel: remove unnecessary head fileJunweiZhang
2013-05-09switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li
2011-12-20binary_sysctl(): fix memory leakMichel Lespinasse
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin
2011-08-12xfs: remove subdirectoriesChristoph Hellwig
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-05-25sysctl: don't use own implementation of hex_to_bin()Andy Shevchenko
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen
2009-11-12sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman
2009-11-12sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman
2009-11-11sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman