summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Linux 5.14.16v5.14.16Greg Kroah-Hartman1-1/+1
2021-11-02KVM: x86: Take srcu lock in post_kvm_run_save()David Woodhouse1-0/+8
2021-11-02KVM: SEV-ES: fix another issue with string I/O VMGEXITsPaolo Bonzini1-3/+12
2021-11-02KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlockDavid Woodhouse2-15/+15
2021-11-02KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()David Woodhouse1-5/+22
2021-11-02perf script: Check session->header.env.arch before using itSong Liu1-4/+8
2021-11-02riscv: Fix asan-stack clang buildAlexandre Ghiti3-2/+10
2021-11-02riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti1-11/+0
2021-11-02riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-11-02scsi: ibmvfc: Fix up duplicate response detectionBrian King1-1/+2
2021-11-02perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang1-1/+1
2021-11-02scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park1-3/+3
2021-11-02KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic1-2/+3
2021-11-02KVM: s390: clear kicked_mask before sleeping againHalil Pasic1-0/+1
2021-11-02octeontx2-af: Check whether ipolicers existsSubbaraya Sundeep1-0/+8
2021-11-02virtio-ring: fix DMA metadata flagsVincent Whitchurch1-1/+1
2021-11-02net: hns3: expand buffer len for some debugfs commandGuangbin Huang1-3/+3
2021-11-02net: hns3: add more string spaces for dumping packets number of queue info in...Jie Wang1-2/+2
2021-11-02bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo1-4/+4
2021-11-02watchdog: sbsa: only use 32-bit accessorsJamie Iles1-2/+2
2021-11-02bpf: Use kvmalloc for map values in syscallStanislav Fomichev1-17/+11
2021-11-02sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-11-02sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-11-02sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-11-02sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-11-02sctp: fix the processing for INIT_ACK chunkXin Long1-18/+19
2021-11-02sctp: fix the processing for INIT chunkXin Long1-26/+46
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-11-02RDMA/irdma: Do not hold qos mutex twice on QP resumeMustafa Ismail1-6/+7
2021-11-02RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail1-2/+6
2021-11-02RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem1-2/+2
2021-11-02phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn1-1/+3
2021-11-02phy: phy_start_aneg: Add an unlocked versionAndrew Lunn1-6/+24
2021-11-02phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn1-53/+53
2021-11-02phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn1-0/+2
2021-11-02net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-11-02net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino1-4/+9
2021-11-02net: hns3: fix data endian problem of some functions of debugfsJie Wang1-16/+14
2021-11-02net: hns3: fix pause config problem after autoneg disabledGuangbin Huang5-10/+57
2021-11-02net: nxp: lpc_eth.c: avoid hang when bringing interface downTrevor Woerner1-3/+2
2021-11-02net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino1-0/+20
2021-11-02net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino1-0/+2
2021-11-02mlxsw: pci: Recycle received packet upon allocation failureIdo Schimmel1-13/+12
2021-11-02nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTGuenter Roeck1-0/+1
2021-11-02gpio: xgs-iproc: fix parsing of ngpios propertyJonas Gorski1-1/+1
2021-11-02RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang1-2/+3
2021-11-02RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau1-1/+1
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-11-02cfg80211: correct bridge/4addr mode checkJanusz Dziedzic1-7/+7
2021-11-02net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long1-2/+2