aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-21coccinelle: api: add kobj_to_dev.cocci scriptGravatar Denis Efremov 1-0/+45
2020-08-21coccinelle: add patch rule for dma_alloc_coherentGravatar Alex Dewar 1-3/+13
2020-08-21scripts: coccicheck: Add chain mode to list of modesGravatar Sumera Priyadarsini 1-1/+1
2020-08-20Merge tag 'pci-v5.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+6
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 5-78/+92
2020-08-20afs: Fix key ref leak in afs_put_operation()Gravatar David Howells 1-0/+1
2020-08-19Merge tag 'vfio-v5.9-rc2' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-29/+164
2020-08-19lib/string.c: Use freestanding environmentGravatar Arvind Sankar 1-1/+6
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorGravatar Arvind Sankar 2-9/+3
2020-08-18Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-39/+86
2020-08-18Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+11
2020-08-18mm/memory.c: skip spurious TLB flush for retried page faultGravatar Yang Shi 1-0/+3
2020-08-17Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-57/+58
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 76-349/+768
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Gravatar Xu Wang 1-2/+2
2020-08-17PCI/P2PDMA: Fix build without DMA opsGravatar Christoph Hellwig 1-4/+6
2020-08-17net: qrtr: fix usage of idr in port assignment to socketGravatar Necip Fazil Yildiran 1-9/+11
2020-08-17selftests: disable rp_filter for icmp_redirect.shGravatar David Ahern 1-0/+2
2020-08-17mailmap: Add WeiXiong LiaoGravatar Kees Cook 1-0/+1
2020-08-17mailmap: Restore dictionary sortingGravatar Kees Cook 1-57/+57
2020-08-17arch/ia64: Restore arch-specific pgd_offset_k implementationGravatar Jessica Clarke 2-0/+11
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"Gravatar David S. Miller 1-1/+0
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningGravatar Randy Dunlap 1-1/+2
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Gravatar Alex Williamson 1-5/+66
2020-08-17vfio-pci: Avoid recursive read-lock usageGravatar Alex Williamson 2-24/+98
2020-08-17watch_queue: Limit the number of watches a user can holdGravatar David Howells 2-0/+11
2020-08-16mptcp: sendmsg: reset iter on error reduxGravatar Florian Westphal 1-3/+5
2020-08-16net: devlink: Remove overzealous WARN_ON with snapshotsGravatar Andrew Lunn 1-1/+1
2020-08-16tipc: not enable tipc when ipv6 works as a moduleGravatar Xin Long 1-0/+1
2020-08-16tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Gravatar Cong Wang 1-1/+11
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 8-80/+73
2020-08-16Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...Gravatar David S. Miller 1-12/+36
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Gravatar Miaohe Lin 1-2/+2
2020-08-16net: xdp: pull ethernet header off packet after computing skb->protocolGravatar Jason A. Donenfeld 1-0/+1
2020-08-16ipvlan: fix device featuresGravatar Mahesh Bandewar 1-5/+22
2020-08-16bonding: fix a potential double-unregisterGravatar Cong Wang 1-1/+2
2020-08-16Linux 5.9-rc1v5.9-rc1Gravatar Linus Torvalds 1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-156/+409
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Gravatar Mike Rapoport 1-0/+6
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-66/+62
2020-08-15Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+17
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 69-998/+370
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptGravatar Jens Axboe 1-1/+4
2020-08-15io_uring: sanitize double poll handlingGravatar Jens Axboe 1-9/+25
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 37-247/+1253
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-32/+88
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-12/+5
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-15/+38
2020-08-15Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 4-63/+18