aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 5-44/+45
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-6/+9
2020-07-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2020-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+19
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathGravatar Cong Wang 1-0/+1
2020-07-30random: fix circular include dependency on arm64 after addition of percpu.hGravatar Willy Tarreau 1-1/+1
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginGravatar Linus Torvalds 1-1/+1
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsGravatar Ido Schimmel 1-0/+3
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEGravatar Mike Marciniszyn 1-0/+19
2020-07-29Merge tag 'drm-fixes-2020-07-29' of git://anongit.freedesktop.org/drm/drm int...Gravatar Linus Torvalds 1-0/+12
2020-07-29random32: update the net random state on interrupt and activityGravatar Willy Tarreau 1-0/+3
2020-07-29Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+12
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headGravatar Herbert Xu 1-32/+24
2020-07-28rhashtable: Fix unprotected RCU dereference in __rht_ptrGravatar Herbert Xu 1-12/+13
2020-07-28net/mlx5e: Modify uplink state on interface up/downGravatar Ron Diskin 1-0/+1
2020-07-28Merge tag 'asm-generic-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2020-07-27i2c: also convert placeholder function to return errnoGravatar Wolfram Sang 1-1/+1
2020-07-27drm/drm_fb_helper: fix fbdev with sparc64Gravatar Sam Ravnborg 1-0/+12
2020-07-27io: Fix return type of _inb and _inlGravatar Stafford Horne 1-2/+2
2020-07-25Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+4
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterGravatar Linus Torvalds 3-4/+5
2020-07-24flow_offload: Move rhashtable inclusion to the source fileGravatar Herbert Xu 1-1/+0
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Gravatar Linus Torvalds 2-2/+6
2020-07-24Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2020-07-24Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2020-07-24io-mapping: indicate mapping failureGravatar Michael J. Ruhl 1-1/+4
2020-07-24vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayGravatar Chengguang Xu 1-1/+2
2020-07-23tcp: allow at most one TLP probe per flightGravatar Yuchung Cheng 1-2/+4
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedGravatar Mikulas Patocka 1-0/+1
2020-07-22i2c: drop duplicated word in the header fileGravatar Randy Dunlap 1-1/+1
2020-07-22x86, vmlinux.lds: Page-align end of ..page_aligned sectionsGravatar Joerg Roedel 1-1/+4
2020-07-21Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 3-0/+4
2020-07-21xfrm: Fix crash when the hold queue is used.Gravatar Steffen Klassert 1-2/+2
2020-07-19Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+0
2020-07-19Merge tag 'dma-mapping-5.8-6' of git://git.infradead.org/users/hch/dma-mappin...Gravatar Linus Torvalds 1-0/+1
2020-07-17rhashtable: drop duplicated word in <linux/rhashtable.h>Gravatar Randy Dunlap 1-1/+1
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-2/+4
2020-07-17Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2020-07-17Merge tag 'asoc-fix-v5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 3-0/+4
2020-07-17asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()Gravatar Will Deacon 1-2/+4
2020-07-16Merge tag 'drm-fixes-2020-07-17-1' of git://anongit.freedesktop.org/drm/drm i...Gravatar Linus Torvalds 1-0/+1
2020-07-16Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2020-07-16Merge tag 'driver-core-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+3
2020-07-16Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+98
2020-07-16Merge tag 'drm-misc-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+1
2020-07-15Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2020-07-14dma-direct: provide function to check physical memory area validityGravatar Nicolas Saenz Julienne 1-0/+1
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Gravatar Miklos Szeredi 1-0/+1
2020-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-2/+10