summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io-wq: simplify worker exitingPavel Begunkov2021-06-141-4/+1
* io-wq: don't repeat IO_WQ_BIT_EXIT check by workerPavel Begunkov2021-06-141-2/+1
* io_uring: rename function *task_filePavel Begunkov2021-06-141-9/+9
* io_uring: refactor io_iopoll_req_issuedPavel Begunkov2021-06-141-23/+21
* io-wq: remove unused io-wq refcountingPavel Begunkov2021-06-141-5/+1
* io-wq: embed wqe ptr array into struct io_wqPavel Begunkov2021-06-141-11/+4
* io_uring: fix blocking inline submissionPavel Begunkov2021-06-141-1/+1
* io_uring: enable shmem/memfd memory registrationPavel Begunkov2021-06-141-0/+2
* io_uring: don't bounce submit_state cachelinesPavel Begunkov2021-06-141-11/+9
* io_uring: rename io_get_cqringPavel Begunkov2021-06-141-4/+4
* io_uring: kill cached_cq_overflowPavel Begunkov2021-06-141-6/+12
* io_uring: deduce cq_mask from cq_entriesPavel Begunkov2021-06-141-8/+4
* io_uring: remove dependency on ring->sq/cq_entriesPavel Begunkov2021-06-141-4/+3
* io_uring: better locality for rsrc fieldsPavel Begunkov2021-06-141-16/+17
* io_uring: shuffle rarely used ctx fieldsPavel Begunkov2021-06-141-19/+17
* io_uring: make fail flag not link specificPavel Begunkov2021-06-141-44/+43
* io_uring: get rid of files in exit cancelPavel Begunkov2021-06-141-32/+31
* io_uring: simplify waking sqo_sq_waitPavel Begunkov2021-06-141-3/+3
* io_uring: remove unused park_task_workPavel Begunkov2021-06-141-7/+0
* io_uring: improve sq_thread waiting checkPavel Begunkov2021-06-141-3/+2
* io_uring: improve sqpoll event/state handlingPavel Begunkov2021-06-141-17/+28
* Linux 5.13-rc6v5.13-rc6Linus Torvalds2021-06-131-1/+1
* Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub...Linus Torvalds2021-06-132-5/+3
|\
| * tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2021-06-111-5/+2
| * perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-111-0/+1
* | Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-06-135-13/+33
|\ \
| * | NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-031-2/+7
| * | NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-032-1/+12
| * | NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever2021-06-031-4/+0
| * | NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-031-1/+1
| * | NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-031-1/+1
| * | NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew2021-06-031-4/+4
| * | NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo2021-06-011-0/+8
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-06-131-21/+26
|\ \ \
| * | | scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei2021-06-081-1/+1
| * | | scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei2021-06-081-2/+6
| * | | scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei2021-06-081-8/+6
| * | | scsi: core: Fix error handling of scsi_host_alloc()Ming Lei2021-06-081-10/+13
* | | | Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-126-16/+36
|\ \ \ \
| * | | | riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2021-06-122-0/+2
| * | | | riscv: alternative: fix typo in macro nameVitaly Wool2021-06-111-2/+2
| * | | | riscv: code patching only works on !XIP_KERNELJisheng Zhang2021-06-111-9/+9
| * | | | riscv: xip: support runtime trap patchingVitaly Wool2021-06-112-5/+23
* | | | | mm: relocate 'write_protect_seq' in struct mm_structFeng Tang2021-06-121-7/+20
* | | | | Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-06-1240-144/+357
|\ \ \ \ \
| * \ \ \ \ Merge tag 'usb-serial-5.13-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-06-111-6/+78
| |\ \ \ \ \
| | * | | | | USB: serial: cp210x: fix CP2102N-A01 modem controlJohan Hovold2021-06-101-5/+59
| | * | | | | USB: serial: cp210x: fix alternate function for CP2102N QFN20Stefan Agner2021-06-101-1/+19
| * | | | | | Revert "usb: gadget: fsl: Re-enable driver for ARM SoCs"Greg Kroah-Hartman2021-06-111-1/+1
| * | | | | | usb: typec: mux: Fix copy-paste mistake in typec_mux_matchBjorn Andersson2021-06-101-1/+1