index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
pstore
Age
Commit message (
Expand
)
Author
Files
Lines
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-15
ramoops: add pdata NULL check to ramoops_probe
Kees Cook
1
-2
/
+11
2016-11-15
pstore: Convert console write to use ->write_buf
Namhyung Kim
1
-2
/
+2
2016-11-15
pstore: Protect unlink with read_mutex
Namhyung Kim
1
-2
/
+5
2016-11-15
pstore: Use global ftrace filters for function trace filtering
Joel Fernandes
1
-2
/
+5
2016-11-15
pstore: Clarify context field przs as dprzs
Kees Cook
1
-12
/
+12
2016-11-15
pstore: improve error report for failed setup
Kees Cook
1
-19
/
+34
2016-11-15
pstore: Merge per-CPU ftrace records into one
Joel Fernandes
1
-13
/
+109
2016-11-15
pstore: Add ftrace timestamp counter
Joel Fernandes
3
-37
/
+9
2016-11-15
ramoops: Split ftrace buffer space into per-CPU zones
Joel Fernandes
1
-17
/
+55
2016-11-15
pstore: Make ramoops_init_przs generic for other prz arrays
Kees Cook
1
-28
/
+54
2016-11-15
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-08
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-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-09-08
ramoops: move spin_lock_init after kmalloc error checking
Geliang Tang
1
-1
/
+1
2016-09-08
pstore/ram: Use memcpy_fromio() to save old buffer
Andrew Bresticker
1
-2
/
+2
2016-09-08
pstore/ram: Use memcpy_toio instead of memcpy
Furquan Shaikh
1
-1
/
+1
2016-09-08
pstore/pmsg: drop bounce buffer
Mark Salyzyn
4
-31
/
+106
2016-09-08
pstore/ram: Set pstore flags dynamically
Namhyung Kim
1
-1
/
+7
2016-09-08
pstore: Split pstore fragile flags
Namhyung Kim
2
-7
/
+12
2016-09-08
pstore/core: drop cmpxchg based updates
Sebastian Andrzej Siewior
1
-41
/
+2
2016-09-08
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-22
wrappers for ->i_mutex access
Al Viro
1
-3
/
+3
2015-11-02
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-03
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
2015-05-21
fs/pstore: Optimization function ramoops_init_przs
long.wanglong
1
-5
/
+3
2015-05-21
fs/pstore: update the backend parameter in pstore module
Wang Long
1
-0
/
+6
2015-05-21
pstore: do not use message compression without lock
Konstantin Khlebnikov
1
-1
/
+1
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+5
[next]