summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/hmm/hmm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-11-25media: atomisp: Drop userptr support from hmmHans de Goede1-52/+1
2022-11-25media: atomisp: Log an error on failing to alloc private-memHans de Goede1-0/+1
2022-11-25media: atomisp: Add hmm_create_from_vmalloc_buf() functionHans de Goede1-6/+26
2022-09-24media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()Hans de Goede1-40/+6
2022-09-24media: atomisp: hmm_bo: Rewrite free_private_pages() using pages_array helper...Hans de Goede1-22/+4
2022-09-24media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helpe...Hans de Goede1-28/+20
2022-09-24media: atomisp: hmm_bo: Further simplify alloc_private_pages()Hans de Goede1-23/+6
2022-09-24media: atomisp: hmm_bo: Simplify alloc_private_pages()Hans de Goede1-73/+10
2022-07-08media: atomisp: remove hmm_page_objectHans de Goede1-61/+18
2022-07-08media: atomisp: drop HMM_BO_SHARE typeHans de Goede1-4/+1
2022-07-08media: atomisp: drop highmem var/arg from the hmm codeHans de Goede1-10/+3
2022-07-08media: atomisp: drop unused ATOMISP_MAP_FLAG_* flagsHans de Goede1-17/+14
2022-07-08media: atomisp: removed unused hmm_bo_get_page_info() functionHans de Goede1-26/+0
2022-07-08media: atomisp: drop hmm_page_typeHans de Goede1-27/+15
2022-07-08media: atomisp: remove hmm_mem_statsHans de Goede1-6/+0
2022-07-08media: atomisp: remove hmm pool codeHans de Goede1-73/+6
2021-03-22media: atomisp: Fixed error handling pathSouptick Joarder1-5/+8
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-121/+31
2020-06-11media: atomisp: re-enable warnings againMauro Carvalho Chehab1-0/+2
2020-06-11media: atomisp: add SPDX headersMauro Carvalho Chehab1-0/+1
2020-06-11media: atomisp: use pin_user_pages() for memory allocationMauro Carvalho Chehab1-121/+20
2020-06-11media: atomisp: add debug message to help debugging hmm codeMauro Carvalho Chehab1-0/+5
2020-06-11media: atomisp: hmm_bo: untag user pointersMauro Carvalho Chehab1-0/+3
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-2/+2
2020-05-20media: atomisp: get rid of __bo_alloc() macroMauro Carvalho Chehab1-13/+2
2020-05-20media: atomisp: cleanup directory hierarchyMauro Carvalho Chehab1-0/+1522