summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-27staging: gasket: core: convert to standard loggingTodd Poynor1-161/+134
2018-07-27staging: gasket: save struct device for a gasket deviceTodd Poynor2-2/+6
2018-07-24staging: gasket: use vzalloc instead of vmalloc/memsetIvan Bornyakov1-4/+2
2018-07-24staging: gasket: apex: convert various logs to debug levelTodd Poynor1-5/+5
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-24staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor2-4/+4
2018-07-24staging: gasket: interrupts: convert various logs to debug levelTodd Poynor1-12/+12
2018-07-24staging: gasket: core: convert various logs to debug levelTodd Poynor1-18/+20
2018-07-24staging: gasket: apex return error on sysfs show of missing attributeTodd Poynor1-2/+2
2018-07-24staging: gasket: gasket_get_device drop check for NULL pci_devTodd Poynor1-3/+1
2018-07-24staging: gasket: remove unnecessary NULL checks on calls from VFSTodd Poynor1-15/+0
2018-07-24staging: gasket: print mmap starting address as unsigned longTodd Poynor1-2/+2
2018-07-24staging: gasket: avoid copy to user on error in coherent alloc configTodd Poynor1-1/+3
2018-07-24staging: gasket: gasket_handle_ioctl fix ioctl exit trace paramTodd Poynor1-1/+1
2018-07-24staging: gasket: remove duplicate call to retrieve device callbackTodd Poynor1-3/+4
2018-07-24staging: gasket: fix check_and_invoke_callback log paramTodd Poynor1-1/+1
2018-07-21staging: gasket: common ioctls add __user annotationsTodd Poynor1-47/+55
2018-07-21staging: gasket: common ioctl dispatcher add __user annotationsTodd Poynor2-4/+8
2018-07-21staging: gasket: apex ioctl add __user annotationsTodd Poynor1-7/+10
2018-07-21staging: gasket: top ioctl handler add __user annotationsTodd Poynor2-4/+9
2018-07-21staging: gasket: always allow root open for writeTodd Poynor3-30/+23
2018-07-21staging: gasket: fix multi-line comment syntax in gasket_core.hTodd Poynor1-1/+2
2018-07-21staging: gasket: remove extra parens in gasket_write_mappable_regionsTodd Poynor1-1/+1
2018-07-21staging: gasket: gasket_mmap use PAGE_MASKTodd Poynor1-1/+1
2018-07-21staging: gasket: remove unnecessary parens in page table codeTodd Poynor1-1/+1
2018-07-21staging: gasket: fix comment syntax in apex.hTodd Poynor1-3/+4
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 Poynor2-33/+33
2018-07-21staging: gasket: apex_clock_gating simplify logic, reduce indentationTodd Poynor1-23/+20
2018-07-21staging: gasket: gasket_mmap return error instead of valid BAR indexTodd Poynor1-1/+1
2018-07-21staging: gasket: don't treat no device reset callback as an errorTodd Poynor1-5/+2
2018-07-21staging: gasket: remove unnecessary code in coherent allocatorTodd Poynor1-3/+1
2018-07-21staging: gasket: fix class create bug handlingTodd Poynor1-1/+1
2018-07-21staging: gasket: remove code for no physical deviceTodd Poynor1-11/+1
2018-07-21staging: gasket: gasket_enable_dev remove unnecessary variableTodd Poynor1-4/+1