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