aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-9.0.0_r0.63' of https://android.googlesource.com/kernel/ms...Josh Chasky2019-02-052-27/+17
|\
| * FROMLIST: Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2018-10-181-21/+0
| * FROMLIST: pstore: Make default pstorefs root dir perms 0750Kees Cook2018-10-181-1/+1
| * fs/pstore/ramoops: Apply `decrypt_state' node sync for BootReceivejonechou2018-08-031-5/+16
* | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-071-1/+1
* | Merge 4.9.146 into android-msm-bluecross-4.9Nathan Chancellor2018-12-171-2/+2
|\ \
| * | pstore: Convert console write to use ->write_bufNamhyung Kim2018-12-171-2/+2
* | | Merge 4.9.129 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-3/+14
|\| | | |/ |/|
| * pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-261-3/+14
* | fs/pstore/ramoops: add alternate encrypted buffer supportChungjui Fan2018-06-214-67/+435
* | fs:pstore:ramoops: add new driver to append bootloader log into ramoopsjonechou2018-06-135-1/+286
* | Merge 4.9.41 into android-4.9Greg Kroah-Hartman2017-08-072-11/+19
|\|
| * pstore: Use dynamic spinlock initializerKees Cook2017-08-061-1/+1
| * pstore: Correctly initialize spinlock and flagsKees Cook2017-08-061-5/+7
| * pstore: Allow prz to control need for lockingJoel Fernandes2017-08-062-11/+18
| * pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-061-6/+5
* | Merge 4.9.29 into android-4.9Greg Kroah-Hartman2017-05-211-1/+9
|\|
| * pstore: Shut down worker when unregisteringKees Cook2017-05-201-1/+9
* | ANDROID: pstore/ram: Add ramoops_console_write_buf apiArve Hjønnevåg2017-01-271-0/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang2016-09-081-1/+1
* | pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2016-09-081-2/+2
* | pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2016-09-081-1/+1
* | pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-084-31/+106
* | pstore/ram: Set pstore flags dynamicallyNamhyung Kim2016-09-081-1/+7
* | pstore: Split pstore fragile flagsNamhyung Kim2016-09-082-7/+12
* | pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2016-09-081-41/+2
* | pstore/ramoops: fixup driver removalSebastian Andrzej Siewior2016-09-081-5/+12
|/
* ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka2016-08-051-3/+3
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-16/+7
* pstore/ram: add Device Tree bindingsGreg Hackmann2016-06-141-2/+93
* pstore: drop file opened reference countGeliang Tang2016-06-021-1/+0
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-023-14/+245
* pstore: Cleanup pstore_dump()Namhyung Kim2016-05-311-19/+13
* pstore: Enable compression on normal path (again)Namhyung Kim2016-05-311-6/+5
* ramoops: Only unregister when registeredKees Cook2016-05-311-3/+5
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)2016-03-101-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* pstore: fix code comment to match codeGeliang Tang2015-11-021-2/+3
* pstore: Fix return type of pstore_is_mounted()Geliang Tang2015-10-222-2/+2
* pstore: add pstore unregisterGeliang Tang2015-10-228-21/+86
* pstore: add a helper function pstore_register_kmsgGeliang Tang2015-10-211-1/+6
* pstore: add vmalloc error checkGeliang Tang2015-10-211-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-8/+4
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-8/+4
* | ramoops: make it possible to change mem_type param.Wang Long2015-05-211-1/+1
* | pstore/ram: verify ramoops header before saving recordBen Zhang2015-05-211-12/+28
* | fs/pstore: Optimization function ramoops_init_przslong.wanglong2015-05-211-5/+3