summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
Commit message (Expand)AuthorAgeFilesLines
* pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson2019-07-091-0/+21
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-15/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-15/+1Star
* | pstore/ram: Run without kernel crash dump regionKees Cook2019-05-311-13/+23
|/
* pstore/ram: Avoid needless alloc during header writeKees Cook2019-02-121-7/+3Star
* pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu2019-02-121-0/+3
* pstore/ram: Move initialization earlierYue Hu2019-02-121-9/+9
* pstore: Avoid writing records with zero sizeYue Hu2019-02-121-2/+4
* pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu2019-01-221-21/+14Star
* pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3Star
* pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1Star
* pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook2018-12-041-1/+1
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-041-1/+0Star
* pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)2018-12-041-30/+18Star
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-041-1/+3
* pstore/ram: Report backend assignments with finer granularityKees Cook2018-12-041-2/+2
* pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2018-12-041-3/+1Star
* Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook2018-12-041-9/+6Star
|\
| * pstore/ram: Correctly calculate usable PRZ bytesKees Cook2018-11-291-9/+6Star
* | Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-4/+14
|\|
| * pstore/ram: Clarify resource reservation labelsKees Cook2018-10-221-3/+13
| * pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2018-10-221-1/+1
* | pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook2018-09-301-4/+25
|/
* pstore: Remove bogus format string definitionArnd Bergmann2018-06-141-11/+6Star
* pstore: Convert internal records to timespec64Kees Cook2018-06-061-7/+14
* pstore: Use crypto compress APIGeliang Tang2018-03-091-1/+1
* pstore: Populate pstore record->time fieldKees Cook2017-05-311-11/+5Star
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-1/+1
|\
| * Annotate hardware config module parameters in fs/pstore/David Howells2017-04-201-1/+1
* | pstore: Remove write_buf() callbackKees Cook2017-03-071-5/+5
* | pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-071-9/+5Star
* | pstore: Replace arguments for write_buf() APIKees Cook2017-03-071-22/+22
* | pstore: Replace arguments for erase() APIKees Cook2017-03-071-8/+7Star
* | pstore: Replace arguments for read() APIKees Cook2017-03-071-24/+29
|/
* pstore: Check for prz allocation in walkerKees Cook2017-02-131-2/+3
* pstore: don't OOPS when there are no ftrace zonesBrian Norris2017-02-091-1/+1
* ramoops: add pdata NULL check to ramoops_probeKees Cook2016-11-161-2/+11
* pstore: Clarify context field przs as dprzsKees Cook2016-11-161-12/+12
* pstore: improve error report for failed setupKees Cook2016-11-161-19/+34
* pstore: Merge per-CPU ftrace records into oneJoel Fernandes2016-11-161-13/+109
* ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes2016-11-161-17/+55
* pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2016-11-161-28/+54
* pstore: Allow prz to control need for lockingJoel Fernandes2016-11-161-2/+3
* pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes2016-11-111-4/+2Star
* ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang2016-09-091-1/+1
* pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-091-0/+19
* pstore/ram: Set pstore flags dynamicallyNamhyung Kim2016-09-091-1/+7
* pstore: Split pstore fragile flagsNamhyung Kim2016-09-091-0/+2
* pstore/ramoops: fixup driver removalSebastian Andrzej Siewior2016-09-081-5/+12
* ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka2016-08-051-3/+3