summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
Commit message (Expand)AuthorAgeFilesLines
* staging: gasket: apex: fix copy-paste typoIvan Bornyakov2019-07-251-1/+1
* staging/gasket: Fix string splitTianzheng Li2019-05-303-14/+9Star
* 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/+2Star
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: gasket: apex: Prefer using the BIT macroSanjana Sanikommu2019-03-291-2/+2
* staging: gasket: Remove return variableNishka Dasgupta2019-03-201-3/+1Star
* Staging: gasket: gasket_sysfs.c: Fix string split issue.Sanjana Sanikommu2019-03-181-6/+3Star
* staging: gasket: gasket_interuppt.c: Fix string split issue.Sanjana Sanikommu2019-03-181-4/+2Star
* staging: gasket: Replace macro __ATTR with __ATTR_NULLWentao Cai2019-03-181-2/+2
* staging: gasket: interrupt: remove unused including <linux/version.h>Yue Haibing2019-01-221-1/+0Star
* staging: gasket: formatting fixesRobert Deal2018-11-121-13/+11Star
* staging: gasket: use sizeof(*p) for memory allocationKimberly Brown2018-11-052-10/+10
* staging: gasket: Fix sparse "incorrect type in assignment" warnings.Laurence Rochfort2018-10-191-1/+1
* staging: gasket: remove debug logs for callback invocationTodd Poynor2018-10-191-6/+1Star
* staging: gasket: remove debug logs in page table mapping callsTodd Poynor2018-10-191-24/+0Star
* staging: gasket: Remove extra blank lineMaya Nakamura2018-10-191-1/+0Star
* staging: gasket: Update device virtual address commentNick Ewalt2018-10-151-3/+11
* staging: gasket: sysfs: fix attribute release commentNick Ewalt2018-10-151-2/+2
* staging: gasket: apex: fix sysfs_showNick Ewalt2018-10-151-1/+1
* staging: gasket: page_table: simplify gasket_components_to_dev_addressNick Ewalt2018-10-151-19/+2Star
* 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/+0Star
* staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor2018-10-151-5/+1Star
* staging: gasket: page table: return valid error code on map failTodd Poynor2018-10-151-3/+2Star
* 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: interrupt: remove PCI-MSIX-specific status checkTodd Poynor2018-09-181-5/+0Star
* staging: gasket: Kconfig: describe Apex as an Edge TPU deviceTodd Poynor2018-09-181-2/+3
* Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman2018-09-161-0/+13
|\
| * staging: gasket: TODO: re-implement using UIOAhmed S. Darwish2018-09-101-0/+13
* | staging: gasket: interrupt: remove unimplemented interrupt typesTodd Poynor2018-08-272-44/+1Star
* | staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor2018-08-273-44/+15Star
* | staging: gasket: interrupt: refactor PCI MSIX-specific handler codeTodd Poynor2018-08-271-23/+25
* | staging: gasket: core: rename lookup_internal_desc to be PCI-specificTodd Poynor2018-08-271-4/+4
* | staging: gasket: core: factor out generic device remove code from PCITodd Poynor2018-08-271-10/+10
* | staging: gasket: core: factor out generic device add code from PCI codeTodd Poynor2018-08-271-28/+48
* | staging: gasket: page table: remove extraneous memory barriersTodd Poynor2018-08-271-10/+5Star
* | staging: gasket: core: switch to relaxed memory-mapped I/OTodd Poynor2018-08-271-4/+4
* | staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor2018-08-271-1/+2
* | staging: gasket: remove gasket_exit()Todd Poynor2018-08-271-4/+0Star