summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-06-26i40e: remove unused definesJesse Brandeburg1-9/+0
2020-06-26i40e: Move client header locationShiraz Saleem1-0/+203
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King1-0/+2
2020-06-25net: phy: add support for a common probe between shared PHYsAntoine Tenart1-3/+15
2020-06-24net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton1-0/+8
2020-06-24indirect_call_wrapper: extend indirect wrapper to support up to 4 callsBrian Vazquez1-0/+12
2020-06-23net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov1-0/+1
2020-06-23net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov1-0/+1
2020-06-23net/mlx5: Constify mac address pointerParav Pandit1-1/+1
2020-06-20net: phy: read MMD ID from all present MMDsRussell King1-1/+1
2020-06-20net: phy: split devices_in_packageRussell King1-1/+3
2020-06-20net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King1-0/+2
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet1-1/+21
2020-06-17Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds10-28/+28
2020-06-16tifm: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16sctp: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-18/+18
2020-06-16libata: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16KVM: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16FS-Cache: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16cb710: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16can: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-16dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds3-0/+20
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno3-0/+20
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+8
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-53/+11
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-15/+5
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-18/+75
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-16/+225
2020-06-13Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-91/+9
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)1-1/+5
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-06-12Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-34/+735
2020-06-12Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-175/+2473
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-7/+19
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-5/+7
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco Elver1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver2-29/+29
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver1-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver1-11/+2
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver1-4/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner9-23/+732
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin1-0/+1
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever1-2/+3
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-8/+18