summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-10-22netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso
2020-10-21ibmvnic: save changed mac address to adapter->mac_addrLijun Pan
2020-10-21selftests: mptcp: depends on built-in IPv6Matthieu Baerts
2020-10-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin
2020-10-21ext4: fix invalid inode checksumLuo Meng
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-21doc: update ext4 and journalling docs to include fast commit featureHarshad Shirwadkar
2020-10-21drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao
2020-10-21drm/amd/pm: remove the average clock value in sysfsKenneth Feng
2020-10-21drm/amd/pm: fix pp_dpm_fclkKenneth Feng
2020-10-21Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements
2020-10-21drm/amd/pm: fix pcie information for sienna cichlidLikun Gao
2020-10-21drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu
2020-10-21net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski
2020-10-21net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He
2020-10-21net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-22bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-21kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator argBen Gardon
2020-10-21kvm: x86/mmu: Support zapping SPTEs in the TDP MMUBen Gardon
2020-10-21KVM: Cache as_id in kvm_memory_slotPeter Xu
2020-10-21kvm: x86/mmu: Add functions to handle changed TDP SPTEsBen Gardon
2020-10-21kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon
2020-10-21kvm: x86/mmu: Introduce tdp_iterBen Gardon
2020-10-21KVM: mmu: extract spte.h and spte.cPaolo Bonzini
2020-10-21KVM: mmu: Separate updating a PTE from kvm_set_pte_rmappPaolo Bonzini