aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: accounting: convert to ReSTMauro Carvalho Chehab2019-07-158-93/+140
* docs: DMA-API-HOWTO.txt: fix an unmarked code blockMauro Carvalho Chehab2019-07-151-1/+1
* docs: rbtree.txt: fix Sphinx build warningsMauro Carvalho Chehab2019-07-151-3/+3
* docs: phy: convert samsung-usb2.txt to ReST formatMauro Carvalho Chehab2019-07-152-30/+34
* docs: nvmem: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-53/+59
* docs: bus-devices: ti-gpmc.rst: convert it to ReSTMauro Carvalho Chehab2019-07-151-53/+110
* docs: xen-tpmfront.txt: convert it to .rstMauro Carvalho Chehab2019-07-151-47/+60
* docs: memory-devices: convert ti-emif.txt to ReSTMauro Carvalho Chehab2019-07-151-10/+17
* docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-15115-1426/+1991
* docs: early-userspace: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-156-10/+38
* docs: pti_intel_mid.txt: convert it to pti_intel_mid.rstMauro Carvalho Chehab2019-07-152-99/+106
* 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-1436-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