aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_page_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08staging: gasket: fix code indent for conditional statementSumit Pundir1-1/+1
2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor1-2/+1
2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor1-102/+104
2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor1-638/+573
2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor1-275/+48
2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor1-2/+4
2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov1-1/+1
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor1-52/+6
2018-07-27staging: gasket: don't print device addresses as kernel pointersTodd Poynor1-4/+4
2018-07-27staging: gasket: page table: convert to standard loggingTodd Poynor1-77/+54
2018-07-24staging: gasket: use vzalloc instead of vmalloc/memsetIvan Bornyakov1-4/+2
2018-07-24staging: gasket: page table: remove unnecessary logsTodd Poynor1-18/+5
2018-07-24staging: gasket: page table: convert various logs to debug levelTodd Poynor1-6/+6
2018-07-21staging: gasket: remove unnecessary parens in page table codeTodd Poynor1-1/+1
2018-07-21staging: gasket: remove else clause after return in if clauseTodd Poynor1-3/+1
2018-07-21staging: gasket: gasket page table functions use bool return typeTodd Poynor1-29/+29
2018-07-19staging: gasket: whitespace fix in gasket_page_table_initTodd Poynor1-1/+1
2018-07-14staging: gasket: remove gasket_page_table_num_extended_entries()Greg Kroah-Hartman1-11/+0
2018-07-13staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel1-5/+8
2018-07-12staging: gasket: remove redundant license informationGreg Kroah-Hartman1-10/+2
2018-07-12staging: gasket: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1
2018-07-11staging: gasket: fix plain integer as NULL pointer warningIvan Bornyakov1-3/+3
2018-07-06drivers/staging/gasket: Use 2-factor allocator callsKees Cook1-3/+3
2018-07-02drivers/staging: Gasket driver framework + Apex driverSimon Que1-0/+1771