aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds3-2/+8
2019-11-25libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko1-1/+1
2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko1-2/+13
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-11-25net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-11-25macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu5-2/+138
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2-14/+24
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer1-2/+4
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds3-8/+2
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds2-2/+5
2019-11-25writeback: fix -Wformat compilation warningsQian Cai1-24/+24
2019-11-25ALSA: usb-audio: Fix Focusrite Scarlett 6i6 gen1 - input handlingJens Verwiebe1-2/+21
2019-11-25ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLCJian-Hong Pan1-1/+9
2019-11-25RDMA/hns: Delete unnecessary callback functions for cqYixian Liu2-58/+36
2019-11-25RDMA/hns: Rename the functions used inside creating cqYixian Liu5-56/+35
2019-11-25RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu4-56/+38
2019-11-25RDMA/hns: Redefine interfaces used in creating cqYixian Liu4-55/+53
2019-11-25RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf5-5/+46
2019-11-25RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf4-13/+14
2019-11-25RDMA/efa: Store network attributes in device attributesGal Pressman5-51/+18
2019-11-25IB/hfi1: remove redundant assignment to variable retColin Ian King1-1/+1
2019-11-25RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma1-4/+4
2019-11-25RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma1-0/+1
2019-11-25RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 seriesLuke Starrett1-2/+6
2019-11-25RDMA/bnxt_re: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski1-3/+18
2019-11-25lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon1-2/+1
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon2-18/+0
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon11-308/+59
2019-11-25locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon1-7/+2
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon2-19/+48
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon1-56/+75
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the <linux/refcount.h> headerWill Deacon2-246/+229
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2-43/+36
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon2-10/+10
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon3-26/+29
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make the CPU_ENTRY_AREA_PAGES assert preciseIngo Molnar3-10/+14
2019-11-24ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein1-0/+1
2019-11-24mlxsw: spectrum_router: Fix use of uninitialized adjacency indexAmit Cohen1-3/+2
2019-11-24mlxsw: spectrum_router: After underlay moves, demote conflicting tunnelsPetr Machata1-1/+38
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann4-83/+32
2019-11-24bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau7-187/+125
2019-11-24bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann1-0/+5
2019-11-24bpf, testing: Add various tail call test casesDaniel Borkmann6-0/+698
2019-11-24bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann1-95/+187
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann2-10/+113
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann4-12/+212
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann3-0/+64
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann5-28/+54