aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-29staging: gasket: apex: Prefer using the BIT macroSanjana Sanikommu1-2/+2
2019-03-20staging: gasket: Remove return variableNishka Dasgupta1-3/+1
2019-03-18Staging: gasket: gasket_sysfs.c: Fix string split issue.Sanjana Sanikommu1-6/+3
2019-03-18staging: gasket: gasket_interuppt.c: Fix string split issue.Sanjana Sanikommu1-4/+2
2019-03-18staging: gasket: Replace macro __ATTR with __ATTR_NULLWentao Cai1-2/+2
2019-01-22staging: gasket: interrupt: remove unused including <linux/version.h>Yue Haibing1-1/+0
2018-11-12staging: gasket: formatting fixesRobert Deal1-13/+11
2018-11-05staging: gasket: use sizeof(*p) for memory allocationKimberly Brown2-10/+10
2018-10-19staging: gasket: Fix sparse "incorrect type in assignment" warnings.Laurence Rochfort1-1/+1
2018-10-19staging: gasket: remove debug logs for callback invocationTodd Poynor1-6/+1
2018-10-19staging: gasket: remove debug logs in page table mapping callsTodd Poynor1-24/+0
2018-10-19staging: gasket: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-15staging: gasket: Update device virtual address commentNick Ewalt1-3/+11
2018-10-15staging: gasket: sysfs: fix attribute release commentNick Ewalt1-2/+2
2018-10-15staging: gasket: apex: fix sysfs_showNick Ewalt1-1/+1
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-09-18staging: gasket: interrupt: remove PCI-MSIX-specific status checkTodd Poynor1-5/+0
2018-09-18staging: gasket: Kconfig: describe Apex as an Edge TPU deviceTodd Poynor1-2/+3
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-0/+13
2018-09-10staging: gasket: TODO: re-implement using UIOAhmed S. Darwish1-0/+13
2018-08-27staging: gasket: interrupt: remove unimplemented interrupt typesTodd Poynor2-44/+1
2018-08-27staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor3-44/+15
2018-08-27staging: gasket: interrupt: refactor PCI MSIX-specific handler codeTodd Poynor1-23/+25
2018-08-27staging: gasket: core: rename lookup_internal_desc to be PCI-specificTodd Poynor1-4/+4
2018-08-27staging: gasket: core: factor out generic device remove code from PCITodd Poynor1-10/+10
2018-08-27staging: gasket: core: factor out generic device add code from PCI codeTodd Poynor1-28/+48
2018-08-27staging: gasket: page table: remove extraneous memory barriersTodd Poynor1-10/+5
2018-08-27staging: gasket: core: switch to relaxed memory-mapped I/OTodd Poynor1-4/+4
2018-08-27staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor1-1/+2
2018-08-27staging: gasket: remove gasket_exit()Todd Poynor1-4/+0
2018-08-27staging: gasket: core: remove ftrace-style debug logsTodd Poynor1-2/+0
2018-08-27staging: gasket: core: remove kobj_name param from gasket_alloc_devTodd Poynor1-9/+8