summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
Commit message (Expand)AuthorAgeFilesLines
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-033-11/+8
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-143-11/+8
* | staging: gasket: Fix lines ending with a '('Cristiane Naves2019-10-271-2/+2
* | staging: gasket: Fix lines ending with a '('CristianeNaves2019-10-241-6/+6
|/
* Staging: gasket: Use temporaries to reduce line length.Sandro Volery2019-09-121-11/+9
* staging: gasket: Remove unnecessary line-breaks in function signaturesSumera Priyadarsini2019-08-181-8/+4
* staging: gasket: apex: Make structure apex_desc constantNishka Dasgupta2019-08-151-1/+1
* staging: gasket: apex: fix copy-paste typoIvan Bornyakov2019-07-251-1/+1
* staging/gasket: Fix string splitTianzheng Li2019-05-303-14/+9
* 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: 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/+1
* Staging: gasket: gasket_sysfs.c: Fix string split issue.Sanjana Sanikommu2019-03-181-6/+3
* staging: gasket: gasket_interuppt.c: Fix string split issue.Sanjana Sanikommu2019-03-181-4/+2
* 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/+0
* staging: gasket: formatting fixesRobert Deal2018-11-121-13/+11
* 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/+1
* staging: gasket: remove debug logs in page table mapping callsTodd Poynor2018-10-191-24/+0
* staging: gasket: Remove extra blank lineMaya Nakamura2018-10-191-1/+0
* 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/+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: interrupt: remove PCI-MSIX-specific status checkTodd Poynor2018-09-181-5/+0
* 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/+1
* | staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor2018-08-273-44/+15