summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-21coccinelle: misc: add excluded_middle.cocci scriptDenis Efremov1-0/+39
2020-09-13scripts: coccicheck: Improve error feedback when coccicheck failsSumera Priyadarsini1-2/+8
2020-09-12coccinelle: api: update kzfree script to kfree_sensitiveDenis Efremov1-16/+13
2020-09-05coccinelle: misc: add uninitialized_var.cocci scriptDenis Efremov1-0/+51
2020-09-02coccinelle: ifnullfree: add vfree(), kvfree*() functionsDenis Efremov1-2/+9
2020-08-21coccinelle: api: add kobj_to_dev.cocci scriptDenis Efremov1-0/+45
2020-08-21coccinelle: add patch rule for dma_alloc_coherentAlex Dewar1-3/+13
2020-08-21scripts: coccicheck: Add chain mode to list of modesSumera Priyadarsini1-1/+1
2020-08-20Merge tag 'pci-v5.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-78/+92
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells1-0/+1
2020-08-19Merge tag 'vfio-v5.9-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds3-29/+164
2020-08-19lib/string.c: Use freestanding environmentArvind Sankar1-1/+6
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar2-9/+3
2020-08-18Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-39/+86
2020-08-18Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+11
2020-08-18mm/memory.c: skip spurious TLB flush for retried page faultYang Shi1-0/+3
2020-08-17Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-57/+58
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds76-349/+768
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-08-17PCI/P2PDMA: Fix build without DMA opsChristoph Hellwig1-4/+6
2020-08-17net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran1-9/+11
2020-08-17selftests: disable rp_filter for icmp_redirect.shDavid Ahern1-0/+2
2020-08-17mailmap: Add WeiXiong LiaoKees Cook1-0/+1
2020-08-17mailmap: Restore dictionary sortingKees Cook1-57/+57
2020-08-17arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke2-0/+11
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller1-1/+0
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap1-1/+2
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson1-5/+66
2020-08-17vfio-pci: Avoid recursive read-lock usageAlex Williamson2-24/+98
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells2-0/+11
2020-08-16mptcp: sendmsg: reset iter on error reduxFlorian Westphal1-3/+5
2020-08-16net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn1-1/+1
2020-08-16tipc: not enable tipc when ipv6 works as a moduleXin Long1-0/+1
2020-08-16tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-80/+73
2020-08-16Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller1-12/+36
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-16net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld1-0/+1
2020-08-16ipvlan: fix device featuresMahesh Bandewar1-5/+22
2020-08-16bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-16Linux 5.9-rc1Linus Torvalds1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds4-156/+409
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds8-66/+62
2020-08-15Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+17
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds69-998/+370
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds37-247/+1253