android_kernel_oneplus_msm8998/fs/pstore
Mark Salyzyn 872ffdd406 FROMLIST: pstore: drop pmsg bounce buffer
(from https://lkml.org/lkml/2016/9/1/428)
(cherry pick from android-3.10 commit b58133100b38f2bf83cad2d7097417a3a196ed0b)

Removing a bounce buffer copy operation in the pmsg driver path is
always better. We also gain in overall performance by not requesting
a vmalloc on every write as this can cause precious RT tasks, such
as user facing media operation, to stall while memory is being
reclaimed. Added a write_buf_user to the pstore functions, a backup
platform write_buf_user that uses the small buffer that is part of
the instance, and implemented a ramoops write_buf_user that only
supports PSTORE_TYPE_PMSG.

Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 31057326
Change-Id: I4cdee1cd31467aa3e6c605bce2fbd4de5b0f8caa
2016-09-14 14:44:33 +05:30
..
ftrace.c pstore: add pstore unregister 2015-10-22 08:59:18 -07:00
inode.c pstore: Fix return type of pstore_is_mounted() 2015-10-22 10:57:33 -07:00
internal.h pstore: Fix return type of pstore_is_mounted() 2015-10-22 10:57:33 -07:00
Kconfig pstore: add pstore unregister 2015-10-22 08:59:18 -07:00
Makefile pstore: add pstore unregister 2015-10-22 08:59:18 -07:00
platform.c FROMLIST: pstore: drop pmsg bounce buffer 2016-09-14 14:44:33 +05:30
pmsg.c FROMLIST: pstore: drop pmsg bounce buffer 2016-09-14 14:44:33 +05:30
ram.c FROMLIST: pstore: drop pmsg bounce buffer 2016-09-14 14:44:33 +05:30
ram_core.c FROMLIST: pstore: drop pmsg bounce buffer 2016-09-14 14:44:33 +05:30