1. e6b0c64f Merge 4.9.41 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 46930803 pstore: Allow prz to control need for locking by Joel Fernandes · 8 years ago
  3. 085351f ANDROID: pstore/ram: Add ramoops_console_write_buf api by Arve Hjønnevåg · 10 years ago
  4. f88baf6 ramoops: move spin_lock_init after kmalloc error checking by Geliang Tang · 8 years ago
  5. 5bf6d1b pstore/pmsg: drop bounce buffer by Mark Salyzyn · 8 years ago
  6. 79d955a pstore/ram: Set pstore flags dynamically by Namhyung Kim · 8 years ago
  7. c950fd6 pstore: Split pstore fragile flags by Namhyung Kim · 8 years ago
  8. 4407de7 pstore/ramoops: fixup driver removal by Sebastian Andrzej Siewior · 8 years ago
  9. e976e56 ramoops: use persistent_ram_free() instead of kfree() for freeing prz by Hiraku Toyooka · 8 years ago
  10. 529182e ramoops: use DT reserved-memory bindings by Kees Cook · 8 years ago
  11. 35da609 pstore/ram: add Device Tree bindings by Greg Hackmann · 8 years ago
  12. 8cfc8dd pstore: add lzo/lz4 compression support by Geliang Tang · 8 years ago
  13. 764fd639 pstore: Add support for 64 Bit address space by Wiebe, Wladislav (Nokia - DE/Ulm) · 9 years ago
  14. ee1d267 pstore: add pstore unregister by Geliang Tang · 9 years ago
  15. 0785505 ramoops: make it possible to change mem_type param. by Wang Long · 9 years ago
  16. e036bd3 pstore/ram: verify ramoops header before saving record by Ben Zhang · 9 years ago
  17. 07239fc fs/pstore: Optimization function ramoops_init_przs by long.wanglong · 9 years ago
  18. 62f269e pstore: Fix the ramoops module parameters update by Wang Long · 9 years ago
  19. 9d5438f pstore: Add pmsg - user-space accessible pstore object by Mark Salyzyn · 9 years ago
  20. f44f965 pstore: Handle zero-sized prz in series by Mark Salyzyn · 9 years ago
  21. ff6bf6e pstore: Remove superfluous memory size check by Mark Salyzyn · 9 years ago
  22. 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
  23. 027bc8b pstore-ram: Allow optional mapping with pgprot_noncached by Tony Lindgren · 10 years ago
  24. a28726b pstore/ram: Strip ramoops header for correct decompression by Ben Zhang · 10 years ago
  25. 75c43e0 pstore: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  26. 34f0ec8 pstore: Correct the max_dump_cnt clearing of ramoops by Liu ShuoX · 10 years ago
  27. b0aa931 pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_prz by Liu ShuoX · 10 years ago
  28. aa9a4a1 pstore: skip zero size persistent ram buffer in traverse by Liu ShuoX · 10 years ago
  29. 57fd835 pstore: clarify clearing of _read_cnt in ramoops_context by Liu ShuoX · 10 years ago
  30. 3bd11cf pstore/ram: (really) fix undefined usage of rounddown_pow_of_two by Maxime Bizon · 11 years ago
  31. 3f8f80f pstore/ram: Read and write to the 'compressed' flag of pstore by Aruna Balakrishnaiah · 11 years ago
  32. 9a4e139 pstore: Introduce new argument 'compressed' in the read callback by Aruna Balakrishnaiah · 11 years ago
  33. b3b515b pstore: Add new argument 'compressed' in pstore write callback by Aruna Balakrishnaiah · 11 years ago
  34. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  35. 6bbbca7 pstore: Pass header size in the pstore write callback by Aruna Balakrishnaiah · 11 years ago
  36. 2644665 pstore/ram: remove the power of buffer size limitation by Rob Herring · 11 years ago
  37. 70eba42 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  38. 47110b8 pstore/ram: fix error return code in ramoops_probe() by Wei Yongjun · 11 years ago
  39. bd08ec3 pstore/ram: Restore ecc information block by Arve Hjønnevåg · 12 years ago
  40. c31ad08 pstore/ram: Allow specifying ecc parameters in platform data by Arve Hjønnevåg · 12 years ago
  41. c530267 pstore: Replace calls to kmalloc and memcpy with kmemdup by Alexandru Gheorghiu · 11 years ago
  42. eeb65d9 fs: pstore: Replaced calls to kmalloc and memcpy with kmemdup by Alexandru Gheorghiu · 11 years ago
  43. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 11 years ago
  44. 1e817fb time: create __getnstimeofday for WARNless calls by Kees Cook · 12 years ago
  45. f568f6c pstore: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  46. 75e300c Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  47. c628937 pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_size by Arve Hjønnevåg · 12 years ago
  48. 755d4fe efi_pstore: Add a sequence counter to a variable name by Seiji Aguchi · 12 years ago
  49. a9efd39 efi_pstore: Add ctime to argument of erase callback by Seiji Aguchi · 12 years ago
  50. b042e47 pstore/ram: Fix undefined usage of rounddown_pow_of_two(0) by Maxime Bizon · 12 years ago
  51. 53f21a8 pstore/ram: Fixup section annotations by Hannes Reinecke · 12 years ago
  52. b4a871b pstore/ram: Add missing platform_device_unregister by Jovi Zhang · 12 years ago
  53. 2420303 pstore/ram: Mark ramoops_pstore_write_buf() as notrace by Anton Vorontsov · 12 years ago
  54. 0427193 pstore/ram: Fix printk format warning by Randy Dunlap · 12 years ago
  55. a384f641 pstore/ram: Fix possible NULL dereference by Anton Vorontsov · 12 years ago
  56. cbe7cbf pstore/ram: Make tracing log versioned by Anton Vorontsov · 12 years ago
  57. a694d1b pstore/ram: Add ftrace messages handling by Anton Vorontsov · 12 years ago
  58. c2b7113 pstore/ram: Convert to write_buf callback by Anton Vorontsov · 12 years ago
  59. 5ca5d4e pstore/ram: Make ECC size configurable by Anton Vorontsov · 12 years ago
  60. 90b58d9 pstore/ram: Fix error handling during przs allocation by Anton Vorontsov · 12 years ago
  61. 924d371 pstore/ram: Probe as early as possible by Anton Vorontsov · 12 years ago
  62. b5d38e9 pstore/ram: Add console messages handling by Anton Vorontsov · 12 years ago
  63. 755d66b pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read() by Anton Vorontsov · 12 years ago
  64. f4c5d24 pstore/ram: Factor dmesg przs initialization out of probe() by Anton Vorontsov · 12 years ago
  65. cac2eb7 pstore/ram: Give proper names to dump-related variables by Anton Vorontsov · 12 years ago
  66. 93cce04 pstore/ram: Should zap persistent zone on unlink by Anton Vorontsov · 12 years ago
  67. 201e4ac pstore/ram: Should update old dmesg buffer before reading by Anton Vorontsov · 12 years ago
  68. 39eb7e97 pstore/ram: Add ECC support by Anton Vorontsov · 12 years ago
  69. 896fc1f pstore/ram: Switch to persistent_ram routines by Anton Vorontsov · 12 years ago
  70. 1894a25 ramoops: Move to fs/pstore/ram.c by Anton Vorontsov · 12 years ago[Renamed (98%) from drivers/char/ramoops.c]
  71. d109a67 ramoops: fix printk format warnings by Randy Dunlap · 12 years ago
  72. 9ba80d9 ramoops: use pstore interface by Kees Cook · 12 years ago
  73. 5aa4d20 char/ramoops: included linux/err.h twice by Danny Kukawka · 12 years ago
  74. c755201 ramoops: update parameters only after successful init by Kees Cook · 12 years ago
  75. fdb5950 ramoops: fix use of rounddown_pow_of_two() by Marco Stornelli · 12 years ago
  76. a3dd332 kexec: remove KMSG_DUMP_KEXEC by WANG Cong · 12 years ago
  77. c05aa8f drivers/char: Fix implicit use of err.h in ramoops.c by Paul Gortmaker · 13 years ago
  78. f7b9fcb ramoops: update module parameters by Sergiu Iordache · 13 years ago
  79. 83c1b31 ramoops: fix compile failure on parisc by James Bottomley · 13 years ago
  80. 3e5c4fa ramoops: make record_size a module parameter by Sergiu Iordache · 13 years ago
  81. 6b4d2a2 ramoops: move dump_oops into platform data by Sergiu Iordache · 13 years ago
  82. 0169256 ramoops: add new line to each print by Marco Stornelli · 13 years ago
  83. 13aefd7 ramoops: use module parameters instead of platform data if not available by Marco Stornelli · 13 years ago
  84. 264b795 ramoops: fix types, remove typecasts by Andrew Morton · 13 years ago
  85. fc2d557 kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANIC by Seiji Aguchi · 13 years ago
  86. 1873bb8 RAMOOPS: Don't overflow over non-allocated regions by Ahmed S. Darwish · 13 years ago
  87. c3b92ce ramoops: use the platform data structure instead of module params by Kyungmin Park · 14 years ago
  88. 56d611a char drivers: RAM oops/panic logger by Marco Stornelli · 14 years ago