aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25io_uring: Fix leaking linked timeoutsPavel Begunkov1-0/+1
2019-11-25io_uring: remove redundant checkPavel Begunkov1-4/+0
2019-11-25io_uring: break links for failed deferPavel Begunkov1-0/+4
2019-11-25io-wq: remove extra space charactersDan Carpenter1-3/+3
2019-11-25io-wq: wait for io_wq_create() to setup necessary workersJens Axboe1-15/+35
2019-11-25io_uring: request cancellations should break linksJens Axboe1-0/+6
2019-11-25io_uring: correct poll cancel and linked timeout expiration completionJens Axboe1-11/+22
2019-11-25io_uring: remove dead REQ_F_SEQ_PREV flagJens Axboe1-1/+0
2019-11-25io_uring: fix sequencing issues with linked timeoutsJens Axboe1-41/+61
2019-11-25io_uring: make req->timeout be dynamically allocatedJens Axboe1-59/+70
2019-11-25io_uring: make io_double_put_req() use normal completion pathJens Axboe1-2/+14
2019-11-25io_uring: cleanup return values from the queueing functionsJens Axboe1-16/+12
2019-11-25io_uring: io_async_cancel() should pass in 'nxt' request pointerJens Axboe1-1/+1
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