summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: remove unneeded semicolonszhengbin2020-01-312-2/+2
* fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki2020-01-311-2/+0
* scripts/spelling.txt: add "issus" typoLuca Ceresoli2020-01-311-0/+1
* scripts/spelling.txt: add more spellings to spelling.txtXiong2020-01-311-0/+13
* mm: move_pages: report the number of non-attempted pagesYang Shi2020-01-311-2/+23
* mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang2020-01-311-18/+0
* mm/memory_hotplug: fix remove_memory() lockdep splatDan Williams2020-01-311-3/+6
* mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang2020-01-311-1/+1
* mm/sparse.c: reset section's mem_map when fully deactivatedPingfan Liu2020-01-311-1/+1
* mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter2020-01-311-3/+3
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-01-314-21/+29
* lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko2020-01-311-4/+5
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-01-296-326/+375
|\
| * mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe2020-01-143-90/+104
| * mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe2020-01-142-96/+117
| * mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-145-170/+184
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-2932-7/+427
|\ \
| * | prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-283-0/+30
| * | sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-262-2/+2
| * | test: Add test for pidfd getfdSargun Dhillon2020-01-134-1/+260
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-1320-2/+23
| * | pid: Implement pidfd_getfd syscallSargun Dhillon2020-01-131-0/+90
| * | vfs, fdtable: Add fget_task helperSargun Dhillon2020-01-132-2/+22
| |/
* | Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-2915-477/+2112
|\ \
| * | io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-292-0/+72
| * | eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe2020-01-292-13/+42
| * | eventpoll: abstract out epoll_ctl() handlerJens Axboe2020-01-291-20/+25
| * | io_uring: fix linked command file table usageJens Axboe2020-01-293-14/+21
| * | io_uring: support using a registered personality for commandsJens Axboe2020-01-282-2/+25
| * | io_uring: allow registering credentialsJens Axboe2020-01-282-7/+70
| * | io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-282-15/+53
| * | io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-282-0/+9
| * | io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-284-30/+82
| * | io-wq: make the io_wq ref countedJens Axboe2020-01-271-1/+10
| * | io_uring: fix refcounting with batched allocations at OOMPavel Begunkov2020-01-271-2/+5
| * | io_uring: add comment for drain_nextPavel Begunkov2020-01-271-0/+7
| * | io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe2020-01-271-2/+1
| * | io_uring: honor IOSQE_ASYNC for linked reqsPavel Begunkov2020-01-221-0/+4
| * | io_uring: prep req when do IOSQE_ASYNCPavel Begunkov2020-01-221-0/+4
| * | io_uring: use labeled array init in io_op_defsPavel Begunkov2020-01-201-62/+29
| * | io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-202-34/+81
| * | io_uring: remove REQ_F_IO_DRAINEDPavel Begunkov2020-01-201-5/+2
| * | io_uring: file switch work needs to get flushed on exitJens Axboe2020-01-201-1/+4
| * | io_uring: hide uring_fd in ctxPavel Begunkov2020-01-201-15/+12
| * | io_uring: remove extra check in __io_commit_cqringPavel Begunkov2020-01-201-7/+5
| * | io_uring: optimise use of ctx->drain_nextPavel Begunkov2020-01-201-20/+21
| * | io_uring: add support for probing opcodesJens Axboe2020-01-202-2/+69
| * | io_uring: account fixed file references correctly in batchJens Axboe2020-01-201-5/+9
| * | io_uring: add opcode to issue trace eventJens Axboe2020-01-202-5/+11
| * | io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-202-6/+64