aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+2
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-1/+2
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek1-3/+0
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-5/+5
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon1-2/+7
2021-01-07skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon1-1/+2
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-17/+21
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-9/+9
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-0/+10
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-9/+8
2021-01-07skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon1-6/+6
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon1-1/+6
2021-01-07skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon1-3/+0
2021-01-07skbuff: remove unused skb_zcopy_abort functionJonathan Lemon1-11/+0
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+16
2021-01-07net: phy: bcm7xxx: Add an entry for BCM72116Florian Fainelli1-0/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-17/+0
2021-01-07net/mlx5e: Add missing capability check for uplink followAya Levin1-1/+2
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-0/+6
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds2-6/+6
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-7/+15
2020-12-30Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+2
2020-12-29kdev_t: always inline major/minor helper functionsJosh Poimboeuf1-11/+11
2020-12-29sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie1-0/+3
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-2/+3
2020-12-29mm: add prototype for __add_to_page_cache_locked()Souptick Joarder1-0/+7
2020-12-29Revert "kbuild: avoid static_assert for genksyms"Masahiro Yamada1-5/+0
2020-12-28libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREIlya Dryomov1-2/+2
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+11
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-25/+24
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+26
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-12-23Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+155
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-0/+19
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-108/+286
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+14
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov1-2/+19
2020-12-22kasan, mm: rename kasan_poison_kfreeAndrey Konovalov1-8/+8
2020-12-22kasan, mm: check kasan_enabled in annotationsAndrey Konovalov2-53/+182
2020-12-22kasan: open-code kasan_unpoison_slabAndrey Konovalov1-6/+0
2020-12-22kasan: inline kasan_reset_tag for tag-based modesAndrey Konovalov1-1/+4
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov1-4/+6
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov3-9/+19
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov4-6/+8
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov1-2/+2
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2-10/+10
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov1-3/+3
2020-12-22kasan: shadow declarations only for software modesAndrey Konovalov1-16/+32
2020-12-22kasan: group vmalloc codeAndrey Konovalov1-18/+23