summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: book3s64: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-5/+5
* vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-4/+3
* media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-7/+4
* net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* fs/io_uring: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard2020-01-311-1/+1
* mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()John Hubbard2020-01-311-13/+15
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-318-14/+13
* goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-14/+3
* mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard2020-01-314-34/+426
* media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard2020-01-311-1/+4
* IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard2020-01-311-11/+6
* mm/gup: allow FOLL_FORCE for get_user_pages_fast()John Hubbard2020-01-311-1/+2
* vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard2020-01-311-25/+5
* mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERMJohn Hubbard2020-01-311-82/+92
* goldish_pipe: rename local pin_user_pages() routineJohn Hubbard2020-01-311-9/+9
* mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard2020-01-313-20/+40
* mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams2020-01-312-42/+44
* mm/gup: move try_get_compound_head() to top, fix minor issuesJohn Hubbard2020-01-311-14/+15
* mm/gup: factor out duplicate code from four routinesJohn Hubbard2020-01-311-55/+40
* mm/gup.c: use is_vm_hugetlb_page() to check whether to follow hugeWei Yang2020-01-311-2/+2
* mm: fix gup_pud_rangeQiujun Huang2020-01-311-1/+1
* mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny2020-01-312-29/+11
* mm/debug.c: always print flags in dump_page()Vlastimil Babka2020-01-311-3/+5
* mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe2020-01-311-56/+56
* mm/slub.c: avoid slub allocation while holding list_lockYu Zhao2020-01-311-41/+47
* ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan2020-01-311-2/+1
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-01-311-3/+5
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-313-5/+1
* ocfs2/dlm: remove redundant assignment to retColin Ian King2020-01-311-1/+1
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-01-3113-45/+41
* 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-306-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-3032-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