1. 3524e68 pstore/platform: Pass max_reason to kmesg dump by Pavel Tatashin · 4 years, 8 months ago
  2. fb13cb8 printk: Introduce kmsg_dump_reason_str() by Kees Cook · 4 years, 8 months ago
  3. 6d3cf96 printk: Collapse shutdown types into a single dump reason by Kees Cook · 4 years, 8 months ago
  4. d973f7d pstore/platform: Move module params after declarations by Kees Cook · 4 years, 8 months ago
  5. d195c39 pstore/platform: Use backend name for console registration by Kees Cook · 4 years, 8 months ago
  6. 563ca40 pstore/platform: Switch pstore_info::name to const by Kees Cook · 4 years, 8 months ago
  7. b7753fc pstore: Make sure console capturing will restart by Kees Cook · 4 years, 8 months ago
  8. 609e28bb pstore: Remove filesystem records when backend is unregistered by Kees Cook · 4 years, 8 months ago
  9. 78c83c8 pstore: Do not leave timer disabled for next backend by Kees Cook · 4 years, 8 months ago
  10. 27e5041 pstore: Add locking around superblock changes by Kees Cook · 4 years, 8 months ago
  11. 6248a066 pstore: Add proper unregister lock checking by Kees Cook · 4 years, 8 months ago
  12. cab12fd pstore: Convert "psinfo" locking to mutex by Kees Cook · 4 years, 8 months ago
  13. c30b20c pstore: Rename "pstore_lock" to "psinfo_lock" by Kees Cook · 4 years, 8 months ago
  14. e7c1c00 pstore: Drop useless try_module_get() for backend by Kees Cook · 4 years, 8 months ago
  15. 8a57d6d pstore/platform: fix potential mem leak if pstore_init_fs failed by chenqiwu · 5 years ago
  16. 8d82cee pstore: Make pstore_choose_compression() static by Ben Dooks (Codethink) · 5 years ago
  17. 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
  18. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  19. 8880fa3 pstore/ram: Run without kernel crash dump region by Kees Cook · 6 years ago
  20. a9fb94a pstore: Set tfm to NULL on free_buf_for_compression by Pi-Hsun Shih · 6 years ago
  21. 4c6c4d3 pstore: Avoid writing records with zero size by Yue Hu · 6 years ago
  22. ea84b58 pstore: Convert buf_lock to semaphore by Kees Cook · 6 years ago
  23. f0f23e5 pstore: Map PSTORE_TYPE_* to strings by Joel Fernandes (Google) · 6 years ago
  24. 0eed84f pstore: Improve and update some comments and status output by Kees Cook · 6 years ago
  25. b77fa61 pstore: Remove needless lock during console writes by Kees Cook · 6 years ago
  26. bdabc8e pstore: Do not use crash buffer for decompression by Kees Cook · 6 years ago
  27. 95047b0 pstore: Refactor compression initialization by Kees Cook · 6 years ago
  28. 4160316 pstore: Allocate compression during late_initcall() by Joel Fernandes (Google) · 6 years ago
  29. cb095af pstore: Centralize init/exit routines by Kees Cook · 6 years ago
  30. 1021bcf pstore: add zstd compression support by Geliang Tang · 6 years ago
  31. 7aaa822 pstore: Convert internal records to timespec64 by Kees Cook · 7 years ago
  32. e698aaf pstore: fix crypto dependencies without compression by Tobias Regnery · 7 years ago
  33. 58eb5b67 pstore: fix crypto dependencies by Arnd Bergmann · 7 years ago
  34. cb3bee0 pstore: Use crypto compress API by Geliang Tang · 7 years ago
  35. fe1d475 pstore: Select compression at runtime by Kees Cook · 7 years ago
  36. 5559740 pstore: Avoid size casts for 842 compression by Kees Cook · 7 years ago
  37. 239b716 pstore: Add lz4hc and 842 compression support by Geliang Tang · 7 years ago
  38. a99f41a fs: pstore: remove unused hardirq.h by Yang Shi · 7 years ago
  39. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  40. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  41. df27067 pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() by Arnd Bergmann · 7 years ago
  42. dfd6fa3 pstore: remove unneeded unlikely() by Hirofumi Nakagawa · 7 years ago
  43. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  44. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  45. 349d743 pstore: Implement show_options by David Howells · 7 years ago
  46. 077090a pstore: use memdup_user by Geliang Tang · 8 years ago
  47. c7f3c595 pstore: Populate pstore record->time field by Kees Cook · 8 years ago
  48. e581ca8 pstore: Create common record initializer by Kees Cook · 8 years ago
  49. 656de42 pstore: Avoid potential infinite loop by Kees Cook · 8 years ago
  50. f6525b9 pstore: Fix leaked pstore_record in pstore_get_backend_records() by Douglas Anderson · 8 years ago
  51. 4a16d1c pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESG by Ankit Kumar · 8 years ago
  52. 3a7d2fd pstore: Solve lockdep warning by moving inode locks by Kees Cook · 8 years ago
  53. 30800d9 pstore: simplify write_user_compat() by Kees Cook · 8 years ago
  54. 4c9ec21 pstore: Remove write_buf() callback by Kees Cook · 8 years ago
  55. fdd0311 pstore: Replace arguments for write_buf_user() API by Kees Cook · 8 years ago
  56. b10b471 pstore: Replace arguments for write_buf() API by Kees Cook · 8 years ago
  57. 83f70f0 pstore: Do not duplicate record metadata by Kees Cook · 8 years ago
  58. 2a2b0ac pstore: Allocate records on heap instead of stack by Kees Cook · 8 years ago
  59. 1dfff7d pstore: Pass record contents instead of copying by Kees Cook · 8 years ago
  60. 7e8cc8d pstore: Always allocate buffer for decompression by Kees Cook · 8 years ago
  61. 76cc958 pstore: Replace arguments for write() API by Kees Cook · 8 years ago
  62. 125cc42 pstore: Replace arguments for read() API by Kees Cook · 8 years ago
  63. 1edd1aa pstore: Switch pstore_mkfile to pass record by Kees Cook · 8 years ago
  64. 634f8f5 pstore: Move record decompression to function by Kees Cook · 8 years ago
  65. 9abdccc pstore: Extract common arguments into structure by Kees Cook · 8 years ago
  66. 0d7cd09 pstore: Improve register_pstore() error reporting by Kees Cook · 8 years ago
  67. 1344dd8 pstore: Avoid race in module unloading by Kees Cook · 8 years ago
  68. 6330d55 pstore: Shut down worker when unregistering by Kees Cook · 8 years ago
  69. 3faf935 pstore: constify pstore_zbackend structures by Bhumika Goyal · 8 years ago
  70. d21b5ff12 fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version by Sven Schmidt · 8 years ago
  71. 70ad35d pstore: Convert console write to use ->write_buf by Namhyung Kim · 8 years ago
  72. 959217c8 pstore: Actually give up during locking failure by Li Pengcheng · 8 years ago
  73. 5bf6d1b pstore/pmsg: drop bounce buffer by Mark Salyzyn · 8 years ago
  74. c950fd6 pstore: Split pstore fragile flags by Namhyung Kim · 8 years ago
  75. 8cfc8dd pstore: add lzo/lz4 compression support by Geliang Tang · 9 years ago
  76. 235f6d1 pstore: Cleanup pstore_dump() by Namhyung Kim · 9 years ago
  77. 98e44fda pstore: Enable compression on normal path (again) by Namhyung Kim · 9 years ago
  78. a1db806 ramoops: Only unregister when registered by Kees Cook · 9 years ago
  79. 306e5c2 pstore: fix code comment to match code by Geliang Tang · 9 years ago
  80. ee1d267 pstore: add pstore unregister by Geliang Tang · 9 years ago
  81. 1873041 pstore: add a helper function pstore_register_kmsg by Geliang Tang · 9 years ago
  82. 42222c2 fs/pstore: update the backend parameter in pstore module by Wang Long · 10 years ago
  83. f0e2efc pstore: do not use message compression without lock by Konstantin Khlebnikov · 10 years ago
  84. a6b8978 pstore: Fix sprintf format specifier in pstore_dump() by alex chen · 10 years ago
  85. 9d5438f pstore: Add pmsg - user-space accessible pstore object by Mark Salyzyn · 10 years ago
  86. ef74885 fs/pstore: logging clean-up by Fabian Frederick · 11 years ago
  87. e32634f pstore: Fix memory leak when decompress using big_oops_buf by Liu ShuoX · 11 years ago
  88. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  89. 802e4c6 pstore: Remove the messages related to compression failure by Aruna Balakrishnaiah · 11 years ago
  90. b61edf8 pstore: Use zlib_inflateInit2 instead of zlib_inflateInit by Aruna Balakrishnaiah · 11 years ago
  91. 7de8fe2 pstore: Adjust buffer size for compression for smaller registered buffers by Aruna Balakrishnaiah · 11 years ago
  92. 9ad2cbe pstore: Add file extension to pstore file if compressed by Aruna Balakrishnaiah · 11 years ago
  93. adb42f5 pstore: Add decompression support to pstore by Aruna Balakrishnaiah · 11 years ago
  94. 9a4e139 pstore: Introduce new argument 'compressed' in the read callback by Aruna Balakrishnaiah · 11 years ago
  95. b0aad7a pstore: Add compression support to pstore by Aruna Balakrishnaiah · 11 years ago
  96. b3b515b pstore: Add new argument 'compressed' in pstore write callback by Aruna Balakrishnaiah · 11 years ago
  97. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  98. 6bbbca7 pstore: Pass header size in the pstore write callback by Aruna Balakrishnaiah · 12 years ago
  99. 8e48b1a pstore: Return unique error if backend registration excluded by kernel param by Lenny Szubowicz · 12 years ago
  100. 9f244e9 pstore: Avoid deadlock in panic and emergency-restart path by Seiji Aguchi · 12 years ago