aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_page_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-16staging: gasket: remove it from the kernelGreg Kroah-Hartman1-1357/+0
2021-03-10staging: gasket: removed unnecessary debug message to fix coding style warningAshish Vara1-2/+0
2020-06-18staging: gasket: Convert get_user_pages*() --> pin_user_pages*()Souptick Joarder1-3/+3
2020-04-25Staging: gasket: fix typo in gasket_page_table.c comments.Kyoungho Koo1-1/+1
2019-05-30staging/gasket: Fix string splitTianzheng Li1-8/+6
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-2/+2
2019-04-16Staging: gasket: Use DIV_ROUND_UPMadhumitha Prabakaran1-3/+2
2018-11-12staging: gasket: formatting fixesRobert Deal1-13/+11
2018-11-05staging: gasket: use sizeof(*p) for memory allocationKimberly Brown1-1/+2
2018-10-19staging: gasket: remove debug logs in page table mapping callsTodd Poynor1-24/+0
2018-10-15staging: gasket: Update device virtual address commentNick Ewalt1-3/+11
2018-10-15staging: gasket: page_table: simplify gasket_components_to_dev_addressNick Ewalt1-19/+2
2018-10-15staging: gasket: page_table: fix comment in components_to_dev_addressNick Ewalt1-3/+3
2018-10-15staging: gasket: page table: fixup error path allocating coherent memNick Ewalt1-1/+5
2018-10-15staging: gasket: page_table: rearrange gasket_page_table_entryNick Ewalt1-6/+6
2018-10-15staging: gasket: page_table: remove unnecessary PTE status set to freeNick Ewalt1-1/+0
2018-10-15staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor1-5/+1
2018-10-15staging: gasket: page table: return valid error code on map failTodd Poynor1-3/+2
2018-09-18staging: gasket: page_table: handle failed dma_map_pageNick Ewalt1-0/+11
2018-09-18staging: gasket: page_table: use total_entries for max ext lvl0 page idxNick Ewalt1-1/+1
2018-09-18staging: gasket: cleanup if dma_map_page fails in gasket_perform_mappingNick Ewalt1-13/+20
2018-09-18staging: gasket: fix gasket_free_coherent_memory metadata freesNick Ewalt1-0/+5
2018-09-18staging: gasket: page_table: don't unmap coherent pagesNick Ewalt1-1/+1
2018-09-18staging: gasket: fix data page unmap DMA directionNick Ewalt1-1/+1
2018-09-18staging: gasket: fix DMA direction for extended page tablesNick Ewalt1-2/+2
2018-09-18staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherentTodd Poynor1-1/+1
2018-08-27staging: gasket: page table: remove extraneous memory barriersTodd Poynor1-10/+5
2018-08-27staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor1-1/+2
2018-08-27staging: gasket: remove null ptr check before kfreeSumit Kumar1-4/+2
2018-08-08staging: gasket: fix code indent for conditional statementSumit Pundir1-1/+1
2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor1-2/+1
2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor1-102/+104
2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor1-638/+573
2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor1-275/+48
2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor1-2/+4
2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov1-1/+1
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor1-52/+6
2018-07-27staging: gasket: don't print device addresses as kernel pointersTodd Poynor1-4/+4
2018-07-27staging: gasket: page table: convert to standard loggingTodd Poynor1-77/+54
2018-07-24staging: gasket: use vzalloc instead of vmalloc/memsetIvan Bornyakov1-4/+2
2018-07-24staging: gasket: page table: remove unnecessary logsTodd Poynor1-18/+5
2018-07-24staging: gasket: page table: convert various logs to debug levelTodd Poynor1-6/+6
2018-07-21staging: gasket: remove unnecessary parens in page table codeTodd Poynor1-1/+1
2018-07-21staging: gasket: remove else clause after return in if clauseTodd Poynor1-3/+1
2018-07-21staging: gasket: gasket page table functions use bool return typeTodd Poynor1-29/+29
2018-07-19staging: gasket: whitespace fix in gasket_page_table_initTodd Poynor1-1/+1
2018-07-14staging: gasket: remove gasket_page_table_num_extended_entries()Greg Kroah-Hartman1-11/+0
2018-07-13staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel1-5/+8
2018-07-12staging: gasket: remove redundant license informationGreg Kroah-Hartman1-10/+2
2018-07-12staging: gasket: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1