summaryrefslogtreecommitdiffstats
path: root/fs/vboxsf (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-01IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe1-15/+25
2021-09-28IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger5-33/+66
2021-09-28net/mlx5: Add uid field to UAR allocation structuresMeir Lichtinger1-2/+2
2021-09-28RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASKXiao Yang1-1/+0
2021-09-28RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang3-6/+6
2021-09-28RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang2-2/+3
2021-09-28RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+2
2021-09-28IB/hfi1: Add ring consumer and producers tracesMike Marciniszyn3-22/+85
2021-09-28IB/hfi1: Remove atomic completion countMike Marciniszyn3-12/+10
2021-09-28IB/hfi1: Tune netdev xmit cachelinesMike Marciniszyn3-52/+66
2021-09-28IB/hfi1: Get rid of tx priv backpointerMike Marciniszyn1-5/+4
2021-09-28IB/hfi1: Get rid of hot path divideMike Marciniszyn2-27/+11
2021-09-28IB/hfi1: Remove cache and embed txreq in ringMike Marciniszyn2-128/+101
2021-09-24RDMA/rxe: Only allow invalidate for appropriate MRsBob Pearson1-0/+6
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson5-102/+161
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson5-51/+81
2021-09-24RDMA/rxe: Cleanup MR status and type enumsBob Pearson2-16/+13
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson9-314/+189
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Fix FRMR issue with single page MR allocationSelvin Xavier1-2/+3
2021-09-20RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Suppress unwanted error messagesSelvin Xavier1-3/+6
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier2-14/+4
2021-09-20RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier2-2/+2
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer1-3/+4
2021-09-20RDMA/bnxt_re: Update statistics counter nameSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier10-101/+401
2021-09-20Linux 5.15-rc2v5.15-rc2Linus Torvalds1-1/+1
2021-09-20pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2-23/+46
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds1-3/+3
2021-09-19alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds1-1/+1
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller3-11/+6
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds1-27/+13
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds1-34/+10
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor1-0/+5
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor1-3/+9
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani1-1/+1
2021-09-19sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven1-8/+8
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan1-0/+1
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch1-8/+0
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch1-0/+3
2021-09-18alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds5-3/+5
2021-09-18alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2-6/+5
2021-09-18perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko1-0/+3
2021-09-18libperf evsel: Make use of FD robust.Ian Rogers1-23/+41
2021-09-18perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-09-18perf script: Fix ip display when type != attr->typeAdrian Hunter1-11/+13
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria3-17/+42