summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pstore/ram: Make ECC size configurableAnton Vorontsov2012-07-171-8/+14
* pstore/ram: Fix error handling during przs allocationAnton Vorontsov2012-06-201-1/+1
* pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-201-31/+32
* pstore/ram: Add console messages handlingAnton Vorontsov2012-06-131-14/+86
* pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov2012-06-131-9/+32
* pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov2012-06-131-37/+62
* pstore/ram: Give proper names to dump-related variablesAnton Vorontsov2012-06-131-17/+17
* pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov2012-06-131-0/+1
* pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-131-0/+2
* pstore/ram: Add ECC supportAnton Vorontsov2012-05-171-3/+12
* pstore/ram: Switch to persistent_ram routinesAnton Vorontsov2012-05-171-47/+59
* ramoops: Move to fs/pstore/ram.cAnton Vorontsov2012-05-161-0/+362
OpenPOWER on IntegriCloud