1. 0317b72 mark pstore-blk as broken by Christoph Hellwig · 3 years, 7 months ago
  2. a7acb61 pstore: Fix warning in pstore_kill_sb() by Tetsuo Handa · 3 years, 11 months ago
  3. edadcf2 pstore: Fix typo in compression option name by Jiri Bohac · 3 years, 11 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  5. fd49e03 pstore: Fix linking when crypto API disabled by Matteo Croce · 4 years, 6 months ago
  6. 56446ef Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  7. f8feafe pstore/blk: Introduce "best_effort" mode by Kees Cook · 4 years, 8 months ago
  8. 7dcb784 pstore/blk: Support non-block storage devices by WeiXiong Liao · 4 years, 9 months ago
  9. 1525fb3 pstore/blk: Provide way to query pstore configuration by WeiXiong Liao · 4 years, 9 months ago
  10. 335426c pstore/zone: Provide way to skip "broken" zone for MTD devices by WeiXiong Liao · 4 years, 9 months ago
  11. 649304c Documentation: Add details for pstore/blk by WeiXiong Liao · 4 years, 9 months ago
  12. 34327e9 pstore/zone,blk: Add ftrace frontend support by WeiXiong Liao · 4 years, 9 months ago
  13. cc9c4d1 pstore/zone,blk: Add console frontend support by WeiXiong Liao · 4 years, 9 months ago
  14. 0dc0682 pstore/zone,blk: Add support for pmsg frontend by WeiXiong Liao · 4 years, 9 months ago
  15. 17639f6 pstore/blk: Introduce backend for block devices by WeiXiong Liao · 4 years, 9 months ago
  16. d26c332 pstore/zone: Introduce common layer to manage storage zones by WeiXiong Liao · 4 years, 9 months ago
  17. 791205e pstore/ram: Introduce max_reason and convert dump_oops by Kees Cook · 4 years, 8 months ago
  18. 3524e68 pstore/platform: Pass max_reason to kmesg dump by Pavel Tatashin · 4 years, 8 months ago
  19. fb13cb8 printk: Introduce kmsg_dump_reason_str() by Kees Cook · 4 years, 8 months ago
  20. 6d3cf96 printk: Collapse shutdown types into a single dump reason by Kees Cook · 4 years, 8 months ago
  21. 16a5830 pstore/ftrace: Provide ftrace log merging routine by Kees Cook · 4 years, 8 months ago
  22. df9bf19 pstore/ram: Refactor ftrace buffer merging by Kees Cook · 4 years, 8 months ago
  23. 26961d7 pstore/ram: Refactor DT size parsing by Kees Cook · 4 years, 8 months ago
  24. f858b57 pstore/ram: Adjust module param permissions to reflect reality by Kees Cook · 4 years, 8 months ago
  25. d973f7d pstore/platform: Move module params after declarations by Kees Cook · 4 years, 8 months ago
  26. d195c39 pstore/platform: Use backend name for console registration by Kees Cook · 4 years, 8 months ago
  27. 563ca40 pstore/platform: Switch pstore_info::name to const by Kees Cook · 4 years, 8 months ago
  28. b7753fc pstore: Make sure console capturing will restart by Kees Cook · 4 years, 8 months ago
  29. 609e28bb pstore: Remove filesystem records when backend is unregistered by Kees Cook · 4 years, 8 months ago
  30. 78c83c8 pstore: Do not leave timer disabled for next backend by Kees Cook · 4 years, 8 months ago
  31. 27e5041 pstore: Add locking around superblock changes by Kees Cook · 4 years, 8 months ago
  32. 7a0ad54 pstore: Refactor pstorefs record list removal by Kees Cook · 4 years, 8 months ago
  33. 6248a066 pstore: Add proper unregister lock checking by Kees Cook · 4 years, 8 months ago
  34. db23491 pstore: Convert "records_list" locking to mutex by Kees Cook · 4 years, 8 months ago
  35. 47af61f pstore: Rename "allpstore" to "records_list" by Kees Cook · 4 years, 8 months ago
  36. cab12fd pstore: Convert "psinfo" locking to mutex by Kees Cook · 4 years, 8 months ago
  37. c30b20c pstore: Rename "pstore_lock" to "psinfo_lock" by Kees Cook · 4 years, 8 months ago
  38. e7c1c00 pstore: Drop useless try_module_get() for backend by Kees Cook · 4 years, 8 months ago
  39. ff84778 pstore: switch to copy_from_user() by Al Viro · 4 years, 11 months ago
  40. 8128d3a pstore/ram: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  41. 6c871b7 pstore: pstore_ftrace_seq_next should increase position index by Vasily Averin · 4 years, 10 months ago
  42. e030b80 pstore/ram: remove unnecessary ramoops_unregister_dummy() by chenqiwu · 5 years ago
  43. 8a57d6d pstore/platform: fix potential mem leak if pstore_init_fs failed by chenqiwu · 5 years ago
  44. e163fdb pstore/ram: Regularize prz label allocation lifetime by Kees Cook · 5 years ago
  45. 9e5f1c1 pstore/ram: Write new dumps to start of recycled zones by Aleksandr Yashkin · 5 years ago
  46. 8df955a pstore/ram: Fix error-path memory leak in persistent_ram_new() callers by Kees Cook · 5 years ago
  47. 8d82cee pstore: Make pstore_choose_compression() static by Ben Dooks (Codethink) · 5 years ago
  48. 83b8a3f pstore: fs superblock limits by Deepa Dinamani · 6 years ago
  49. 4c6d80e pstore: Fix double-free in pstore_mkfile() failure path by Norbert Manthey · 5 years ago
  50. fa1af75 pstore: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  51. 1614e92 pstore/ram: Improve backward compatibility with older Chromebooks by Douglas Anderson · 6 years ago
  52. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  53. 47358b6 Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  54. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  55. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  56. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  57. 8880fa3 pstore/ram: Run without kernel crash dump region by Kees Cook · 6 years ago
  58. a9fb94a pstore: Set tfm to NULL on free_buf_for_compression by Pi-Hsun Shih · 6 years ago
  59. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  60. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  61. 93ee4b7 pstore/ram: Avoid needless alloc during header write by Kees Cook · 6 years ago
  62. 47afd7a pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write() by Yue Hu · 6 years ago
  63. 1e0f67a9 pstore/ram: Move initialization earlier by Yue Hu · 6 years ago
  64. 4c6c4d3 pstore: Avoid writing records with zero size by Yue Hu · 6 years ago
  65. 182ca6e pstore/ram: Replace dummy_data heap memory with stack memory by Yue Hu · 6 years ago
  66. 5631e85 pstore/ram: Avoid allocation and leak of platform data by Kees Cook · 6 years ago
  67. 6a4c9ab pstore/ram: Fix console ramoops to show the previous boot logs by Sai Prakash Ranjan · 6 years ago
  68. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  69. 8665569 pstore/ram: Avoid NULL deref in ftrace merging failure path by Kees Cook · 6 years ago
  70. ea84b58 pstore: Convert buf_lock to semaphore by Kees Cook · 6 years ago
  71. 6959643 pstore: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  72. 3069637 pstore/ram: Do not treat empty buffers as valid by Joel Fernandes (Google) · 6 years ago
  73. b05c950 pstore/ram: Simplify ramoops_get_next_prz() arguments by Joel Fernandes (Google) · 6 years ago
  74. f0f23e5 pstore: Map PSTORE_TYPE_* to strings by Joel Fernandes (Google) · 6 years ago
  75. 0eed84f pstore: Improve and update some comments and status output by Kees Cook · 6 years ago
  76. c208f7d pstore/ram: Add kern-doc for struct persistent_ram_zone by Kees Cook · 6 years ago
  77. dc80b1e pstore/ram: Report backend assignments with finer granularity by Kees Cook · 6 years ago
  78. 9ee85b8 pstore/ram: Standardize module name in ramoops by Kees Cook · 6 years ago
  79. 7684bd3 pstore: Avoid duplicate call of persistent_ram_zap() by Peng Wang · 6 years ago
  80. b77fa61 pstore: Remove needless lock during console writes by Kees Cook · 6 years ago
  81. bdabc8e pstore: Do not use crash buffer for decompression by Kees Cook · 6 years ago
  82. 971f66d Merge branch 'for-linus/pstore' into for-next/pstore by Kees Cook · 6 years ago
  83. 89d328f pstore/ram: Correctly calculate usable PRZ bytes by Kees Cook · 6 years ago
  84. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  85. 08ffb58 Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  86. 1227daa pstore/ram: Clarify resource reservation labels by Kees Cook · 6 years ago
  87. 95047b0 pstore: Refactor compression initialization by Kees Cook · 6 years ago
  88. 4160316 pstore: Allocate compression during late_initcall() by Joel Fernandes (Google) · 6 years ago
  89. cb095af pstore: Centralize init/exit routines by Kees Cook · 6 years ago
  90. bac6f6c pstore/ram: Fix failure-path memory leak in ramoops_init by Kees Cook · 6 years ago
  91. 831b624 pstore: Fix incorrect persistent ram buffer mapping by Bin Yang · 6 years ago
  92. 1021bcf pstore: add zstd compression support by Geliang Tang · 6 years ago
  93. e264abea pstore: Remove bogus format string definition by Arnd Bergmann · 7 years ago
  94. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  95. 7aaa822 pstore: Convert internal records to timespec64 by Kees Cook · 7 years ago
  96. e698aaf pstore: fix crypto dependencies without compression by Tobias Regnery · 7 years ago
  97. 58eb5b67 pstore: fix crypto dependencies by Arnd Bergmann · 7 years ago
  98. cb3bee0 pstore: Use crypto compress API by Geliang Tang · 7 years ago
  99. f2531f1 pstore/ram: Do not use stack VLA for parity workspace by Kees Cook · 7 years ago
  100. fe1d475 pstore: Select compression at runtime by Kees Cook · 7 years ago