| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-10 | pstore/ftrace: Factor KASLR offset in the core kernel instruction addresses | Guilherme G. Piccoli | 3 | -4/+32 |
| 2026-04-05 | mm: vmalloc: update outdated comment for renamed vread() | Kexin Sun | 1 | -1/+1 |
| 2026-03-31 | pstore/ftrace: Keep ftrace module parameter and debugfs switch in sync | Guilherme G. Piccoli | 1 | -11/+9 |
| 2026-03-31 | pstore/ram: fix resource leak when ioremap() fails | Cole Leavitt | 1 | -0/+4 |
| 2026-03-31 | pstore/ramoops: Fix ECC parameter help text | Guilherme G. Piccoli | 1 | -1/+1 |
| 2026-03-31 | pstore/ramoops: Remove useless memblock header | Guilherme G. Piccoli | 1 | -1/+0 |
| 2026-03-31 | pstore: fix ftrace dump, when ECC is enabled | Andrey Skvortsov | 1 | -3/+3 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -10/+10 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -15/+14 |
| 2026-02-06 | pstore/ram: fix buffer overflow in persistent_ram_save_old() | Sai Ritvik Tanksalkar | 1 | -0/+11 |
| 2026-02-06 | pstore: ram_core: fix incorrect success return when vmap() fails | Ruipeng Qi | 1 | -0/+7 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+4 |
| 2025-11-16 | convert pstore | Al Viro | 1 | -3/+4 |
| 2025-10-23 | pstore/ram: Update module parameters from platform data | Tzung-Bi Shih | 1 | -0/+2 |
| 2025-09-29 | Merge tag 'pstore-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+11 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-07-02 | pstore: switch to locked_recursive_removal() | Al Viro | 1 | -3/+2 |
| 2025-05-09 | pstore/zone: rewrite some comments for better understanding | Eugen Hristev | 1 | -10/+11 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-24 | Merge tag 'pstore-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -8/+9 |
| 2025-02-10 | pstore: Change kmsg_bytes storage size to u32 | Kees Cook | 3 | -8/+9 |
| 2025-02-06 | pstore: convert to the new mount API | Eric Sandeen | 1 | -35/+74 |
| 2025-01-20 | Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+7 |
| 2025-01-10 | pstore/zone: avoid dereferencing zero sized ptr after init zones | Eugen Hristev | 1 | -0/+5 |
| 2025-01-08 | pstore/blk: trivial typo fixes | Eugen Hristev | 1 | -2/+2 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-09-19 | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -5/+5 |
| 2024-08-26 | pstore: replace spinlock_t by raw_spinlock_t | Wen Yang | 1 | -4/+4 |
| 2024-08-08 | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi... | Daniel Vetter | 1 | -5/+5 |
| 2024-07-18 | Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+14 |
| 2024-07-17 | printk: Add a short description string to kmsg_dump() | Jocelyn Falempe | 1 | -5/+5 |
| 2024-06-19 | pstore/ramoops: Add ramoops.mem_name= command line option | Steven Rostedt (Google) | 1 | -0/+14 |
| 2024-06-17 | pstore: platform: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-04-11 | pstore/blk: replace deprecated strncpy with strscpy | Justin Stitt | 1 | -1/+1 |
| 2024-03-09 | pstore/zone: Don't clear memory twice | Christophe JAILLET | 1 | -1/+0 |
| 2024-02-22 | pstore/zone: Add a null pointer check to the psz_kmsg_read | Kunwu Chan | 1 | -0/+2 |
| 2024-02-22 | pstore/ram: Register to module device table | Nícolas F. R. A. Prado | 1 | -0/+1 |
| 2024-02-22 | pstore: inode: Only d_invalidate() is needed | Kees Cook | 1 | -7/+3 |
| 2023-12-08 | pstore: inode: Use cleanup.h for struct pstore_private | Kees Cook | 1 | -9/+4 |
| 2023-12-08 | pstore: inode: Use __free(pstore_iput) for inode allocations | Kees Cook | 1 | -5/+5 |
| 2023-12-08 | pstore: inode: Convert mutex usage to guard(mutex) | Kees Cook | 1 | -44/+30 |
| 2023-12-08 | pstore: inode: Convert kfree() usage to __free(kfree) | Kees Cook | 1 | -6/+4 |
| 2023-12-08 | pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() | Sergey Shtylyov | 1 | -1/+1 |
| 2023-12-08 | pstore/ram: Fix crash when setting number of cpus to an odd number | Weichen Chen | 1 | -0/+1 |
| 2023-10-30 | Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+8 |
| 2023-10-18 | pstore: convert to new timestamp accessors | Jeff Layton | 1 | -2/+3 |
| 2023-10-12 | pstore/platform: Add check for kstrdup | Jiasheng Jiang | 1 | -1/+8 |
| 2023-09-02 | Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+27 |
| 2023-08-31 | pstore: Base compression input buffer size on estimated compressed size | Ard Biesheuvel | 1 | -7/+27 |
| 2023-08-28 | Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -346/+137 |
| 2023-08-18 | pstore: Fix kernel-doc warning | Matthew Wilcox (Oracle) | 1 | -6/+4 |
| 2023-08-17 | pstore: Support record sizes larger than kmalloc() limit | Yuxiao Zhang | 4 | -21/+24 |
| 2023-08-04 | pstore/ram: Check start of empty przs during init | Enlin Mu | 1 | -1/+1 |
| 2023-07-24 | pstore: convert to ctime accessor functions | Jeff Layton | 1 | -2/+2 |
| 2023-07-17 | pstore: Replace crypto API compression with zlib_deflate library calls | Ard Biesheuvel | 2 | -139/+97 |
| 2023-07-17 | pstore: Remove worst-case compression size logic | Ard Biesheuvel | 1 | -187/+19 |
| 2023-06-27 | Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+4 |
| 2023-06-14 | pstore/ram: Add check for kstrdup | Jiasheng Jiang | 1 | -0/+2 |
| 2023-06-05 | init: improve the name_to_dev_t interface | Christoph Hellwig | 1 | -2/+2 |
| 2023-05-10 | pstore/ram: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-27 | Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+3 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-08 | pstore: Revert pmsg_lock back to a normal mutex | John Stultz | 1 | -4/+3 |
| 2022-12-23 | Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -4/+6 |
| 2022-12-23 | pstore: Properly assign mem_type property | Luca Stefani | 1 | -1/+1 |
| 2022-12-23 | pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES | John Stultz | 1 | -0/+1 |
| 2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-14 | pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion | John Stultz | 1 | -3/+4 |
| 2022-12-05 | pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP | Stephen Boyd | 1 | -1/+5 |
| 2022-12-02 | pstore/ram: Fix error return code in ramoops_probe() | Wang Yufen | 1 | -0/+2 |
| 2022-11-24 | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-10-19 | pstore: Alert on backend write error | Guilherme G. Piccoli | 1 | -0/+10 |
| 2022-10-19 | pstore/ram: Set freed addresses to NULL | Kees Cook | 3 | -8/+18 |
| 2022-10-17 | pstore/ram: Move internal definitions out of kernel-wide include | Kees Cook | 3 | -2/+102 |
| 2022-10-17 | pstore/ram: Move pmsg init earlier | Kees Cook | 1 | -5/+5 |
| 2022-10-17 | pstore/ram: Consolidate kfree() paths | Kees Cook | 1 | -11/+11 |
| 2022-10-17 | pstore: Inform unregistered backend names as well | Guilherme G. Piccoli | 1 | -0/+2 |
| 2022-10-17 | pstore: Expose kmsg_bytes as a module parameter | Guilherme G. Piccoli | 1 | -3/+5 |
| 2022-10-17 | pstore: Improve error reporting in case of backend overlap | Guilherme G. Piccoli | 1 | -2/+3 |
| 2022-10-17 | pstore/zone: Use GFP_ATOMIC to allocate zone buffer | Qiujun Huang | 1 | -1/+1 |
| 2022-09-30 | Revert "pstore: migrate to crypto acomp interface" | Guilherme G. Piccoli | 1 | -51/+12 |
| 2022-08-03 | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+2 |
| 2022-06-24 | pstore: Add priv field to pstore_record for backend specific use | Ard Biesheuvel | 2 | -0/+2 |
| 2022-06-23 | pstore/zone: cleanup "rcnt" type | Dan Carpenter | 1 | -6/+6 |
| 2022-05-12 | pstore: migrate to crypto acomp interface | Ard Biesheuvel | 1 | -12/+51 |
| 2022-03-15 | pstore: Don't use semaphores in always-atomic-context code | Jann Horn | 1 | -20/+18 |
| 2022-03-01 | pstore: Add prefix to ECC messages | Vincent Whitchurch | 1 | -2/+2 |
| 2022-01-10 | Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -16/+30 |
| 2021-11-21 | pstore/blk: Use "%lu" to format unsigned long | Geert Uytterhoeven | 1 | -1/+1 |
| 2021-11-18 | pstore/ftrace: Allow immediate recording | Uwe Kleine-König | 1 | -16/+30 |
| 2021-11-16 | Revert "mark pstore-blk as broken" | Kees Cook | 1 | -1/+0 |
| 2021-11-08 | lib: zstd: Add kernel-specific API | Nick Terrell | 1 | -1/+1 |
| 2021-10-18 | pstore/blk: use bdev_nr_bytes instead of open coding it | Christoph Hellwig | 1 | -5/+3 |
| 2021-06-30 | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
| 2021-06-16 | pstore/blk: Include zone in pstore_device_info | Kees Cook | 1 | -63/+78 |
| 2021-06-16 | pstore/blk: Fix kerndoc and redundancy on blkdev param | Kees Cook | 1 | -23/+1 |
| 2021-06-16 | pstore/blk: Use the normal block device I/O path | Kees Cook | 1 | -181/+83 |
| 2021-06-16 | pstore/blk: Move verify_size() macro out of function | Kees Cook | 1 | -11/+11 |
| 2021-06-16 | pstore/blk: Improve failure reporting | Kees Cook | 1 | -1/+15 |
| 2021-06-14 | mark pstore-blk as broken | Christoph Hellwig | 1 | -0/+1 |
| 2021-04-27 | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+4 |
| 2021-03-31 | pstore: Add mem_type property DT parsing support | Mukesh Ojha | 2 | -3/+22 |
| 2021-03-08 | printk: introduce a kmsg_dump iterator | John Ogness | 1 | -1/+4 |
| 2021-03-05 | Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+2 |
| 2021-03-02 | pstore/ram: Rate-limit "uncorrectable error in header" message | Dmitry Osipenko | 1 | -1/+1 |
| 2021-02-23 | pstore: Fix warning in pstore_kill_sb() | Tetsuo Handa | 1 | -1/+1 |
| 2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2021-02-18 | pstore: Fix typo in compression option name | Jiri Bohac | 1 | -2/+2 |
| 2021-01-21 | pstore/zone: fix a kernel-doc markup | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-12-17 | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -1/+7 |
| 2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2020-12-01 | block: remove the nr_sects field in struct hd_struct | Christoph Hellwig | 1 | -1/+1 |
| 2020-12-01 | pstore: Move kmsg_bytes default into Kconfig | Vasile-Laurentiu Stanimir | 4 | -3/+10 |
| 2020-12-01 | pstore/blk: remove {un,}register_pstore_blk | Christoph Hellwig | 1 | -73/+10 |
| 2020-12-01 | pstore/zone: cap the maximum device size | Christoph Hellwig | 1 | -0/+4 |
| 2020-11-13 | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs | Steven Rostedt (VMware) | 1 | -1/+1 |
| 2020-11-06 | ftrace: Add recording of functions that caused recursion | Steven Rostedt (VMware) | 1 | -1/+1 |
| 2020-11-06 | pstore/ftrace: Add recursion protection to the ftrace callback | Steven Rostedt (VMware) | 1 | -0/+6 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+0 |
| 2020-07-06 | pstore: Fix linking when crypto API disabled | Matteo Croce | 1 | -1/+4 |
| 2020-06-01 | Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+1 |
| 2020-05-31 | pstore/blk: Introduce "best_effort" mode | Kees Cook | 1 | -1/+20 |
| 2020-05-31 | pstore/blk: Support non-block storage devices | WeiXiong Liao | 2 | -44/+57 |
| 2020-05-31 | pstore/blk: Provide way to query pstore configuration | WeiXiong Liao | 1 | -7/+30 |
| 2020-05-31 | pstore/zone: Provide way to skip "broken" zone for MTD devices | WeiXiong Liao | 2 | -14/+61 |
| 2020-05-30 | Documentation: Add details for pstore/blk | WeiXiong Liao | 1 | -0/+2 |
| 2020-05-30 | pstore/zone,blk: Add ftrace frontend support | WeiXiong Liao | 3 | -1/+134 |
| 2020-05-30 | pstore/zone,blk: Add console frontend support | WeiXiong Liao | 3 | -9/+102 |
| 2020-05-30 | pstore/zone,blk: Add support for pmsg frontend | WeiXiong Liao | 3 | -9/+280 |
| 2020-05-30 | pstore/blk: Introduce backend for block devices | WeiXiong Liao | 3 | -0/+501 |
| 2020-05-30 | pstore/zone: Introduce common layer to manage storage zones | WeiXiong Liao | 3 | -0/+995 |
| 2020-05-30 | pstore/ram: Introduce max_reason and convert dump_oops | Kees Cook | 1 | -19/+39 |
| 2020-05-30 | pstore/platform: Pass max_reason to kmesg dump | Pavel Tatashin | 1 | -1/+3 |
| 2020-05-30 | printk: Introduce kmsg_dump_reason_str() | Kees Cook | 1 | -17/+1 |
| 2020-05-30 | printk: Collapse shutdown types into a single dump reason | Kees Cook | 1 | -6/+2 |
| 2020-05-30 | pstore/ftrace: Provide ftrace log merging routine | Kees Cook | 3 | -54/+66 |
| 2020-05-30 | pstore/ram: Refactor ftrace buffer merging | Kees Cook | 1 | -12/+17 |
| 2020-05-30 | pstore/ram: Refactor DT size parsing | Kees Cook | 1 | -12/+19 |
| 2020-05-30 | pstore/ram: Adjust module param permissions to reflect reality | Kees Cook | 1 | -3/+3 |
| 2020-05-30 | pstore/platform: Move module params after declarations | Kees Cook | 1 | -6/+5 |
| 2020-05-30 | pstore/platform: Use backend name for console registration | Kees Cook | 1 | -1/+3 |
| 2020-05-30 | pstore/platform: Switch pstore_info::name to const | Kees Cook | 1 | -1/+2 |
| 2020-05-30 | pstore: Make sure console capturing will restart | Kees Cook | 1 | -1/+5 |
| 2020-05-30 | pstore: Remove filesystem records when backend is unregistered | Kees Cook | 3 | -0/+36 |
| 2020-05-30 | pstore: Do not leave timer disabled for next backend | Kees Cook | 1 | -15/+19 |
| 2020-05-30 | pstore: Add locking around superblock changes | Kees Cook | 3 | -26/+45 |
| 2020-05-12 | pstore: Refactor pstorefs record list removal | Kees Cook | 1 | -6/+13 |
| 2020-05-12 | pstore: Add proper unregister lock checking | Kees Cook | 1 | -4/+17 |
| 2020-05-12 | pstore: Convert "records_list" locking to mutex | Kees Cook | 1 | -10/+7 |
| 2020-05-12 | pstore: Rename "allpstore" to "records_list" | Kees Cook | 1 | -10/+10 |
| 2020-05-12 | pstore: Convert "psinfo" locking to mutex | Kees Cook | 1 | -4/+4 |
| 2020-05-12 | pstore: Rename "pstore_lock" to "psinfo_lock" | Kees Cook | 1 | -5/+5 |
| 2020-05-12 | pstore: Drop useless try_module_get() for backend | Kees Cook | 1 | -8/+0 |
| 2020-04-23 | pstore: switch to copy_from_user() | Al Viro | 1 | -3/+1 |
| 2020-03-09 | pstore/ram: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-02-27 | pstore: pstore_ftrace_seq_next should increase position index | Vasily Averin | 1 | -1/+4 |
| 2020-02-25 | pstore/ram: remove unnecessary ramoops_unregister_dummy() | chenqiwu | 1 | -1/+0 |
| 2020-02-25 | pstore/platform: fix potential mem leak if pstore_init_fs failed | chenqiwu | 1 | -2/+2 |
| 2020-01-08 | pstore/ram: Regularize prz label allocation lifetime | Kees Cook | 2 | -3/+3 |
| 2020-01-02 | pstore/ram: Write new dumps to start of recycled zones | Aleksandr Yashkin | 1 | -0/+11 |
| 2020-01-02 | pstore/ram: Fix error-path memory leak in persistent_ram_new() callers | Kees Cook | 1 | -0/+2 |
| 2019-10-29 | pstore: Make pstore_choose_compression() static | Ben Dooks (Codethink) | 1 | -1/+1 |
| 2019-08-30 | pstore: fs superblock limits | Deepa Dinamani | 1 | -0/+2 |
| 2019-07-08 | pstore: Fix double-free in pstore_mkfile() failure path | Norbert Manthey | 1 | -7/+6 |
| 2019-07-08 | pstore: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -16/+2 |
| 2019-07-08 | pstore/ram: Improve backward compatibility with older Chromebooks | Douglas Anderson | 1 | -0/+21 |
| 2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -69/+6 |
| 2019-06-05 | Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -15/+28 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 1 | -15/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2 | -26/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 3 | -28/+3 |
| 2019-05-31 | pstore/ram: Run without kernel crash dump region | Kees Cook | 2 | -14/+25 |
| 2019-05-31 | pstore: Set tfm to NULL on free_buf_for_compression | Pi-Hsun Shih | 1 | -1/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
| 2019-02-12 | pstore/ram: Avoid needless alloc during header write | Kees Cook | 1 | -7/+3 |
| 2019-02-12 | pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write() | Yue Hu | 1 | -0/+3 |
| 2019-02-12 | pstore/ram: Move initialization earlier | Yue Hu | 1 | -9/+9 |
| 2019-02-12 | pstore: Avoid writing records with zero size | Yue Hu | 2 | -2/+7 |
| 2019-01-21 | pstore/ram: Replace dummy_data heap memory with stack memory | Yue Hu | 1 | -21/+14 |
| 2019-01-20 | pstore/ram: Avoid allocation and leak of platform data | Kees Cook | 1 | -6/+3 |
| 2019-01-17 | pstore/ram: Fix console ramoops to show the previous boot logs | Sai Prakash Ranjan | 1 | -2/+1 |
| 2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 2 | -2/+2 |
| 2018-12-03 | pstore/ram: Avoid NULL deref in ftrace merging failure path | Kees Cook | 1 | -1/+1 |
| 2018-12-03 | pstore: Convert buf_lock to semaphore | Kees Cook | 2 | -22/+23 |
| 2018-12-03 | pstore: Fix bool initialization/comparison | Thomas Meyer | 1 | -1/+1 |
| 2018-12-03 | pstore/ram: Do not treat empty buffers as valid | Joel Fernandes (Google) | 1 | -0/+5 |
| 2018-12-03 | pstore/ram: Simplify ramoops_get_next_prz() arguments | Joel Fernandes (Google) | 1 | -30/+18 |
| 2018-12-03 | pstore: Map PSTORE_TYPE_* to strings | Joel Fernandes (Google) | 3 | -48/+44 |
| 2018-12-03 | pstore: Improve and update some comments and status output | Kees Cook | 2 | -5/+6 |
| 2018-12-03 | pstore/ram: Add kern-doc for struct persistent_ram_zone | Kees Cook | 1 | -0/+10 |
| 2018-12-03 | pstore/ram: Report backend assignments with finer granularity | Kees Cook | 2 | -2/+8 |
| 2018-12-03 | pstore/ram: Standardize module name in ramoops | Kees Cook | 1 | -2/+3 |
| 2018-12-03 | pstore: Avoid duplicate call of persistent_ram_zap() | Peng Wang | 2 | -9/+10 |
| 2018-12-03 | pstore: Remove needless lock during console writes | Kees Cook | 1 | -23/+6 |
| 2018-12-03 | pstore: Do not use crash buffer for decompression | Kees Cook | 1 | -31/+25 |
| 2018-12-03 | Merge branch 'for-linus/pstore' into for-next/pstore | Kees Cook | 1 | -9/+6 |