summaryrefslogtreecommitdiff
path: root/drivers/staging/gasket
AgeCommit message (Expand)Author
2018-08-01staging: gasket: sysfs: fix function param line continuation styleTodd Poynor
2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor
2018-08-01staging: gasket: ioctl: fix function param line continuation styleTodd Poynor
2018-08-01staging: gasket: core: fix function param line continuation styleTodd Poynor
2018-08-01staging: gasket: TODO: remove entry for static function declarationsTodd Poynor
2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor
2018-08-01staging: gasket: interrupt: remove static function forward declarationsTodd Poynor
2018-08-01staging: gasket: ioctl: remove static function forward declarationsTodd Poynor
2018-08-01staging: gasket: core: remove static function forward declarationsTodd Poynor
2018-07-30staging: gasket: apex: fix function param line continuation styleTodd Poynor
2018-07-30staging: gasket: apex: remove static function forward declarationsTodd Poynor
2018-07-30staging: gasket: TODO: remove entry for static function kernel docsTodd Poynor
2018-07-30staging: gasket: sysfs: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: interrupt: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: ioctl: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: core: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: apex: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: core: allow root access based on user namespaceTodd Poynor
2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor
2018-07-30staging: gasket: sysfs: hold reference to device while in useTodd Poynor
2018-07-30staging: gasket: core: hold reference to pci_dev while usedTodd Poynor
2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov
2018-07-29staging: gasket: core: hold reference on device while in useTodd Poynor
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor
2018-07-28staging: gasket: sysfs: remove unnecessary NULL check on device ptrTodd Poynor
2018-07-28staging: gasket: apex: fixup undefined PCI classTodd Poynor
2018-07-28staging: gasket: sysfs: remove check for refcount already zeroTodd Poynor
2018-07-27staging: gasket: don't print device addresses as kernel pointersTodd Poynor
2018-07-27staging: gasket: TODO: remove entry for convert to standard loggingTodd Poynor
2018-07-27staging: gasket: remove gasket logging headerTodd Poynor
2018-07-27staging: gasket: apex: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: sysfs: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: page table: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: ioctl: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: interrupt: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: core: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: save struct device for a gasket deviceTodd Poynor
2018-07-24staging: gasket: use vzalloc instead of vmalloc/memsetIvan Bornyakov
2018-07-24staging: gasket: apex: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: page table: remove unnecessary logsTodd Poynor
2018-07-24staging: gasket: page table: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: interrupts: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: core: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: apex return error on sysfs show of missing attributeTodd Poynor
2018-07-24staging: gasket: gasket_get_device drop check for NULL pci_devTodd Poynor
2018-07-24staging: gasket: remove unnecessary NULL checks on calls from VFSTodd Poynor
2018-07-24staging: gasket: print mmap starting address as unsigned longTodd Poynor
2018-07-24staging: gasket: avoid copy to user on error in coherent alloc configTodd Poynor