summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds195-329/+320
2020-08-04coccinelle: api: filter out memdup_user definitionsDenis Efremov1-4/+13
2020-08-04coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov1-0/+45
2020-08-04coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov1-2/+6
2020-08-04coccinelle: api: add kzfree scriptDenis Efremov1-0/+101
2020-08-04coccinelle: misc: add array_size_dup script to detect missed overflow checksDenis Efremov1-0/+209
2020-08-04coccinelle: api/kstrdup: fix coccinelle positionDenis Efremov1-1/+1
2020-08-04coccinelle: api: add device_attr_show scriptDenis Efremov1-0/+55
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-25/+70
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-11/+43
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-20/+182
2020-08-04dm: don't call report zones for more than the user requestedJohannes Thumshirn1-1/+2
2020-08-04Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-47/+241
2020-08-04Merge tag 'pstore-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-08-04Merge branch 'Support-PMTU-discovery-with-bridged-UDP-tunnels'David S. Miller9-29/+690
2020-08-04selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitchStefano Brivio1-0/+180
2020-08-04selftests: pmtu.sh: Add tests for bridged UDP tunnelsStefano Brivio1-7/+159
2020-08-04geneve: Support for PMTU discovery on directly bridged linksStefano Brivio1-5/+51
2020-08-04vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio1-6/+41
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio6-16/+254
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2-0/+10
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy1-1/+1
2020-08-04Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller124-1277/+5595
2020-08-04via-velocity: Use more typical logging stylesJoe Perches2-122/+85
2020-08-04dm init: Set file local variable staticDamien Le Moal1-1/+1
2020-08-04dm ioctl: Fix compilation warningDamien Le Moal1-1/+1
2020-08-04dm raid: Remove empty if statementDamien Le Moal1-2/+0
2020-08-04dm verity: Fix compilation warningDamien Le Moal1-7/+7
2020-08-04Merge branch 'hinic-mailbox-channel-enhancement'David S. Miller6-2/+422
2020-08-04hinic: add check for mailbox msg from VFLuo bin4-2/+255
2020-08-04hinic: add generating mailbox random index supportLuo bin5-0/+167
2020-08-04orangefs: remove unnecessary assignment to variable retJing Xiangfeng1-1/+0
2020-08-04ALSA: hda/hdmi: Add quirk to force connectivityKai-Heng Feng1-1/+15
2020-08-04ceph: use frag's MDS in either modeYanhu Cao1-2/+1
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton4-28/+20
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-08-04drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong1-3/+4
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring21-37/+5
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring24-155/+36
2020-08-04PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring1-126/+46
2020-08-04Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek6-10/+12
2020-08-04parisc: make the log level string for register dumps constRolf Eike Beer1-3/+3
2020-08-04powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao1-2/+4
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov3-0/+78
2020-08-04perf record: Implement control commands handlingAlexey Budankov1-0/+16
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov4-8/+13
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov3-1/+80
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo11-65/+88