Age | Commit message (Expand) | Author | Files | Lines |
2017-02-25 | fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version | Sven Schmidt | 1 | -9/+13 |
2017-02-13 | pstore: Check for prz allocation in walker | Kees Cook | 1 | -2/+3 |
2017-02-13 | pstore: Correctly initialize spinlock and flags | Kees Cook | 1 | -5/+7 |
2017-02-09 | pstore: don't OOPS when there are no ftrace zones | Brian Norris | 1 | -1/+1 |
2016-12-13 | Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -126/+293 |
2016-11-16 | ramoops: add pdata NULL check to ramoops_probe | Kees Cook | 1 | -2/+11 |
2016-11-16 | pstore: Convert console write to use ->write_buf | Namhyung Kim | 1 | -2/+2 |
2016-11-16 | pstore: Protect unlink with read_mutex | Namhyung Kim | 1 | -2/+5 |
2016-11-16 | pstore: Use global ftrace filters for function trace filtering | Joel Fernandes | 1 | -2/+5 |
2016-11-16 | pstore: Clarify context field przs as dprzs | Kees Cook | 1 | -12/+12 |
2016-11-16 | pstore: improve error report for failed setup | Kees Cook | 1 | -19/+34 |
2016-11-16 | pstore: Merge per-CPU ftrace records into one | Joel Fernandes | 1 | -13/+109 |
2016-11-16 | pstore: Add ftrace timestamp counter | Joel Fernandes | 3 | -37/+9 |
2016-11-16 | ramoops: Split ftrace buffer space into per-CPU zones | Joel Fernandes | 1 | -17/+55 |
2016-11-16 | pstore: Make ramoops_init_przs generic for other prz arrays | Kees Cook | 1 | -28/+54 |
2016-11-16 | pstore: Allow prz to control need for locking | Joel Fernandes | 2 | -11/+18 |
2016-11-11 | pstore: Warn on PSTORE_TYPE_PMSG using deprecated function | Joel Fernandes | 1 | -4/+2 |
2016-11-11 | pstore: Make spinlock per zone instead of global | Joel Fernandes | 1 | -6/+5 |
2016-11-09 | pstore: Actually give up during locking failure | Li Pengcheng | 1 | -0/+1 |
2016-10-24 | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-09-28 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
2016-09-09 | ramoops: move spin_lock_init after kmalloc error checking | Geliang Tang | 1 | -1/+1 |
2016-09-09 | pstore/ram: Use memcpy_fromio() to save old buffer | Andrew Bresticker | 1 | -2/+2 |
2016-09-09 | pstore/ram: Use memcpy_toio instead of memcpy | Furquan Shaikh | 1 | -1/+1 |
2016-09-09 | pstore/pmsg: drop bounce buffer | Mark Salyzyn | 4 | -31/+106 |
2016-09-09 | pstore/ram: Set pstore flags dynamically | Namhyung Kim | 1 | -1/+7 |
2016-09-09 | pstore: Split pstore fragile flags | Namhyung Kim | 2 | -7/+12 |
2016-09-09 | pstore/core: drop cmpxchg based updates | Sebastian Andrzej Siewior | 1 | -41/+2 |
2016-09-09 | pstore/ramoops: fixup driver removal | Sebastian Andrzej Siewior | 1 | -5/+12 |
2016-08-05 | ramoops: use persistent_ram_free() instead of kfree() for freeing prz | Hiraku Toyooka | 1 | -3/+3 |
2016-08-05 | ramoops: use DT reserved-memory bindings | Kees Cook | 1 | -16/+7 |
2016-06-14 | pstore/ram: add Device Tree bindings | Greg Hackmann | 1 | -2/+93 |
2016-06-02 | pstore: drop file opened reference count | Geliang Tang | 1 | -1/+0 |
2016-06-02 | pstore: add lzo/lz4 compression support | Geliang Tang | 3 | -14/+245 |
2016-05-31 | pstore: Cleanup pstore_dump() | Namhyung Kim | 1 | -19/+13 |
2016-05-31 | pstore: Enable compression on normal path (again) | Namhyung Kim | 1 | -6/+5 |
2016-05-31 | ramoops: Only unregister when registered | Kees Cook | 1 | -3/+5 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-03-10 | pstore: Add support for 64 Bit address space | Wiebe, Wladislav (Nokia - DE/Ulm) | 1 | -2/+2 |
2016-01-23 | wrappers for ->i_mutex access | Al Viro | 1 | -3/+3 |
2015-11-03 | pstore: fix code comment to match code | Geliang Tang | 1 | -2/+3 |
2015-10-22 | pstore: Fix return type of pstore_is_mounted() | Geliang Tang | 2 | -2/+2 |
2015-10-22 | pstore: add pstore unregister | Geliang Tang | 8 | -21/+86 |
2015-10-21 | pstore: add a helper function pstore_register_kmsg | Geliang Tang | 1 | -1/+6 |
2015-10-21 | pstore: add vmalloc error check | Geliang Tang | 1 | -0/+2 |
2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -8/+4 |
2015-07-01 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 1 | -8/+4 |
2015-05-21 | ramoops: make it possible to change mem_type param. | Wang Long | 1 | -1/+1 |
2015-05-21 | pstore/ram: verify ramoops header before saving record | Ben Zhang | 1 | -12/+28 |