summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix xa_alloc_cycle() error return value checkJens Axboe2021-08-201-4/+5
* io_uring: pin ctx on fallback executionPavel Begunkov2021-08-181-0/+2
* io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe2021-08-141-2/+3
* tools/io_uring/io_uring-cp: sync with liburing exampleJens Axboe2021-08-131-4/+27
* io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov2021-08-101-7/+8
* io_uring: drop ctx->uring_lock before flushing work itemJens Axboe2021-08-101-2/+4
* io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu2021-08-101-7/+11
* io-wq: fix bug of creating io-wokers unconditionallyHao Xu2021-08-101-2/+10
* io_uring: rsrc ref lock needs to be IRQ safeJens Axboe2021-08-101-14/+5
* io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit2021-08-091-4/+9
* io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit2021-08-091-2/+3
* io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu2021-08-061-1/+9
* io-wq: fix no lock protection of acct->nr_workerHao Xu2021-08-061-6/+17
* io-wq: fix race between worker exiting and activating free workerJens Axboe2021-08-041-19/+19
* io_uring: fix poll requests leaking second poll entriesHao Xu2021-07-281-3/+2
* io_uring: don't block level reissue off completion pathJens Axboe2021-07-281-0/+6
* io_uring: always reissue from task_work contextJens Axboe2021-07-271-2/+8
* io_uring: fix race in unified task_work runningJens Axboe2021-07-261-1/+5
* io_uring: fix io_prep_async_link lockingPavel Begunkov2021-07-261-2/+11
* io_uring: explicitly catch any illegal async queue attemptJens Axboe2021-07-242-1/+17
* io_uring: never attempt iopoll reissue from release pathJens Axboe2021-07-241-7/+7
* io_uring: fix early fdput() of fileJens Axboe2021-07-231-2/+4
* io_uring: fix memleak in io_init_wq_offload()Yang Yingliang2021-07-201-1/+5
* io_uring: remove double poll entry on arm failurePavel Begunkov2021-07-201-0/+2
* io_uring: explicitly count entries for poll reqsPavel Begunkov2021-07-201-6/+10
* io_uring: fix io_drain_req()Pavel Begunkov2021-07-121-2/+4
* io_uring: use right task for exiting checksPavel Begunkov2021-07-121-1/+1
* Linux 5.14-rc1v5.14-rc1Linus Torvalds2021-07-121-2/+2
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-121-3/+3
* mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-121-6/+5
* mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-121-5/+8
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-122-7/+2
* Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-116-12/+31
|\
| * Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-096-12/+31
| |\
| | * irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-095-11/+31
| | * genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* | | Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-112-10/+18
|\ \ \
| * | | sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-021-7/+14
| * | | sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-021-2/+2
| * | | sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot2021-07-021-1/+2
* | | | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\ \ \ \
| * | | | perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-115-23/+33
|\ \ \ \ \
| * | | | | locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland2021-07-071-1/+1
| * | | | | kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra2021-07-051-0/+2
| * | | | | static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
| * | | | | jump_label: Fix jump_label_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
| * | | | | locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song2021-07-051-12/+14
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-1136-162/+287
|\ \ \ \ \ \