aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-24RDMA/hns: Add window selection field of congestion controlYixing Liu2-0/+14
2021-06-24tools/testing: add a selftest for SO_NETNS_COOKIELorenz Bauer4-1/+64
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis6-0/+17
2021-06-24RDMA/hfi1: Remove use of kmap()Ira Weiny1-2/+2
2021-06-24RDMA/irdma: Remove use of kmap()Ira Weiny1-4/+4
2021-06-24i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski1-4/+11
2021-06-24i40e: fix PTP on 5Gb linksJesse Brandeburg1-2/+6
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig5-28/+25
2021-06-24block: move bdev_disk_changedChristoph Hellwig3-55/+54
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig3-19/+10
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig4-493/+491
2021-06-24Merge tag 'mmc-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-5/+45
2021-06-24ti: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-8/+2
2021-06-24stmmac: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-8/+2
2021-06-24netsec: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-24sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-7/+2
2021-06-24qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+0
2021-06-24nfp: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-24mlx4: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+2
2021-06-24marvell: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2-6/+0
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen9-27/+3
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2-10/+1
2021-06-24thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-24bnxt: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-24ena: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-24bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen2-5/+0
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen8-54/+83
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen3-12/+21
2021-06-24doc: Give XDP as example of non-obvious RCU reader/updater pairingToke Høiland-Jørgensen1-2/+9
2021-06-24doc: Clarify and expand RCU updaters and corresponding readersPaul E. McKenney1-20/+26
2021-06-24rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney1-0/+14
2021-06-24i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski1-2/+1
2021-06-24i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-06-24iwlwifi: acpi: remove unused function iwl_acpi_eval_dsm_func()Kalle Valo1-36/+0
2021-06-24rtw88: fix c2h memory leakPo-Hao Huang3-1/+13
2021-06-24brcmfmac: support parse country code map from DTShawn Guo1-2/+55
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+28
2021-06-24Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2021-06-24KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin1-2/+17
2021-06-24block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang9-7/+307
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang16-88/+75
2021-06-24KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU checkSean Christopherson1-4/+6
2021-06-24KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson4-0/+152
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson2-24/+67
2021-06-24KVM: selftests: Genericize upper level page table entry structSean Christopherson1-65/+26
2021-06-24KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson1-28/+31
2021-06-24KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson1-25/+22
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson6-39/+23