index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
fscrypt: remove unnecessary extern keywords
Eric Biggers
2020-05-13
2
-117
/
+105
|
*
|
|
|
|
|
fscrypt: name all function parameters
Eric Biggers
2020-05-13
1
-21
/
+25
|
*
|
|
|
|
|
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-05-13
7
-34
/
+82
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-01
26
-206
/
+3464
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mtd: Support kmsg dumper based on pstore/blk
WeiXiong Liao
2020-06-01
4
-2
/
+596
|
*
|
|
|
|
|
pstore/blk: Introduce "best_effort" mode
Kees Cook
2020-06-01
1
-1
/
+20
|
*
|
|
|
|
|
pstore/blk: Support non-block storage devices
WeiXiong Liao
2020-06-01
5
-48
/
+114
|
*
|
|
|
|
|
pstore/blk: Provide way to query pstore configuration
WeiXiong Liao
2020-06-01
2
-7
/
+58
|
*
|
|
|
|
|
pstore/zone: Provide way to skip "broken" zone for MTD devices
WeiXiong Liao
2020-06-01
4
-19
/
+71
|
*
|
|
|
|
|
Documentation: Add details for pstore/blk
WeiXiong Liao
2020-05-30
3
-0
/
+232
|
*
|
|
|
|
|
pstore/zone,blk: Add ftrace frontend support
WeiXiong Liao
2020-05-30
4
-1
/
+136
|
*
|
|
|
|
|
pstore/zone,blk: Add console frontend support
WeiXiong Liao
2020-05-30
4
-10
/
+105
|
*
|
|
|
|
|
pstore/zone,blk: Add support for pmsg frontend
WeiXiong Liao
2020-05-30
4
-9
/
+282
|
*
|
|
|
|
|
pstore/blk: Introduce backend for block devices
WeiXiong Liao
2020-05-30
4
-0
/
+552
|
*
|
|
|
|
|
pstore/zone: Introduce common layer to manage storage zones
WeiXiong Liao
2020-05-30
4
-0
/
+1039
|
*
|
|
|
|
|
ramoops: Add "max-reason" optional field to ramoops DT node
Pavel Tatashin
2020-05-30
1
-2
/
+11
|
*
|
|
|
|
|
pstore/ram: Introduce max_reason and convert dump_oops
Kees Cook
2020-05-30
4
-25
/
+51
|
*
|
|
|
|
|
pstore/platform: Pass max_reason to kmesg dump
Pavel Tatashin
2020-05-30
2
-1
/
+10
|
*
|
|
|
|
|
printk: Introduce kmsg_dump_reason_str()
Kees Cook
2020-05-30
3
-17
/
+25
|
*
|
|
|
|
|
printk: honor the max_reason field in kmsg_dumper
Pavel Tatashin
2020-05-30
2
-4
/
+12
|
*
|
|
|
|
|
printk: Collapse shutdown types into a single dump reason
Kees Cook
2020-05-30
4
-15
/
+7
|
*
|
|
|
|
|
pstore/ftrace: Provide ftrace log merging routine
Kees Cook
2020-05-30
3
-54
/
+66
|
*
|
|
|
|
|
pstore/ram: Refactor ftrace buffer merging
Kees Cook
2020-05-30
1
-12
/
+17
|
*
|
|
|
|
|
pstore/ram: Refactor DT size parsing
Kees Cook
2020-05-30
1
-12
/
+19
|
*
|
|
|
|
|
pstore/ram: Adjust module param permissions to reflect reality
Kees Cook
2020-05-30
1
-3
/
+3
|
*
|
|
|
|
|
pstore/platform: Move module params after declarations
Kees Cook
2020-05-30
1
-6
/
+5
|
*
|
|
|
|
|
pstore/platform: Use backend name for console registration
Kees Cook
2020-05-30
2
-2
/
+4
|
*
|
|
|
|
|
pstore/platform: Switch pstore_info::name to const
Kees Cook
2020-05-30
2
-2
/
+3
|
*
|
|
|
|
|
pstore: Make sure console capturing will restart
Kees Cook
2020-05-30
1
-1
/
+5
|
*
|
|
|
|
|
pstore: Remove filesystem records when backend is unregistered
Kees Cook
2020-05-30
3
-0
/
+36
|
*
|
|
|
|
|
pstore: Do not leave timer disabled for next backend
Kees Cook
2020-05-30
1
-15
/
+19
|
*
|
|
|
|
|
pstore: Add locking around superblock changes
Kees Cook
2020-05-30
3
-26
/
+45
|
*
|
|
|
|
|
pstore: Refactor pstorefs record list removal
Kees Cook
2020-05-12
1
-6
/
+13
|
*
|
|
|
|
|
pstore: Add proper unregister lock checking
Kees Cook
2020-05-12
1
-4
/
+17
|
*
|
|
|
|
|
pstore: Convert "records_list" locking to mutex
Kees Cook
2020-05-12
1
-10
/
+7
|
*
|
|
|
|
|
pstore: Rename "allpstore" to "records_list"
Kees Cook
2020-05-12
1
-10
/
+10
|
*
|
|
|
|
|
pstore: Convert "psinfo" locking to mutex
Kees Cook
2020-05-12
1
-4
/
+4
|
*
|
|
|
|
|
pstore: Rename "pstore_lock" to "psinfo_lock"
Kees Cook
2020-05-12
1
-5
/
+5
|
*
|
|
|
|
|
pstore: Drop useless try_module_get() for backend
Kees Cook
2020-05-12
1
-8
/
+0
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-06-01
127
-1794
/
+4966
|
\
\
\
\
\
\
|
*
|
|
|
|
|
crypto: hisilicon - fix driver compatibility issue with different versions of...
Weili Qian
2020-05-28
5
-112
/
+39
|
*
|
|
|
|
|
crypto: engine - do not requeue in case of fatal error
Iuliana Prodan
2020-05-28
1
-4
/
+1
|
*
|
|
|
|
|
crypto: cavium/nitrox - Fix a typo in a comment
Christophe JAILLET
2020-05-28
1
-1
/
+1
|
*
|
|
|
|
|
crypto: hisilicon/qm - change debugfs file name from qm_regs to regs
Shukun Tan
2020-05-22
4
-8
/
+8
|
*
|
|
|
|
|
crypto: hisilicon/qm - add DebugFS for xQC and xQE dump
Shukun Tan
2020-05-22
5
-39
/
+488
|
*
|
|
|
|
|
crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
Longfang Liu
2020-05-22
4
-1
/
+96
|
*
|
|
|
|
|
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
Hui Tang
2020-05-22
4
-15
/
+202
|
*
|
|
|
|
|
crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
Kai Ye
2020-05-22
4
-21
/
+95
|
*
|
|
|
|
|
crypto: hisilicon/qm - add debugfs to the QM state machine
Longfang Liu
2020-05-22
4
-0
/
+55
|
*
|
|
|
|
|
crypto: hisilicon/qm - add debugfs for QM
Longfang Liu
2020-05-22
5
-0
/
+153
[prev]
[next]