aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05Revert "staging: gasket: core: hold reference to pci_dev while used"Todd Poynor1-2/+1
2018-08-05staging: gasket: core: add subsystem and device info to logsTodd Poynor1-4/+9
2018-08-05staging: gasket: core: device register debug log cleanupsTodd Poynor1-5/+2
2018-08-05staging: gasket: core: remove registration logsTodd Poynor1-4/+0
2018-08-02staging: gasket: apex: enable power save mode by defaultTodd Poynor1-1/+1
2018-08-02staging: gasket: apex: drop reset type paramTodd Poynor1-12/+8
2018-08-02staging: gasket: remove "reset type" param from frameworkTodd Poynor5-21/+12
2018-08-02staging: gasket: sysfs: fix potential null dereferenceIvan Bornyakov1-0/+5
2018-08-01staging: gasket: page table: fix header file include guard symbolTodd Poynor1-3/+3
2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor1-2/+1
2018-08-01staging: gasket: core: use bool type for ns_capable resultTodd Poynor1-2/+2
2018-08-01staging: gasket: apex: move driver-private defines out of apex.hTodd Poynor2-60/+31
2018-08-01staging: gasket: TODO: remove entry for multi-line alignment styleTodd Poynor1-3/+0
2018-08-01staging: gasket: interrupt: fix function param line continuation styleTodd Poynor2-49/+43
2018-08-01staging: gasket: sysfs: fix function param line continuation styleTodd Poynor2-29/+29
2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor2-119/+120
2018-08-01staging: gasket: ioctl: fix function param line continuation styleTodd Poynor1-30/+30
2018-08-01staging: gasket: core: fix function param line continuation styleTodd Poynor2-183/+179
2018-08-01staging: gasket: TODO: remove entry for static function declarationsTodd Poynor1-1/+0
2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor1-638/+573
2018-08-01staging: gasket: interrupt: remove static function forward declarationsTodd Poynor1-257/+242
2018-08-01staging: gasket: ioctl: remove static function forward declarationsTodd Poynor1-188/+168
2018-08-01staging: gasket: core: remove static function forward declarationsTodd Poynor1-929/+873
2018-07-30staging: gasket: apex: fix function param line continuation styleTodd Poynor1-61/+58
2018-07-30staging: gasket: apex: remove static function forward declarationsTodd Poynor1-226/+190
2018-07-30staging: gasket: TODO: remove entry for static function kernel docsTodd Poynor1-1/+0
2018-07-30staging: gasket: sysfs: simplify comments for static functionsTodd Poynor1-24/+4
2018-07-30staging: gasket: interrupt: simplify comments for static functionsTodd Poynor1-17/+1
2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor1-275/+48
2018-07-30staging: gasket: ioctl: simplify comments for static functionsTodd Poynor1-42/+9
2018-07-30staging: gasket: core: simplify comments for static functionsTodd Poynor1-120/+31
2018-07-30staging: gasket: apex: simplify comments for static functionsTodd Poynor1-54/+10
2018-07-30staging: gasket: core: allow root access based on user namespaceTodd Poynor1-2/+8
2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor1-2/+4
2018-07-30staging: gasket: sysfs: hold reference to device while in useTodd Poynor1-6/+5
2018-07-30staging: gasket: core: hold reference to pci_dev while usedTodd Poynor1-2/+2
2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov1-1/+1
2018-07-29staging: gasket: core: hold reference on device while in useTodd Poynor1-2/+2
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor3-55/+8
2018-07-28staging: gasket: sysfs: remove unnecessary NULL check on device ptrTodd Poynor1-5/+0
2018-07-28staging: gasket: apex: fixup undefined PCI classTodd Poynor1-0/+7
2018-07-28staging: gasket: sysfs: remove check for refcount already zeroTodd Poynor1-2/+0
2018-07-27staging: gasket: don't print device addresses as kernel pointersTodd Poynor1-4/+4
2018-07-27staging: gasket: TODO: remove entry for convert to standard loggingTodd Poynor1-1/+0
2018-07-27staging: gasket: remove gasket logging headerTodd Poynor1-64/+0
2018-07-27staging: gasket: apex: convert to standard loggingTodd Poynor1-35/+26
2018-07-27staging: gasket: sysfs: convert to standard loggingTodd Poynor1-38/+35
2018-07-27staging: gasket: page table: convert to standard loggingTodd Poynor1-77/+54
2018-07-27staging: gasket: ioctl: convert to standard loggingTodd Poynor1-14/+9
2018-07-27staging: gasket: interrupt: convert to standard loggingTodd Poynor1-35/+32