aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-21staging: gasket: allow compile for ARM64 in KconfigTodd Poynor1-1/+1
2018-07-19staging: gasket: drop gasket_cdev_get_info, use container_ofTodd Poynor1-22/+4
2018-07-19staging: gasket: bail out of reset sequence on device callback errorTodd Poynor1-1/+3
2018-07-19staging: gasket: gasket_wait_with_reschedule use 32 bits of retry countTodd Poynor2-3/+3
2018-07-19staging: gasket: gasket_wait_with_reschedule simplify logicTodd Poynor1-10/+4
2018-07-19staging: gasket: gasket_wait_with_reschedule use msleepTodd Poynor1-1/+2
2018-07-19staging: gasket: fix gasket_wait_with_reschedule timeout return codeTodd Poynor2-5/+5
2018-07-19staging: gasket: convert gasket_mmap_has_permissions to bool returnTodd Poynor1-6/+6
2018-07-19staging: gasket: Remove stale pointers on error allocating attr arrayTodd Poynor1-0/+2
2018-07-19staging: gasket: Return EBUSY on mapping create when already in useTodd Poynor1-1/+1
2018-07-19staging: gasket: hold mutex on gasket driver unregistrationTodd Poynor1-0/+4
2018-07-19staging: gasket: remove driver registration on class creation failureTodd Poynor1-1/+3
2018-07-19staging: gasket: whitespace fix in gasket_page_table_initTodd Poynor1-1/+1
2018-07-19staging: gasket: fix typo in gasket_core.h commentsTodd Poynor1-1/+1