summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_page_table.c
Commit message (Expand)AuthorAgeFilesLines
* staging/gasket: Fix string splitTianzheng Li2019-05-301-8/+6
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-2/+2
* Staging: gasket: Use DIV_ROUND_UPMadhumitha Prabakaran2019-04-161-3/+2
* staging: gasket: formatting fixesRobert Deal2018-11-121-13/+11
* staging: gasket: use sizeof(*p) for memory allocationKimberly Brown2018-11-051-1/+2
* staging: gasket: remove debug logs in page table mapping callsTodd Poynor2018-10-191-24/+0
* staging: gasket: Update device virtual address commentNick Ewalt2018-10-151-3/+11
* staging: gasket: page_table: simplify gasket_components_to_dev_addressNick Ewalt2018-10-151-19/+2
* staging: gasket: page_table: fix comment in components_to_dev_addressNick Ewalt2018-10-151-3/+3
* staging: gasket: page table: fixup error path allocating coherent memNick Ewalt2018-10-151-1/+5
* staging: gasket: page_table: rearrange gasket_page_table_entryNick Ewalt2018-10-151-6/+6
* staging: gasket: page_table: remove unnecessary PTE status set to freeNick Ewalt2018-10-151-1/+0
* staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor2018-10-151-5/+1
* staging: gasket: page table: return valid error code on map failTodd Poynor2018-10-151-3/+2
* staging: gasket: page_table: handle failed dma_map_pageNick Ewalt2018-09-181-0/+11
* staging: gasket: page_table: use total_entries for max ext lvl0 page idxNick Ewalt2018-09-181-1/+1
* staging: gasket: cleanup if dma_map_page fails in gasket_perform_mappingNick Ewalt2018-09-181-13/+20
* staging: gasket: fix gasket_free_coherent_memory metadata freesNick Ewalt2018-09-181-0/+5
* staging: gasket: page_table: don't unmap coherent pagesNick Ewalt2018-09-181-1/+1
* staging: gasket: fix data page unmap DMA directionNick Ewalt2018-09-181-1/+1
* staging: gasket: fix DMA direction for extended page tablesNick Ewalt2018-09-181-2/+2
* staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherentTodd Poynor2018-09-181-1/+1
* staging: gasket: page table: remove extraneous memory barriersTodd Poynor2018-08-271-10/+5
* staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor2018-08-271-1/+2
* staging: gasket: remove null ptr check before kfreeSumit Kumar2018-08-271-4/+2
* staging: gasket: fix code indent for conditional statementSumit Pundir2018-08-081-1/+1
* Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor2018-08-011-2/+1
* staging: gasket: page table: fix function param line continuation styleTodd Poynor2018-08-011-102/+104
* staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor2018-08-011-638/+573
* staging: gasket: page table: simplify comments for static functionsTodd Poynor2018-07-301-275/+48
* staging: gasket: page table: hold references to device and pci_devTodd Poynor2018-07-301-2/+4
* staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov2018-07-291-1/+1
* staging: gasket: page table: remove code for "no dma_ops"Todd Poynor2018-07-281-52/+6
* staging: gasket: don't print device addresses as kernel pointersTodd Poynor2018-07-271-4/+4
* staging: gasket: page table: convert to standard loggingTodd Poynor2018-07-271-77/+54
* staging: gasket: use vzalloc instead of vmalloc/memsetIvan Bornyakov2018-07-241-4/+2
* staging: gasket: page table: remove unnecessary logsTodd Poynor2018-07-241-18/+5
* staging: gasket: page table: convert various logs to debug levelTodd Poynor2018-07-241-6/+6
* staging: gasket: remove unnecessary parens in page table codeTodd Poynor2018-07-211-1/+1
* staging: gasket: remove else clause after return in if clauseTodd Poynor2018-07-211-3/+1
* staging: gasket: gasket page table functions use bool return typeTodd Poynor2018-07-211-29/+29
* staging: gasket: whitespace fix in gasket_page_table_initTodd Poynor2018-07-191-1/+1
* staging: gasket: remove gasket_page_table_num_extended_entries()Greg Kroah-Hartman2018-07-141-11/+0
* staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel2018-07-131-5/+8
* staging: gasket: remove redundant license informationGreg Kroah-Hartman2018-07-121-10/+2
* staging: gasket: add SPDX identifiers to all files.Greg Kroah-Hartman2018-07-121-0/+1
* staging: gasket: fix plain integer as NULL pointer warningIvan Bornyakov2018-07-111-3/+3
* drivers/staging/gasket: Use 2-factor allocator callsKees Cook2018-07-061-3/+3
* drivers/staging: Gasket driver framework + Apex driverSimon Que2018-07-021-0/+1771