1. b2fc97c Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 8 months ago
  2. d9d814e pstore/ramoops: Add ramoops.mem_name= command line option by Steven Rostedt (Google) · 9 months ago
  3. 9b3c13c pstore: platform: add missing MODULE_DESCRIPTION() macro by Jeff Johnson · 9 months ago
  4. 9dd12ed pstore/blk: replace deprecated strncpy with strscpy by Justin Stitt · 12 months ago
  5. c8d25d6 pstore/zone: Don't clear memory twice by Christophe JAILLET · 1 year ago
  6. 98bc7e2 pstore/zone: Add a null pointer check to the psz_kmsg_read by Kunwu Chan · 1 year, 2 months ago
  7. 12dc54f pstore/ram: Register to module device table by Nícolas F. R. A. Prado · 1 year, 2 months ago
  8. a43e0fc pstore: inode: Only d_invalidate() is needed by Kees Cook · 1 year, 1 month ago
  9. 24a0b5e pstore: inode: Use cleanup.h for struct pstore_private by Kees Cook · 1 year, 3 months ago
  10. b775a05 pstore: inode: Use __free(pstore_iput) for inode allocations by Kees Cook · 1 year, 3 months ago
  11. e2eeddef pstore: inode: Convert mutex usage to guard(mutex) by Kees Cook · 1 year, 3 months ago
  12. 6ba6ee8 pstore: inode: Convert kfree() usage to __free(kfree) by Kees Cook · 1 year, 3 months ago
  13. 86222a8 pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() by Sergey Shtylyov · 1 year, 4 months ago
  14. d49270a pstore/ram: Fix crash when setting number of cpus to an odd number by Weichen Chen · 2 years, 1 month ago
  15. 5e37269 Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 5 months ago
  16. 1b3c527 pstore: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
  17. a19d48f pstore/platform: Add check for kstrdup by Jiasheng Jiang · 1 year, 9 months ago
  18. 82c5561 Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 6 months ago
  19. 9416006 pstore: Base compression input buffer size on estimated compressed size by Ard Biesheuvel · 1 year, 7 months ago
  20. 5b07aac Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 7 months ago
  21. af58740 pstore: Fix kernel-doc warning by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  22. 104fd0b pstore: Support record sizes larger than kmalloc() limit by Yuxiao Zhang · 1 year, 9 months ago
  23. fe8c362 pstore/ram: Check start of empty przs during init by Enlin Mu · 1 year, 8 months ago
  24. a411ea5 pstore: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
  25. 438b805 pstore: Replace crypto API compression with zlib_deflate library calls by Ard Biesheuvel · 1 year, 8 months ago
  26. 1756dde pstore: Remove worst-case compression size logic by Ard Biesheuvel · 1 year, 8 months ago
  27. 8ad7868 Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 9 months ago
  28. d97038d pstore/ram: Add check for kstrdup by Jiasheng Jiang · 1 year, 9 months ago
  29. cf056a4 init: improve the name_to_dev_t interface by Christoph Hellwig · 1 year, 10 months ago
  30. 48f2c68 pstore/ram: Convert to platform remove callback returning void by Uwe Kleine-König · 2 years ago
  31. 0835b5ee Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 11 months ago
  32. 1aaba11 driver core: class: remove module * from class_create() by Greg Kroah-Hartman · 2 years ago
  33. 5239a89 pstore: Revert pmsg_lock back to a normal mutex by John Stultz · 2 years ago
  34. edb2312 Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 2 years, 3 months ago
  35. beca3e3 pstore: Properly assign mem_type property by Luca Stefani · 2 years, 3 months ago
  36. 2f4fec5 pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES by John Stultz · 2 years, 3 months ago
  37. 71a7507 Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 3 months ago
  38. 76d62f2 pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion by John Stultz · 2 years, 3 months ago
  39. e6b8427 pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP by Stephen Boyd · 2 years, 3 months ago
  40. e1fce56 pstore/ram: Fix error return code in ramoops_probe() by Wang Yufen · 2 years, 3 months ago
  41. ff62b8e6 driver core: make struct class.devnode() take a const * by Greg Kroah-Hartman · 2 years, 4 months ago
  42. 38b9184 pstore: Alert on backend write error by Guilherme G. Piccoli · 2 years, 5 months ago
  43. 06b4e09 pstore/ram: Set freed addresses to NULL by Kees Cook · 2 years, 5 months ago
  44. 8bd4da0 pstore/ram: Move internal definitions out of kernel-wide include by Kees Cook · 2 years, 5 months ago
  45. 6daf4e8 pstore/ram: Move pmsg init earlier by Kees Cook · 2 years, 5 months ago
  46. 3219122 pstore/ram: Consolidate kfree() paths by Kees Cook · 2 years, 5 months ago
  47. 6a14f19 pstore: Inform unregistered backend names as well by Guilherme G. Piccoli · 2 years, 5 months ago
  48. 8f5de3f pstore: Expose kmsg_bytes as a module parameter by Guilherme G. Piccoli · 2 years, 5 months ago
  49. d85644d pstore: Improve error reporting in case of backend overlap by Guilherme G. Piccoli · 2 years, 5 months ago
  50. 99b3b83 pstore/zone: Use GFP_ATOMIC to allocate zone buffer by Qiujun Huang · 2 years, 6 months ago
  51. 40158db Revert "pstore: migrate to crypto acomp interface" by Guilherme G. Piccoli · 2 years, 6 months ago
  52. 97a77ab1 Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 2 years, 7 months ago
  53. 8ca869b pstore: Add priv field to pstore_record for backend specific use by Ard Biesheuvel · 2 years, 9 months ago
  54. 2c09d14 pstore/zone: cleanup "rcnt" type by Dan Carpenter · 2 years, 9 months ago
  55. e4f0a7e pstore: migrate to crypto acomp interface by Ard Biesheuvel · 2 years, 11 months ago
  56. 8126b1c pstore: Don't use semaphores in always-atomic-context code by Jann Horn · 3 years ago
  57. 023bbde pstore: Add prefix to ECC messages by Vincent Whitchurch · 3 years ago
  58. 404dbad Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
  59. 61eb495 pstore/blk: Use "%lu" to format unsigned long by Geert Uytterhoeven · 3 years, 4 months ago
  60. a5d05b0 pstore/ftrace: Allow immediate recording by Uwe Kleine-König · 3 years, 9 months ago
  61. d1faacb Revert "mark pstore-blk as broken" by Kees Cook · 3 years, 4 months ago
  62. cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 6 months ago
  63. 4646198 pstore/blk: use bdev_nr_bytes instead of open coding it by Christoph Hellwig · 3 years, 5 months ago
  64. 4404621 Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  65. 1d1f6cc5 pstore/blk: Include zone in pstore_device_info by Kees Cook · 3 years, 9 months ago
  66. c811659 pstore/blk: Fix kerndoc and redundancy on blkdev param by Kees Cook · 3 years, 9 months ago
  67. 7bb9557 pstore/blk: Use the normal block device I/O path by Kees Cook · 3 years, 9 months ago
  68. 2a03ddb pstore/blk: Move verify_size() macro out of function by Kees Cook · 3 years, 9 months ago
  69. 6eed261 pstore/blk: Improve failure reporting by Kees Cook · 3 years, 9 months ago
  70. d07f3b0 mark pstore-blk as broken by Christoph Hellwig · 3 years, 9 months ago
  71. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 11 months ago
  72. 9d843e8 pstore: Add mem_type property DT parsing support by Mukesh Ojha · 4 years ago
  73. f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 4 years ago
  74. 8b24ef4 Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  75. 7db688e pstore/ram: Rate-limit "uncorrectable error in header" message by Dmitry Osipenko · 4 years ago
  76. 9c7d83a pstore: Fix warning in pstore_kill_sb() by Tetsuo Handa · 4 years, 1 month ago
  77. 0e63a5c Merge tag 'docs-5.12' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 1 month ago
  78. 19d8e91 pstore: Fix typo in compression option name by Jiri Bohac · 4 years, 1 month ago
  79. 4fd15ea pstore/zone: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 2 months ago
  80. 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
  81. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  82. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 4 months ago
  83. 26fecbf pstore: Move kmsg_bytes default into Kconfig by Vasile-Laurentiu Stanimir · 4 years, 4 months ago
  84. b6f8ed3 pstore/blk: remove {un,}register_pstore_blk by Christoph Hellwig · 4 years, 5 months ago
  85. cbf82e3 pstore/zone: cap the maximum device size by Christoph Hellwig · 4 years, 5 months ago
  86. d19ad07 ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs by Steven Rostedt (VMware) · 4 years, 5 months ago
  87. 773c167 ftrace: Add recording of functions that caused recursion by Steven Rostedt (VMware) · 4 years, 4 months ago
  88. 6cdf941 pstore/ftrace: Add recursion protection to the ftrace callback by Steven Rostedt (VMware) · 4 years, 4 months ago
  89. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  90. fd49e03 pstore: Fix linking when crypto API disabled by Matteo Croce · 4 years, 8 months ago
  91. 56446ef Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
  92. f8feafe pstore/blk: Introduce "best_effort" mode by Kees Cook · 4 years, 10 months ago
  93. 7dcb784 pstore/blk: Support non-block storage devices by WeiXiong Liao · 5 years ago
  94. 1525fb3 pstore/blk: Provide way to query pstore configuration by WeiXiong Liao · 5 years ago
  95. 335426c pstore/zone: Provide way to skip "broken" zone for MTD devices by WeiXiong Liao · 5 years ago
  96. 649304c Documentation: Add details for pstore/blk by WeiXiong Liao · 5 years ago
  97. 34327e9 pstore/zone,blk: Add ftrace frontend support by WeiXiong Liao · 5 years ago
  98. cc9c4d1 pstore/zone,blk: Add console frontend support by WeiXiong Liao · 5 years ago
  99. 0dc0682 pstore/zone,blk: Add support for pmsg frontend by WeiXiong Liao · 5 years ago
  100. 17639f6 pstore/blk: Introduce backend for block devices by WeiXiong Liao · 5 years ago