summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li2-2/+3
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski12-19/+37
2020-10-22ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta1-9/+18
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds35-396/+4725
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French1-1/+24
2020-10-22cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-22smb3.1.1: fix typo in compression flagSteve French1-1/+1
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg4-97/+99
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg3-62/+63
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg3-85/+96
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg3-1/+24
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds52-495/+346
2020-10-22ACPI: utils: remove unreachable breaksTom Rix1-4/+0
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski16-102/+426
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds44-1368/+1490
2020-10-22PM: sleep: remove unreachable breakTom Rix1-1/+0
2020-10-22PM: AVS: Drop the avs directory and the corresponding KconfigUlf Hansson4-4/+0
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-127/+71
2020-10-22PM: AVS: qcom-cpr: Move the driver to the qcom specific driversUlf Hansson6-18/+18
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-5/+5
2020-10-22ring-buffer: Update the description for ring_buffer_waitQiujun Huang1-1/+1
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-10-22netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2-0/+2
2020-10-22ALSA: hda - Fix the return value if cb func is already registeredHui Wang1-5/+13
2020-10-22ibmvnic: save changed mac address to adapter->mac_addrLijun Pan1-0/+5
2020-10-22selftests: mptcp: depends on built-in IPv6Matthieu Baerts1-0/+1
2020-10-22Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin1-36/+12
2020-10-22ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-22ext4: add fast commit stats in procfsHarshad Shirwadkar3-1/+37
2020-10-22ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar14-131/+1821
2020-10-22jbd2: fast commit recovery pathHarshad Shirwadkar3-4/+88
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar13-29/+1707
2020-10-22jbd2: add fast commit machineryHarshad Shirwadkar4-1/+268
2020-10-22ext4 / jbd2: add fast commit initializationHarshad Shirwadkar7-6/+122
2020-10-22ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar3-6/+30
2020-10-22doc: update ext4 and journalling docs to include fast commit featureHarshad Shirwadkar2-0/+99
2020-10-22drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao1-0/+9
2020-10-22drm/amd/pm: remove the average clock value in sysfsKenneth Feng1-4/+8
2020-10-22drm/amd/pm: fix pp_dpm_fclkKenneth Feng1-0/+3
2020-10-22Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements1-2/+2
2020-10-22drm/amd/pm: fix pcie information for sienna cichlidLikun Gao1-2/+2
2020-10-22drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall1-2/+3
2020-10-22rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2-8/+7
2020-10-22net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski1-0/+1
2020-10-22net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He1-0/+1
2020-10-22net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He1-1/+9
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2-4/+6
2020-10-22bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen3-5/+173