summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
Commit message (Expand)AuthorAgeFilesLines
* ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka2016-08-051-3/+3
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-16/+7
* pstore/ram: add Device Tree bindingsGreg Hackmann2016-06-141-2/+93
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-5/+5
* pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)2016-03-101-2/+2
* pstore: add pstore unregisterGeliang Tang2015-10-221-11/+8
* ramoops: make it possible to change mem_type param.Wang Long2015-05-211-1/+1
* pstore/ram: verify ramoops header before saving recordBen Zhang2015-05-211-12/+28
* fs/pstore: Optimization function ramoops_init_przslong.wanglong2015-05-211-5/+3
* pstore: Fix the ramoops module parameters updateWang Long2015-03-161-0/+3
* pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn2015-01-161-2/+32
* pstore: Handle zero-sized prz in seriesMark Salyzyn2015-01-161-3/+9
* pstore: Remove superfluous memory size checkMark Salyzyn2015-01-161-9/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * pstore: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2014-12-111-2/+11
* | pstore/ram: Strip ramoops header for correct decompressionBen Zhang2014-11-051-7/+15
|/
* pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX2014-03-171-2/+2
* pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX2014-03-171-0/+2
* pstore: skip zero size persistent ram buffer in traverseLiu ShuoX2014-03-171-5/+5
* pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX2014-03-171-1/+2
* pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon2013-08-301-3/+3
* pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-8/+28
* pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-191-1/+2
* pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-191-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-1/+2
|\
| * pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah2013-07-011-1/+2
* | pstore/ram: remove the power of buffer size limitationRob Herring2013-06-141-2/+0
|/
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-091-0/+2
|\
| * pstore/ram: fix error return code in ramoops_probe()Wei Yongjun2013-05-081-0/+2
| * fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-111-2/+1
* | pstore/ram: Restore ecc information blockArve Hjønnevåg2013-04-031-2/+10
* | pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2013-04-031-7/+8
* | pstore: Replace calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-181-2/+1
|/
* Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-041-3/+7
|\
| * time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-3/+7
* | pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-8/+6
* | Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-12-151-11/+31
|\ \
| * | pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg2012-12-121-2/+16
| * | pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon2012-11-171-4/+8
| * | pstore/ram: Fixup section annotationsHannes Reinecke2012-11-161-5/+7
| |/
* | efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-261-4/+3
* | efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-261-1/+1
|/
* pstore/ram: Add missing platform_device_unregisterJovi Zhang2012-08-311-0/+1
* pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov2012-08-041-6/+6
* pstore/ram: Fix printk format warningRandy Dunlap2012-08-041-1/+1
* pstore/ram: Fix possible NULL dereferenceAnton Vorontsov2012-08-041-6/+7
* pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-171-5/+8
* pstore/ram: Add ftrace messages handlingAnton Vorontsov2012-07-171-4/+33
* pstore/ram: Convert to write_buf callbackAnton Vorontsov2012-07-171-8/+9