summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: console.txt: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-153-31/+38
* docs: cma/debugfs.txt: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+7
* docs: m68k: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-153-147/+191
* docs: lp855x-driver.txt: convert to ReST and move to kernel-apiMauro Carvalho Chehab2019-07-153-67/+84
* docs: lcd-panel-cgram.txt: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-152-3/+8
* docs: connector: convert to ReST and rename to connector.rstMauro Carvalho Chehab2019-07-154-88/+109
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-1520-387/+511
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-1536-1327/+620
|\
| * Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2019-07-0233-1013/+370
| |\
| | * mm: don't select MIGRATE_VMA_HELPER from HMM_MIRRORChristoph Hellwig2019-07-022-1/+1
| | * mm: remove the HMM config optionChristoph Hellwig2019-07-026-33/+8
| | * mm: sort out the DEVICE_PRIVATE Kconfig messChristoph Hellwig2019-07-022-4/+3
| | * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-024-48/+12
| | * mm: remove hmm_devmem_addChristoph Hellwig2019-07-023-265/+0
| | * mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig2019-07-022-17/+0
| | * nouveau: use devm_memremap_pages directlyChristoph Hellwig2019-07-021-44/+38
| | * nouveau: use alloc_page_vma directlyChristoph Hellwig2019-07-021-1/+2
| | * PCI/P2PDMA: use the dev_pagemap internal refcountChristoph Hellwig2019-07-021-53/+4
| | * device-dax: use the dev_pagemap internal refcountChristoph Hellwig2019-07-022-47/+0
| | * memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig2019-07-023-25/+101
| | * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-029-43/+29
| | * memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-024-8/+8
| | * memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-026-67/+17
| | * memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig2019-07-024-53/+41
| | * memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-027-32/+33
| | * memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-028-46/+65
| | * memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig2019-07-023-0/+31
| | * mm: factor out a devm_request_free_mem_region helperChristoph Hellwig2019-07-023-29/+45
| | * mm: export alloc_pages_vmaChristoph Hellwig2019-07-021-0/+1
| | * mm: don't clear ->mapping in hmm_devmem_freeChristoph Hellwig2019-07-021-2/+0
| | * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-0214-186/+22
| | * mm: remove the struct hmm_device infrastructureChristoph Hellwig2019-07-022-100/+0
| | * mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig optionChristoph Hellwig2019-07-021-10/+0
| * | Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-029579-62626/+19751
| |\|
| * | mm/swap: fix release_pages() when releasing devmap pagesIra Weiny2019-07-021-4/+9
| * | mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe2019-06-272-30/+41
| * | mm/hmm: Remove confusing comment and logic from hmm_releaseJason Gunthorpe2019-06-241-19/+9
| * | mm/hmm: Poison hmm_range during unregisterJason Gunthorpe2019-06-241-6/+8
| * | mm/hmm: Remove racy protection against double-unregistrationJason Gunthorpe2019-06-241-7/+1
| * | mm/hmm: Use lockdep instead of commentsJason Gunthorpe2019-06-181-2/+2
| * | mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe2019-06-182-47/+11
| * | mm/hmm: Do not use list*_rcu() for hmm->rangesJason Gunthorpe2019-06-181-2/+2
| * | mm/hmm: Remove duplicate condition test before wait_event_timeoutJason Gunthorpe2019-06-181-11/+2
| * | mm/hmm: Simplify hmm_get_or_create and make it reliableJason Gunthorpe2019-06-181-47/+30
| * | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-103-22/+4
| * | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-103-13/+9
| * | mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe2019-06-072-6/+18
| * | mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blockingKuehling, Felix2019-06-061-1/+1
| * | mm/hmm: support automatic NUMA balancingPhilip Yang2019-06-061-1/+1
| * | mm/hmm: clean up some coding style and commentsRalph Campbell2019-06-062-65/+68