1. 9b136ea ANDROID: pstore/ram: Add backward compatibility for ramoops reserved region by Prasad Sodagudi · 3 years, 6 months ago
  2. bd2ca0b FROMLIST: pstore/ram: Rework logic for detecting ramoops reserved memory region by Isaac J. Manjarres · 3 years, 6 months ago
  3. 1c4893e FROMGIT: pstore: Add mem_type property DT parsing support by Mukesh Ojha · 3 years, 11 months ago
  4. 791205e pstore/ram: Introduce max_reason and convert dump_oops by Kees Cook · 4 years, 8 months ago
  5. 16a5830 pstore/ftrace: Provide ftrace log merging routine by Kees Cook · 4 years, 8 months ago
  6. df9bf19 pstore/ram: Refactor ftrace buffer merging by Kees Cook · 4 years, 8 months ago
  7. 26961d7 pstore/ram: Refactor DT size parsing by Kees Cook · 4 years, 8 months ago
  8. f858b57 pstore/ram: Adjust module param permissions to reflect reality by Kees Cook · 4 years, 8 months ago
  9. e030b80 pstore/ram: remove unnecessary ramoops_unregister_dummy() by chenqiwu · 5 years ago
  10. e163fdb pstore/ram: Regularize prz label allocation lifetime by Kees Cook · 5 years ago
  11. 9e5f1c1 pstore/ram: Write new dumps to start of recycled zones by Aleksandr Yashkin · 5 years ago
  12. 8df955a pstore/ram: Fix error-path memory leak in persistent_ram_new() callers by Kees Cook · 5 years ago
  13. 83b8a3f pstore: fs superblock limits by Deepa Dinamani · 6 years ago
  14. 1614e92 pstore/ram: Improve backward compatibility with older Chromebooks by Douglas Anderson · 6 years ago
  15. 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
  16. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  17. 8880fa3 pstore/ram: Run without kernel crash dump region by Kees Cook · 6 years ago
  18. 93ee4b7 pstore/ram: Avoid needless alloc during header write by Kees Cook · 6 years ago
  19. 47afd7a pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write() by Yue Hu · 6 years ago
  20. 1e0f67a9 pstore/ram: Move initialization earlier by Yue Hu · 6 years ago
  21. 4c6c4d3 pstore: Avoid writing records with zero size by Yue Hu · 6 years ago
  22. 182ca6e pstore/ram: Replace dummy_data heap memory with stack memory by Yue Hu · 6 years ago
  23. 5631e85 pstore/ram: Avoid allocation and leak of platform data by Kees Cook · 6 years ago
  24. 6a4c9ab pstore/ram: Fix console ramoops to show the previous boot logs by Sai Prakash Ranjan · 6 years ago
  25. 8665569 pstore/ram: Avoid NULL deref in ftrace merging failure path by Kees Cook · 6 years ago
  26. ea84b58 pstore: Convert buf_lock to semaphore by Kees Cook · 6 years ago
  27. b05c950 pstore/ram: Simplify ramoops_get_next_prz() arguments by Joel Fernandes (Google) · 6 years ago
  28. f0f23e5 pstore: Map PSTORE_TYPE_* to strings by Joel Fernandes (Google) · 6 years ago
  29. dc80b1e pstore/ram: Report backend assignments with finer granularity by Kees Cook · 6 years ago
  30. 7684bd3 pstore: Avoid duplicate call of persistent_ram_zap() by Peng Wang · 6 years ago
  31. 971f66d Merge branch 'for-linus/pstore' into for-next/pstore by Kees Cook · 6 years ago
  32. 89d328f pstore/ram: Correctly calculate usable PRZ bytes by Kees Cook · 6 years ago
  33. 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
  34. 1227daa pstore/ram: Clarify resource reservation labels by Kees Cook · 6 years ago
  35. 4160316 pstore: Allocate compression during late_initcall() by Joel Fernandes (Google) · 6 years ago
  36. bac6f6c pstore/ram: Fix failure-path memory leak in ramoops_init by Kees Cook · 6 years ago
  37. e264abea pstore: Remove bogus format string definition by Arnd Bergmann · 7 years ago
  38. 7aaa822 pstore: Convert internal records to timespec64 by Kees Cook · 7 years ago
  39. cb3bee0 pstore: Use crypto compress API by Geliang Tang · 7 years ago
  40. c7f3c595 pstore: Populate pstore record->time field by Kees Cook · 8 years ago
  41. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  42. b90fe0c Annotate hardware config module parameters in fs/pstore/ by David Howells · 8 years ago
  43. 4c9ec21 pstore: Remove write_buf() callback by Kees Cook · 8 years ago
  44. fdd0311 pstore: Replace arguments for write_buf_user() API by Kees Cook · 8 years ago
  45. b10b471 pstore: Replace arguments for write_buf() API by Kees Cook · 8 years ago
  46. a61072a pstore: Replace arguments for erase() API by Kees Cook · 8 years ago
  47. 125cc42 pstore: Replace arguments for read() API by Kees Cook · 8 years ago
  48. 4641841 pstore: Check for prz allocation in walker by Kees Cook · 8 years ago
  49. 8672aed pstore: don't OOPS when there are no ftrace zones by Brian Norris · 8 years ago
  50. fc46d4e ramoops: add pdata NULL check to ramoops_probe by Kees Cook · 8 years ago
  51. a5d23b9 pstore: Clarify context field przs as dprzs by Kees Cook · 8 years ago
  52. c443a5f3 pstore: improve error report for failed setup by Kees Cook · 8 years ago
  53. 2fbea82 pstore: Merge per-CPU ftrace records into one by Joel Fernandes · 8 years ago
  54. a1cf53a ramoops: Split ftrace buffer space into per-CPU zones by Joel Fernandes · 8 years ago
  55. de83209 pstore: Make ramoops_init_przs generic for other prz arrays by Kees Cook · 8 years ago
  56. 663deb4 pstore: Allow prz to control need for locking by Joel Fernandes · 8 years ago
  57. d8991f5 pstore: Warn on PSTORE_TYPE_PMSG using deprecated function by Joel Fernandes · 8 years ago
  58. f88baf6 ramoops: move spin_lock_init after kmalloc error checking by Geliang Tang · 8 years ago
  59. 5bf6d1b pstore/pmsg: drop bounce buffer by Mark Salyzyn · 8 years ago
  60. 79d955a pstore/ram: Set pstore flags dynamically by Namhyung Kim · 8 years ago
  61. c950fd6 pstore: Split pstore fragile flags by Namhyung Kim · 8 years ago
  62. 4407de7 pstore/ramoops: fixup driver removal by Sebastian Andrzej Siewior · 8 years ago
  63. e976e56 ramoops: use persistent_ram_free() instead of kfree() for freeing prz by Hiraku Toyooka · 8 years ago
  64. 529182e ramoops: use DT reserved-memory bindings by Kees Cook · 8 years ago
  65. 35da609 pstore/ram: add Device Tree bindings by Greg Hackmann · 9 years ago
  66. 8cfc8dd pstore: add lzo/lz4 compression support by Geliang Tang · 9 years ago
  67. 764fd639 pstore: Add support for 64 Bit address space by Wiebe, Wladislav (Nokia - DE/Ulm) · 9 years ago
  68. ee1d267 pstore: add pstore unregister by Geliang Tang · 9 years ago
  69. 0785505 ramoops: make it possible to change mem_type param. by Wang Long · 10 years ago
  70. e036bd3 pstore/ram: verify ramoops header before saving record by Ben Zhang · 10 years ago
  71. 07239fc fs/pstore: Optimization function ramoops_init_przs by long.wanglong · 10 years ago
  72. 62f269e pstore: Fix the ramoops module parameters update by Wang Long · 10 years ago
  73. 9d5438f pstore: Add pmsg - user-space accessible pstore object by Mark Salyzyn · 10 years ago
  74. f44f965 pstore: Handle zero-sized prz in series by Mark Salyzyn · 10 years ago
  75. ff6bf6e pstore: Remove superfluous memory size check by Mark Salyzyn · 10 years ago
  76. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  77. 027bc8b pstore-ram: Allow optional mapping with pgprot_noncached by Tony Lindgren · 10 years ago
  78. a28726b pstore/ram: Strip ramoops header for correct decompression by Ben Zhang · 10 years ago
  79. 75c43e0 pstore: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  80. 34f0ec8 pstore: Correct the max_dump_cnt clearing of ramoops by Liu ShuoX · 11 years ago
  81. b0aa931 pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz by Liu ShuoX · 11 years ago
  82. aa9a4a1 pstore: skip zero size persistent ram buffer in traverse by Liu ShuoX · 11 years ago
  83. 57fd835 pstore: clarify clearing of _read_cnt in ramoops_context by Liu ShuoX · 11 years ago
  84. 3bd11cf pstore/ram: (really) fix undefined usage of rounddown_pow_of_two by Maxime Bizon · 11 years ago
  85. 3f8f80f pstore/ram: Read and write to the 'compressed' flag of pstore by Aruna Balakrishnaiah · 11 years ago
  86. 9a4e139 pstore: Introduce new argument 'compressed' in the read callback by Aruna Balakrishnaiah · 11 years ago
  87. b3b515b pstore: Add new argument 'compressed' in pstore write callback by Aruna Balakrishnaiah · 11 years ago
  88. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  89. 6bbbca7 pstore: Pass header size in the pstore write callback by Aruna Balakrishnaiah · 12 years ago
  90. 2644665 pstore/ram: remove the power of buffer size limitation by Rob Herring · 12 years ago
  91. 70eba42 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  92. 47110b8 pstore/ram: fix error return code in ramoops_probe() by Wei Yongjun · 12 years ago
  93. bd08ec3 pstore/ram: Restore ecc information block by Arve Hjønnevåg · 12 years ago
  94. c31ad08 pstore/ram: Allow specifying ecc parameters in platform data by Arve Hjønnevåg · 13 years ago
  95. c530267 pstore: Replace calls to kmalloc and memcpy with kmemdup by Alexandru Gheorghiu · 12 years ago
  96. eeb65d9 fs: pstore: Replaced calls to kmalloc and memcpy with kmemdup by Alexandru Gheorghiu · 12 years ago
  97. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  98. 1e817fb time: create __getnstimeofday for WARNless calls by Kees Cook · 12 years ago
  99. f568f6c pstore: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  100. 75e300c Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago