aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton1-0/+7
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton6-5/+27
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton1-2/+0
2020-06-02ocfs2: mount shared volume without ha stackGang He3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge1-0/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard11-242/+287
2020-06-01Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-65/+91
2020-06-01Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+7
2020-06-01Merge tag 'edac_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds10-55/+73
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds10-85/+163
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds7-10/+24
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds18-302/+737
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds26-206/+3464
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds127-1794/+4966
2020-06-01Merge tag 'i3c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds1-8/+8
2020-06-01Merge tag 'regulator-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds69-381/+1652
2020-06-01Merge tag 'spi-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds55-941/+2082
2020-06-01Merge tag 'regmap-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-55/+228
2020-06-01Merge tag 'hwmon-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds38-106/+4342
2020-06-01Merge tag 'tpmdd-next-20200522' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds3-9/+7
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown69-377/+1648
2020-06-01Merge remote-tracking branch 'regulator/for-5.7' into regulator-linusMark Brown1-4/+4
2020-06-01regulator: max8998: max8998_set_current_limit() can be statickbuild test robot1-2/+2
2020-06-01Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8Borislav Petkov10-55/+73
2020-06-01Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek5-29/+55
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek15035-404961/+812876
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek3-45/+80
2020-05-31mtd: Support kmsg dumper based on pstore/blkWeiXiong Liao4-2/+596
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao5-48/+114
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao2-7/+58
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao4-19/+71
2020-05-31Linux 5.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/kernel/git/tip/tipLinus Torvalds7-57/+74
2020-05-31Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds69-337/+806
2020-05-30l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-30l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-30net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-30Merge branch 'mptcp-a-bunch-of-fixes'David S. Miller1-18/+46
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-30virtio_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/powerpc/linuxLinus Torvalds2-0/+5
2020-05-30Merge tag 'gpio-v5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds6-18/+42
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao3-0/+232