aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_page_table.c
AgeCommit message (Expand)Author
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-16Staging: gasket: Use DIV_ROUND_UPMadhumitha Prabakaran
2018-11-12staging: gasket: formatting fixesRobert Deal
2018-11-05staging: gasket: use sizeof(*p) for memory allocationKimberly Brown
2018-10-19staging: gasket: remove debug logs in page table mapping callsTodd Poynor
2018-10-15staging: gasket: Update device virtual address commentNick Ewalt
2018-10-15staging: gasket: page_table: simplify gasket_components_to_dev_addressNick Ewalt
2018-10-15staging: gasket: page_table: fix comment in components_to_dev_addressNick Ewalt
2018-10-15staging: gasket: page table: fixup error path allocating coherent memNick Ewalt
2018-10-15staging: gasket: page_table: rearrange gasket_page_table_entryNick Ewalt
2018-10-15staging: gasket: page_table: remove unnecessary PTE status set to freeNick Ewalt
2018-10-15staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor
2018-10-15staging: gasket: page table: return valid error code on map failTodd Poynor
2018-09-18staging: gasket: page_table: handle failed dma_map_pageNick Ewalt
2018-09-18staging: gasket: page_table: use total_entries for max ext lvl0 page idxNick Ewalt
2018-09-18staging: gasket: cleanup if dma_map_page fails in gasket_perform_mappingNick Ewalt
2018-09-18staging: gasket: fix gasket_free_coherent_memory metadata freesNick Ewalt
2018-09-18staging: gasket: page_table: don't unmap coherent pagesNick Ewalt
2018-09-18staging: gasket: fix data page unmap DMA directionNick Ewalt
2018-09-18staging: gasket: fix DMA direction for extended page tablesNick Ewalt
2018-09-18staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherentTodd Poynor
2018-08-27staging: gasket: page table: remove extraneous memory barriersTodd Poynor
2018-08-27staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor
2018-08-27staging: gasket: remove null ptr check before kfreeSumit Kumar
2018-08-08staging: gasket: fix code indent for conditional statementSumit Pundir
2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor
2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor
2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor
2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor
2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor
2018-07-27staging: gasket: don't print device addresses as kernel pointersTodd Poynor
2018-07-27staging: gasket: page table: convert to standard loggingTodd Poynor
2018-07-24staging: gasket: use vzalloc instead of vmalloc/memsetIvan Bornyakov
2018-07-24staging: gasket: page table: remove unnecessary logsTodd Poynor
2018-07-24staging: gasket: page table: convert various logs to debug levelTodd Poynor
2018-07-21staging: gasket: remove unnecessary parens in page table codeTodd Poynor
2018-07-21staging: gasket: remove else clause after return in if clauseTodd Poynor
2018-07-21staging: gasket: gasket page table functions use bool return typeTodd Poynor
2018-07-19staging: gasket: whitespace fix in gasket_page_table_initTodd Poynor
2018-07-14staging: gasket: remove gasket_page_table_num_extended_entries()Greg Kroah-Hartman
2018-07-13staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel
2018-07-12staging: gasket: remove redundant license informationGreg Kroah-Hartman
2018-07-12staging: gasket: add SPDX identifiers to all files.Greg Kroah-Hartman
2018-07-11staging: gasket: fix plain integer as NULL pointer warningIvan Bornyakov
2018-07-06drivers/staging/gasket: Use 2-factor allocator callsKees Cook
2018-07-02drivers/staging: Gasket driver framework + Apex driverSimon Que