aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ramoops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-12ramoops: update parameters only after successful initKees Cook1-8/+9
2012-01-12ramoops: fix use of rounddown_pow_of_two()Marco Stornelli1-2/+2
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong1-2/+1
2011-10-31drivers/char: Fix implicit use of err.h in ramoops.cPaul Gortmaker1-0/+1
2011-08-03ramoops: update module parametersSergiu Iordache1-0/+8
2011-07-29ramoops: fix compile failure on pariscJames Bottomley1-0/+1
2011-07-26ramoops: make record_size a module parameterSergiu Iordache1-10/+27
2011-07-26ramoops: move dump_oops into platform dataSergiu Iordache1-1/+4
2011-07-26ramoops: add new line to each printMarco Stornelli1-6/+9
2011-07-26ramoops: use module parameters instead of platform data if not availableMarco Stornelli1-12/+35
2011-01-13ramoops: fix types, remove typecastsAndrew Morton1-4/+4
2011-01-13kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANICSeiji Aguchi1-0/+5
2010-12-28RAMOOPS: Don't overflow over non-allocated regionsAhmed S. Darwish1-5/+7
2010-10-27ramoops: use the platform data structure instead of module paramsKyungmin Park1-2/+28
2010-05-27char drivers: RAM oops/panic loggerMarco Stornelli1-0/+162