aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson1-0/+21
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook1-13/+23
2019-02-12pstore/ram: Avoid needless alloc during header writeKees Cook1-7/+3
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu1-0/+3
2019-02-12pstore/ram: Move initialization earlierYue Hu1-9/+9
2019-02-12pstore: Avoid writing records with zero sizeYue Hu1-2/+4
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu1-21/+14
2019-01-20pstore/ram: Avoid allocation and leak of platform dataKees Cook1-6/+3
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan1-2/+1
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook1-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook1-1/+0
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)1-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)1-1/+3
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook1-2/+2
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang1-3/+1
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook1-9/+6
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-9/+6
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+14
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook1-3/+13
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)1-1/+1
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook1-4/+25
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann1-11/+6
2018-06-05pstore: Convert internal records to timespec64Kees Cook1-7/+14
2018-03-09pstore: Use crypto compress APIGeliang Tang1-1/+1
2017-05-31pstore: Populate pstore record->time fieldKees Cook1-11/+5
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2017-04-20Annotate hardware config module parameters in fs/pstore/David Howells1-1/+1
2017-03-07pstore: Remove write_buf() callbackKees Cook1-5/+5
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook1-9/+5
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook1-22/+22
2017-03-07pstore: Replace arguments for erase() APIKees Cook1-8/+7
2017-03-07pstore: Replace arguments for read() APIKees Cook1-24/+29
2017-02-13pstore: Check for prz allocation in walkerKees Cook1-2/+3
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1
2016-11-15ramoops: add pdata NULL check to ramoops_probeKees Cook1-2/+11
2016-11-15pstore: Clarify context field przs as dprzsKees Cook1-12/+12
2016-11-15pstore: improve error report for failed setupKees Cook1-19/+34
2016-11-15pstore: Merge per-CPU ftrace records into oneJoel Fernandes1-13/+109
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes1-17/+55
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysKees Cook1-28/+54
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes1-2/+3
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes1-4/+2
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn1-0/+19
2016-09-08pstore/ram: Set pstore flags dynamicallyNamhyung Kim1-1/+7
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim1-0/+2
2016-09-08pstore/ramoops: fixup driver removalSebastian Andrzej Siewior1-5/+12
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka1-3/+3