summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-01pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-06-01pstore/blk: Support non-block storage devicesWeiXiong Liao5-48/+114
2020-06-01pstore/blk: Provide way to query pstore configurationWeiXiong Liao2-7/+58
2020-06-01pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao4-19/+71
2020-06-01Linux 5.7v5.7Linus Torvalds1-1/+1
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches2-14/+23
2020-05-31Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-57/+74
2020-05-31Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds69-337/+806
2020-05-31l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-31l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-31net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-31Merge branch 'mptcp-a-bunch-of-fixes'David S. Miller1-18/+46
2020-05-31mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-31mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-31mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-31net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-31devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-31virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-30Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+5
2020-05-30Merge tag 'gpio-v5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds6-18/+42
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao3-0/+232
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao4-1/+136
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao4-10/+105
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao4-9/+282
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao4-0/+552
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao4-0/+1039
2020-05-30ramoops: Add "max-reason" optional field to ramoops DT nodePavel Tatashin1-2/+11
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook4-25/+51
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2-1/+10
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook3-17/+25
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin2-4/+12
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook4-15/+7
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook3-54/+66
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook1-12/+17
2020-05-30pstore/ram: Refactor DT size parsingKees Cook1-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook1-3/+3
2020-05-30pstore/platform: Move module params after declarationsKees Cook1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook2-2/+4
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook2-2/+3
2020-05-30pstore: Make sure console capturing will restartKees Cook1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook3-0/+36
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook1-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook3-26/+45
2020-05-30drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-30NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-05-30neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-30Merge tag 'mlx5-fixes-2020-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-43/+84
2020-05-30Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-54/+44
2020-05-30Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown50-892/+2017