aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-3/+7
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook1-3/+7
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman1-8/+6
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds1-11/+31
2012-12-12pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_sizeArve Hjønnevåg1-2/+16
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi1-4/+3
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi1-1/+1
2012-11-17pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon1-4/+8
2012-11-16pstore/ram: Fixup section annotationsHannes Reinecke1-5/+7
2012-08-31pstore/ram: Add missing platform_device_unregisterJovi Zhang1-0/+1
2012-08-04pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov1-6/+6
2012-08-04pstore/ram: Fix printk format warningRandy Dunlap1-1/+1
2012-08-04pstore/ram: Fix possible NULL dereferenceAnton Vorontsov1-6/+7
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov1-5/+8
2012-07-17pstore/ram: Add ftrace messages handlingAnton Vorontsov1-4/+33
2012-07-17pstore/ram: Convert to write_buf callbackAnton Vorontsov1-8/+9
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov1-8/+14
2012-06-20pstore/ram: Fix error handling during przs allocationAnton Vorontsov1-1/+1
2012-06-20pstore/ram: Probe as early as possibleAnton Vorontsov1-31/+32
2012-06-13pstore/ram: Add console messages handlingAnton Vorontsov1-14/+86
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov1-9/+32
2012-06-13pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov1-37/+62
2012-06-13pstore/ram: Give proper names to dump-related variablesAnton Vorontsov1-17/+17
2012-06-13pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov1-0/+1
2012-06-13pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov1-0/+2
2012-05-17pstore/ram: Add ECC supportAnton Vorontsov1-3/+12
2012-05-17pstore/ram: Switch to persistent_ram routinesAnton Vorontsov1-47/+59
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov1-0/+362