summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe2019-11-261-6/+37
* net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe2019-11-261-46/+95
* io_uring: remove superfluous check for sqe->off in io_accept()Hrvoje Zeba2019-11-261-1/+1
* io_uring: async workers should inherit the user credsJens Axboe2019-11-263-0/+19
* io-wq: have io_wq_create() take a 'data' argumentJens Axboe2019-11-263-13/+22
* io_uring: fix dead-hung for non-iter fixed rwPavel Begunkov2019-11-261-1/+14
* io_uring: add support for IORING_OP_CONNECTJens Axboe2019-11-262-0/+37
* net: add __sys_connect_file() helperJens Axboe2019-11-262-8/+25
* io_uring: only return -EBUSY for submit on non-flushed backlogJens Axboe2019-11-261-6/+10
* io_uring: only !null ptr to io_issue_sqe()Pavel Begunkov2019-11-261-16/+12
* io_uring: simplify io_req_link_next()Pavel Begunkov2019-11-261-10/+1
* io_uring: pass only !null to io_req_find_next()Pavel Begunkov2019-11-261-2/+7
* io_uring: remove io_free_req_find_next()Pavel Begunkov2019-11-261-7/+2
* io_uring: add likely/unlikely in io_get_sqring()Pavel Begunkov2019-11-261-2/+2
* io_uring: rename __io_submit_sqe()Pavel Begunkov2019-11-261-4/+4
* io_uring: improve trace_io_uring_defer() trace pointJens Axboe2019-11-262-9/+9
* io_uring: drain next sqe instead of shadowingPavel Begunkov2019-11-261-68/+18
* io_uring: close lookup gap for dependent next workJens Axboe2019-11-263-3/+22
* io_uring: allow finding next link independent of req reference countJens Axboe2019-11-261-5/+15
* io_uring: io_allocate_scq_urings() should return a sane stateJens Axboe2019-11-261-2/+8
* io_uring: Always REQ_F_FREE_SQE for allocated sqePavel Begunkov2019-11-261-27/+22
* io_uring: io_fail_links() should only consider first linked timeoutJens Axboe2019-11-261-3/+4
* io_uring: Fix leaking linked timeoutsPavel Begunkov2019-11-261-0/+1
* io_uring: remove redundant checkPavel Begunkov2019-11-261-4/+0
* io_uring: break links for failed deferPavel Begunkov2019-11-261-0/+4
* io-wq: remove extra space charactersDan Carpenter2019-11-261-3/+3
* io-wq: wait for io_wq_create() to setup necessary workersJens Axboe2019-11-261-15/+35
* io_uring: request cancellations should break linksJens Axboe2019-11-261-0/+6
* io_uring: correct poll cancel and linked timeout expiration completionJens Axboe2019-11-261-11/+22
* io_uring: remove dead REQ_F_SEQ_PREV flagJens Axboe2019-11-261-1/+0
* io_uring: fix sequencing issues with linked timeoutsJens Axboe2019-11-261-41/+61
* io_uring: make req->timeout be dynamically allocatedJens Axboe2019-11-261-59/+70
* io_uring: make io_double_put_req() use normal completion pathJens Axboe2019-11-261-2/+14
* io_uring: cleanup return values from the queueing functionsJens Axboe2019-11-261-16/+12
* io_uring: io_async_cancel() should pass in 'nxt' request pointerJens Axboe2019-11-261-1/+1
* Merge tag 'edac_for_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras...Linus Torvalds2019-11-2625-633/+555
|\
| * EDAC/altera: Use the Altera System Manager driverThor Thayer2019-11-221-124/+8
| * EDAC/altera: Cleanup the ECC ManagerThor Thayer2019-11-221-20/+1
| * EDAC/altera: Use fast register IO for S10 IRQsMeng Li2019-11-221-0/+1
| * EDAC/ghes: Do not warn when incrementing refcount on 0Robert Richter2019-11-221-2/+2
| * EDAC/Documentation: Describe CPER module definition and DIMM ranksRobert Richter2019-11-101-12/+19
| * EDAC: Unify the mc_event tracepoint callRobert Richter2019-11-102-28/+15
| * EDAC/ghes: Remove intermediate buffer pvt->detail_locationRobert Richter2019-11-101-5/+4
| * EDAC/ghes: Fix grain calculationRobert Richter2019-11-101-2/+8
| * EDAC/ghes: Use standard kernel macros for page calculationsRobert Richter2019-11-101-2/+2
| * EDAC: Remove misleading comment in struct edac_raw_error_descRobert Richter2019-11-101-5/+0
| * EDAC/mc: Reduce indentation level in edac_mc_handle_error()Robert Richter2019-11-101-28/+29
| * EDAC/mc: Remove needless zero string terminationRobert Richter2019-11-101-1/+0
| * EDAC/mc: Do not BUG_ON() in edac_mc_alloc()Robert Richter2019-11-101-1/+2
| * EDAC: Introduce an mci_for_each_dimm() iteratorRobert Richter2019-11-105-37/+40