aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-02Fix Comment of ETH_P_802_3_MINXiayu Zhang1-1/+1
2021-12-02ethernet: aquantia: Try MAC address from device treeTianhao Chai1-10/+14
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet5-7/+7
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher1-6/+10
2021-12-02gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher1-51/+33
2021-12-02gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher1-7/+2
2021-12-02gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher1-3/+7
2021-12-02arm64: ftrace: add missing BTIsMark Rutland1-0/+6
2021-12-02arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland1-1/+1
2021-12-02arm64: update PAC description for kernelKuan-Ying Lee1-5/+4
2021-12-02KVM: x86/mmu: Retry page fault if root is invalidated by memslot updateSean Christopherson2-3/+23
2021-12-02KVM: VMX: Set failure code in prepare_vmcs02()Dan Carpenter1-1/+3
2021-12-02KVM: ensure APICv is considered inactive if there is no APICPaolo Bonzini4-4/+8
2021-12-02KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln registerLike Xu1-1/+1
2021-12-02ata: replace snprintf in show functions with sysfs_emitYang Guang1-1/+1
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet2-3/+16
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2-7/+17
2021-12-01octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang1-1/+1
2021-12-01net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang1-2/+7
2021-12-01vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra1-0/+2
2021-12-01net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-12-01kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2-0/+5
2021-12-01tracing: Fix a kmemleak false positive in tracing_mapChen Jun1-0/+3
2021-12-01tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)1-1/+1
2021-12-01xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2021-12-02x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang1-4/+24
2021-12-02x86/tsc: Add a timer to make sure TSC_adjust is always checkedFeng Tang1-0/+41
2021-12-01drm/amdkfd: process_info lock not needed for svmPhilip Yang1-9/+0
2021-12-01drm/amdgpu: adjust the kfd reset sequence in reset sriov functionshaoyunl1-4/+8
2021-12-01drm/amd/display: add connector type check for CRC source setPerry Yuan1-0/+8
2021-12-01drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-12-01drm/amdkfd: set "r = 0" explicitly before gotoPhilip Yang1-0/+4
2021-12-01drm/amd/display: Add work around for tunneled MST.Jimmy Kizito4-11/+30
2021-12-01drm/amd/display: Fix for the no Audio bug with Tiled DisplaysMustapha Ghaddar1-0/+4
2021-12-01drm/amd/display: Clear DPCD lane settings after repeater trainingShen, George1-1/+1
2021-12-01drm/amd/display: Allow DSC on supported MST branch devicesNicholas Kazlauskas1-4/+16
2021-12-01drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar2-4/+5
2021-12-01drm/amdgpu: fix the missed handling for SDMA2 and SDMA3Guchun Chen1-0/+2
2021-12-01drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui1-2/+2
2021-12-01drm/amdgpu: cancel the correct hrtimer on exitFlora Cui1-2/+2
2021-12-01drm/amdgpu/sriov/vcn: add new vcn ip revision check case for SIENNA_CICHLIDJane Jian3-0/+3
2021-12-01cpufreq: docs: Update core.rstTang Yizhou1-3/+3
2021-12-01cpufreq: Fix a comment in cpufreq_policy_freeTang Yizhou1-2/+3
2021-12-01powercap/drivers/dtpm: Disable DTPM at boot timeDaniel Lezcano1-3/+0
2021-12-01cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang1-5/+4
2021-12-01net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassedMarek Behún1-6/+42
2021-12-01net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X familyMarek Behún2-1/+61
2021-12-01net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X familyMarek Behún1-0/+48
2021-12-01net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiverMarek Behún2-4/+45
2021-12-01net: dsa: mv88e6xxx: Drop unnecessary check in mv88e6393x_serdes_erratum_4_6()Marek Behún1-17/+11