aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-15/+35
2021-06-28Merge tag 'integrity-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds22-84/+804
2021-06-28selftests: net: devlink_port_split: check devlink returned an element before dereferencing itPaolo Pisati1-0/+3
2021-06-28Merge tag 'tomoyo-pr-20210628' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds4-9/+9
2021-06-28clk: stm32mp1: new compatible for secure RCC supportGabriel Fernandez2-1/+110
2021-06-28dt-bindings: clock: stm32mp1 new compatible for secure rccGabriel Fernandez1-2/+4
2021-06-28dt-bindings: reset: add MCU HOLD BOOT ID for SCMI reset domains on stm32mp15Gabriel Fernandez1-0/+2
2021-06-28dt-bindings: reset: add IDs for SCMI reset domains on stm32mp15Gabriel Fernandez1-0/+13
2021-06-28dt-bindings: clock: add IDs for SCMI clocks on stm32mp15Gabriel Fernandez1-0/+27
2021-06-28reset: stm32mp1: remove stm32mp1 resetGabriel Fernandez3-122/+0
2021-06-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds108-11004/+6913
2021-06-28Merge branch 'do_once_lite'David S. Miller6-75/+49
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love5-70/+40
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor1-4/+1
2021-06-28Merge tag 'media/v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds556-14498/+18913
2021-06-28net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110Vladimir Oltean1-4/+22
2021-06-28net: phy: at803x: mask 1000 Base-X link modeDavid Bauer1-1/+29
2021-06-28net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur2-0/+38
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds211-4264/+10490
2021-06-28Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller38-581/+967
2021-06-28Merge branch 'sctp-size-validations'David S. Miller6-30/+58
2021-06-28sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-06-28sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner1-0/+3
2021-06-28sctp: add size validation when walking chunksMarcelo Ricardo Leitner1-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner6-26/+44
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller56-379/+393
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton4-1/+11
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton6-69/+25
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2-14/+4
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton1-14/+2
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton1-61/+11
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton5-29/+17
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realmJeff Layton1-4/+4
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton1-1/+1
2021-06-29ceph: add IO size metrics supportXiubo Li5-28/+119
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li1-21/+35
2021-06-29ceph: simplify the metrics structXiubo Li2-78/+46
2021-06-28libceph: fix doc warnings in cls_lock_client.cBaokun Li1-3/+9
2021-06-28libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin1-6/+1
2021-06-28libceph: fix some spelling mistakesZheng Yongjun3-4/+4
2021-06-28libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov2-3/+2
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton2-2/+1
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler3-25/+60
2021-06-28flow_offload: action should not be NULL when it is referencedgushengxian1-5/+7
2021-06-28net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang1-1/+3