summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include/linux/units.h: add helpers for kelvin to/from Celsius conversionAkinobu Mita2020-01-311-0/+84
* mm: fix comments related to node reclaimHao Lee2020-01-312-2/+2
* include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman Khandual2020-01-311-2/+0
* include/linux/mm.h: remove dead code totalram_pages_set()Wei Yang2020-01-311-5/+0
* include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao2020-01-311-4/+0
* mm/hotplug: silence a lockdep splat with printk()Qian Cai2020-01-311-2/+2
* mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand2020-01-311-1/+2
* mm/memblock: define memblock_physmem_add()Anshuman Khandual2020-01-311-4/+3
* mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand2020-01-311-2/+2
* mm: remove the memory isolate notifierDavid Hildenbrand2020-01-311-27/+0
* mm, tracing: print symbol name for kmem_alloc_node call_site eventsJunyong Sun2020-01-311-2/+2
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-13/+13
* mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard2020-01-311-13/+50
* mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard2020-01-311-5/+13
* mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny2020-01-311-1/+5
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-0/+1
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-01-312-20/+27
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-01-292-41/+47
|\
| * mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe2020-01-141-17/+21
| * mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe2020-01-141-14/+16
| * mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-142-10/+10
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-296-2/+12
|\ \
| * | prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-282-0/+5
| * | sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-261-1/+1
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-132-1/+4
| * | vfs, fdtable: Add fget_task helperSargun Dhillon2020-01-131-0/+2
| |/
* | Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-295-15/+107
|\ \
| * | io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-291-0/+1
| * | eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe2020-01-291-0/+9
| * | io_uring: support using a registered personality for commandsJens Axboe2020-01-281-1/+6
| * | io_uring: allow registering credentialsJens Axboe2020-01-281-0/+2
| * | io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-281-1/+3
| * | io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-281-0/+1
| * | io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-201-5/+18
| * | io_uring: add support for probing opcodesJens Axboe2020-01-201-0/+18
| * | io_uring: add opcode to issue trace eventJens Axboe2020-01-201-4/+9
| * | io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-201-0/+1
| * | io_uring: enable option to only trigger eventfd for async completionsJens Axboe2020-01-201-0/+1
| * | io_uring: add support for send(2) and recv(2)Jens Axboe2020-01-201-0/+2
| * | io_uring: add support for IORING_SETUP_CLAMPJens Axboe2020-01-201-0/+1
| * | pcpu_ref: add percpu_ref_tryget_many()Pavel Begunkov2020-01-201-5/+21
| * | io_uring: add IORING_OP_MADVISEJens Axboe2020-01-201-0/+1
| * | mm: make do_madvise() available internallyJens Axboe2020-01-201-0/+1
| * | io_uring: add IORING_OP_FADVISEJens Axboe2020-01-201-0/+2
| * | io_uring: allow use of offset == -1 to mean file positionJens Axboe2020-01-201-0/+1
| * | io_uring: add non-vectored read/write commandsJens Axboe2020-01-201-0/+2
| * | io_uring: add IOSQE_ASYNCJens Axboe2020-01-201-0/+1
| * | io_uring: add support for IORING_OP_STATXJens Axboe2020-01-201-0/+2
| * | io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe2020-01-201-0/+1
| * | io_uring: add support for IORING_OP_CLOSEJens Axboe2020-01-201-0/+1