summaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2024-02-23pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen1-0/+1
2024-01-26pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2023-09-23pstore/ram: Check start of empty przs during initEnlin Mu1-1/+1
2023-07-27pstore/ram: Add check for kstrdupJiasheng Jiang1-0/+2
2023-05-17pstore: Revert pmsg_lock back to a normal mutexJohn Stultz1-4/+3
2023-01-18pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2023-01-18pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2023-01-18pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd1-1/+5
2023-01-18pstore/ram: Fix error return code in ramoops_probe()Wang Yufen1-0/+2
2021-03-04pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce1-1/+4
2020-04-17pstore: pstore_ftrace_seq_next should increase position indexVasily Averin1-1/+4
2020-04-17pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu1-2/+2
2020-01-14pstore/ram: Regularize prz label allocation lifetimeKees Cook2-3/+3
2020-01-09pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook1-0/+2
2020-01-09pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin1-0/+11
2019-08-30pstore: fs superblock limitsDeepa Dinamani1-0/+2
2019-07-09pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey1-7/+6
2019-07-09pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+2
2019-07-09pstore/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/gre...Linus Torvalds6-69/+6
2019-06-05Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-15/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-26/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner3-28/+3
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook2-14/+25
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih1-1/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-02-13pstore/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 Hu2-2/+7
2019-01-22pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu1-21/+14
2019-01-21pstore/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
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds2-2/+2
2018-12-04pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook1-1/+1
2018-12-04pstore: Convert buf_lock to semaphoreKees Cook2-22/+23
2018-12-04pstore: Fix bool initialization/comparisonThomas Meyer1-1/+1
2018-12-04pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)1-0/+5
2018-12-04pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)1-30/+18
2018-12-04pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)3-48/+44
2018-12-04pstore: Improve and update some comments and status outputKees Cook2-5/+6
2018-12-04pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook1-0/+10
2018-12-04pstore/ram: Report backend assignments with finer granularityKees Cook2-2/+8
2018-12-04pstore/ram: Standardize module name in ramoopsKees Cook1-2/+3
2018-12-04pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2-9/+10
2018-12-04pstore: Remove needless lock during console writesKees Cook1-23/+6
2018-12-04pstore: Do not use crash buffer for decompressionKees Cook1-31/+25