aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/ram.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-31pstore: Populate pstore record->time fieldGravatar Kees Cook 1-11/+5
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-04-20Annotate hardware config module parameters in fs/pstore/Gravatar David Howells 1-1/+1
2017-03-07pstore: Remove write_buf() callbackGravatar Kees Cook 1-5/+5
2017-03-07pstore: Replace arguments for write_buf_user() APIGravatar Kees Cook 1-9/+5
2017-03-07pstore: Replace arguments for write_buf() APIGravatar Kees Cook 1-22/+22
2017-03-07pstore: Replace arguments for erase() APIGravatar Kees Cook 1-8/+7
2017-03-07pstore: Replace arguments for read() APIGravatar Kees Cook 1-24/+29
2017-02-13pstore: Check for prz allocation in walkerGravatar Kees Cook 1-2/+3
2017-02-09pstore: don't OOPS when there are no ftrace zonesGravatar Brian Norris 1-1/+1
2016-11-15ramoops: add pdata NULL check to ramoops_probeGravatar Kees Cook 1-2/+11
2016-11-15pstore: Clarify context field przs as dprzsGravatar Kees Cook 1-12/+12
2016-11-15pstore: improve error report for failed setupGravatar Kees Cook 1-19/+34
2016-11-15pstore: Merge per-CPU ftrace records into oneGravatar Joel Fernandes 1-13/+109
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesGravatar Joel Fernandes 1-17/+55
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysGravatar Kees Cook 1-28/+54
2016-11-15pstore: Allow prz to control need for lockingGravatar Joel Fernandes 1-2/+3
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionGravatar Joel Fernandes 1-4/+2
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGravatar Geliang Tang 1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferGravatar Mark Salyzyn 1-0/+19
2016-09-08pstore/ram: Set pstore flags dynamicallyGravatar Namhyung Kim 1-1/+7
2016-09-08pstore: Split pstore fragile flagsGravatar Namhyung Kim 1-0/+2
2016-09-08pstore/ramoops: fixup driver removalGravatar Sebastian Andrzej Siewior 1-5/+12
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przGravatar Hiraku Toyooka 1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 1-16/+7
2016-06-14pstore/ram: add Device Tree bindingsGravatar Greg Hackmann 1-2/+93
2016-06-02pstore: add lzo/lz4 compression supportGravatar Geliang Tang 1-5/+5
2016-03-10pstore: Add support for 64 Bit address spaceGravatar Wiebe, Wladislav (Nokia - DE/Ulm) 1-2/+2
2015-10-22pstore: add pstore unregisterGravatar Geliang Tang 1-11/+8
2015-05-21ramoops: make it possible to change mem_type param.Gravatar Wang Long 1-1/+1
2015-05-21pstore/ram: verify ramoops header before saving recordGravatar Ben Zhang 1-12/+28
2015-05-21fs/pstore: Optimization function ramoops_init_przsGravatar long.wanglong 1-5/+3
2015-03-16pstore: Fix the ramoops module parameters updateGravatar Wang Long 1-0/+3
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