aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/ram.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-16pstore: Add pmsg - user-space accessible pstore objectGravatar Mark Salyzyn 1-2/+32
2015-01-16pstore: Handle zero-sized prz in seriesGravatar Mark Salyzyn 1-3/+9
2015-01-16pstore: Remove superfluous memory size checkGravatar Mark Salyzyn 1-9/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedGravatar Tony Lindgren 1-2/+11
2014-11-05pstore/ram: Strip ramoops header for correct decompressionGravatar Ben Zhang 1-7/+15
2014-10-20pstore: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-17pstore: Correct the max_dump_cnt clearing of ramoopsGravatar Liu ShuoX 1-2/+2
2014-03-17pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przGravatar Liu ShuoX 1-0/+2
2014-03-17pstore: skip zero size persistent ram buffer in traverseGravatar Liu ShuoX 1-5/+5
2014-03-17pstore: clarify clearing of _read_cnt in ramoops_contextGravatar Liu ShuoX 1-1/+2
2013-08-30pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoGravatar Maxime Bizon 1-3/+3
2013-08-19pstore/ram: Read and write to the 'compressed' flag of pstoreGravatar Aruna Balakrishnaiah 1-8/+28
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackGravatar Aruna Balakrishnaiah 1-1/+2
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackGravatar Aruna Balakrishnaiah 1-1/+1
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-1/+2
2013-07-01pstore: Pass header size in the pstore write callbackGravatar Aruna Balakrishnaiah 1-1/+2
2013-06-14pstore/ram: remove the power of buffer size limitationGravatar Rob Herring 1-2/+0
2013-05-09Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2013-05-08pstore/ram: fix error return code in ramoops_probe()Gravatar Wei Yongjun 1-0/+2
2013-04-03pstore/ram: Restore ecc information blockGravatar Arve Hjønnevåg 1-2/+10
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataGravatar Arve Hjønnevåg 1-7/+8
2013-03-18pstore: Replace calls to kmalloc and memcpy with kmemdupGravatar Alexandru Gheorghiu 1-2/+1
2013-03-11fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupGravatar Alexandru Gheorghiu 1-2/+1
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 1-3/+7
2013-01-15time: create __getnstimeofday for WARNless callsGravatar Kees Cook 1-3/+7
2013-01-03pstore: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-8/+6
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreGravatar Linus Torvalds 1-11/+31
2012-12-12pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Gravatar Arve Hjønnevåg 1-2/+16
2012-11-26efi_pstore: Add a sequence counter to a variable nameGravatar Seiji Aguchi 1-4/+3
2012-11-26efi_pstore: Add ctime to argument of erase callbackGravatar Seiji Aguchi 1-1/+1
2012-11-17pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Gravatar Maxime Bizon 1-4/+8
2012-11-16pstore/ram: Fixup section annotationsGravatar Hannes Reinecke 1-5/+7
2012-08-31pstore/ram: Add missing platform_device_unregisterGravatar Jovi Zhang 1-0/+1
2012-08-04pstore/ram: Mark ramoops_pstore_write_buf() as notraceGravatar Anton Vorontsov 1-6/+6
2012-08-04pstore/ram: Fix printk format warningGravatar Randy Dunlap 1-1/+1
2012-08-04pstore/ram: Fix possible NULL dereferenceGravatar Anton Vorontsov 1-6/+7
2012-07-17pstore/ram: Make tracing log versionedGravatar Anton Vorontsov 1-5/+8
2012-07-17pstore/ram: Add ftrace messages handlingGravatar Anton Vorontsov 1-4/+33
2012-07-17pstore/ram: Convert to write_buf callbackGravatar Anton Vorontsov 1-8/+9
2012-07-17pstore/ram: Make ECC size configurableGravatar Anton Vorontsov 1-8/+14
2012-06-20pstore/ram: Fix error handling during przs allocationGravatar Anton Vorontsov 1-1/+1
2012-06-20pstore/ram: Probe as early as possibleGravatar Anton Vorontsov 1-31/+32
2012-06-13pstore/ram: Add console messages handlingGravatar Anton Vorontsov 1-14/+86
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Gravatar Anton Vorontsov 1-9/+32
2012-06-13pstore/ram: Factor dmesg przs initialization out of probe()Gravatar Anton Vorontsov 1-37/+62
2012-06-13pstore/ram: Give proper names to dump-related variablesGravatar Anton Vorontsov 1-17/+17
2012-06-13pstore/ram: Should zap persistent zone on unlinkGravatar Anton Vorontsov 1-0/+1
2012-06-13pstore/ram: Should update old dmesg buffer before readingGravatar Anton Vorontsov 1-0/+2
2012-05-17pstore/ram: Add ECC supportGravatar Anton Vorontsov 1-3/+12